mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-24 16:14:59 +08:00
Update 2_Configuration-and-Verification.md
This commit is contained in:
parent
247dfd40b2
commit
00800fd780
1 changed files with 8 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
|||
### First things on your RDV40
|
||||
|
||||
You will need to run these commands to make sure your rdv4 is prepared
|
||||
```
|
||||
[usb] pm3 --> script run init_rdv4
|
||||
```
|
||||
|
||||
|
||||
The lua script actually executes the following commands below. These are here because of documentation, you can jump down to *Verify sim module firmware version* part.
|
||||
```
|
||||
[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
|
||||
|
@ -13,6 +20,7 @@ Set all t55xx settings to defaults (will set all 4 at once)
|
|||
[usb] pm3 --> lf t55xx deviceconfig z p
|
||||
```
|
||||
|
||||
|
||||
### Verify sim module firmware version
|
||||
|
||||
To make sure you got the latest sim module firmware.
|
||||
|
|
Loading…
Reference in a new issue