Hi,
I use SDK16 ble sec-bootloader and merged application image together followed by the guide of the website
nrfutil settings generate --family NRF52 --application app_flies_52840.hex --application-version-string 0.0.2 --bootloader-version 1 --bl-settings-version 1 settings_s140.hex mergehex.exe --merge s140_nrf52_7.0.1_softdevice.hex dfu_ble_bootloader.hex --output fw_sd_boot.hex mergehex.exe --merge app_flies_52840.hex fw_sd_boot.hex settings_s140.hex --output fw_all_s140.hex nrfjprog.exe --family NRF52 --eraseall nrfjprog.exe --family NRF52 --verify --program fw_all_s140.hex nrfjprog.exe --family NRF52 --reset
unfortunalately , after flahsing fw_all_s140.hex to device, device still boot into DFU mode.
How I build a really release image file to factory?
BR.