mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
passage about --force when flashing
This commit is contained in:
parent
9f22131dd1
commit
df88335cf1
1 changed files with 23 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
- [if you got an error](#if-you-got-an-error)
|
||||
- [Install](#install)
|
||||
- [Flash the BOOTROM & FULLIMAGE](#flash-the-bootrom--fullimage)
|
||||
- [flasher stops and warns you about firmware image](#flasher-stops-and-warns-you-about-firmware-image)
|
||||
- [Run the client](#run-the-client)
|
||||
- [Next steps](#next-steps)
|
||||
|
||||
|
@ -105,6 +106,28 @@ or
|
|||
proxmark3 /dev/ttyACM0 --flash --unlock-bootloader --image /tmp/my-bootrom.elf --image /tmp/my-fullimage.elf
|
||||
```
|
||||
|
||||
|
||||
## flasher stops and warns you about firmware image
|
||||
^[Top](#top)
|
||||
|
||||
|
||||
The Proxmark3 software and firmware is connected tightly. The strong recommendation is to use the client with a Proxmark3 device flashed with firmware images from same compilation time.
|
||||
In the flash process you might get this message because the firmware images is downloaded or distributed and you have compiled your own client. Ie, not from same compilation time.
|
||||
To minimize the risks the flasher warns about it and stops.
|
||||
|
||||
```
|
||||
Make sure to flash a correct and up-to-date version
|
||||
You can force flashing this firmware by using the option '--force'
|
||||
```
|
||||
|
||||
You will need to add the `--force` in order to continue flashing.
|
||||
|
||||
```sh
|
||||
pm3-flash-all --force
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Run the client
|
||||
^[Top](#top)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue