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
|
2020-05-08 18:11:11 -07:00
|
|
|
sleep 10
|
2021-10-03 08:51:59 -07:00
|
|
|
echo Invoking DFU process
|
2020-05-08 18:11:11 -07:00
|
|
|
..\misc\install\DfuSe\DfuSeCommand.exe -c -d --fn deliver/rusefi.dfu
|