mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 00:25:48 +08:00
textual
This commit is contained in:
parent
2cb198743a
commit
4eecf9a83c
1 changed files with 19 additions and 17 deletions
|
@ -3,26 +3,27 @@
|
|||
If all went well you should get some information about the firmware and memory usage as well as the prompt, something like this.
|
||||
|
||||
```
|
||||
[=] Session log /home/iceman/.proxmark3/log_20200521.txt
|
||||
[=] Loading Preferences...
|
||||
[+] loaded from JSON file /home/iceman/.proxmark3/preferences.json
|
||||
[=] Using UART port /dev/ttyS7
|
||||
[=] Communicating with PM3 over USB-CDC
|
||||
|
||||
██████╗ ███╗ ███╗ ████╗ ...iceman fork
|
||||
██╔══██╗████╗ ████║ ══█║ ...dedicated to RDV40
|
||||
|
||||
██████╗ ███╗ ███╗ ████╗
|
||||
██╔══██╗████╗ ████║ ══█║
|
||||
██████╔╝██╔████╔██║ ████╔╝
|
||||
██╔═══╝ ██║╚██╔╝██║ ══█║ iceman@icesql.net
|
||||
██╔═══╝ ██║╚██╔╝██║ ══█║ :snowflake: iceman@icesql.net
|
||||
██║ ██║ ╚═╝ ██║ ████╔╝ https://github.com/rfidresearchgroup/proxmark3/
|
||||
╚═╝ ╚═╝ ╚═╝ ╚═══╝ pre-release v4.0
|
||||
╚═╝ ╚═╝ ╚═╝ ╚═══╝ Release v4.9237 - Ice Coffee :coffee:
|
||||
|
||||
Support iceman on patreon, https://www.patreon.com/iceman1001/
|
||||
|
||||
|
||||
[=] Using UART port /dev/pm3-0
|
||||
[=] Communicating with PM3 over USB-CDC
|
||||
|
||||
[ Proxmark3 RFID instrument ]
|
||||
|
||||
|
||||
[ CLIENT ]
|
||||
client: RRG/Iceman
|
||||
|
||||
client: RRG/Iceman/master/v4.9237-2-g2cb19874 2020-05-21 22:00:00
|
||||
compiled with GCC 9.3.0 OS:Linux ARCH:x86_64
|
||||
|
||||
[ PROXMARK RDV4 ]
|
||||
external flash: present
|
||||
smartcard reader: present
|
||||
|
@ -31,17 +32,18 @@ Support iceman on patreon, https://www.patreon.com/iceman1001/
|
|||
FPC USART for BT add-on support: absent
|
||||
|
||||
[ ARM ]
|
||||
bootrom: RRG/Iceman/master/5ab9716e 2019-05-01 11:02:08
|
||||
os: RRG/Iceman/master/6b5a0f83 2019-05-04 23:57:47
|
||||
bootrom: RRG/Iceman/master/v4.9237-2-g2cb19874 2020-05-21 22:00:10
|
||||
os: RRG/Iceman/master/v4.9237-2-g2cb19874 2019-05-21 22:00:26
|
||||
compiled with GCC 8.3.1 20190703 (release) [gcc-8-branch revision 273027]
|
||||
|
||||
[ FPGA ]
|
||||
LF image built for 2s30vq100 on 2019/ 4/18 at 9:35:32
|
||||
HF image built for 2s30vq100 on 2018/ 9/ 3 at 21:40:23
|
||||
LF image built for 2s30vq100 on 2020/02/22 at 12:51:14
|
||||
HF image built for 2s30vq100 on 2020/01/12 at 15:31:16
|
||||
|
||||
[ Hardware ]
|
||||
--= uC: AT91SAM7S512 Rev B
|
||||
--= Embedded Processor: ARM7TDMI
|
||||
--= Nonvolatile Program Memory Size: 512K bytes, Used: 250913 bytes (48%) Free: 273375 bytes (52%)
|
||||
--= Nonvolatile Program Memory Size: 512K bytes, Used: 291382 bytes (56%) Free: 232906 bytes (44%)
|
||||
--= Second Nonvolatile Program Memory Size: None
|
||||
--= Internal SRAM Size: 64K bytes
|
||||
--= Architecture Identifier: AT91SAM7Sxx Series
|
||||
|
|
Loading…
Reference in a new issue