From f1bbf1bd18d52a084af714a022b12bfc3c76374c Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 11 Aug 2017 23:40:41 -0400 Subject: [PATCH] ao-bringup: Allow dfu_util to "fail" while flashing chaoskey Sometimes it isn't happy about the exit status, but if the device comes up and works OK, we don't care. Signed-off-by: Keith Packard --- ao-bringup/turnon_chaoskey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ao-bringup/turnon_chaoskey b/ao-bringup/turnon_chaoskey index 1a8fe13f..4a255bff 100755 --- a/ao-bringup/turnon_chaoskey +++ b/ao-bringup/turnon_chaoskey @@ -27,7 +27,7 @@ echo FLASH_FILE=~/altusmetrumllc/Binaries/loaders/chaoskey-v1.0-altos-flash-*.bin ALTOS_FILE=~/altusmetrumllc/Binaries/chaoskey-v1.0-*.elf -$DFU_UTIL -a 0 -s 0x08000000:leave -D $FLASH_FILE || exit 1 +$DFU_UTIL -a 0 -s 0x08000000:leave -D $FLASH_FILE || true sleep 2 -- 2.30.2