summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-ti-bsp/recipes-bsp/ti-dm-fw/ti-dm-fw.bb1
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc1
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-bsp/ti-dm-fw/ti-dm-fw.bb b/meta-ti-bsp/recipes-bsp/ti-dm-fw/ti-dm-fw.bb
index 638138f4..a7d15e30 100644
--- a/meta-ti-bsp/recipes-bsp/ti-dm-fw/ti-dm-fw.bb
+++ b/meta-ti-bsp/recipes-bsp/ti-dm-fw/ti-dm-fw.bb
@@ -39,6 +39,7 @@ DM_FW_DIR = "ti-dm/${PLAT_SFX}"
39INSTALL_DM_FW_DIR = "${nonarch_base_libdir}/firmware/${DM_FW_DIR}" 39INSTALL_DM_FW_DIR = "${nonarch_base_libdir}/firmware/${DM_FW_DIR}"
40 40
41DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f" 41DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f"
42DM_FIRMWARE:am62axx = "dm_edgeai_mcu1_0_release_strip.out"
42 43
43DM_FW_LIST = "" 44DM_FW_LIST = ""
44DM_FW_LIST:j721e = "${DM_FIRMWARE}" 45DM_FW_LIST:j721e = "${DM_FIRMWARE}"
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
index e337f84f..57bf7a4e 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
@@ -45,6 +45,7 @@ DEPENDS:append:j721s2 = " ti-hsm-demo-fw"
45DEPENDS:append:j784s4 = " ti-hsm-demo-fw" 45DEPENDS:append:j784s4 = " ti-hsm-demo-fw"
46 46
47DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f" 47DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f"
48DM_FIRMWARE:am62axx = "dm_edgeai_mcu1_0_release_strip.out"
48 49
49PLAT_SFX = "" 50PLAT_SFX = ""
50PLAT_SFX:j721e = "j721e" 51PLAT_SFX:j721e = "j721e"