mcuboot icon indicating copy to clipboard operation
mcuboot copied to clipboard

Move to "software defined page size"

Open d3zd3z opened this issue 6 months ago • 1 comments

Remove per-sector query of page size, and make all of mcuboot use a software defined page size. This should allow improvements with variable page-size blocks, as well as allowing swap-move to work on all device, and better support for external devices with differing page sizes.

  • [ ] Single query for erase and write sizes, consistent across entire partition.
  • [ ] Definable in DT (on Zephyr) to override real sizes.
  • [ ] Testing

d3zd3z avatar May 22 '25 14:05 d3zd3z