I am testing with nrf5340 on NCS 2.3.0.
I added SMP server functionality to a sample application (peripheral_lbs). I added secureboot b0, mcuboot, tf-m to the application processor and secure boot b0n and tfm to the network processor.
I was able to successfully update the application using app_update.bin in nrfConnect for Android using the DFU button.
The update failed and mcuboot was stuck in a loop when I tried to send the net_core_app_update.bin in the same way using the nrf Connect for Android DFU feature.
1) Does the android DFU support updating the net_core_app ?
2) For non-simultaneous updates do I need additional flags such as CONFIG_PCD_APP, CONFIG_BOOT_UPGRADE_ONLY, or CONFIG_UPDATEABLE_IMAGE_NUMBER=2 ?
3) I could not find mcuboot_update.bin or s1_update.bin. Is there special kconfig necessary to generate update.bin for mcuboot s0 or s1?