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. Your bootloader starts at 0x2A000 and you have two pages reserved for user data before that, starting at 0x28000? And the size of S112 7.2.0 is 1000 kB, so the application start ddress is 0x19000. In sum this means that the maximum size of your application is 0xF000 – 60 kB, as you write. That should fit.

    Can you confirm that you are only trying to update the application, or does the upgrade image also include a SoftDevice and/or bootloader?

Children
Related