mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
make even more obvious
This commit is contained in:
parent
738701e8e7
commit
cb5cd18ff2
1 changed files with 6 additions and 2 deletions
|
@ -411,11 +411,15 @@ static void flash_suggest_update_bootloader(void) {
|
||||||
|
|
||||||
PrintAndLogEx(ERR, _RED_("It is recommended that you first" _YELLOW_(" update your bootloader") _RED_(" alone,")));
|
PrintAndLogEx(ERR, _RED_("It is recommended that you first" _YELLOW_(" update your bootloader") _RED_(" alone,")));
|
||||||
PrintAndLogEx(ERR, _RED_("reboot the Proxmark3 then only update the main firmware") "\n");
|
PrintAndLogEx(ERR, _RED_("reboot the Proxmark3 then only update the main firmware") "\n");
|
||||||
PrintAndLogEx(ERR, "Follow these steps :");
|
PrintAndLogEx(NORMAL, "");
|
||||||
|
PrintAndLogEx(ERR, "------------- " _CYAN_("Follow these steps") " -------------------");
|
||||||
|
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-all");
|
||||||
PrintAndLogEx(ERR, " 3) ./pm3");
|
PrintAndLogEx(ERR, " 3) ./pm3");
|
||||||
PrintAndLogEx(INFO, "--------------------------------------------------------");
|
PrintAndLogEx(NORMAL, "");
|
||||||
|
PrintAndLogEx(INFO, "---------------------------------------------------");
|
||||||
|
PrintAndLogEx(NORMAL, "");
|
||||||
gs_printed_msg = true;
|
gs_printed_msg = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue