diff mbox series

[master/wrynose] meta-ti-bsp: ti-rtos-fw: Set EdgeAI DSP firmware as default for am62dxx

Message ID 20260816052824.62080-1-p-bhagat@ti.com
State New
Headers show
Series [master/wrynose] meta-ti-bsp: ti-rtos-fw: Set EdgeAI DSP firmware as default for am62dxx | expand

Commit Message

Paresh Bhagat Aug. 16, 2026, 5:28 a.m. UTC
Set dsp_edgeai.c75ss0-0.release.strip.out as the default C7x firmware
for AM62d to support DSP-based audio pipeline (STFT pre-processing,
EdgeAI inference and ISTFT post-processing).

Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
---
This patch requires the corresponding firmware patch in
ti-linux-firmware to be merged first.

 meta-ti-bsp/recipes-bsp/ti-rtos-fw/ti-rtos-echo-test-fw.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

PRC Automation Aug. 16, 2026, 5:47 a.m. UTC | #1
meta-ti / na / 20260816052824.62080-1-p-bhagat

PRC Results: PASS

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [master/wrynose][PATCH] meta-ti-bsp: ti-rtos-fw: Set EdgeAI DSP firmware as default for am62dxx
    WARN: Commit message should not include directory path to recipe: meta-ti-bsp: ti-rtos-fw: Set EdgeAI DSP firmware as default for am62dxx.
              meta-ti-bsp (COMMIT-MESSAGE-3)
        patch
    
    For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [master/wrynose][PATCH] meta-ti-bsp: ti-rtos-fw: Set EdgeAI DSP firmware as default for am62dxx
- Submitter: From: Paresh Bhagat <p-bhagat@ti.com>
- Date: Date: Sun, 16 Aug 2026 10:58:24 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 77707b096fdee57c9b2679d7a0cf4b8cb0d93ceb

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: 61fee7c8e69614a6897836c7708c47f627417327

Patches
----------------------------------------
All patches applied

wrynose
=====================
Summary:
- Patch Series: [master/wrynose][PATCH] meta-ti-bsp: ti-rtos-fw: Set EdgeAI DSP firmware as default for am62dxx
- Submitter: From: Paresh Bhagat <p-bhagat@ti.com>
- Date: Date: Sun, 16 Aug 2026 10:58:24 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 77707b096fdee57c9b2679d7a0cf4b8cb0d93ceb

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: wrynose-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: linux-ti-mainline: Bump to v7.1
- Commit SHA: ce0347d626c909d7fb37193b6325573dcfe43339

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 mbox series

Patch

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..cac461d9 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.c75ss0-0.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}; \
         )
 }