aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Hermann2009-07-17 19:19:08 +0200
committerUwe Hermann2009-07-17 19:19:08 +0200
commit9385e693442f4cb79637c14198f279a5187c14af (patch)
tree4f5da2582b20d733cca90ca08628fcf69c4dfeaa
parentf3ac624f2279ce39bb963eb1e626a165d8d7979e (diff)
Fix incorrect location of the board files of recent OpenOCD versions.
-rw-r--r--example/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/README b/example/README
index bf0533a..bc9ff87 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