Skip to content

Commit cf46bba

Browse files
committed
add a note about using OpenOCD on cygwin
1 parent 8c9349f commit cf46bba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/03-setup/verify.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ Next, call this command:
7171
$ openocd -f interface/stlink-v2-1.cfg -f target/stm32f3x.cfg
7272
7373
# Windows
74+
# NOTE cygwin users have reported problems with the -s flag. If you run into
75+
# that you can call openocd from the `C:\OpenOCD\share\scripts` directory
7476
$ openocd -s C:\OpenOCD\share\scripts -f interface/stlink-v2-1.cfg -f target/stm32f3x.cfg
7577
```
7678

0 commit comments

Comments
 (0)