When building `nrf/tests/modules/mcuboot/direct_xip` with nRF SDK v2.9.0 for nRF54L15DK the build errors with the following ouput:
Partition manager failed: Error when inspecting mcuboot_secondary_pad, invalid address 0xba000, expected 0xba001,
Failed to partition region flash_primary, size of region: 1462272
Partition Configuration:
mcuboot:
placement:
align:
end: 4096
before:
- mcuboot_primary
size: 65536
mcuboot_pad:
placement:
before:
- mcuboot_primary_app
size: 2048
mcuboot_secondary_app:
placement:
after:
- mcuboot_secondary_pad
size: 694273
mcuboot_secondary_pad:
placement:
after:
- mcuboot_primary
align:
start: 4096
size: 2048Is there a fix in the pipeline for this test/direct xip functionality with dynamic partitioning?
Are you able to provide a working static partition configuration in the meanwhile?
Thank you