* [dunfell/master PATCH] ti-rtos: Update metadata and versions for RTOS firmware
@ 2021-04-01 20:16 praneeth
2021-04-01 20:31 ` [meta-ti] " Denys Dmytriyenko
0 siblings, 1 reply; 7+ messages in thread
From: praneeth @ 2021-04-01 20:16 UTC (permalink / raw)
To: Praneeth Bajjuri; +Cc: Shivalingappa Sujith, meta-ti
From: Praneeth Bajjuri <praneeth@ti.com>
updated rtos firmwares
j721e, j7200: 07.03.00.26
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
index 176d0ad0..84dae9a6 100644
--- a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
+++ b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
@@ -20,8 +20,8 @@ include ${DEPLOY_DIR_IMAGE}/${DEFAULT_METADATA_FILE}
# Set some defaults for when metadata.inc is not available
DEFAULT_RTOS_FAMILY = "jacinto"
-DEFAULT_RTOS_VERSION = "07_03_00_21"
-DEFAULT_RTOS_VERSION_DOT = "07.03.00.21"
+DEFAULT_RTOS_VERSION = "07_03_00_26"
+DEFAULT_RTOS_VERSION_DOT = "07.03.00.26"
DEFAULT_RTOS_VERSION_am64xx = "07_03_00_18"
DEFAULT_RTOS_VERSION_DOT_am64xx = "07.03.00.18"
@@ -48,8 +48,8 @@ DEFAULT_FIRMWARE_URL = "file://empty"
DEFAULT_FIRMWARE_URL_k3 = "${CORESDK_RTOS_WEBLINK}/${DEFAULT_FIRMWARE_FILE}"
DEFAULT_FIRMWARE_SHA256SUM = "unknown"
-DEFAULT_FIRMWARE_SHA256SUM_j7 = "fc7805ed3d6c1801efb2b85ac9af99a8657aa3a7a9327bc16a1163d566f11c2c"
-DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "71f282ba6768ad3b603a17d30851cc621986c88311c174960a50196bfc79f85c"
+DEFAULT_FIRMWARE_SHA256SUM_j7 = "d3fc9fbcfaf67ebd5a509e56ef30e9a54242c290baecfda15e7ff92c127738d0"
+DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "674040e161cb4b87845fd527dea166a2dd25d0df9136aa6206d73a9240058c40"
DEFAULT_FIRMWARE_SHA256SUM_am65xx = "61e0be08bea8ab1055645bd96504a6a29c70318c5b277237dee9981cd94d7f79"
DEFAULT_FIRMWARE_SHA256SUM_am64xx = "1b44bccd20b767568e996e924a2ef18cabd1c3e16d3412629ff72d83b81b152f"
--
2.17.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [meta-ti] [dunfell/master PATCH] ti-rtos: Update metadata and versions for RTOS firmware
2021-04-01 20:16 [dunfell/master PATCH] ti-rtos: Update metadata and versions for RTOS firmware praneeth
@ 2021-04-01 20:31 ` Denys Dmytriyenko
2021-04-01 20:47 ` praneeth
0 siblings, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2021-04-01 20:31 UTC (permalink / raw)
To: praneeth; +Cc: Shivalingappa Sujith, meta-ti
Praneeth,
You didn't update metadata recipe, even though the commit says otherwise.
So, if you pull metadata first, it will point to the old firmware version.
On Thu, Apr 01, 2021 at 03:16:29PM -0500, praneeth via lists.yoctoproject.org wrote:
> From: Praneeth Bajjuri <praneeth@ti.com>
>
> updated rtos firmwares
> j721e, j7200: 07.03.00.26
>
> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
> ---
> recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
> index 176d0ad0..84dae9a6 100644
> --- a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
> +++ b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
> @@ -20,8 +20,8 @@ include ${DEPLOY_DIR_IMAGE}/${DEFAULT_METADATA_FILE}
>
> # Set some defaults for when metadata.inc is not available
> DEFAULT_RTOS_FAMILY = "jacinto"
> -DEFAULT_RTOS_VERSION = "07_03_00_21"
> -DEFAULT_RTOS_VERSION_DOT = "07.03.00.21"
> +DEFAULT_RTOS_VERSION = "07_03_00_26"
> +DEFAULT_RTOS_VERSION_DOT = "07.03.00.26"
>
> DEFAULT_RTOS_VERSION_am64xx = "07_03_00_18"
> DEFAULT_RTOS_VERSION_DOT_am64xx = "07.03.00.18"
> @@ -48,8 +48,8 @@ DEFAULT_FIRMWARE_URL = "file://empty"
> DEFAULT_FIRMWARE_URL_k3 = "${CORESDK_RTOS_WEBLINK}/${DEFAULT_FIRMWARE_FILE}"
>
> DEFAULT_FIRMWARE_SHA256SUM = "unknown"
> -DEFAULT_FIRMWARE_SHA256SUM_j7 = "fc7805ed3d6c1801efb2b85ac9af99a8657aa3a7a9327bc16a1163d566f11c2c"
> -DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "71f282ba6768ad3b603a17d30851cc621986c88311c174960a50196bfc79f85c"
> +DEFAULT_FIRMWARE_SHA256SUM_j7 = "d3fc9fbcfaf67ebd5a509e56ef30e9a54242c290baecfda15e7ff92c127738d0"
> +DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "674040e161cb4b87845fd527dea166a2dd25d0df9136aa6206d73a9240058c40"
> DEFAULT_FIRMWARE_SHA256SUM_am65xx = "61e0be08bea8ab1055645bd96504a6a29c70318c5b277237dee9981cd94d7f79"
> DEFAULT_FIRMWARE_SHA256SUM_am64xx = "1b44bccd20b767568e996e924a2ef18cabd1c3e16d3412629ff72d83b81b152f"
>
> --
> 2.17.1
>
--
Regards,
Denys Dmytriyenko <denis@denix.org>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [meta-ti] [dunfell/master PATCH] ti-rtos: Update metadata and versions for RTOS firmware
2021-04-01 20:31 ` [meta-ti] " Denys Dmytriyenko
@ 2021-04-01 20:47 ` praneeth
0 siblings, 0 replies; 7+ messages in thread
From: praneeth @ 2021-04-01 20:47 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: Shivalingappa Sujith, meta-ti
Hi Denys,
On 4/1/2021 3:31 PM, Denys Dmytriyenko wrote:
> Praneeth,
>
> You didn't update metadata recipe, even though the commit says otherwise.
rtos firmware master from [1] is already pointing to same commit sha in
metadata.bb at [2]
this is because of the recent AM64x firmware i picked for AM64x[3] in
dunfell-next
[1]:
https://git.ti.com/gitweb?p=processor-sdk/coresdk_rtos_releases.git;a=commit;h=12a455643928b9fc22af4d85f2aac7894b80e6a5
[2]:
https://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/tree/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb?h=dunfell-next#n21
[3]: https://lists.yoctoproject.org/g/meta-ti/message/13606
>
> So, if you pull metadata first, it will point to the old firmware version.
>
>
> On Thu, Apr 01, 2021 at 03:16:29PM -0500, praneeth via lists.yoctoproject.org wrote:
>> From: Praneeth Bajjuri <praneeth@ti.com>
>>
>> updated rtos firmwares
>> j721e, j7200: 07.03.00.26
>>
>> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
>> ---
>> recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 8 ++++----
>> 1 file changed, 4 insertions(+), 4 deletions(-)
>>
>> diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
>> index 176d0ad0..84dae9a6 100644
>> --- a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
>> +++ b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
>> @@ -20,8 +20,8 @@ include ${DEPLOY_DIR_IMAGE}/${DEFAULT_METADATA_FILE}
>>
>> # Set some defaults for when metadata.inc is not available
>> DEFAULT_RTOS_FAMILY = "jacinto"
>> -DEFAULT_RTOS_VERSION = "07_03_00_21"
>> -DEFAULT_RTOS_VERSION_DOT = "07.03.00.21"
>> +DEFAULT_RTOS_VERSION = "07_03_00_26"
>> +DEFAULT_RTOS_VERSION_DOT = "07.03.00.26"
>>
>> DEFAULT_RTOS_VERSION_am64xx = "07_03_00_18"
>> DEFAULT_RTOS_VERSION_DOT_am64xx = "07.03.00.18"
>> @@ -48,8 +48,8 @@ DEFAULT_FIRMWARE_URL = "file://empty"
>> DEFAULT_FIRMWARE_URL_k3 = "${CORESDK_RTOS_WEBLINK}/${DEFAULT_FIRMWARE_FILE}"
>>
>> DEFAULT_FIRMWARE_SHA256SUM = "unknown"
>> -DEFAULT_FIRMWARE_SHA256SUM_j7 = "fc7805ed3d6c1801efb2b85ac9af99a8657aa3a7a9327bc16a1163d566f11c2c"
>> -DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "71f282ba6768ad3b603a17d30851cc621986c88311c174960a50196bfc79f85c"
>> +DEFAULT_FIRMWARE_SHA256SUM_j7 = "d3fc9fbcfaf67ebd5a509e56ef30e9a54242c290baecfda15e7ff92c127738d0"
>> +DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "674040e161cb4b87845fd527dea166a2dd25d0df9136aa6206d73a9240058c40"
>> DEFAULT_FIRMWARE_SHA256SUM_am65xx = "61e0be08bea8ab1055645bd96504a6a29c70318c5b277237dee9981cd94d7f79"
>> DEFAULT_FIRMWARE_SHA256SUM_am64xx = "1b44bccd20b767568e996e924a2ef18cabd1c3e16d3412629ff72d83b81b152f"
>>
>> --
>> 2.17.1
>>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [dunfell/master PATCH] ti-rtos: Update metadata and versions for RTOS firmware
@ 2021-04-05 14:52 praneeth
0 siblings, 0 replies; 7+ messages in thread
From: praneeth @ 2021-04-05 14:52 UTC (permalink / raw)
To: Praneeth Bajjuri; +Cc: Shivalingappa Sujith, meta-ti
From: Praneeth Bajjuri <praneeth@ti.com>
updated rtos firmwares
j721e, j7200: 07.03.00.29
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 8 ++++----
recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
index e095b7f5..e5a4c43b 100644
--- a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
+++ b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
@@ -20,8 +20,8 @@ include ${DEPLOY_DIR_IMAGE}/${DEFAULT_METADATA_FILE}
# Set some defaults for when metadata.inc is not available
DEFAULT_RTOS_FAMILY = "jacinto"
-DEFAULT_RTOS_VERSION = "07_03_00_26"
-DEFAULT_RTOS_VERSION_DOT = "07.03.00.26"
+DEFAULT_RTOS_VERSION = "07_03_00_29"
+DEFAULT_RTOS_VERSION_DOT = "07.03.00.29"
DEFAULT_RTOS_VERSION_am64xx = "07_03_00_19"
DEFAULT_RTOS_VERSION_DOT_am64xx = "07.03.00.19"
@@ -48,8 +48,8 @@ DEFAULT_FIRMWARE_URL = "file://empty"
DEFAULT_FIRMWARE_URL_k3 = "${CORESDK_RTOS_WEBLINK}/${DEFAULT_FIRMWARE_FILE}"
DEFAULT_FIRMWARE_SHA256SUM = "unknown"
-DEFAULT_FIRMWARE_SHA256SUM_j7 = "d3fc9fbcfaf67ebd5a509e56ef30e9a54242c290baecfda15e7ff92c127738d0"
-DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "674040e161cb4b87845fd527dea166a2dd25d0df9136aa6206d73a9240058c40"
+DEFAULT_FIRMWARE_SHA256SUM_j7 = "1e306065d7273c4ac6f803d5b404ba5ff0ddd55a1afa2911944fe5e696629193"
+DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "28fa4f5c57459ea0adc44e8c83b814a4adcfb887bee69769c5656adf628586b2"
DEFAULT_FIRMWARE_SHA256SUM_am65xx = "61e0be08bea8ab1055645bd96504a6a29c70318c5b277237dee9981cd94d7f79"
DEFAULT_FIRMWARE_SHA256SUM_am64xx = "5d1785cbdb91904a5ef3027378061041c59186c4198d7ebcfa660a1ff513d528"
diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb b/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb
index 9a1659dc..e435676f 100644
--- a/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb
+++ b/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb
@@ -18,7 +18,7 @@ PLAT_SFX_am64xx = "/am64x"
# Use weak assignment to set defaults to TI_RTOS_METADATA_* variables
TI_RTOS_METADATA_URI ?= "git://git.ti.com/processor-sdk/coresdk_rtos_releases.git"
TI_RTOS_METADATA_PROTOCOL ?= "git"
-TI_RTOS_METADATA_SRCREV ?= "d45318854fcc9c664cb9c097afcc6ae08fa82876"
+TI_RTOS_METADATA_SRCREV ?= "2ecbf45af64bc47806623cc5bf7ab493489acaf9"
TI_RTOS_METADATA_BRANCH ?= "master"
TI_RTOS_METADATA_DIR ?= "${PLAT_SFX}"
TI_RTOS_METADATA_FILE ?= "${S}${TI_RTOS_METADATA_DIR}/metadata.inc"
--
2.17.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* [dunfell/master PATCH] ti-rtos: Update metadata and versions for RTOS firmware
@ 2021-03-16 4:50 praneeth
0 siblings, 0 replies; 7+ messages in thread
From: praneeth @ 2021-03-16 4:50 UTC (permalink / raw)
To: Praneeth Bajjuri; +Cc: meta-ti, ankurbaranwal, sujith.s
From: Praneeth Bajjuri <praneeth@ti.com>
updated rtos firmwares
j721e, j7200: 07.03.00.21
am65xx: 07.03.00.22
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 13 ++++++++-----
recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb | 2 +-
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
index 507d0000..4e08a8ee 100644
--- a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
+++ b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
@@ -17,12 +17,15 @@ include ${DEPLOY_DIR_IMAGE}/metadata.inc
# Set some defaults for when metadata.inc is not available
DEFAULT_RTOS_FAMILY = "jacinto"
-DEFAULT_RTOS_VERSION = "07_03_00_16"
-DEFAULT_RTOS_VERSION_DOT = "07.03.00.16"
+DEFAULT_RTOS_VERSION = "07_03_00_21"
+DEFAULT_RTOS_VERSION_DOT = "07.03.00.21"
DEFAULT_RTOS_VERSION_am64xx = "07_03_01_06"
DEFAULT_RTOS_VERSION_DOT_am64xx = "07.03.01.06"
+DEFAULT_RTOS_VERSION_am65xx = "07_03_00_22"
+DEFAULT_RTOS_VERSION_DOT_am65xx = "07.03.00.22"
+
DEFAULT_RTOS_SOC = "undefined"
DEFAULT_RTOS_SOC_j7 = "j721e"
DEFAULT_RTOS_SOC_j7200-evm = "j7200"
@@ -41,9 +44,9 @@ DEFAULT_FIRMWARE_URL = "file://empty"
DEFAULT_FIRMWARE_URL_k3 = "${CORESDK_RTOS_WEBLINK}/${DEFAULT_FIRMWARE_FILE}"
DEFAULT_FIRMWARE_SHA256SUM = "unknown"
-DEFAULT_FIRMWARE_SHA256SUM_j7 = "78f3ab929a0f3c6e2907538061de82e16d8aff7ffb2fac0c3c4d56df8abec3b0"
-DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "5bae696d35e206bbcd9b26ab6508af59a2c2d72f9b89aa1d3fc1aa808f7a8615"
-DEFAULT_FIRMWARE_SHA256SUM_am65xx = "7bd854dbf96c25683d684ac731fde3edd7fb8a65f8727f7aae3802a2e9a9cab6"
+DEFAULT_FIRMWARE_SHA256SUM_j7 = "fc7805ed3d6c1801efb2b85ac9af99a8657aa3a7a9327bc16a1163d566f11c2c"
+DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "71f282ba6768ad3b603a17d30851cc621986c88311c174960a50196bfc79f85c"
+DEFAULT_FIRMWARE_SHA256SUM_am65xx = "61e0be08bea8ab1055645bd96504a6a29c70318c5b277237dee9981cd94d7f79"
DEFAULT_FIRMWARE_SHA256SUM_am64xx = "450bf23d659756695d62168fe06eebe4641522293d89692a9eea837426bac0f9"
# Use weak assignment for CORESDK_RTOS_* variables to use defaults if not yet set
diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb b/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb
index 9bb0d3c5..abef8781 100644
--- a/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb
+++ b/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb
@@ -18,7 +18,7 @@ PLAT_SFX_am64xx = "/am64x"
# Use weak assignment to set defaults to TI_RTOS_METADATA_* variables
TI_RTOS_METADATA_URI ?= "git://git.ti.com/processor-sdk/coresdk_rtos_releases.git"
TI_RTOS_METADATA_PROTOCOL ?= "git"
-TI_RTOS_METADATA_SRCREV ?= "ba81dc5a9342fc35435920092a0df2cb2ab342ef"
+TI_RTOS_METADATA_SRCREV ?= "3cda650c9e22eb4fd4eb5797ad998991a6124243"
TI_RTOS_METADATA_BRANCH ?= "master"
TI_RTOS_METADATA_DIR ?= "${PLAT_SFX}"
TI_RTOS_METADATA_FILE ?= "${S}${TI_RTOS_METADATA_DIR}/metadata.inc"
--
2.17.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* [dunfell/master PATCH] ti-rtos: Update metadata and versions for RTOS firmware
@ 2021-03-01 23:57 praneeth
0 siblings, 0 replies; 7+ messages in thread
From: praneeth @ 2021-03-01 23:57 UTC (permalink / raw)
To: Praneeth Bajjuri; +Cc: Lokesh Vutla, Shivalingappa Sujith, meta-ti
From: Praneeth Bajjuri <praneeth@ti.com>
updated rtos firmwares
am64xx: 07.03.01.06
am65xx: 07.03.00.16
j721e: 07.03.00.16
j7200: 07.03.00.16
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 24 +++++++++++-----------
recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb | 2 +-
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
index ed62b876..2cd19ac8 100644
--- a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
+++ b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
@@ -17,17 +17,17 @@ include ${DEPLOY_DIR_IMAGE}/metadata.inc
# Set some defaults for when metadata.inc is not available
DEFAULT_RTOS_FAMILY = "jacinto"
-DEFAULT_RTOS_VERSION = "07_03_00_12"
-DEFAULT_RTOS_VERSION_DOT = "07.03.00.12"
+DEFAULT_RTOS_VERSION = "07_03_00_16"
+DEFAULT_RTOS_VERSION_DOT = "07.03.00.16"
-DEFAULT_RTOS_VERSION_j7200 = "07_03_00_10"
-DEFAULT_RTOS_VERSION_DOT_j7200 = "07.03.00.10"
+DEFAULT_RTOS_VERSION_j7200 = "07_03_00_16"
+DEFAULT_RTOS_VERSION_DOT_j7200 = "07.03.00.16"
-DEFAULT_RTOS_VERSION_am64xx = "07_03_01_02"
-DEFAULT_RTOS_VERSION_DOT_am64xx = "07.03.01.02"
+DEFAULT_RTOS_VERSION_am64xx = "07_03_01_06"
+DEFAULT_RTOS_VERSION_DOT_am64xx = "07.03.01.06"
-DEFAULT_RTOS_VERSION_am65xx = "07_03_00_10"
-DEFAULT_RTOS_VERSION_DOT_am65xx = "07.03.00.10"
+DEFAULT_RTOS_VERSION_am65xx = "07_03_00_16"
+DEFAULT_RTOS_VERSION_DOT_am65xx = "07.03.00.16"
DEFAULT_RTOS_SOC = "undefined"
DEFAULT_RTOS_SOC_j7 = "j721e"
@@ -46,10 +46,10 @@ DEFAULT_FIRMWARE_URL = "file://empty"
DEFAULT_FIRMWARE_URL_k3 = "${CORESDK_RTOS_WEBLINK}/${DEFAULT_FIRMWARE_FILE}"
DEFAULT_FIRMWARE_SHA256SUM = "unknown"
-DEFAULT_FIRMWARE_SHA256SUM_j7 = "69cc16c30c895fe813002bd7bdb3d30e6ca622d86b008a6bf6e2a24b86550969"
-DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "a16865d928b2b00bfca64e0c41b02dcfc0ac8ec1ce125fbfd3581a1c610847f8"
-DEFAULT_FIRMWARE_SHA256SUM_am65xx = "aa121c10d3099dd61ef898717245ecee25b501170607c9a95afd741e05783a5d"
-DEFAULT_FIRMWARE_SHA256SUM_am64xx = "9e9efeef0b1dbb101de97e58cfda8bf052a697f2ea635fdf6ca5158fffdc212b"
+DEFAULT_FIRMWARE_SHA256SUM_j7 = "78f3ab929a0f3c6e2907538061de82e16d8aff7ffb2fac0c3c4d56df8abec3b0"
+DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "5bae696d35e206bbcd9b26ab6508af59a2c2d72f9b89aa1d3fc1aa808f7a8615"
+DEFAULT_FIRMWARE_SHA256SUM_am65xx = "7bd854dbf96c25683d684ac731fde3edd7fb8a65f8727f7aae3802a2e9a9cab6"
+DEFAULT_FIRMWARE_SHA256SUM_am64xx = "450bf23d659756695d62168fe06eebe4641522293d89692a9eea837426bac0f9"
# Use weak assignment for CORESDK_RTOS_* variables to use defaults if not yet set
CORESDK_RTOS_FAMILY ?= "${DEFAULT_RTOS_FAMILY}"
diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb b/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb
index 1bbe5f22..9bb0d3c5 100644
--- a/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb
+++ b/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb
@@ -18,7 +18,7 @@ PLAT_SFX_am64xx = "/am64x"
# Use weak assignment to set defaults to TI_RTOS_METADATA_* variables
TI_RTOS_METADATA_URI ?= "git://git.ti.com/processor-sdk/coresdk_rtos_releases.git"
TI_RTOS_METADATA_PROTOCOL ?= "git"
-TI_RTOS_METADATA_SRCREV ?= "e15de0d731606abdf112f2910543fd08b781ad64"
+TI_RTOS_METADATA_SRCREV ?= "ba81dc5a9342fc35435920092a0df2cb2ab342ef"
TI_RTOS_METADATA_BRANCH ?= "master"
TI_RTOS_METADATA_DIR ?= "${PLAT_SFX}"
TI_RTOS_METADATA_FILE ?= "${S}${TI_RTOS_METADATA_DIR}/metadata.inc"
--
2.17.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* [dunfell/master] [PATCH] ti-rtos: Update metadata and versions for RTOS firmware
@ 2021-01-20 19:20 Dan Murphy
0 siblings, 0 replies; 7+ messages in thread
From: Dan Murphy @ 2021-01-20 19:20 UTC (permalink / raw)
To: meta-ti; +Cc: Dan Murphy
am64xx update to 07.02.01.06
am65, j7 and j7200 updated to 07.02.00.10
Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 19 ++++++++-----------
recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb | 2 +-
2 files changed, 9 insertions(+), 12 deletions(-)
diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
index 533537ddddd6..10e971a24caf 100644
--- a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
+++ b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
@@ -17,14 +17,11 @@ include ${DEPLOY_DIR_IMAGE}/metadata.inc
# Set some defaults for when metadata.inc is not available
DEFAULT_RTOS_FAMILY = "jacinto"
-DEFAULT_RTOS_VERSION = "07_02_00_05"
-DEFAULT_RTOS_VERSION_DOT = "07.02.00.05"
+DEFAULT_RTOS_VERSION = "07_02_00_10"
+DEFAULT_RTOS_VERSION_DOT = "07.02.00.10"
-DEFAULT_RTOS_VERSION_am65xx = "07_01_00_55"
-DEFAULT_RTOS_VERSION_DOT_am65xx = "07.01.00.55"
-
-DEFAULT_RTOS_VERSION_am64xx = "07_02_01_05"
-DEFAULT_RTOS_VERSION_DOT_am64xx = "07.02.01.05"
+DEFAULT_RTOS_VERSION_am64xx = "07_02_01_06"
+DEFAULT_RTOS_VERSION_DOT_am64xx = "07.02.01.06"
DEFAULT_RTOS_SOC = "undefined"
DEFAULT_RTOS_SOC_j7 = "j721e"
@@ -43,10 +40,10 @@ DEFAULT_FIRMWARE_URL = "file://empty"
DEFAULT_FIRMWARE_URL_k3 = "${CORESDK_RTOS_WEBLINK}/${DEFAULT_FIRMWARE_FILE}"
DEFAULT_FIRMWARE_SHA256SUM = "unknown"
-DEFAULT_FIRMWARE_SHA256SUM_j7 = "14ad440b3125ea032b21fcb703a42b0bbbeea0fa2410a1d3e08c014a00b5f723"
-DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "511f84654a75c6ef6df10c8356e5575db52bdeb51be8db20f68144c2d91669f9"
-DEFAULT_FIRMWARE_SHA256SUM_am65xx = "688127b48bdcb273bd66f035690bf56aa4ad396ce51100a75439ea00c7695456"
-DEFAULT_FIRMWARE_SHA256SUM_am64xx = "bfe88bb73581ac36013a3992af1235848f54a96d9eb3341d74418cab4f45b219"
+DEFAULT_FIRMWARE_SHA256SUM_j7 = "c1a1a44ff1a027c9f1d3aefdcfcddde1cd0ecb03465b9490d4ef8f6da0d15e2e"
+DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "41febbfe971e2fe31061e339406e3528ccf967f44dba61d3ffedc0ec7c0a4ab4"
+DEFAULT_FIRMWARE_SHA256SUM_am65xx = "139297fa2cd537d5ca911528ad492e10b4f470b9bb9466d218e84a6ebff48477"
+DEFAULT_FIRMWARE_SHA256SUM_am64xx = "2557fa08872d4c335e87699730227c238cff525276f669dfcbd5803365aa5c01"
# Use weak assignment for CORESDK_RTOS_* variables to use defaults if not yet set
CORESDK_RTOS_FAMILY ?= "${DEFAULT_RTOS_FAMILY}"
diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb b/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb
index 2bb34333e7cf..46fd3996e3a8 100644
--- a/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb
+++ b/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb
@@ -18,7 +18,7 @@ PLAT_SFX_am64xx = "/am64x"
# Use weak assignment to set defaults to TI_RTOS_METADATA_* variables
TI_RTOS_METADATA_URI ?= "git://git.ti.com/processor-sdk/coresdk_rtos_releases.git"
TI_RTOS_METADATA_PROTOCOL ?= "git"
-TI_RTOS_METADATA_SRCREV ?= "0353e9bb11b5d27a56c8deca7b05f69ff80a4e79"
+TI_RTOS_METADATA_SRCREV ?= "66af60bbb229b2fb586cb55466fe61cfc653c6c8"
TI_RTOS_METADATA_BRANCH ?= "master"
TI_RTOS_METADATA_DIR ?= "${PLAT_SFX}"
TI_RTOS_METADATA_FILE ?= "${S}${TI_RTOS_METADATA_DIR}/metadata.inc"
--
2.29.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2021-04-05 14:52 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-01 20:16 [dunfell/master PATCH] ti-rtos: Update metadata and versions for RTOS firmware praneeth
2021-04-01 20:31 ` [meta-ti] " Denys Dmytriyenko
2021-04-01 20:47 ` praneeth
-- strict thread matches above, loose matches on Subject: below --
2021-04-05 14:52 praneeth
2021-03-16 4:50 praneeth
2021-03-01 23:57 praneeth
2021-01-20 19:20 [dunfell/master] [PATCH] " Dan Murphy
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.