From a2e71a40e53602c0cebe4c36d3658201dc0c2bae Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Wed, 12 May 2021 00:27:55 -0600 Subject: [PATCH] ao-bringup: fix easymotor script to use .bin for dfu-util --- ao-bringup/turnon_easymotor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2