You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adjust nrf54h20dk/nrf54h20/cpuapp overlay and conf to include
required props from the overlay in bootloader/mcuboot. Specifically
disabling power domains.
Signed-off-by: Bjarki Arge Andreasen <[email protected]>
Copy file name to clipboardExpand all lines: tests/subsys/nrf_compress/decompression/mcuboot_update/sysbuild/mcuboot/boards/nrf54h20dk_nrf54h20_cpuapp.conf
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,3 +8,7 @@ CONFIG_SPI_NOR=n
8
8
CONFIG_FPROTECT=n
9
9
10
10
CONFIG_BOOT_WATCHDOG_FEED=n
11
+
12
+
# Power domains forced on by default on boot, no need
Copy file name to clipboardExpand all lines: tests/subsys/nrf_compress/decompression/mcuboot_update/sysbuild/mcuboot/boards/nrf54h20dk_nrf54h20_cpuapp.overlay
+55Lines changed: 55 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,3 +11,58 @@
11
11
zephyr,code-partition = &boot_partition;
12
12
};
13
13
};
14
+
15
+
/*
16
+
* Copy required overlay for mcuboot from bootloader/mcuboot.
17
+
*
18
+
* Required as the overlay in bootloader/mcuboot is ignored due to
0 commit comments