From 8b206d703ee651a268d08ecda62185c8b1dfbb6f Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Wed, 17 Feb 2021 01:35:34 +0000 Subject: [PATCH] Add note about using more recent interface file. Closes #277 #263 --- src/intro/install/verify.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/intro/install/verify.md b/src/intro/install/verify.md index 5f2605ba..ae2722fc 100644 --- a/src/intro/install/verify.md +++ b/src/intro/install/verify.md @@ -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