mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-12 04:35:28 -07:00
As extending SPI flash storage for Mifare need to run init_rdv4 script for a proper operation add a note under compilation instructions
This commit is contained in:
parent
1b781aae9f
commit
b1b10c2bea
@ -117,6 +117,17 @@ or
|
||||
proxmark3 /dev/ttyACM0 --flash --unlock-bootloader --image /tmp/my-bootrom.elf --image /tmp/my-fullimage.elf
|
||||
```
|
||||
|
||||
## Updating SPI flash structure and contents (RDV4.x, some PM3 Easy variants)
|
||||
^[Top](#top)
|
||||
|
||||
For the devices equipped with external SPI flash memory chip in some cases it might be essential to update the memory structure as well as to upload new keys from the dictionaries. To do so execute following command inside the client:
|
||||
|
||||
```
|
||||
[usb] pm3 --> script run init_rdv4
|
||||
```
|
||||
|
||||
For more details prease refer to [this doc](./2_Configuration-and-Verification.md).
|
||||
|
||||
### The button trick
|
||||
^[Top](#top)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user