commit | 8b65862a8346eeb1f1fed893e9781b0919fc1367 | [log] [tgz] |
---|---|---|
author | David Schneider <schneidav81@gmail.com> | Fri Mar 21 12:18:58 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Wed Mar 26 16:20:13 2025 +0100 |
tree | b975223a39e5fa0e52e64fd2611d48da69a0f575 | |
parent | a7f6cee9de1c28767601e370bae8b834a5fd4f4e [diff] |
cmake: mcuboot: Flash confirmed file if available In case a confirmed image gets generated, it should be used during flash process. If there is a valid application in second image slot, flashing *.signed.hex will result in a unconfirmed image in first slot. After reboot MCUboot will replace the unconfirmed image by swaping the confirmed application from the second into the first slot. Signed-off-by: David Schneider <schneidav81@gmail.com>