ncs: v3.2.0
chip: nRF54L15
If I set CONFIG_PM_PARTITION_SIZE_MCUBOOT=0x10000 (64K), MCUboot fails to boot, and the error displayed is: 'Protect mcuboot flash failed, cancel startup.'
This is because I configured the MCUboot region size as 64K in NCS 3.1.1, so I need to maintain a 64K size when upgrading to NCS 3.2.0.
How can I fix this error?