5 lines
161 B
Batchfile
5 lines
161 B
Batchfile
|
java -jar ../../rusefi_console.jar reboot_dfu
|
||
|
echo Now sleeping before DFU
|
||
|
sleep 5
|
||
|
|
||
|
STM32_Programmer_CLI.exe -c port=usb1 -r 0x08000000 0x0100000 rusefi_dump.hex
|