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

DFU insufficient resources

Hi,

I want to update firmware on nrf52832, but I have an error: DFU insufficient resources

I found this and this, so I try to program my softdevice with this file:  /nRF5_SDK_15.3.0_59ac345/components/softdevice/s132/hex/s132_nrf52_6.1.1_softdevice.hex, but the error is still there. My archive firmware is the archive creates with this command:  nrfutil pkg generate --application nrf52832_xxaa.hex --application-version 1 --hw-version 52 --sd-req 0xb7 --key-file ..\..\..\..\..\..\dfu\app_private_key.pem app_dfu_package.zip and its size is 342KB.

So is there another way to update my firmware, or how can I reduce the size of my archive?

I use nrf52832, sdk 15.3 and ses.

Thanks, 

Lydie

Parents Reply Children
  • Hi, the file I use to generate the package is created when I do "make" in my project folder so it's not merged.

    The size of the nrf52832_xxaa.hex file is 959 KB, and the app_dfu_package.zip is 342 KB. I'm trying to reduce them because I have a file which contains 13 arrays of pictures (80x160) I want to display. So I need to save them into the flach memory but I can't because it's too big, so I have to find another solution.

Related