proxmark3/doc/md/Use_of_Proxmark/2_Configuration-and-Verification.md

63 lines
1.6 KiB
Markdown
Raw Normal View History

### First things on your RDV40
You will need to run these commands to make sure your rdv4 is prepared
2019-05-06 01:53:58 +08:00
```
2019-08-24 05:21:20 +08:00
pm3 --> mem load f mfc_default_keys m
pm3 --> mem load f t55xx_default_pwds t
pm3 --> mem load f iclass_default_keys i
2019-05-06 01:53:58 +08:00
pm3 --> lf t55xx deviceconfig a 29 b 17 c 15 d 47 e 15 p
pm3 --> lf t55xx deviceconfig r 1 a 31 b 20 c 18 d 50 e 15 p
pm3 --> lf t55xx deviceconfig r 2 a 31 b 20 c 18 d 40 e 15 p
pm3 --> lf t55xx deviceconfig r 3 a 29 b 17 c 15 d 31 e 15 f 47 g 63 p
2019-07-25 19:00:30 +08:00
Set all t55xx settings to defaults (will set all 4 at once)
pm3 --> lf t55xx deviceconfig z p
2019-05-06 01:53:58 +08:00
```
### Verify sim module firmware version
2019-05-06 01:53:58 +08:00
To make sure you got the latest sim module firmware.
2019-05-06 01:53:58 +08:00
_Lastest version is v3.11_
2019-05-06 01:53:58 +08:00
```
pm3 --> hw status
```
Find version in the long output, look for these two lines
2019-05-06 01:53:58 +08:00
```
#db# Smart card module (ISO 7816)
#db# version.................v2.06
```
This version is obsolete. The following command upgrades your device sim module firmware.
Don't not turn off your device during the execution of this command!!
```
pm3 --> sc upgrade f ../tools/simmodule/SIM011.BIN
```
You get the following output if the execution was successful:
```
[!] WARNING - Smartcard socket firmware upgrade.
[!] A dangerous command, do wrong and you will brick the smart card socket
[+] Smartcard socket firmware uploading to PM3
..
[+] Smartcard socket firmware updating, don't turn off your PM3!
#db# FW 0000
#db# FW 0080
#db# FW 0100
#db# FW 0180
#db# FW 0200
#db# FW 0280
[+] Smartcard socket firmware upgraded successful
```
## Next steps
For the next steps, please read the following page:
2019-05-06 02:05:02 +08:00
* [Commands & Features](/doc/md/Use_of_Proxmark/3_Commands-and-Features.md)
2019-05-06 01:53:58 +08:00