Skip to content

Commit

Permalink
samples: suit: smp_transfer: delete slot0 partitions in overlay
Browse files Browse the repository at this point in the history
The slot0 partitions are moved and modified in the smp_transfer
memory map, which requires the nodes to be deleted before being
defined.

Signed-off-by: Bjarki Arge Andreasen <[email protected]>
  • Loading branch information
bjarki-andreasen committed Dec 15, 2024
1 parent 04cc7ca commit 16aff7b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
reg = <0xa5000 DT_SIZE_K(72)>;
};

/delete-node/ partition@94000;
cpuapp_slot0_partition: partition@b7000 {
reg = <0xb7000 DT_SIZE_K(256)>;
};
Expand All @@ -32,6 +33,8 @@
nordic,access = <NRF_OWNER_ID_RADIOCORE NRF_PERM_RXS>;
#address-cells = < 0x1 >;
#size-cells = < 0x1 >;

/delete-node/ partition@54000;
cpurad_slot0_partition: partition@66000 {
reg = < 0x66000 DT_SIZE_K(160) >;
};
Expand Down

0 comments on commit 16aff7b

Please sign in to comment.