We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5509c1 + 93c5026 commit 1704d94Copy full SHA for 1704d94
README.md
@@ -240,6 +240,15 @@ You can generate a .hex file with Bootloader DFU settings matching a particular
240
```
241
nrfutil settings generate --family NRF52 --application app.hex --application-version 3 --bootloader-version 2 --bl-settings-version 1 sett.hex
242
243
+
244
+The `--family` setting depends on the nRF IC that you are targeting:
245
246
+nRF IC | Family Setting
247
+--------- | --------------
248
+nRF51xxx | NRF51
249
+nRF52832 | NRF52
250
+nRF52840 | NRF52840
251
252
The `--bl-settings-version` depends on the SDK version used. Check the following table to find out which version to use:
253
254
SDK Version | BL Settings Version
0 commit comments