mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-04 07:11:10 +08:00
Fix the steps when updating from old version
When updating from a old version on Windows, the `pm3-flash-all` always fails even after updating the bootloader. This is because it detects the hardware by the serial number "ICEMAN", which only appears after flashing the fullimage.
This commit is contained in:
parent
48827699de
commit
1f7d3d85a7
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ static void flash_suggest_update_bootloader(void) {
|
|||
PrintAndLogEx(ERR, "------------- " _CYAN_("Follow these steps") " -------------------");
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
PrintAndLogEx(ERR, " 1) ./pm3-flash-bootrom");
|
||||
PrintAndLogEx(ERR, " 2) ./pm3-flash-all");
|
||||
PrintAndLogEx(ERR, " 2) ./pm3-flash-fullimage");
|
||||
PrintAndLogEx(ERR, " 3) ./pm3");
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
PrintAndLogEx(INFO, "---------------------------------------------------");
|
||||
|
|
Loading…
Reference in a new issue