From 490b6d56f48d7f09246b00d79bc454cbeba499a7 Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 4 Jul 2022 16:32:12 -0400 Subject: [PATCH] we no longer deal with .hex files, .bin are more universal even while extra offset effort --- misc/install/STM32_Programmer_CLI/bin/stm32-flash-dfu.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/install/STM32_Programmer_CLI/bin/stm32-flash-dfu.bat b/misc/install/STM32_Programmer_CLI/bin/stm32-flash-dfu.bat index abd1f5f818..5ceebf955f 100644 --- a/misc/install/STM32_Programmer_CLI/bin/stm32-flash-dfu.bat +++ b/misc/install/STM32_Programmer_CLI/bin/stm32-flash-dfu.bat @@ -1 +1 @@ -STM32_Programmer_CLI.exe -c port=usb1 -w ../../../rusefi.hex -v -s \ No newline at end of file +STM32_Programmer_CLI.exe -c port=usb1 -w ../../../rusefi.bin 0x08000000 --verify --start 0x08000000 \ No newline at end of file