I am developing with the nRF5340, but I am encountering an issue where CONFIG_BOOTLOADER_MCUBOOT
is not being enabled. Although I have enabled it in the prj.config
file as shown in the attached image, the bootloader is not automatically defined in the partitions.yml
file, and the .zip
file is also not generated. However, when I configure the build with "no sysbuild," it defines correctly, but the app and net core memory regions are not properly defined. How can I enable the MCUBoot loader correctly while using "use sysbuild" without issues?