mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Merge pull request #1847 from wh201906/fix-flash-suggest
Fix the steps when updating from old version
This commit is contained in:
commit
171f9d4fcd
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(ERR, "------------- " _CYAN_("Follow these steps") " -------------------");
|
||||||
PrintAndLogEx(NORMAL, "");
|
PrintAndLogEx(NORMAL, "");
|
||||||
PrintAndLogEx(ERR, " 1) ./pm3-flash-bootrom");
|
PrintAndLogEx(ERR, " 1) ./pm3-flash-bootrom");
|
||||||
PrintAndLogEx(ERR, " 2) ./pm3-flash-all");
|
PrintAndLogEx(ERR, " 2) ./pm3-flash-fullimage");
|
||||||
PrintAndLogEx(ERR, " 3) ./pm3");
|
PrintAndLogEx(ERR, " 3) ./pm3");
|
||||||
PrintAndLogEx(NORMAL, "");
|
PrintAndLogEx(NORMAL, "");
|
||||||
PrintAndLogEx(INFO, "---------------------------------------------------");
|
PrintAndLogEx(INFO, "---------------------------------------------------");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue