We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316891d commit 62336dcCopy full SHA for 62336dc
README.md
@@ -79,6 +79,12 @@ To create a UF2 image from a .hex file:
79
uf2conv.py firmware.hex -c -f 0xADA52840
80
```
81
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
88
## Burn & Upgrade with pre-built binaries
89
90
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