nrf54l15: FOTA error

Hello Team,

I am trying to set configurations for FOTA. I refer smv_server sample code and the following document https://docs.nordicsemi.com/bundle/ncslatest/page/nrf/app_dev/device_guides/nrf54l/fota_update.html for the configuration.

But I am getting the following error while compiling the code "error: 'PM_MCUBOOT_PRIMARY_ID' undeclared".

Can anyone please help me resolve the error?

Thanks,

Payal

Parents Reply
  • Hi,

    Ah, I see. I misunderstood and thought you were using nRF54L15. The nRF54L05 has much less memory, so there you need to to soem optimziation in order to achieve it. You will need to do quite a bit of optimization, as the application is now 18 kB too large (based on the linker error you pasted earlier today). Generally, the amount of storage on the nRF54L05 means that in order to use it with DFU without external flash you will need a small and highly optimized application. You could start by disabling logging and see how far you get, then find other features you don't need and turn off until you get the size down enough.

Children
Related