Hi
I've an application running on nRF Conenct SDK 3.0.2 on an nRF52840DK. Now I tried to enable update support over serial recovery of MCUBoot using the USB ACM.
First I've setup sysbuild to use MCUboot in sysbuild.conf file:
# Enable bootloader with dedicated bootloader image
SB_CONFIG_BOOTLOADER_MCUBOOT=y
SB_CONFIG_MCUBOOT_MODE_SINGLE_APP=y
In the configuration for the mcuboot image (sysbuild/mcuboot/prj.conf) the following configuration was added: