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 10
10
11
11
&flash0 {
12
12
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>;
16
16
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
+ };
29
31
};
30
32
};
31
33
Original file line number Diff line number Diff line change 18
18
label = "mcuboot";
19
19
reg = <0x000000000 0x00010000>;
20
20
};
21
+
21
22
slot0_partition: partition@10000 {
22
23
label = "image-0";
23
24
reg = <0x000010000 0x0000E8000>;
Original file line number Diff line number Diff line change 14
14
label = "mcuboot";
15
15
reg = <0x000000000 0x00010000>;
16
16
};
17
+
17
18
slot0_partition: partition@10000 {
18
19
label = "image-0";
19
20
reg = <0x000010000 0x0000e8000>;
Original file line number Diff line number Diff line change 14
14
label = "mcuboot";
15
15
reg = <0x000000000 0x00010000>;
16
16
};
17
+
17
18
slot0_partition: partition@10000 {
18
19
label = "image-0";
19
20
reg = <0x000010000 0x00000A000>;
Original file line number Diff line number Diff line change 14
14
label = "mcuboot";
15
15
reg = <0x000000000 0x00010000>;
16
16
};
17
+
17
18
slot0_partition: partition@10000 {
18
19
label = "image-0";
19
20
reg = <0x000010000 0x00000A000>;
20
21
};
22
+
21
23
slot1_partition: partition@1A000 {
22
24
label = "image-1";
23
25
reg = <0x00001A000 0x00000A000>;
24
26
};
27
+
25
28
slot3_partition: partition@24000 {
26
29
label = "image-3";
27
30
reg = <0x000024000 0x00000A000>;
You can’t perform that action at this time.
0 commit comments