Skip to content

Commit

Permalink
Merge #284
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bors[bot] and adamgreig committed Feb 17, 2021
2 parents 4cf7981 + 8b206d7 commit a96d096
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/intro/install/verify.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Now run the following command:
$ openocd -f interface/stlink.cfg -f target/stm32f3x.cfg
```

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

``` text
Expand Down

0 comments on commit a96d096

Please sign in to comment.