Fix incorrect location of the board files of recent OpenOCD versions.

This commit is contained in:
Uwe Hermann 2009-07-17 19:19:08 +02:00
parent f3ac624f22
commit 9385e69344
1 changed files with 1 additions and 1 deletions

View File

@ -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