Hi, I am trying to perform an OTA DFU of SD + BL on nRF52840, upgrading the SoftDevice from 6.1.1 to 7.0.1.
I have been able to do a DFU of application only, and it works fine. However, when upgrading SD + BL using nRF Connect for mobile, I get a message saying the upgrade was succesful, but the bootloader does not seem to start (it does not advertise as expected).
This is the command I am using to generate the upgrade package:
nrfutil pkg generate --hw-version 52 --sd-req 0xB6 --sd-id 0xCA --softdevice s140_nrf52_7.0.1_softdevice.hex --bootloader-version 3 --bootloader secure_bootloader_def_ble_s140_pca10056.hex sd_bl_dfu_package.zip
Not sure if I am missing something obvious here, any help would be appriciated.