From ed5945d382455298d7b0531b1a99f70e24a95987 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 9 Jul 2021 19:15:37 +0200 Subject: [PATCH] textual --- doc/md/Use_of_Proxmark/1_Validation.md | 12 ++++++------ .../2_Configuration-and-Verification.md | 4 ++-- doc/md/Use_of_Proxmark/3_Commands-and-Features.md | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/md/Use_of_Proxmark/1_Validation.md b/doc/md/Use_of_Proxmark/1_Validation.md index 6f644d206..7e75a12c3 100644 --- a/doc/md/Use_of_Proxmark/1_Validation.md +++ b/doc/md/Use_of_Proxmark/1_Validation.md @@ -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 @@ -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 @@ -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 ] diff --git a/doc/md/Use_of_Proxmark/2_Configuration-and-Verification.md b/doc/md/Use_of_Proxmark/2_Configuration-and-Verification.md index 55e05af92..8ed9adf2b 100644 --- a/doc/md/Use_of_Proxmark/2_Configuration-and-Verification.md +++ b/doc/md/Use_of_Proxmark/2_Configuration-and-Verification.md @@ -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 ``` diff --git a/doc/md/Use_of_Proxmark/3_Commands-and-Features.md b/doc/md/Use_of_Proxmark/3_Commands-and-Features.md index d2786956a..59be59127 100644 --- a/doc/md/Use_of_Proxmark/3_Commands-and-Features.md +++ b/doc/md/Use_of_Proxmark/3_Commands-and-Features.md @@ -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