Skip to content

Commit 1704d94

Browse files
authored
Merge pull request NordicSemiconductor#77 from NordicSemiconductor/doc/family-options
Document the --family option in README.md
2 parents e5509c1 + 93c5026 commit 1704d94

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,15 @@ You can generate a .hex file with Bootloader DFU settings matching a particular
240240
```
241241
nrfutil settings generate --family NRF52 --application app.hex --application-version 3 --bootloader-version 2 --bl-settings-version 1 sett.hex
242242
```
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+
243252
The `--bl-settings-version` depends on the SDK version used. Check the following table to find out which version to use:
244253

245254
SDK Version | BL Settings Version

0 commit comments

Comments
 (0)