* how many variations to build for a beaglebone black (BBB)?
@ 2014-07-07 13:13 Robert P. J. Day
2014-07-07 13:29 ` Bruce Ashfield
0 siblings, 1 reply; 5+ messages in thread
From: Robert P. J. Day @ 2014-07-07 13:13 UTC (permalink / raw)
To: Yocto discussion list
i want to build a bootable system for a BBB, and i can see at least
three possibilities:
1) the meta-yocto-bsp layer defines the beaglebone as one of its
reference boards
2) the "meta-ti" layer is advertised as "official" TI board support
3) there is a "meta-beagleboard" layer, but that one looks a bit
stagnant
any preferences out there for people working with the BBB?
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: how many variations to build for a beaglebone black (BBB)?
2014-07-07 13:13 how many variations to build for a beaglebone black (BBB)? Robert P. J. Day
@ 2014-07-07 13:29 ` Bruce Ashfield
2014-07-07 13:33 ` Robert P. J. Day
0 siblings, 1 reply; 5+ messages in thread
From: Bruce Ashfield @ 2014-07-07 13:29 UTC (permalink / raw)
To: Robert P. J. Day, Yocto discussion list
On 14-07-07 09:13 AM, Robert P. J. Day wrote:
>
> i want to build a bootable system for a BBB, and i can see at least
> three possibilities:
>
> 1) the meta-yocto-bsp layer defines the beaglebone as one of its
> reference boards
>
> 2) the "meta-ti" layer is advertised as "official" TI board support
>
> 3) there is a "meta-beagleboard" layer, but that one looks a bit
> stagnant
>
> any preferences out there for people working with the BBB?
The generic "it depends" answer applies here.
Due to the efforts of TI,the core BBB support made it into the mainline
kernel for 3.14, so that forms a common baseline of feature support.
Outside of that, it depends on the functionality you need in the image
and your familiarity with integration of multiple layers and features.
meta-ti gets you the latest and greatest features and support, while
the reference BSP was also done by TI to provide a good baseline level
of support (graphics, usb, ethernet, etc) and is supported via Wind River
in the linux-yocto repository.
Cheers,
Bruce
>
> rday
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: how many variations to build for a beaglebone black (BBB)?
2014-07-07 13:29 ` Bruce Ashfield
@ 2014-07-07 13:33 ` Robert P. J. Day
2014-07-07 14:02 ` Gary Thomas
0 siblings, 1 reply; 5+ messages in thread
From: Robert P. J. Day @ 2014-07-07 13:33 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: Yocto discussion list
On Mon, 7 Jul 2014, Bruce Ashfield wrote:
> On 14-07-07 09:13 AM, Robert P. J. Day wrote:
> >
> > i want to build a bootable system for a BBB, and i can see at least
> > three possibilities:
> >
> > 1) the meta-yocto-bsp layer defines the beaglebone as one of its
> > reference boards
> >
> > 2) the "meta-ti" layer is advertised as "official" TI board support
> >
> > 3) there is a "meta-beagleboard" layer, but that one looks a bit
> > stagnant
> >
> > any preferences out there for people working with the BBB?
>
> The generic "it depends" answer applies here.
>
> Due to the efforts of TI,the core BBB support made it into the
> mainline kernel for 3.14, so that forms a common baseline of feature
> support.
>
> Outside of that, it depends on the functionality you need in the
> image and your familiarity with integration of multiple layers and
> features.
>
> meta-ti gets you the latest and greatest features and support, while
> the reference BSP was also done by TI to provide a good baseline
> level of support (graphics, usb, ethernet, etc) and is supported via
> Wind River in the linux-yocto repository.
excellent. since i want to configure and build for a classroom
environment and probably don't need bleeding edge, i'll stick with the
yocto-bsp stuff, which has served me well thus far.
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: how many variations to build for a beaglebone black (BBB)?
2014-07-07 13:33 ` Robert P. J. Day
@ 2014-07-07 14:02 ` Gary Thomas
2014-07-07 18:49 ` Diego Sueiro
0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2014-07-07 14:02 UTC (permalink / raw)
To: yocto
On 2014-07-07 07:33, Robert P. J. Day wrote:
> On Mon, 7 Jul 2014, Bruce Ashfield wrote:
>
>> On 14-07-07 09:13 AM, Robert P. J. Day wrote:
>>>
>>> i want to build a bootable system for a BBB, and i can see at least
>>> three possibilities:
>>>
>>> 1) the meta-yocto-bsp layer defines the beaglebone as one of its
>>> reference boards
>>>
>>> 2) the "meta-ti" layer is advertised as "official" TI board support
>>>
>>> 3) there is a "meta-beagleboard" layer, but that one looks a bit
>>> stagnant
>>>
>>> any preferences out there for people working with the BBB?
>>
>> The generic "it depends" answer applies here.
>>
>> Due to the efforts of TI,the core BBB support made it into the
>> mainline kernel for 3.14, so that forms a common baseline of feature
>> support.
>>
>> Outside of that, it depends on the functionality you need in the
>> image and your familiarity with integration of multiple layers and
>> features.
>>
>> meta-ti gets you the latest and greatest features and support, while
>> the reference BSP was also done by TI to provide a good baseline
>> level of support (graphics, usb, ethernet, etc) and is supported via
>> Wind River in the linux-yocto repository.
>
> excellent. since i want to configure and build for a classroom
> environment and probably don't need bleeding edge, i'll stick with the
> yocto-bsp stuff, which has served me well thus far.
The big thing missing from this version(*) is no cape support,
so if you need an LCD display or CAN driver or ..., you're not
going to find it. The meta-ti version does support those AFAIK
(*) unless this changed in the last three weeks while I was on holiday :-)
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: how many variations to build for a beaglebone black (BBB)?
2014-07-07 14:02 ` Gary Thomas
@ 2014-07-07 18:49 ` Diego Sueiro
0 siblings, 0 replies; 5+ messages in thread
From: Diego Sueiro @ 2014-07-07 18:49 UTC (permalink / raw)
To: Gary Thomas; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 712 bytes --]
Gary,
On Mon, Jul 7, 2014 at 11:02 AM, Gary Thomas <gary@mlbassoc.com> wrote:
> The big thing missing from this version(*) is no cape support,
> so if you need an LCD display or CAN driver or ..., you're not
> going to find it. The meta-ti version does support those AFAIK
>
> (*) unless this changed in the last three weeks while I was on holiday :-)
>
meta-ti does not have support for cape manager. Just meta-beagleboard
included it for kernel 3.8.
Regards,
--
*dS
Diego Sueiro
Administrador do Embarcados
www.embarcados.com.br
<http://www.embarcados.com.br/?utm_source=assinatura_diego&utm_medium=e-mail&utm_campaign=Assinatura%20Email%20Diego>
/*long live rock 'n roll*/
[-- Attachment #2: Type: text/html, Size: 1259 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-07-07 18:50 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-07 13:13 how many variations to build for a beaglebone black (BBB)? Robert P. J. Day
2014-07-07 13:29 ` Bruce Ashfield
2014-07-07 13:33 ` Robert P. J. Day
2014-07-07 14:02 ` Gary Thomas
2014-07-07 18:49 ` Diego Sueiro
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.