mcuboot starting documentation
This commit is contained in:
@@ -147,28 +147,28 @@
|
||||
boot_partition: partition@0 {
|
||||
compatible = "zephyr,mapped-partition"; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:174 */
|
||||
label = "mcuboot"; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:175 */
|
||||
reg = < 0x0 0x8800 >; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:176 */
|
||||
reg = < 0x0 0x8000 >; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:176 */
|
||||
};
|
||||
|
||||
/* node '/soc/flash-controller@40022000/flash@8000000/partitions/partition@8800' defined in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:179 */
|
||||
slot0_partition: partition@8800 {
|
||||
compatible = "zephyr,mapped-partition"; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:180 */
|
||||
label = "image-0"; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:181 */
|
||||
reg = < 0x8800 0xc000 >; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:182 */
|
||||
reg = < 0x8000 0x10000 >; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:182 */
|
||||
};
|
||||
|
||||
/* node '/soc/flash-controller@40022000/flash@8000000/partitions/partition@14800' defined in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:185 */
|
||||
slot1_partition: partition@14800 {
|
||||
compatible = "zephyr,mapped-partition"; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:186 */
|
||||
label = "image-1"; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:187 */
|
||||
reg = < 0x14800 0xa800 >; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:188 */
|
||||
reg = < 0x10000 0x18000 >; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:188 */
|
||||
};
|
||||
|
||||
/* node '/soc/flash-controller@40022000/flash@8000000/partitions/partition@1f000' defined in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:192 */
|
||||
storage_partition: partition@1f000 {
|
||||
compatible = "zephyr,mapped-partition"; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:193 */
|
||||
label = "storage"; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:194 */
|
||||
reg = < 0x1f000 0x1000 >; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:195 */
|
||||
reg = < 0x18000 0x20000 >; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:195 */
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user