From 05fc514db3c998bcf77e5fbabc580d939915aed2 Mon Sep 17 00:00:00 2001 From: Paresh Bhagat Date: Tue, 1 Sep 2026 13:01:28 +0530 Subject: [PATCH] ti-rtos-fw: Set EdgeAI DSP firmware as default for am62dxx Set dsp_edgeai_c7x_1_release_strip.out as the default C7x firmware for AM62d to support EdgeAI and DSP based audio pipeline. Signed-off-by: Paresh Bhagat Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-bsp/ti-rtos-fw/ti-rtos-echo-test-fw.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-bsp/ti-rtos-fw/ti-rtos-echo-test-fw.bb b/meta-ti-bsp/recipes-bsp/ti-rtos-fw/ti-rtos-echo-test-fw.bb index d5353e827..10944e6c4 100644 --- a/meta-ti-bsp/recipes-bsp/ti-rtos-fw/ti-rtos-echo-test-fw.bb +++ b/meta-ti-bsp/recipes-bsp/ti-rtos-fw/ti-rtos-echo-test-fw.bb @@ -47,6 +47,7 @@ C66_1_FW = "ipc_echo_test_c66xdsp_1_release_strip.xe66" C66_2_FW = "ipc_echo_test_c66xdsp_2_release_strip.xe66" C7X_1_FW = "ipc_echo_test_c7x_1_release_strip.xe71" C7X_1_FW:am62axx = "dsp_edgeai_c7x_1_release_strip.out" +C7X_1_FW:am62dxx = "dsp_edgeai_c7x_1_release_strip.out" C7X_2_FW = "ipc_echo_test_c7x_2_release_strip.xe71" C7X_3_FW = "ipc_echo_test_c7x_3_release_strip.xe71" C7X_4_FW = "ipc_echo_test_c7x_4_release_strip.xe71" @@ -101,7 +102,6 @@ do_install:prepend:am62axx() { do_install:prepend:am62dxx() { ( cd ${S}/${IPC_FW_DIR}; \ ln -sf ipc_rpmsg_echo.mcu-r5f0_0.release.strip.out ${MCU_2_0_FW}; \ - ln -sf ipc_rpmsg_echo.c75ss0-0.release.strip.out ${C7X_1_FW}; \ ) }