Skip to content

Commit

Permalink
textual
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed Jul 9, 2021
1 parent 200a08e commit ed5945d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions doc/md/Use_of_Proxmark/1_Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

```
[=] 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
[=] Using UART port /dev/ttyS7
[=] Using UART port /dev/ttyS3
[=] Communicating with PM3 over USB-CDC
Expand All @@ -21,8 +21,8 @@ If all went well you should get some information about the firmware and memory u
[ Proxmark3 RFID instrument ]
[ CLIENT ]
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
client: RRG/Iceman/master/v4.13441-129-g60d132fcc 2021-07-08 22:00:00
compiled with GCC 10.3.0 OS:Linux ARCH:x86_64
[ PROXMARK RDV4 ]
device.................... RDV4
Expand All @@ -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
[ ARM ]
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
bootrom: RRG/Iceman/master/v4.13441 2020-05-21 22:00:10
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]
[ FPGA ]
Expand Down
4 changes: 2 additions & 2 deletions doc/md/Use_of_Proxmark/2_Configuration-and-Verification.md
Original file line number Diff line number Diff line change
@@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion doc/md/Use_of_Proxmark/3_Commands-and-Features.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Please make sure you've gone through the following pages firstly:

## 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

Expand Down

0 comments on commit ed5945d

Please sign in to comment.