* Using Yocto with NXP QorIQ Processors
@ 2016-04-18 13:58 Chris Trobridge
2016-04-18 14:04 ` Eric Nelson
2016-04-19 3:16 ` Zhenhua Luo
0 siblings, 2 replies; 4+ messages in thread
From: Chris Trobridge @ 2016-04-18 13:58 UTC (permalink / raw)
To: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 594 bytes --]
Has anyone attempted to use the Qoriq BSP layers with them main Yocto release rather than the NXP (ex Freescale) SDK they come bundled in?
I ask because the NXP SDK is somewhat behind the main Yocto release schedule.
It should be easier to port the BSP to the current Yocto but I have no idea what issues I am likely to hit.
I will try this at some point when I have enough free time but for planning purposes I would interested in how anyone else has got on attempting this.
Are Qoriq users restricted to the official SDK or would they get third-party support?
Regards,Chris
[-- Attachment #2: Type: text/html, Size: 955 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Using Yocto with NXP QorIQ Processors
2016-04-18 13:58 Using Yocto with NXP QorIQ Processors Chris Trobridge
@ 2016-04-18 14:04 ` Eric Nelson
2016-04-19 3:16 ` Zhenhua Luo
1 sibling, 0 replies; 4+ messages in thread
From: Eric Nelson @ 2016-04-18 14:04 UTC (permalink / raw)
To: Chris Trobridge, yocto@yoctoproject.org
Hi Chris,
On 04/18/2016 06:58 AM, Chris Trobridge wrote:
> Has anyone attempted to use the Qoriq BSP layers with them main Yocto
> release rather than the NXP (ex Freescale) SDK they come bundled in?
>
> I ask because the NXP SDK is somewhat behind the main Yocto release
> schedule.
>
> It should be easier to port the BSP to the current Yocto but I have no
> idea what issues I am likely to hit.
>
> I will try this at some point when I have enough free time but for
> planning purposes I would interested in how anyone else has got on
> attempting this.
>
> Are Qoriq users restricted to the official SDK or would they get
> third-party support?
>
There's a community BSP and a mailing list at:
meta-freescale@yoctoproject.org
The release notes for the Jethro release say that the Layerscape
processors are supported:
http://freescale.github.io/doc/release-notes/2.0/
Regards,
Eric
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Using Yocto with NXP QorIQ Processors
2016-04-18 13:58 Using Yocto with NXP QorIQ Processors Chris Trobridge
2016-04-18 14:04 ` Eric Nelson
@ 2016-04-19 3:16 ` Zhenhua Luo
2016-04-25 10:41 ` Chris Trobridge
1 sibling, 1 reply; 4+ messages in thread
From: Zhenhua Luo @ 2016-04-19 3:16 UTC (permalink / raw)
To: Chris Trobridge; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 1340 bytes --]
Hi Chris,
The QorIQ SDK uses recent Yocto version, e.g. the SDK 2.0 is based on Yocto 2.0(Jethro). When the SDK is formally released in Q2/2016, the SDK recipes will be upstreamed to master of community layers.
You can use either SDK ISOs available in NXP official website(www.nxp.com<http://www.nxp.com>) or the BSP layers in Yocto website (http://git.yoctoproject.org/cgit.cgi/).
* QorIQ ARM targets: meta-fsl-arm
* QorIQ PPC targets: meta-fsl-ppc
Best Regards,
Zhenhua
From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Chris Trobridge
Sent: Monday, April 18, 2016 9:58 PM
To: yocto@yoctoproject.org
Subject: [yocto] Using Yocto with NXP QorIQ Processors
Has anyone attempted to use the Qoriq BSP layers with them main Yocto release rather than the NXP (ex Freescale) SDK they come bundled in?
I ask because the NXP SDK is somewhat behind the main Yocto release schedule.
It should be easier to port the BSP to the current Yocto but I have no idea what issues I am likely to hit.
I will try this at some point when I have enough free time but for planning purposes I would interested in how anyone else has got on attempting this.
Are Qoriq users restricted to the official SDK or would they get third-party support?
Regards,
Chris
[-- Attachment #2: Type: text/html, Size: 10397 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Using Yocto with NXP QorIQ Processors
2016-04-19 3:16 ` Zhenhua Luo
@ 2016-04-25 10:41 ` Chris Trobridge
0 siblings, 0 replies; 4+ messages in thread
From: Chris Trobridge @ 2016-04-25 10:41 UTC (permalink / raw)
To: Zhenhua Luo; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 2326 bytes --]
Thanks Zhenhua,
That sounds more positive.
One think that has been pointed out to me is that there are community layers that are support outside of NXP that sit between Yocto and NXP (http://freescale.github.io/#) that track issues etc more actively. These does not appear to involve the ppc processors so are the arm processors more actively supported? (I presume this just depends on the community support.)
We use the original pcc qoriq processors and so would be interested in ppc support but that's still more of a future project. Relative support arm vs ppc would be a consideration but the meta-fsl-layer in yocto is reassuring (I didn't manage to find it before!).
Regards,Chris
From: zhenhua.luo@nxp.com
To: christrobridge@hotmail.com
CC: yocto@yoctoproject.org
Subject: RE: [yocto] Using Yocto with NXP QorIQ Processors
Date: Tue, 19 Apr 2016 03:16:16 +0000
Hi Chris,
The QorIQ SDK uses recent Yocto version, e.g. the SDK 2.0 is based on Yocto 2.0(Jethro). When the SDK is formally released in Q2/2016, the SDK recipes will
be upstreamed to master of community layers.
You can use either SDK ISOs available in NXP official website(www.nxp.com) or the BSP layers in Yocto website (http://git.yoctoproject.org/cgit.cgi/).
·
QorIQ ARM targets: meta-fsl-arm
·
QorIQ PPC targets: meta-fsl-ppc
Best Regards,
Zhenhua
From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org]
On Behalf Of Chris Trobridge
Sent: Monday, April 18, 2016 9:58 PM
To: yocto@yoctoproject.org
Subject: [yocto] Using Yocto with NXP QorIQ Processors
Has anyone attempted to use the Qoriq BSP layers with them main Yocto release rather than the NXP (ex Freescale) SDK they come bundled in?
I ask because the NXP SDK is somewhat behind the main Yocto release schedule.
It should be easier to port the BSP to the current Yocto but I have no idea what issues I am likely to hit.
I will try this at some point when I have enough free time but for planning purposes I would interested in how anyone else has got on attempting this.
Are Qoriq users restricted to the official SDK or would they get third-party support?
Regards,
Chris
[-- Attachment #2: Type: text/html, Size: 7968 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-04-25 10:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-18 13:58 Using Yocto with NXP QorIQ Processors Chris Trobridge
2016-04-18 14:04 ` Eric Nelson
2016-04-19 3:16 ` Zhenhua Luo
2016-04-25 10:41 ` Chris Trobridge
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.