Skip to content

Commit c03427d

Browse files
committed
Add additional command to try when verifying installation.
1 parent b525644 commit c03427d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/intro/install/verify.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,22 @@ and move to the [next section].
4747

4848
[next section]: ../../start/index.md
4949

50-
If you didn't get the "breakpoints" line then try the following command.
50+
If you didn't get the "breakpoints" line then try one of the following commands.
5151

5252
``` console
5353
$ openocd -f interface/stlink-v2.cfg -f target/stm32f3x.cfg
5454
```
5555

56-
If that command works that means you got an old hardware revision of the
56+
``` console
57+
$ openocd -f interface/stlink-v2-1.cfg -f target/stm32f3x.cfg
58+
```
59+
60+
If one of those commands works it means you got an old hardware revision of the
5761
discovery board. That won't be a problem but commit that fact to memory as
5862
you'll need to configure things a bit differently later on. You can move to the
5963
[next section].
6064

61-
If neither command worked as a normal user then try to run them with root
65+
If none of the commands work as a normal user then try to run them with root
6266
permission (e.g. `sudo openocd ..`). If the commands do work with root
6367
permission then check that the [udev rules] have been correctly set.
6468

0 commit comments

Comments
 (0)