summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2017-07-05 13:14:29 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-05 16:06:24 +0200
commit3dc8e8a97b2b20601640c552a5dd40b08f4b44bd (patch)
treec3c1e1107b8f1200a20ff6e88aa92916ee878125 /board
parent471252feeac91b5f021d18df4a841bfc54ffaa4a (diff)
downloadbuildroot-3dc8e8a97b2b20601640c552a5dd40b08f4b44bd.tar.gz
buildroot-3dc8e8a97b2b20601640c552a5dd40b08f4b44bd.zip
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>
Diffstat (limited to 'board')
-rwxr-xr-xboard/stmicroelectronics/stm32f429-disco/flash.sh2
1 files changed, 1 insertions, 1 deletions
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" \
OpenPOWER on IntegriCloud