Fix incorrect location of the board files of recent OpenOCD versions.
This commit is contained in:
parent
f3ac624f22
commit
9385e69344
@ -33,7 +33,7 @@ Flashing
|
|||||||
You can flash the generated code on the STM32-H103 board using OpenOCD:
|
You can flash the generated code on the STM32-H103 board using OpenOCD:
|
||||||
|
|
||||||
$ openocd -f /usr/share/openocd/scripts/interface/jtagkey-tiny.cfg \
|
$ 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
|
$ telnet localhost 4444
|
||||||
> init
|
> init
|
||||||
> reset halt
|
> reset halt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user