We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a9096 commit 799a470Copy full SHA for 799a470
tests/subsys/mgmt/mcumgr/img_mgmt_slot_info/boards/nrf5340dk_nrf5340_cpuapp_dual_slot.overlay
@@ -5,8 +5,6 @@
5
*/
6
7
/delete-node/ &boot_partition;
8
-/delete-node/ &slot0_ns_partition;
9
-/delete-node/ &slot1_ns_partition;
10
/delete-node/ &slot0_partition;
11
/delete-node/ &slot1_partition;
12
@@ -20,18 +18,22 @@
20
18
label = "mcuboot";
21
19
reg = <0x00000000 0x10000>;
22
};
+
23
slot0_partition: partition@10000 {
24
label = "image-0";
25
reg = <0x00010000 0x40000>;
26
27
slot1_partition: partition@50000 {
28
label = "image-1";
29
reg = <0x00050000 0x40000>;
30
31
32
slot2_partition: partition@90000 {
33
label = "image-2";
34
reg = <0x00090000 0x30000>;
35
36
37
slot3_partition: partition@c0000 {
38
label = "image-3";
39
reg = <0x000c0000 0x30000>;
0 commit comments