diff --git a/board/stmicroelectronics/stm32f429-disco/flash.sh b/board/stmicroelectronics/stm32f429-disco/flash.sh index 74021369a7..b19e0a6019 100755 --- a/board/stmicroelectronics/stm32f429-disco/flash.sh +++ b/board/stmicroelectronics/stm32f429-disco/flash.sh @@ -14,7 +14,7 @@ if ! test -d "${OUTPUT_DIR}" ; then exit 1 fi -${OUTPUT_DIR}/host/usr/bin/openocd -f board/${BOARD_NAME}.cfg \ +${OUTPUT_DIR}/host/bin/openocd -f board/${BOARD_NAME}.cfg \ -c "init" \ -c "reset init" \ -c "flash probe 0" \