mirror of https://github.com/rusefi/rusefi-1.git
11 lines
286 B
Batchfile
11 lines
286 B
Batchfile
rem
|
|
rem auto-detects connected running rusEfi serial port and send text 'reboot' command
|
|
rem flashes DFU
|
|
rem
|
|
|
|
echo Sending rusEFI DFU request
|
|
java -jar ../java_console_binary/rusefi_console.jar reboot_dfu
|
|
echo Now sleeping before DFU
|
|
sleep 5
|
|
echo Invoking DFU process
|
|
call flash_dfu.bat |