mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
stm32f429-disco: replace $HOST_DIR/usr with $HOST_DIR in flash script
Manual change because the script uses ${OUTPUT_DIR}/host instead of ${HOST_DIR}. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
471252feea
commit
3dc8e8a97b
@ -14,7 +14,7 @@ if ! test -d "${OUTPUT_DIR}" ; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
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 "init" \
|
||||||
-c "reset init" \
|
-c "reset init" \
|
||||||
-c "flash probe 0" \
|
-c "flash probe 0" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user