Update 2_Configuration-and-Verification.md

This commit is contained in:
Iceman 2020-09-03 10:22:35 +02:00 committed by GitHub
commit 00800fd780
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,13 @@
### First things on your RDV40 ### First things on your RDV40
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
```
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 mfc_default_keys m
[usb] pm3 --> mem load f t55xx_default_pwds t [usb] pm3 --> mem load f t55xx_default_pwds t
[usb] pm3 --> mem load f iclass_default_keys i [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 [usb] pm3 --> lf t55xx deviceconfig z p
``` ```
### Verify sim module firmware version ### Verify sim module firmware version
To make sure you got the latest sim module firmware. To make sure you got the latest sim module firmware.