Skip to content

Commit

Permalink
Add note about using more recent interface file. Closes #277 #263
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgreig committed Feb 17, 2021
1 parent 4cf7981 commit 8b206d7
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 8b206d7

Please sign in to comment.