10 lines
283 B
Batchfile
10 lines
283 B
Batchfile
echo I am flash_openocd.bat
|
|
|
|
cd ../misc/install
|
|
|
|
if not exist openocd/openocd.exe echo openocd/openocd.exe NOT FOUND
|
|
if not exist openocd/openocd.exe exit -1
|
|
|
|
openocd\openocd -f openocd/stm32f4discovery.cfg -c "program ../../firmware/build/rusefi.bin verify reset exit 0x08000000"
|
|
|