diff options
| author | JF002 <JF002@users.noreply.github.com> | 2021-01-20 20:43:42 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-20 20:43:42 (GMT) |
| commit | 7e27bc873315589ae4076780607720aa5278c5a1 (patch) | |
| tree | a2fb43f495b369a5a512daca5fadbae9e2ad7206 | |
| parent | be48f5275aeb289fd451ca1c06b7a12587b2e204 (diff) | |
| parent | c78291de65ffba9c0638a09eeef5cc264c4fb4ee (diff) | |
Merge pull request #173 from michaelPotter/patch-1
Fix config file discrepancy
| -rw-r--r-- | doc/openOCD.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/openOCD.md b/doc/openOCD.md index a199bd7..b3661ce 100644 --- a/doc/openOCD.md +++ b/doc/openOCD.md @@ -89,12 +89,12 @@ reset ## Examples ### Flash bootloader and application ``` -openocd -f ./openocd-stlink.cfg -f ./flash_bootloader_app.ocd +openocd -f ./openocd-stlink.ocd -f ./flash_bootloader_app.ocd ``` ### Flash graphics flasher ``` -openocd -f ./openocd-stlink.cfg -f ./flash_graphics.ocd +openocd -f ./openocd-stlink.ocd -f ./flash_graphics.ocd ``` ## Connect the STLinkV2 to the PineTime @@ -102,4 +102,4 @@ Here is an example using the pogo pins:   -You can find more information about the SWD wiring [on the wiki](https://wiki.pine64.org/index.php?title=PineTime_devkit_wiring).
\ No newline at end of file +You can find more information about the SWD wiring [on the wiki](https://wiki.pine64.org/index.php?title=PineTime_devkit_wiring). |
