Hello, Have some experience with embedded development, but new to nRF Connect, sysbuild, Kconfig etc.
Using Windows host VS code with nRF Connect extensions - current versions of all tools as of writing.
Thingy91x OOTB worked fine, build & flash simple examples working for '91 & '53 SOCs (via external segger SWD)
Looking to recover more of the 1M flash in the '53 app processor than provided by the default MCUboot configuration. e.g. similar to same sample apps running on the nRF5340DK board.
nRF Kconfig GUI after creating a working build for thingy91x/nrf5340/cpuapp (not, some apps fail to build for the 'ns' option)
Tried the following;
'Booloader support' = None (from MCUboot default)
then with MCUboot enabled again tried;
'Pre-defined partition layout' - External flash and None (from factory default)
These cause the generate and build to fail in ways I don't yet understand how to fix.
Also tried defaults with just proj.conf:CONFIG_BOOTLOADER_MCUBOOT=n
A build after this still includes MCUBOOT.
I have much more to learn about the powerful features of sysbuild, overlays etc but would appreciate any tips re turning off MCUboot or changing its options to release more of the 1M flash in the SOC.
TIA.