mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
textual
This commit is contained in:
parent
200a08e091
commit
ed5945d382
3 changed files with 9 additions and 9 deletions
|
@ -3,9 +3,9 @@
|
||||||
If all went well you should get some information about the firmware and memory usage as well as the prompt, something like this.
|
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
|
[=] Session log /home/iceman/.proxmark3/log_20210708.txt
|
||||||
[+] loaded from JSON file /home/iceman/.proxmark3/preferences.json
|
[+] loaded from JSON file /home/iceman/.proxmark3/preferences.json
|
||||||
[=] Using UART port /dev/ttyS7
|
[=] Using UART port /dev/ttyS3
|
||||||
[=] Communicating with PM3 over USB-CDC
|
[=] Communicating with PM3 over USB-CDC
|
||||||
|
|
||||||
|
|
||||||
|
@ -21,8 +21,8 @@ If all went well you should get some information about the firmware and memory u
|
||||||
[ Proxmark3 RFID instrument ]
|
[ Proxmark3 RFID instrument ]
|
||||||
|
|
||||||
[ CLIENT ]
|
[ CLIENT ]
|
||||||
client: RRG/Iceman/master/v4.9237-2-g2cb19874 2020-05-21 22:00:00
|
client: RRG/Iceman/master/v4.13441-129-g60d132fcc 2021-07-08 22:00:00
|
||||||
compiled with GCC 9.3.0 OS:Linux ARCH:x86_64
|
compiled with GCC 10.3.0 OS:Linux ARCH:x86_64
|
||||||
|
|
||||||
[ PROXMARK RDV4 ]
|
[ PROXMARK RDV4 ]
|
||||||
device.................... RDV4
|
device.................... RDV4
|
||||||
|
@ -32,8 +32,8 @@ If all went well you should get some information about the firmware and memory u
|
||||||
FPC USART for BT add-on... absent
|
FPC USART for BT add-on... absent
|
||||||
|
|
||||||
[ ARM ]
|
[ ARM ]
|
||||||
bootrom: RRG/Iceman/master/v4.9237-2-g2cb19874 2020-05-21 22:00:10
|
bootrom: RRG/Iceman/master/v4.13441 2020-05-21 22:00:10
|
||||||
os: RRG/Iceman/master/v4.9237-2-g2cb19874 2019-05-21 22:00:26
|
os: RRG/Iceman/master/v4.13441 2019-05-21 22:00:26
|
||||||
compiled with GCC 9.2.1 20191025 (release) [ARM/arm-9-branch revision 277599]
|
compiled with GCC 9.2.1 20191025 (release) [ARM/arm-9-branch revision 277599]
|
||||||
|
|
||||||
[ FPGA ]
|
[ FPGA ]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
### First things on your RDV40
|
### First things on your Proxmark3 RDV4
|
||||||
|
|
||||||
You will need to run these commands to make sure your rdv4 is prepared
|
You will need to run these commands to make sure your RDV4 is prepared
|
||||||
```
|
```
|
||||||
[usb] pm3 --> script run init_rdv4
|
[usb] pm3 --> script run init_rdv4
|
||||||
```
|
```
|
||||||
|
|
|
@ -9,7 +9,7 @@ Please make sure you've gone through the following pages firstly:
|
||||||
|
|
||||||
## To get interactive help
|
## To get interactive help
|
||||||
|
|
||||||
As seen before, for basic help type `help`. Or for help on a set of sub commands type the command followed by `help`. For example `hf mf help`. Many commands uses the `h` / `-h` parameter to show a help text.
|
As seen before, for basic help type `help`. Or for help on a set of sub commands type the command followed by `help`. For example `hf mf help`. Many commands uses the `-h` / `--help` parameter to show a help text.
|
||||||
|
|
||||||
## New Features in RDV4
|
## New Features in RDV4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue