why does this not work? sad face

This commit is contained in:
rusefillc 2022-03-27 18:45:30 -04:00
parent d38babb60f
commit 8d08e60a9a
2 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@
rem on linux that would be
rem dfu-util -a 0 -D rusefi_no_asserts.dfu -R
STM32_Programmer_CLI.exe -c port=usb1 -w deliver/rusefi.hex -v -s
"../misc/install/STM32_Programmer_CLI/bin/STM32_Programmer_CLI.exe" -c port=usb1 -w deliver/rusefi.hex --verify --start 0x08000000

View File

@ -8,4 +8,4 @@ java -jar ../java_console_binary/rusefi_console.jar reboot_dfu
echo Now sleeping before DFU
sleep 5
echo Invoking DFU process
"../misc/install/STM32_Programmer_CLI/bin/STM32_Programmer_CLI.exe" -c port=usb1 -w deliver/rusefi.hex -v -s
call flash_dfu.bat