2020-05-08 18:11:11 -07:00
|
|
|
rem
|
|
|
|
rem auto-detects connected running rusEfi serial port and send text 'reboot' command
|
|
|
|
rem flashes DFU
|
|
|
|
rem
|
|
|
|
|
2021-10-03 08:51:59 -07:00
|
|
|
echo Sending rusEFI DFU request
|
2020-05-08 18:11:11 -07:00
|
|
|
java -jar ../java_console_binary/rusefi_console.jar reboot_dfu
|
2021-10-03 08:51:59 -07:00
|
|
|
echo Now sleeping before DFU
|
2021-10-06 08:36:02 -07:00
|
|
|
sleep 5
|
2021-10-03 08:51:59 -07:00
|
|
|
echo Invoking DFU process
|
2022-02-10 18:54:40 -08:00
|
|
|
"../misc/install/STM32_Programmer_CLI/bin/STM32_Programmer_CLI.exe" -c port=usb1 -w deliver/rusefi.hex -v -s
|