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
  • Hi,

    thanks for your answer.

    I build "nrf52832_xxaa.hex" from my project with the command make. 

    I program softdevice with this file: s132_nrf52_6.1.1_softdevice.hex, bootloader with bootloader_dfu.hex which is created like this mergehex -m ..\..\..\..\..\components\softdevice\s132\hex\s132_nrf52_6.1.1_softdevice.hex _build/nrf52832_xxaa_s132.hex -o bootloader_dfu.hex 

Children
Related