mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-26 10:01:07 +08:00
Update update.sh
more safer to update bootrom & fullimage at the same time. No need to look out for new enumeration of comport..
This commit is contained in:
parent
afeb0d0cd7
commit
e429f2c245
1 changed files with 2 additions and 5 deletions
|
@ -10,8 +10,5 @@ function wait4proxmark {
|
|||
echo $PM3
|
||||
}
|
||||
|
||||
# flash bootroom
|
||||
client/flasher $(wait4proxmark) -b bootrom/obj/bootrom.elf
|
||||
|
||||
# flash system image
|
||||
client/flasher $(wait4proxmark) armsrc/obj/fullimage.elf
|
||||
# flash bootroom & system image
|
||||
client/flasher $(wait4proxmark) -b bootrom/obj/bootrom.elf armsrc/obj/fullimage.elf
|
||||
|
|
Loading…
Reference in a new issue