Skip to content

Commit 62336dc

Browse files
committed
add uf2 conv for bootloader
1 parent 316891d commit 62336dc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ To create a UF2 image from a .hex file:
7979
uf2conv.py firmware.hex -c -f 0xADA52840
8080
```
8181

82+
To create a UF2 image for bootloader from a .hex file using separated family of **0xd663823c**
83+
84+
```
85+
uf2conv.py bootloader.hex -c -f 0xd663823c
86+
```
87+
8288
## Burn & Upgrade with pre-built binaries
8389

8490
You can burn and/or upgrade the bootloader with either a J-link or DFU (serial) to a specific pre-built binary version

0 commit comments

Comments
 (0)