I am using NRF52833 and trying to setup DFU specifically for OTA.
As experienced in other threads the size limitations are there
Secure_Boot builds creating slot partitions of 240kB
MCUBOOT with Secure_Boot seems that it would limit to 192kB It wont build as it currently triggers an error I am having trouble with.
MCUBOOT will not build by itself with CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU=y
it seems to specifically include CONFIG_BUILD_S1_VARIANT=y and including this variant requires CONFIG_SECURE_BOOT=y
which brings me back to including both bootloaders
edit: setting CONFIG_BUILD_S1_VARIANT=n and trying my best to field child_image conf and overlay. it does create a build with the partition manager only including partitions for bootload mcuboot and settings without the full layout that gets created with config_secure_boot=y but it seems to fail to find partition slots correctly on compilation.
am using current NCS 2.6.0
thanks for helping me to navigate this issue!