From 55bf511ad432a24c4b1230ed22b11d1e745fdd36 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Fri, 4 Aug 2023 09:01:11 -0400 Subject: [PATCH] only:linux openocd --- firmware/flash_openocd407.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"