only:linux openocd
This commit is contained in:
parent
f944c8d69b
commit
55bf511ad4
|
@ -3,5 +3,5 @@
|
||||||
echo "I am flash_openocd.sh"
|
echo "I am flash_openocd.sh"
|
||||||
|
|
||||||
|
|
||||||
openocd -f board/stm32f4discovery.cfg -c "program ../../firmware/build/rusefi.bin verify reset exit 0x08000000"
|
openocd -f board/stm32f4discovery.cfg -c "program build/rusefi.bin verify reset exit 0x08000000"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue