Skip to content

Commit 7e27bc8

Browse files
authored
Merge pull request #173 from michaelPotter/patch-1
Fix config file discrepancy
2 parents be48f52 + c78291d commit 7e27bc8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/openOCD.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,17 @@ reset
8989
## Examples
9090
### Flash bootloader and application
9191
```
92-
openocd -f ./openocd-stlink.cfg -f ./flash_bootloader_app.ocd
92+
openocd -f ./openocd-stlink.ocd -f ./flash_bootloader_app.ocd
9393
```
9494

9595
### Flash graphics flasher
9696
```
97-
openocd -f ./openocd-stlink.cfg -f ./flash_graphics.ocd
97+
openocd -f ./openocd-stlink.ocd -f ./flash_graphics.ocd
9898
```
9999

100100
## Connect the STLinkV2 to the PineTime
101101
Here is an example using the pogo pins:
102102
![SWD pinout](../images/swd_pinout.jpg)
103103
![Pogo pins](../images/pogopins.jpg)
104104

105-
You can find more information about the SWD wiring [on the wiki](https://wiki.pine64.org/index.php?title=PineTime_devkit_wiring).
105+
You can find more information about the SWD wiring [on the wiki](https://wiki.pine64.org/index.php?title=PineTime_devkit_wiring).

0 commit comments

Comments
 (0)