diff options
author | Keith Packard <keithp@keithp.com> | 2017-12-19 16:21:23 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-12-19 16:21:23 -0800 |
commit | 342132a8869d530b6893bb84becf03cb30490600 (patch) | |
tree | d53fb75e36466468698914e13b39cee253b92353 | |
parent | 6d05747941b8e31afb1f8522ac0b8c1ad12aa90f (diff) |
ao-bringup: turnon_easymini was left with dfu_util disabled
This was presumably changed for some test and left in the wrong
state.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rwxr-xr-x | ao-bringup/turnon_easymini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-bringup/turnon_easymini b/ao-bringup/turnon_easymini index 9b66dc5e..7db72665 100755 --- a/ao-bringup/turnon_easymini +++ b/ao-bringup/turnon_easymini @@ -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 |