is Delta DFU supported for nrf52 series or nrf54

hi Nordic

i am working with nrf52840 and nrf52832 with ncs v2.8.0 

i am also working on nrf54l15 (since nrf54h20 seems to not be fully integrated yet)

i want to know if i can reduce DFU image size by using Delta firmware update mechanism for DFU 

and if it is supported by zephyr and for the devices mentioned ..

if not i would appreciate to learn why ??

i know there is compressed DFU but it requires a lot of resources for the compression libs and algorithms and not very practical in that manner.

hope to read you soon 

best regards

Ziv 

Parents Reply
  • You do realize that DFU works with binary firmware image data and does not care about line numbers whatsoever?

    Most modern-ish NRF chips support external QSPI flash chips which are perfect for storing  firmware updates.

    Also keep in mind that if you make the bootloader more complex and thus bigger, you will end up with less space for the actual application image in flash.

Children
Related