Praneeth, Haven't seen this patch on the list yet...
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. > 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 > 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}" -- Denys
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13494): https://lists.yoctoproject.org/g/meta-ti/message/13494 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]] -=-=-=-=-=-=-=-=-=-=-=-
