| Message ID | 20260901073128.1118254-1-p-bhagat@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [master/wrynose,v3] ti-rtos-fw: Set EdgeAI DSP firmware as default for am62dxx | expand |
meta-ti / na / 20260901073128.1118254-1-p-bhagat PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [master/wrynose][PATCH v3] ti-rtos-fw: Set EdgeAI DSP firmware as default for am62dxx - Submitter: From: Paresh Bhagat <p-bhagat@ti.com> - Date: Date: Tue, 1 Sep 2026 13:01:28 +0530 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: b220e75d37fc206e6b324b08315f4c398c39194c Applied to: - Repository: lcpd-prc-meta-ti - Base Branch: master-wip - Commit Author: Ryan Eatmon <reatmon@ti.com> - Commit Subject: TEST: linux-ti-staging: Add testing dtbo and build command - Commit SHA: 4359f764bdd9c496fd7b4f2c1319bdc646a87b35 Patches ---------------------------------------- All patches applied wrynose ===================== Summary: - Patch Series: [master/wrynose][PATCH v3] ti-rtos-fw: Set EdgeAI DSP firmware as default for am62dxx - Submitter: From: Paresh Bhagat <p-bhagat@ti.com> - Date: Date: Tue, 1 Sep 2026 13:01:28 +0530 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: b220e75d37fc206e6b324b08315f4c398c39194c Applied to: - Repository: lcpd-prc-meta-ti - Base Branch: wrynose-wip - Commit Author: Ryan Eatmon <reatmon@ti.com> - Commit Subject: linux-ti-staging-rt_6.18: Add ARM32 RT branch - Commit SHA: d6f9a95ac6ae5b95c96294bb04e722f0d19ac960 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS wrynose ===================== PASS ========================================================= yocto-check-layers: PASS ========================================================= master - PASS ===================== All checks passed wrynose - PASS ===================== All checks passed
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 20c6b531..aad5ea06 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}; \ ) }
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 <p-bhagat@ti.com> --- Change log: v2->v3: - Remove meta-ti-bsp from Subject v1->v2: - Updated name of firmware. v2-https://lists.yoctoproject.org/g/meta-ti/topic/master_wrynose_patch_v2/121010659 v1-https://lists.yoctoproject.org/g/meta-ti/topic/master_wrynose_patch/120772787 meta-ti-bsp/recipes-bsp/ti-rtos-fw/ti-rtos-echo-test-fw.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)