mcuboot icon indicating copy to clipboard operation
mcuboot copied to clipboard

boot: bootutil: avoid full erase on BOOT_MAGIC_BAD in boot_set_next

Open ofirshe opened this issue 6 months ago • 3 comments

Previously, boot_set_next() would perform a full slot erase when BOOT_MAGIC_BAD was detected. This is no longer done, as the decision on how to handle a corrupted image should be left to user code.

ofirshe avatar May 22 '25 16:05 ofirshe