[Buildroot] [git commit] stm32f429-disco: replace $HOST_DIR/usr with $HOST_DIR in flash script

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Jul 5 14:06:24 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=3dc8e8a97b2b20601640c552a5dd40b08f4b44bd
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Manual change because the script uses ${OUTPUT_DIR}/host instead of
${HOST_DIR}.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 board/stmicroelectronics/stm32f429-disco/flash.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/stmicroelectronics/stm32f429-disco/flash.sh b/board/stmicroelectronics/stm32f429-disco/flash.sh
index 7402136..b19e0a6 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" \


More information about the buildroot mailing list