Skip to content

Commit a96d096

Browse files
bors[bot]adamgreig
andauthored
Merge #284
284: Add note about using more recent openocd interface file. Closes #277 and #263 r=eldruin a=adamgreig This is a long-standing issue thanks to openocd's confusing rename of this interface file and not having a release for many years (see also #283 and #268). Co-authored-by: Adam Greig <adam@adamgreig.com>
2 parents 4cf7981 + 8b206d7 commit a96d096

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/intro/install/verify.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Now run the following command:
2020
$ openocd -f interface/stlink.cfg -f target/stm32f3x.cfg
2121
```
2222

23+
> **NOTE**: Old versions of openocd, including the 0.10.0 release from 2017, do
24+
> not contain the new (and preferable) `interface/stlink.cfg` file; instead you
25+
> may need to use `interface/stlink-v2.cfg` or `interface/stlink-v2-1.cfg`.
26+
2327
You should get the following output and the program should block the console:
2428

2529
``` text

0 commit comments

Comments
 (0)