Hello Nordic Team,
I am currently working on OTA using Sysbuild configuration on the nRF52833 with the nRF Connect SDK .
In this configuration, I enabled overwrite-only mode in MCUboot (SB_CONFIG_MCUBOOT_MODE_OVERWRITE_ONLY=y). The firmware ZIP file updates successfully, and the OTA process completes without any errors.
However, I observed that the log output appears the same whether overwrite-only mode is enabled or disabled. I do not see any difference in the log messages in the nRF Connect mobile application between the two configurations.
I will share the logs for both cases (overwrite-only enabled and overwrite-only disabled) for your reference.
SB_CONFIG_BOOTLOADER_MCUBOOT=y
When SB_CONFIG_MCUBOOT_MODE_OVERWRITE_ONLY=y is enabled, the following log output is observed in the nRF Connect mobile application.
- When
SB_CONFIG_MCUBOOT_MODE_OVERWRITE_ONLY=yis disabled, the following log output is observed in the nRF Connect mobile application.


