From: Paresh Bhagat <p-bhagat@ti.com>
To: <meta-ti@lists.yoctoproject.org>
Cc: <denis@denix.org>, <praneeth@ti.com>, <reatmon@ti.com>,
<afd@ti.com>, <v-singh1@ti.com>, <p-deshmukh@ti.com>,
<j-sahu@ti.com>, <c-shilwant@ti.com>, <y-hegde@ti.com>
Subject: [master/wrynose][PATCH] meta-ti-bsp: ti-rtos-fw: Set EdgeAI DSP firmware as default for am62dxx
Date: Sun, 16 Aug 2026 10:58:24 +0530 [thread overview]
Message-ID: <20260816052824.62080-1-p-bhagat@ti.com> (raw)
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(-)
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}; \
)
}
--
2.34.1
next reply other threads:[~2026-08-16 5:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-16 5:28 Paresh Bhagat [this message]
2026-08-16 5:47 ` [master/wrynose][PATCH] meta-ti-bsp: ti-rtos-fw: Set EdgeAI DSP firmware as default for am62dxx PRC Automation
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260816052824.62080-1-p-bhagat@ti.com \
--to=p-bhagat@ti.com \
--cc=afd@ti.com \
--cc=c-shilwant@ti.com \
--cc=denis@denix.org \
--cc=j-sahu@ti.com \
--cc=meta-ti@lists.yoctoproject.org \
--cc=p-deshmukh@ti.com \
--cc=praneeth@ti.com \
--cc=reatmon@ti.com \
--cc=v-singh1@ti.com \
--cc=y-hegde@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.