new board automation

This commit is contained in:
rusefi 2022-01-21 15:23:02 -05:00
parent bb54fb346d
commit 8d7b61fb9d
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
cd ../console
java -jar rusefi_console.jar reboot_dfu
sleep 2
cd STM32_Programmer_CLI
cd bin
call stm32-full-erase.bat
STM32_Programmer_CLI.exe -c port=usb1 -w ../../../rusefi.hex -v -s
cd ../..
sleep 2
java -jar rusefi_console.jar send_command "set engine_type 63"