From: "Denys Dmytriyenko" <denis@denix.org>
To: meta-ti@yoctoproject.org
Subject: Re: [arago-commits] Praneeth Bajjuri : ti-rtos: Update path for firmwares on j7200
Date: Fri, 5 Mar 2021 15:04:05 -0500 [thread overview]
Message-ID: <20210305200405.GW4892@denix.org> (raw)
In-Reply-To: <20210305172351.2ADC4529B6@arago-project.org>
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 <praneeth@ti.com>
> 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 <praneeth@ti.com>
>
> 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
next parent reply other threads:[~2021-03-05 20:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20210305172351.2ADC4529B6@arago-project.org>
2021-03-05 20:04 ` Denys Dmytriyenko [this message]
2021-03-05 21:25 ` [meta-ti] [arago-commits] Praneeth Bajjuri : ti-rtos: Update path for firmwares on j7200 praneeth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210305200405.GW4892@denix.org \
--to=denis@denix.org \
--cc=meta-ti@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.