From: Bdale Garbee Date: Wed, 12 May 2021 06:27:55 +0000 (-0600) Subject: ao-bringup: fix easymotor script to use .bin for dfu-util X-Git-Tag: 1.9.7~1^2~8 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=a2e71a40e53602c0cebe4c36d3658201dc0c2bae ao-bringup: fix easymotor script to use .bin for dfu-util --- diff --git a/ao-bringup/turnon_easymotor b/ao-bringup/turnon_easymotor index b9bc0077..306e0ad9 100755 --- a/ao-bringup/turnon_easymotor +++ b/ao-bringup/turnon_easymotor @@ -44,7 +44,7 @@ esac echo $DFU_UTIL -$DFU_UTIL -v -v -R -a 0 -s 0x08000000:leave -D $REPO/loaders/easymotor-v$VERSION*.elf +$DFU_UTIL -v -v -R -a 0 -s 0x08000000:leave -D $REPO/loaders/easymotor-v$VERSION*.bin sleep 3