ao-bringup: turnon_easymini was left with dfu_util disabled
authorKeith Packard <keithp@keithp.com>
Wed, 20 Dec 2017 00:21:23 +0000 (16:21 -0800)
committerKeith Packard <keithp@keithp.com>
Wed, 20 Dec 2017 00:21:23 +0000 (16:21 -0800)
This was presumably changed for some test and left in the wrong
state.

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-bringup/turnon_easymini

index 9b66dc5ec25e5c333a3d40765af652900d10d443..7db726654b4d339a6aecada867ea953e1f8454ac 100755 (executable)
@@ -54,7 +54,7 @@ ALTOS_FILE=~/altusmetrumllc/Binaries/easymini-v2.0-*.elf
 
 echo $DFU_UTIL -a 0 -s 0x08000000:leave -D $FLASH_FILE
 
-#$DFU_UTIL -a 0 -s 0x08000000:leave -D $FLASH_FILE || exit 1
+$DFU_UTIL -a 0 -s 0x08000000:leave -D $FLASH_FILE || exit 1
 
 sleep 2