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:
@@ -10,8 +10,5 @@ function wait4proxmark {
|
|||||||
echo $PM3
|
echo $PM3
|
||||||
}
|
}
|
||||||
|
|
||||||
# flash bootroom
|
# flash bootroom & system image
|
||||||
client/flasher $(wait4proxmark) -b bootrom/obj/bootrom.elf
|
client/flasher $(wait4proxmark) -b bootrom/obj/bootrom.elf armsrc/obj/fullimage.elf
|
||||||
|
|
||||||
# flash system image
|
|
||||||
client/flasher $(wait4proxmark) armsrc/obj/fullimage.elf
|
|
||||||
|
|||||||
Reference in New Issue
Block a user