From ad98eaba1cf033b5ec4b47a94430ec81c99bd7b2 Mon Sep 17 00:00:00 2001 From: Vit Stanicek Date: Wed, 9 Jul 2025 14:10:11 +0200 Subject: [PATCH] samples: rtxxx-amp: Add service_area section Add the service_area section to the list of sections for which objcopy is executed. As this section was missing from the resulting data image, it prevents targets (right now, the mimxrt685s/hifi4) from booting. Signed-off-by: Vit Stanicek --- samples/boards/nxp/adsp/rtxxx/common/remote-dsp-imgs.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/boards/nxp/adsp/rtxxx/common/remote-dsp-imgs.cmake b/samples/boards/nxp/adsp/rtxxx/common/remote-dsp-imgs.cmake index a1bd548fe3401..12738846c7e1a 100644 --- a/samples/boards/nxp/adsp/rtxxx/common/remote-dsp-imgs.cmake +++ b/samples/boards/nxp/adsp/rtxxx/common/remote-dsp-imgs.cmake @@ -34,6 +34,7 @@ add_custom_command( --only-section=sw_isr_table --only-section=device_area --only-section=device_states + --only-section=service_area --only-section=.noinit --only-section=.data --only-section=.bss