mcuboot starting documentation

This commit is contained in:
Jeremy Janella
2026-07-04 14:23:37 -04:00
parent 6f163e1250
commit d20456a39c
766 changed files with 250 additions and 75895 deletions
@@ -3099,26 +3099,26 @@ stm32_lp_tick_source: &lptim1 {
boot_partition: partition@0 {
compatible = "zephyr,mapped-partition";
label = "mcuboot";
reg = <0x00000000 ((34) * 1024)>;
reg = <0x00000000 0x00008000>;
};
slot0_partition: partition@8800 {
compatible = "zephyr,mapped-partition";
label = "image-0";
reg = <0x00008800 ((48) * 1024)>;
reg = <0x00008000 0x00010000>;
};
slot1_partition: partition@14800 {
compatible = "zephyr,mapped-partition";
label = "image-1";
reg = <0x00014800 ((42) * 1024)>;
reg = <0x00010000 0x0018000>;
};
storage_partition: partition@1f000 {
compatible = "zephyr,mapped-partition";
label = "storage";
reg = <0x0001f000 ((4) * 1024)>;
reg = <0x00018000 0x00020000>;
};
};
};