File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -47,18 +47,22 @@ and move to the [next section].
47
47
48
48
[ next section ] : ../../start/index.md
49
49
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 .
51
51
52
52
``` console
53
53
$ openocd -f interface/stlink-v2.cfg -f target/stm32f3x.cfg
54
54
```
55
55
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
57
61
discovery board. That won't be a problem but commit that fact to memory as
58
62
you'll need to configure things a bit differently later on. You can move to the
59
63
[ next section] .
60
64
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
62
66
permission (e.g. ` sudo openocd .. ` ). If the commands do work with root
63
67
permission then check that the [ udev rules] have been correctly set.
64
68
You can’t perform that action at this time.
0 commit comments