From 9385e693442f4cb79637c14198f279a5187c14af Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 17 Jul 2009 19:19:08 +0200 Subject: [PATCH] Fix incorrect location of the board files of recent OpenOCD versions. --- example/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README b/example/README index bf0533a4..bc9ff87f 100644 --- a/example/README +++ b/example/README @@ -33,7 +33,7 @@ Flashing You can flash the generated code on the STM32-H103 board using OpenOCD: $ openocd -f /usr/share/openocd/scripts/interface/jtagkey-tiny.cfg \ - -f /usr/share/openocd/scripts/olimex_stm32_h103.cfg + -f /usr/share/openocd/scripts/board/olimex_stm32_h103.cfg $ telnet localhost 4444 > init > reset halt