diff options
Diffstat (limited to 'support/openocd')
-rw-r--r-- | support/openocd/flash.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/openocd/flash.cfg b/support/openocd/flash.cfg index 6cffa80..eceac32 100644 --- a/support/openocd/flash.cfg +++ b/support/openocd/flash.cfg @@ -72,9 +72,9 @@ proc flash_chip {} { echo "Erasing 128KB..." flash erase_address 0x08000000 0x20000 echo "Flashing image..." - flash write_bank 0 build/main.bin 0 + flash write_bank 0 build/maple.bin 0 echo "Verifying image..." - verify_image build/main.bin 0x08000000 bin + verify_image build/maple.bin 0x08000000 bin echo "Checksum verified, resetting chip" reset run echo "Daemon shutdown" |