diff options
author | Shiju Sivasankaran <shiju@ti.com> | 2021-03-16 15:12:05 -0500 |
---|---|---|
committer | Praneeth Bajjuri <praneeth@ti.com> | 2021-03-17 12:51:03 -0500 |
commit | fd223268611717f15e47686f952889af454cbae2 (patch) | |
tree | bf7745cf1c2c5c7620b19c41fc237e3838182e9f /recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb | |
parent | 40ee321451030321b9e9168b5a71170623e5a412 (diff) | |
download | meta-ti-fd223268611717f15e47686f952889af454cbae2.tar.gz |
ti-rtos: update to uisng fw from mcu-plus-sdk for AM64x
update ti-rtos-metadata and ti-rtos-firmware recipes of meta-ti to
pick AM64x rtos firmware from mcu-plus-sdk instead of PDK.
Other devices such as AM65x, J7 continue to use fw from PDK.
Built and tested both IPC echo test applications - "rpmsg_client_sample”
& “rpmsg_char_simple”. Both tests passed for all remote R5F cores
on AM64x EVM
Signed-off-by: Shiju Sivasankaran <shiju@ti.com>
[praneeth@ti.com: rebase to dunfell/next]
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Diffstat (limited to 'recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb')
-rw-r--r-- | recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb b/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb index abef8781..83e0e901 100644 --- a/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb +++ b/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb | |||
@@ -22,6 +22,7 @@ TI_RTOS_METADATA_SRCREV ?= "3cda650c9e22eb4fd4eb5797ad998991a6124243" | |||
22 | TI_RTOS_METADATA_BRANCH ?= "master" | 22 | TI_RTOS_METADATA_BRANCH ?= "master" |
23 | TI_RTOS_METADATA_DIR ?= "${PLAT_SFX}" | 23 | TI_RTOS_METADATA_DIR ?= "${PLAT_SFX}" |
24 | TI_RTOS_METADATA_FILE ?= "${S}${TI_RTOS_METADATA_DIR}/metadata.inc" | 24 | TI_RTOS_METADATA_FILE ?= "${S}${TI_RTOS_METADATA_DIR}/metadata.inc" |
25 | TI_RTOS_METADATA_FILE_am64xx ?= "${S}${TI_RTOS_METADATA_DIR}/mcusdk_metadata.inc" | ||
25 | 26 | ||
26 | PV = "1.0.0+git${SRCPV}" | 27 | PV = "1.0.0+git${SRCPV}" |
27 | 28 | ||