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-03-27 15:45:30 -07:00
|
|
|
call flash_dfu.bat
|