Update README.md
This commit is contained in:
parent
f0fc144e29
commit
6defd8fe96
|
@ -61,9 +61,7 @@ st-flash --reset write build/hover.bin 0x8000000
|
||||||
```
|
```
|
||||||
or
|
or
|
||||||
```
|
```
|
||||||
|
|
||||||
openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg -c flash "write_image erase /path/to/my_firmware.img 0x8000000"
|
openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg -c flash "write_image erase /path/to/my_firmware.img 0x8000000"
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue