Hello,
I would like to use sysbuild and mcuboot without the partition manager but the sdk does not let me disable it.
I'm trying to disable the partition manager with the sysbuild/with-mcuboot sample for the nrf52840dk_nrf52840 board.
# Sysbuild configuration file. # Enable MCUboot per default for this sample. SB_CONFIG_BOOTLOADER_MCUBOOT=y SB_CONFIG_PARTITION_MANAGER=n
Is there a way to disable it ?