From e429f2c245564e812a4c8218511e38ccccde35c6 Mon Sep 17 00:00:00 2001 From: Iceman Date: Wed, 25 Jul 2018 10:48:39 +0200 Subject: [PATCH] Update update.sh more safer to update bootrom & fullimage at the same time. No need to look out for new enumeration of comport.. --- update.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/update.sh b/update.sh index b62d39417..f416cbf90 100755 --- a/update.sh +++ b/update.sh @@ -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