Browse Source

sysbuild: image_configurations: Add firmware loader dtc overlay file

Adds a devicetree overlay file for the firmware loader image which
sets the code partition to slot 1, which is where the firmware loader
image resides

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
pull/90080/head
Jamie McCrae 2 months ago committed by Benjamin Cabé
parent
commit
a1e66b4952
  1. 5
      share/sysbuild/image_configurations/FIRMWARE_LOADER_image_default.overlay

5
share/sysbuild/image_configurations/FIRMWARE_LOADER_image_default.overlay

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
/ {
chosen {
zephyr,code-partition = &slot1_partition;
};
};
Loading…
Cancel
Save