| Message ID | 20260831094438.2986368-1-p-bhagat@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [master/wrynose,v2] meta-ti-bsp: ti-rtos-fw: Set EdgeAI DSP firmware as default for am62dxx | expand |
meta-ti / na / 20260831094438.2986368-1-p-bhagat
PRC Results: PASS
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [master/wrynose][PATCH v2] 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 v2] meta-ti-bsp: ti-rtos-fw: Set EdgeAI DSP firmware as default for am62dxx
- Submitter: From: Paresh Bhagat <p-bhagat@ti.com>
- Date: Date: Mon, 31 Aug 2026 15:14:38 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 83ecedef6440dedf805cde0b499b2b033b4e9eac
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 v2] meta-ti-bsp: ti-rtos-fw: Set EdgeAI DSP firmware as default for am62dxx
- Submitter: From: Paresh Bhagat <p-bhagat@ti.com>
- Date: Date: Mon, 31 Aug 2026 15:14:38 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 83ecedef6440dedf805cde0b499b2b033b4e9eac
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
Please drop the meta-ti-bsp: from the subject. It makes the summary longer than it needs to be. On 8/31/2026 4:44 AM, Paresh Bhagat wrote: > 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> > --- > This patch requires the corresponding firmware patch in > ti-linux-firmware to be merged first. > > Change log: > v1->v2: > - Updated name of firmware. > > 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(-) > > 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}; \ > ) > } >
Hi Ryan, On 31/08/26 23:04, Ryan Eatmon wrote: > Please drop the meta-ti-bsp: from the subject. It makes the summary > longer than it needs to be. Sure will drop it in next version. > > > On 8/31/2026 4:44 AM, Paresh Bhagat wrote: >> 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> >> --- >> This patch requires the corresponding firmware patch in >> ti-linux-firmware to be merged first. >> >> Change log: >> v1->v2: >> - Updated name of firmware. >> >> 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(-) >> >> 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}; \ >> ) >> } >
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> --- This patch requires the corresponding firmware patch in ti-linux-firmware to be merged first. Change log: v1->v2: - Updated name of firmware. 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(-)