why does this not work? sad face
This commit is contained in:
parent
d38babb60f
commit
8d08e60a9a
|
@ -3,5 +3,5 @@
|
||||||
rem on linux that would be
|
rem on linux that would be
|
||||||
rem dfu-util -a 0 -D rusefi_no_asserts.dfu -R
|
rem dfu-util -a 0 -D rusefi_no_asserts.dfu -R
|
||||||
|
|
||||||
STM32_Programmer_CLI.exe -c port=usb1 -w deliver/rusefi.hex -v -s
|
"../misc/install/STM32_Programmer_CLI/bin/STM32_Programmer_CLI.exe" -c port=usb1 -w deliver/rusefi.hex --verify --start 0x08000000
|
||||||
|
|
||||||
|
|
|
@ -8,4 +8,4 @@ java -jar ../java_console_binary/rusefi_console.jar reboot_dfu
|
||||||
echo Now sleeping before DFU
|
echo Now sleeping before DFU
|
||||||
sleep 5
|
sleep 5
|
||||||
echo Invoking DFU process
|
echo Invoking DFU process
|
||||||
"../misc/install/STM32_Programmer_CLI/bin/STM32_Programmer_CLI.exe" -c port=usb1 -w deliver/rusefi.hex -v -s
|
call flash_dfu.bat
|
Loading…
Reference in New Issue