rusefi/firmware/flash_dfu.bat

8 lines
208 B
Batchfile
Raw Permalink Normal View History

2019-01-04 15:15:31 -08:00
2019-12-15 22:47:34 -08:00
2019-01-05 16:24:04 -08:00
rem on linux that would be
rem dfu-util -a 0 -D rusefi_no_asserts.dfu -R
2019-01-05 16:24:04 -08:00
2022-03-27 15:45:30 -07:00
"../misc/install/STM32_Programmer_CLI/bin/STM32_Programmer_CLI.exe" -c port=usb1 -w deliver/rusefi.hex --verify --start 0x08000000
2019-01-25 20:42:49 -08:00