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:
Iceman 2018-07-25 10:48:39 +02:00 committed by GitHub
parent afeb0d0cd7
commit e429f2c245
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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