From abb0d1c437440ffe0a2ecb774584991eae0979d6 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 20 Jan 2021 12:22:52 +0100 Subject: [PATCH] forgot the 'r' change became long param '--r0' --- client/luascripts/init_rdv4.lua | 8 ++++---- .../Use_of_Proxmark/2_Configuration-and-Verification.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/luascripts/init_rdv4.lua b/client/luascripts/init_rdv4.lua index 8e429e67d..69a76852d 100644 --- a/client/luascripts/init_rdv4.lua +++ b/client/luascripts/init_rdv4.lua @@ -82,10 +82,10 @@ function main(args) -- T55x7 Device configuration print('Configure T55XX device side to match RDV4') print(dash) - core.console('lf t55xx deviceconfig -r 0 -a 29 -b 17 -c 15 -d 47 -e 15 -p') - core.console('lf t55xx deviceconfig -r 1 -a 29 -b 17 -c 18 -d 50 -e 15 -p') - core.console('lf t55xx deviceconfig -r 2 -a 29 -b 17 -c 18 -d 40 -e 15 -p') - core.console('lf t55xx deviceconfig -r 3 -a 29 -b 17 -c 15 -d 31 -e 15 -f 47 -g 63 -p') + core.console('lf t55xx deviceconfig --r0 -a 29 -b 17 -c 15 -d 47 -e 15 -p') + core.console('lf t55xx deviceconfig --r1 -a 29 -b 17 -c 18 -d 50 -e 15 -p') + core.console('lf t55xx deviceconfig --r2 -a 29 -b 17 -c 18 -d 40 -e 15 -p') + core.console('lf t55xx deviceconfig --r3 -a 29 -b 17 -c 15 -d 31 -e 15 -f 47 -g 63 -p') print('') print('') 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 ad76ecd9a..55e05af92 100644 --- a/doc/md/Use_of_Proxmark/2_Configuration-and-Verification.md +++ b/doc/md/Use_of_Proxmark/2_Configuration-and-Verification.md @@ -11,10 +11,10 @@ The lua script actually executes the following commands below. These are here b [usb] pm3 --> mem load -f mfc_default_keys -m [usb] pm3 --> mem load -f t55xx_default_pwds -t [usb] pm3 --> mem load -f iclass_default_keys -i -[usb] pm3 --> lf t55xx deviceconfig -a 29 -b 17 -c 15 -d 47 -e 15 -p -[usb] pm3 --> lf t55xx deviceconfig -r 1 -a 31 -b 20 -c 18 -d 50 -e 15 -p -[usb] pm3 --> lf t55xx deviceconfig -r 2 -a 31 -b 20 -c 18 -d 40 -e 15 -p -[usb] pm3 --> lf t55xx deviceconfig -r 3 -a 29 -b 17 -c 15 -d 31 -e 15 -f 47 -g 63 -p +[usb] pm3 --> lf t55xx deviceconfig --r0 -a 29 -b 17 -c 15 -d 47 -e 15 -p +[usb] pm3 --> lf t55xx deviceconfig --r1 -a 31 -b 20 -c 18 -d 50 -e 15 -p +[usb] pm3 --> lf t55xx deviceconfig --r2 -a 31 -b 20 -c 18 -d 40 -e 15 -p +[usb] pm3 --> lf t55xx deviceconfig --r3 -a 29 -b 17 -c 15 -d 31 -e 15 -f 47 -g 63 -p Set all t55xx settings to defaults (will set all 4 at once) [usb] pm3 --> lf t55xx deviceconfig -z -p