Update README.md

Weirdly enough, OpenOCD uses normal slashes on Windows, not
backslashes.
pull/2/head
Jalil 2025-02-27 12:14:39 +01:00 zatwierdzone przez GitHub
rodzic 5ed9c803ca
commit 1d549ce77c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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