Sysbuild for peripheral_hr Missing Radio Image

Hi Nordic team,

I’m using --sysbuild for two examples (peripheral_hr and throughput), but I notice a difference in the build outputs: For throughput, I see both Application and Radio builds. For peripheral_hr, only the Application build is generated. This seems to be why peripheral_hr fails to run. How can I ensure the Radio image is also built for peripheral_hr?

https://docs.nordicsemi.com/bundle/ncs-2.9.0-nRF54H20-1-rc2/page/zephyr/samples/bluetooth/peripheral_hr/README.html

https://docs.nordicsemi.com/bundle/ncs-2.9.0-nRF54H20-1-rc2/page/nrf/samples/bluetooth/throughput/README.html

*** Booting nRF Connect SDK v2.9.0-nRF54H20-1-rc2-ed8405307012 ***
*** Using Zephyr OS v3.7.99-706ab3d781e4 ***
[00:00:00.161,732] <ESC>[1;31m<err> os: ***** BUS FAULT *****<ESC>[0m
[00:00:00.161,739] <ESC>[1;31m<err> os: Precise data bus error<ESC>[0m
[00:00:00.161,742] <ESC>[1;31m<err> os: BFAR Address: 0x2f0bf000<ESC>[0m
[00:00:00.161,752] <ESC>[1;31m<err> os: r0/a1: 0x00000000 r1/a2: 0x00000001 r2/a3: 0x3f0bf020<ESC>[0m
[00:00:00.161,756] <ESC>[1;31m<err> os: r3/a4: 0x2f0bf000 r12/ip: 0x000000a1 r14/lr: 0x0e0a07a5<ESC>[0m
[00:00:00.161,759] <ESC>[1;31m<err> os: xpsr: 0x49000000<ESC>[0m
[00:00:00.161,762] <ESC>[1;31m<err> os: Faulting instruction address (r15/pc): 0x0e0a5412<ESC>[0m
[00:00:00.161,776] <ESC>[1;31m<err> os: >>> ZEPHYR FATAL ERROR 25: Unknown error on CPU 0<ESC>[0m
[00:00:00.161,784] <ESC>[1;31m<err> os: Current thread: 0x2f012838 (unknown)<ESC>[0m
[00:00:00.224,168] <ESC>[1;31m<err> os: Halting system<ESC>[0m

..=

Related