File tree Expand file tree Collapse file tree 5 files changed +23
-15
lines changed
Expand file tree Collapse file tree 5 files changed +23
-15
lines changed Original file line number Diff line number Diff line change 1010
1111&flash0 {
1212 partitions {
13- compatible = "fixed-partitions";
14- #address-cells = <1>;
15- #size-cells = <1>;
13+ compatible = "fixed-partitions";
14+ #address-cells = <1>;
15+ #size-cells = <1>;
1616
17- boot_partition: partition@0 {
18- label = "mcuboot";
19- reg = <0x000000000 0x00010000>;
20- };
21- slot0_partition: partition@10000 {
22- label = "image-0";
23- reg = <0x000010000 0x000074000>;
24- };
25- slot1_partition: partition@75000 {
26- label = "image-1";
27- reg = <0x00084000 0x000074000>;
28- };
17+ boot_partition: partition@0 {
18+ label = "mcuboot";
19+ reg = <0x000000000 0x00010000>;
20+ };
21+
22+ slot0_partition: partition@10000 {
23+ label = "image-0";
24+ reg = <0x000010000 0x000074000>;
25+ };
26+
27+ slot1_partition: partition@75000 {
28+ label = "image-1";
29+ reg = <0x00084000 0x000074000>;
30+ };
2931 };
3032};
3133
Original file line number Diff line number Diff line change 1818 label = "mcuboot";
1919 reg = <0x000000000 0x00010000>;
2020 };
21+
2122 slot0_partition: partition@10000 {
2223 label = "image-0";
2324 reg = <0x000010000 0x0000E8000>;
Original file line number Diff line number Diff line change 1414 label = "mcuboot";
1515 reg = <0x000000000 0x00010000>;
1616 };
17+
1718 slot0_partition: partition@10000 {
1819 label = "image-0";
1920 reg = <0x000010000 0x0000e8000>;
Original file line number Diff line number Diff line change 1414 label = "mcuboot";
1515 reg = <0x000000000 0x00010000>;
1616 };
17+
1718 slot0_partition: partition@10000 {
1819 label = "image-0";
1920 reg = <0x000010000 0x00000A000>;
Original file line number Diff line number Diff line change 1414 label = "mcuboot";
1515 reg = <0x000000000 0x00010000>;
1616 };
17+
1718 slot0_partition: partition@10000 {
1819 label = "image-0";
1920 reg = <0x000010000 0x00000A000>;
2021 };
22+
2123 slot1_partition: partition@1A000 {
2224 label = "image-1";
2325 reg = <0x00001A000 0x00000A000>;
2426 };
27+
2528 slot3_partition: partition@24000 {
2629 label = "image-3";
2730 reg = <0x000024000 0x00000A000>;
You can’t perform that action at this time.
0 commit comments