This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Merge --family xxx nRF52833 application and bootloader

Hi,

I want to merge nRF52833 application HEX and bootloader.

"nrfutil settings generate --family NRF52833 --application MY_HEX.hex --application-version 1 --bootloader-version 1 --bl-settings-version 1 bootloader_setting.hex"

The parameter --family does not include nRF52833.

Error: Invalid value for "--family": invalid choice: NRF52833. (choose from NRF51, NRF52, NRF52QFAB, NRF52810, NRF52840)

I try the parameter "NRF52" and "NRF52840" to pass this merge.

However, There are conflict error after execute merge application, softdevice and bootloader command.

"ERROR: The hex files cannot be merged since there are conflicts."

Same project use nRF52840,832 can merged without error.

Would you please share how to merge the bootloader with nRF52833.

SDK16.

Softdevice 7.0.1

nrfutil version 4.0.0

Thanks,

Related