From 189c0e8cd45e92b4dcc66508707aa5ff107425d4 Mon Sep 17 00:00:00 2001 From: Travis Geiselbrecht Date: Wed, 6 Oct 2021 22:13:00 -0700 Subject: [PATCH] [target][stm32f7-discovery] update the openocd script Use a newer name for the stlink.cfg file. --- scripts/do-stm32f7-disco-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/do-stm32f7-disco-test b/scripts/do-stm32f7-disco-test index a39ccbc0..7b11826e 100755 --- a/scripts/do-stm32f7-disco-test +++ b/scripts/do-stm32f7-disco-test @@ -5,5 +5,5 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" export PROJECT=stm32f746g-disco-test $DIR/make-parallel && -openocd -f interface/stlink-v2-1.cfg -f board/stm327x6g_eval.cfg \ +openocd -f interface/stlink.cfg -f board/stm327x6g_eval.cfg \ -c "program build-$PROJECT/lk.bin reset exit 0x08000000"