mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
recipes-ti: ti-rtos-echo-test-fw: Add C7X_1_FW override for am62axx
* With [0], the C7x IPC EdgeAI firmware for am62axx will now be maintained at ti-linux-firmware. Until now, the same firmware was maintained on psdk_fw [1] with a different name & fetched in TI SDK via meta-edgeai [2]. * Hence, add a am62axx specific override for C7X_1_FW inorder to match the firmware name as maintained in "ti-ipc/am62axx" of ti-linux-firmware. [0]: https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/commit/?h=ti-linux-firmware&id=1e5d64d9385d6472d29e11ac7021765004ddff27 [1]: https://git.ti.com/cgit/processor-sdk/psdk_fw/ [2]: https://git.ti.com/cgit/edgeai/meta-edgeai/tree/recipes-tisdk/ti-psdk-rtos/ti-edgeai-firmware.bb?h=EDGEAI_CICD_20250417 Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
committed by
Ryan Eatmon
parent
c34c4f7de6
commit
b27b4d5720
@@ -37,20 +37,21 @@ IPC_FW_DIR = "ti-ipc/${PLAT_SFX}"
|
||||
|
||||
INSTALL_IPC_FW_DIR = "${nonarch_base_libdir}/firmware/${IPC_FW_DIR}"
|
||||
|
||||
MCU_1_0_FW = "ipc_echo_test_mcu1_0_release_strip.xer5f"
|
||||
MCU_1_1_FW = "ipc_echo_test_mcu1_1_release_strip.xer5f"
|
||||
MCU_2_0_FW = "ipc_echo_test_mcu2_0_release_strip.xer5f"
|
||||
MCU_2_1_FW = "ipc_echo_test_mcu2_1_release_strip.xer5f"
|
||||
MCU_3_0_FW = "ipc_echo_test_mcu3_0_release_strip.xer5f"
|
||||
MCU_3_1_FW = "ipc_echo_test_mcu3_1_release_strip.xer5f"
|
||||
MCU_4_0_FW = "ipc_echo_test_mcu4_0_release_strip.xer5f"
|
||||
MCU_4_1_FW = "ipc_echo_test_mcu4_1_release_strip.xer5f"
|
||||
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_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"
|
||||
MCU_1_0_FW = "ipc_echo_test_mcu1_0_release_strip.xer5f"
|
||||
MCU_1_1_FW = "ipc_echo_test_mcu1_1_release_strip.xer5f"
|
||||
MCU_2_0_FW = "ipc_echo_test_mcu2_0_release_strip.xer5f"
|
||||
MCU_2_1_FW = "ipc_echo_test_mcu2_1_release_strip.xer5f"
|
||||
MCU_3_0_FW = "ipc_echo_test_mcu3_0_release_strip.xer5f"
|
||||
MCU_3_1_FW = "ipc_echo_test_mcu3_1_release_strip.xer5f"
|
||||
MCU_4_0_FW = "ipc_echo_test_mcu4_0_release_strip.xer5f"
|
||||
MCU_4_1_FW = "ipc_echo_test_mcu4_1_release_strip.xer5f"
|
||||
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_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"
|
||||
|
||||
IPC_FW_LIST = ""
|
||||
IPC_FW_LIST:am65xx = "${MCU_1_0_FW} ${MCU_1_1_FW}"
|
||||
|
||||
Reference in New Issue
Block a user