only:linux openocd

This commit is contained in:
rusefillc 2023-08-04 09:01:11 -04:00
parent f944c8d69b
commit 55bf511ad4
1 changed files with 1 additions and 1 deletions

View File

@ -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"