mirror of
https://github.com/lucysrausch/hoverboard-firmware-hack.git
synced 2025-07-29 15:17:14 +02:00
Update README.md
This commit is contained in:
@ -58,6 +58,12 @@ Or use the Windows ST-Link utility.
|
|||||||
Then you can simply flash the firmware:
|
Then you can simply flash the firmware:
|
||||||
```
|
```
|
||||||
st-flash --reset write build/hover.bin 0x8000000
|
st-flash --reset write build/hover.bin 0x8000000
|
||||||
|
```
|
||||||
|
or
|
||||||
|
```
|
||||||
|
|
||||||
|
openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg -c flash "write_image erase /path/to/my_firmware.img 0x8000000"
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
Reference in New Issue
Block a user