]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/embedded-book/src/intro/install/verify.md
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / doc / embedded-book / src / intro / install / verify.md
index 5f2605ba3f2561f866ec026b246f5cdd4ad10863..ae2722fc4e87683a4eeed726b910ea3ce95cfbf5 100644 (file)
@@ -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