Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #77 from NordicSemiconductor/doc/family-options
Browse files Browse the repository at this point in the history
Document the --family option in README.md
  • Loading branch information
bencefr authored Jun 23, 2017
2 parents e5509c1 + 93c5026 commit 1704d94
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,15 @@ You can generate a .hex file with Bootloader DFU settings matching a particular
```
nrfutil settings generate --family NRF52 --application app.hex --application-version 3 --bootloader-version 2 --bl-settings-version 1 sett.hex
```

The `--family` setting depends on the nRF IC that you are targeting:

nRF IC | Family Setting
--------- | --------------
nRF51xxx | NRF51
nRF52832 | NRF52
nRF52840 | NRF52840

The `--bl-settings-version` depends on the SDK version used. Check the following table to find out which version to use:

SDK Version | BL Settings Version
Expand Down

0 comments on commit 1704d94

Please sign in to comment.