rusefi-1/firmware/flash_openocd.bat

2 lines
200 B
Batchfile
Raw Normal View History

2015-01-31 14:04:13 -08:00
openocd-0.8.0.exe -f interface/stlink-v2.cfg -f board/stm32f4discovery.cfg -c init -c targets -c "halt" -c "flash write_image erase rusefi.elf" -c "verify_image rusefi.elf" -c "reset run" -c shutdown