nRF54L15 + NCS 3.02 + Toolchain 3.02
So I have followed Dev Acadamy exercises for Serial Recovery and BLE FOTA. In my project I now have MCUBOOT for Serial Recovery but I need also to add BLE FOTA.
[Note I cannot use UART DFU within my application, because the application uses UART.]
What considerations are needed to use both mechanisms on the same target? For example, using dual slot. As a quick test I tried setting SB_CONFIG_MCUBOOT_MODE_SINGLE_APP=n but it wouldn't even boot after flashing.
Thanks,