mcuboot starting documentation
This commit is contained in:
@@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user