diff --git a/firmware/flash_openocd407.sh b/firmware/flash_openocd407.sh index c9a510f902..4233a48fca 100755 --- a/firmware/flash_openocd407.sh +++ b/firmware/flash_openocd407.sh @@ -3,5 +3,5 @@ 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"