| commit | 2597a93b4bf3674da9ab215d5522fc70467fe553 | [log] [tgz] |
|---|---|---|
| author | Erwan Gouriou <erwan.gouriou@st.com> | Thu Aug 22 16:46:11 2024 +0200 |
| committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Aug 29 18:04:04 2024 +0200 |
| tree | 670067e7d77965dd1fb741c3a581be1b8762019d | |
| parent | e1d20235d3b915357f0dcbcd321d396cf13a9b70 [diff] |
boards: nucleo_wb55cg: Set partition for swap f/w update method Flash partition was defining a scratch area which was implying the use of mcuboot BOOT_SWAP_USING_SCRATCH f/w update method. By removing this partition, mcuboot will automatically use BOOT_PREFER_SWAP_MOVE method which should be prefered as it levels flash wear. Incidentally increase slot1 by one sector (as this is preferred for the swap method). Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>