Unable to boot nRF54L15DK with TF-M and MCUBoot

Hi,

I'm having an issue just booting my nRF54L15-DK when building a basic app with TF-M and MCUboot configured, I am using sysbuild to build everything.I am using the latest v.2.8.0 NCS version of the SDK. I am also using the partition manager to configure the secondary slot for MCUboot to be mapped in the external flash of the MX25R64. Here is the boot error I am seeing:

*** Booting MCUboot v2.1.0-ncs2 ***
*** Using Zephyr OS build v3.7.99-ncs1 ***
[00:00:00.430,343] <inf> mcuboot: Starting bootloader
[00:00:00.430,660] <err> mcuboot: Failed to open flash area ID 1 (image 0 slot 1): -2, cannot continue

Debugging shows the the flash area ID isn't a part of the "default_flash_map" array (which I'm assuming is the application code region). Not sure why this is happening?

Thanks!

Bryan

Related