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

DFU via OTA for SD+BLE and APP with different SDK and Softdevice

I have a firmware version present SDK 13.1 and S132  SoftDevice v4.0.5

I am trying to do a DFU (just SD+BL first) which now has SDK 16.0 and S113 SoftDevice v7.0.1
But my package gets rejected by nrfConnect and it displays SD version failure.

I tried the following command in nrfutil : 

>> nrfutil pkg generate --key-file private.pem --hw-version 52 --sd-req 0xCC,0x102--bootloader quuppa_tag_s113_nRF52832_bootloader_V4.hex --bootloader-version 1 --softdevice s113_nrf52_7.0.1_softdevice.hex --sd-id 0xCC,0x102 SD_BL2.zip

Please let me know how I can perform an OTA with different SDK and softdevice versions. Thank you so much!!

Related