Denys,
On 3/5/21 2:04 PM, Denys Dmytriyenko wrote:
Praneeth,
Haven't seen this patch on the list yet...
Thanks for reviewing ahead, yeah i didnot push yet. Was using
dunfell-next to experiment on the fix.
On Fri, Mar 05, 2021 at 05:23:51PM +0000, Arago Project git wrote:
Module: meta-ti
Branch: dunfell-next
Commit: b93298f444b7180c88f30b33240394a4e38241cb
URL:
http://arago-project.org/git/meta-ti.git?a=commit;h=b93298f444b7180c88f30b33240394a4e38241cb
Author: Praneeth Bajjuri <[email protected]>
Date: Fri Mar 5 11:17:26 2021 -0600
ti-rtos: Update path for firmwares on j7200
Between j7200 firmware tags 07.03.00.10 to 07.03.00.16
the downloadable weburl link changed
from *processor-sdk-rtos-jacinto7 to processor-sdk-rtos-j7200
Ok, this actually explains what was going on and what Nishanth was trying to
fix.
updated the description little more in the patch i just posted for review.
Basically in the new RTOS firmware tag the firmware public downloadable
link has changed the location.
New location based on the metadata.inc associated with the tag for j7200
is at
https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-j7200/firmware/07_03_00_16/coresdk_rtos_j7200_07_03_00_16_firmware.tar.xz
The builds were failing because the firmware was not present at this
location till sometime back.
This patch is to fix the recipe to pick the firmware from the
expected location.
Signed-off-by: Praneeth Bajjuri <[email protected]>
DEFAULT_RTOS_WEBLINK = "undefined"
DEFAULT_RTOS_WEBLINK_j7 =
"https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/firmware/${CORESDK_RTOS_VERSION}"
+DEFAULT_RTOS_WEBLINK_j7200 =
"https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-j7200/firmware/${CORESDK_RTOS_VERSION}"
That won't work, need to use _j7200-evm, as there's no _j7200 override
defined, as explained here:
https://lists.yoctoproject.org/g/meta-ti/message/13488
Thanks for the recommendation, fixed the name in the patch i just posted
for review.
DEFAULT_RTOS_WEBLINK_am65xx =
"https://software-dl.ti.com/processor-sdk-rtos/esd/AM65X/firmware/${CORESDK_RTOS_VERSION}"
DEFAULT_RTOS_WEBLINK_am64xx =
"https://software-dl.ti.com/processor-sdk-rtos/esd/AM64X/firmware/${CORESDK_RTOS_VERSION}"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13496):
https://lists.yoctoproject.org/g/meta-ti/message/13496
Mute This Topic: https://lists.yoctoproject.org/mt/81112261/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-