Hi,
I am using custom nrf52840 board with sysbuild, MCUboot+firmware loader, static partitioning, settings storage (OpenThread) and littleFS storage and I cannot get the thing to build.
This is my pm_static.ym file:
Here is the relevant part of DTS:
};
And here is the error that is generated:
Partition 'mcuboot' is not included in the dynamic resolving since it is statically defined.
Partition 'settings_storage' is not included in the dynamic resolving since it is statically defined.
Partition 'mcuboot_primary' is not included in the dynamic resolving since it is statically defined.
Partition 'mcuboot_primary_app' is not included in the dynamic resolving since it is statically defined.
Partition 'mcuboot_secondary' is not included in the dynamic resolving since it is statically defined.
Partition 'littlefs_storage' is not included in the dynamic resolving since it is statically defined.
Partition manager failed: End of last partition is after last valid address
Failed to partition region flash_primary, size of region: 1048576
Partition Configuration:
app:
size: 613888
firmware_loader:
size: 376320
littlefs_storage:
size: 24576
mcuboot:
size: 24576
mcuboot_pad:
placement:
align:
start: 4096
size: 512
mcuboot_pad1:
size: 512
mcuboot_pad2:
size: 512
mcuboot_primary:
size: 614400
mcuboot_primary_app:
size: 613888
mcuboot_secondary:
size: 376832
mcuboot_secondary_app:
size: 376320
settings_storage:
size: 8192
Please I need help. This is too much.