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

update softdevice,bootloader and app

      I now want to update the program in SDK14.2 to SDK15.2 through DFU, so softdevice, bootloader, app need to be updated, how should I operate?
      I first try to update the bootloader and softdevice into an upgrade package, and then upgrade the app to an update package, but when upgrading the bootloader and softdevice, nrf52832 enters the bootloader and displays "Error: Insufficient resources".
      The upgrade package generated by nrfutil is as follows(priv.pem as same as old):
      Nrfutil pkg generate --hw-version 52 --sd-req 0xA5 --sd-id 0xAF --bootloader-version 3 --bootloader bootloader.hex --softdevice sd.hex --key-file priv.pem dfu_package_blsd_V1.zip
      Start nrfutil pkg generate --hw-version 52 --sd-req 0xA5 --application-version-string 0.4.00 --application app.hex --key-file priv.pem dfu_app_V1.zip

       In addition, when updating the app, the version of the application must be larger than before?

Parents Reply Children
Related