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

Cannot update zip file after enabling dfu

Hi,

I am using sdk_17 and nrf52810. I have build a bootloader from the examples folder(examples/dfu/secure_bootloader/pca10040e_S112_ble) for my device. After flashing, the device enters into dfu mode. When I select the required zip package from my phone for updating, it simple just gets disconnected. I am using the proper private and public keys for creating the files.

Parents Reply
  • Hi,

    I see. Then 0x0103 is the correct ID as you write. My mistake.

    The INSUFFICIENT RESOURCES error typically means that there is not enough flash available, so the new firmware cannot fit. If you are updating the application only this means that either the new application is in fact too large to fit, or it is too large to fit with dual bank update, and you have configured the bootloader to force dual bank updates by setting NRF_DFU_FORCE_DUAL_BANK_APP_UPDATES to 1 in the bootloader's sdk_config.h file.

Children
Related