Support for mcuboot 'swap using offset' in dfu_target

Hi, we are using your nrf_cloud_fota library to download new FOTA updates from nRF Cloud, using NCS version 3.1.1.

We are also using MCUboot with the Swap using offset algorithm. However, your dfu_target_mcuboot.c doesn't write to the secondary partition with an offset if swap-using-offset is used.

Do you have plans on supporting Swap usign offset? Currently we have just wrapped your dfu_target_mcuboot.c to write new image with correct offset, but are hoping you will fix it afterwards so we can remove our wrapping. And maybe others can enjoy this fantastic swapping algorithm.

It doesn't seem liked it is fixed in main. Or do you actually support this swapping method, but we have done something wrong?

Btw, is this forum the right place to submitt issues like this? It's not possible to submit issues in your GIthub repository.

Related