Hi all,
The following is the default partition.
Due to nRF54L15 – 1524 KB non-volatile memory (RRAM), I wanted to expand the settings storage partition without changing the previous partition size. I tested it with
CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x4000, but the mcuboot_primary and mcuboot_Static partitions became smaller.

I directly increased the settings storage size with pm_static.yml, while keeping everything else the same.

However, I encountered an error message stating that the maximum size can only reach 0x165000?