forked from mirror/uv-k5-firmware
Updated flashing methods.
This commit is contained in:
parent
6c81075980
commit
9ab4410d92
10
README.md
10
README.md
@ -29,7 +29,15 @@ git submodule update --init --recursive --depth=1
|
||||
make
|
||||
```
|
||||
|
||||
# Flashing
|
||||
# Flashing with the official updater
|
||||
|
||||
* Use the firmware.packed.bin file
|
||||
|
||||
# Flashing with [k5prog](https://github.com/piotr022/k5prog)
|
||||
|
||||
* ./k5prog -F -YYY -b firmware.bin
|
||||
|
||||
# Flashing with SWD
|
||||
|
||||
* If you own a JLink or compatible device and want to use the Segger software, you can find a flash loader [here](https://github.com/DualTachyon/dp32g030-flash-loader)
|
||||
* If you want to use OpenOCD instead, you can use run "make flash" off this repo.
|
||||
|
Loading…
Reference in New Issue
Block a user