kopia lustrzana https://github.com/sq2ips/m20-custom-firmware
Update README.md
Weirdly enough, OpenOCD uses normal slashes on Windows, not backslashes.pull/2/head
rodzic
5ed9c803ca
commit
1d549ce77c
|
@ -220,7 +220,7 @@ Go to the path of the project then to `m20/`. Ensure that ST-Link is connected a
|
|||
replace `<path\to\openocd>` with path of the extracted program.
|
||||
After it finishes you can flash the built firmware:
|
||||
```cmd
|
||||
<path\to\openocd>\bin\openocd.exe -s openocd -f openocd\openocd_m20.cfg -c "program build\m20.elf verify reset exit"
|
||||
<path\to\openocd>\bin\openocd.exe -s openocd -f openocd\openocd_m20.cfg -c "program build/m20.elf verify reset exit"
|
||||
```
|
||||
After it finishes your sonde should now work with the new firmware.
|
||||
## Flashing on Windows with ST-Link utility
|
||||
|
|
Ładowanie…
Reference in New Issue