From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnout Vandecappelle (Essensium/Mind) Date: Wed, 12 Apr 2017 11:39:03 +0200 Subject: [Buildroot] [PATCH 29/53] stm32f429-disco: replace $HOST_DIR/usr with $HOST_DIR in flash script In-Reply-To: <20170412093928.1006-1-arnout@mind.be> References: <20170412093928.1006-1-arnout@mind.be> Message-ID: <20170412093928.1006-30-arnout@mind.be> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Manual change because the script uses ${OUTPUT_DIR}/host instead of ${HOST_DIR}. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- 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 ffb8fcffa1..cf89a79cd6 100755 --- a/board/stmicroelectronics/stm32f429-disco/flash.sh +++ b/board/stmicroelectronics/stm32f429-disco/flash.sh @@ -8,7 +8,7 @@ if ! test -d "${OUTPUT_DIR}" ; then exit 1 fi -${OUTPUT_DIR}/host/usr/bin/openocd -f board/stm32f429discovery.cfg \ +${OUTPUT_DIR}/host/bin/openocd -f board/stm32f429discovery.cfg \ -c "init" \ -c "reset init" \ -c "flash probe 0" \ -- 2.11.0