mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2024-12-29 04:33:25 +03:00
Fix config file discrepancy
Fixes a discrepancy with config file naming. The config files it tells you to create end in ocd, but the example flash command uses a filename ending in cfg
This commit is contained in:
parent
f1e7d0b469
commit
c78291de65
@ -89,12 +89,12 @@ reset
|
|||||||
## Examples
|
## Examples
|
||||||
### Flash bootloader and application
|
### 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
|
### 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
|
## Connect the STLinkV2 to the PineTime
|
||||||
|
Loading…
Reference in New Issue
Block a user