[yocto] Beaglebone BSP for denzil?

2012-08-31 Thread Scott Garman

Hello,

Am I correct in understanding that the TI Beagleboard BSP from 
yoctoproject.org should work with the Beaglebone, or do I need meta-ti? 
I'm not looking for accelerated graphics or anything - this will just be 
used in a classroom setting where there will be Beaglebones I'd like to 
boot up to a minimal console image.


I'll be doing this with the denzil release.

Thanks,

Scott

--
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Beaglebone BSP for denzil?

2012-08-31 Thread Rudolf Streif
Hey Scott,

I am doing the same thing for a Linux Foundation class.

The root filesystem that YP builds for the BBoard works just fine for the
BBone. That's at least true for core-image-minimal. I tested that with the
kernel that comes with the BBone.

The kernel does not work. The BBoard has an OMAP3 CPU the BBoard has an
AM3359 CPU.

I built a kernel with YP from kernel.org some patches and a defconfig. My
goal is to use linux-yocto so I started from scratch and did not use
meta-ti. And it's educational too.

I still used MLO and UBoot that came with the BBone. My next steps are to
build the kernel using linux-yocto and then eventually also building UBoot
with YP.

I can give more info but right now I am just typing this on a mobile with
no access to my dev box. I will follow up.

Cheers,
Rudi
On Aug 31, 2012 4:11 PM, "Scott Garman"  wrote:

> Hello,
>
> Am I correct in understanding that the TI Beagleboard BSP from
> yoctoproject.org should work with the Beaglebone, or do I need meta-ti?
> I'm not looking for accelerated graphics or anything - this will just be
> used in a classroom setting where there will be Beaglebones I'd like to
> boot up to a minimal console image.
>
> I'll be doing this with the denzil release.
>
> Thanks,
>
> Scott
>
> --
> Scott Garman
> Embedded Linux Engineer - Yocto Project
> Intel Open Source Technology Center
> __**_
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.**org/listinfo/yocto
>
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Beaglebone BSP for denzil?

2012-08-31 Thread Rudolf Streif
Typo correction: the BBone has an AM3359 CPU.
On Aug 31, 2012 6:44 PM, "Rudolf Streif" 
wrote:

> Hey Scott,
>
> I am doing the same thing for a Linux Foundation class.
>
> The root filesystem that YP builds for the BBoard works just fine for the
> BBone. That's at least true for core-image-minimal. I tested that with the
> kernel that comes with the BBone.
>
> The kernel does not work. The BBoard has an OMAP3 CPU the BBoard has an
> AM3359 CPU.
>
> I built a kernel with YP from kernel.org some patches and a defconfig. My
> goal is to use linux-yocto so I started from scratch and did not use
> meta-ti. And it's educational too.
>
> I still used MLO and UBoot that came with the BBone. My next steps are to
> build the kernel using linux-yocto and then eventually also building UBoot
> with YP.
>
> I can give more info but right now I am just typing this on a mobile with
> no access to my dev box. I will follow up.
>
> Cheers,
> Rudi
> On Aug 31, 2012 4:11 PM, "Scott Garman"  wrote:
>
>> Hello,
>>
>> Am I correct in understanding that the TI Beagleboard BSP from
>> yoctoproject.org should work with the Beaglebone, or do I need meta-ti?
>> I'm not looking for accelerated graphics or anything - this will just be
>> used in a classroom setting where there will be Beaglebones I'd like to
>> boot up to a minimal console image.
>>
>> I'll be doing this with the denzil release.
>>
>> Thanks,
>>
>> Scott
>>
>> --
>> Scott Garman
>> Embedded Linux Engineer - Yocto Project
>> Intel Open Source Technology Center
>> __**_
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.**org/listinfo/yocto
>>
>
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Beaglebone BSP for denzil?

2012-08-31 Thread Khem Raj
On Fri, Aug 31, 2012 at 6:44 PM, Rudolf Streif
 wrote:
> Hey Scott,
>
> I am doing the same thing for a Linux Foundation class.
>
> The root filesystem that YP builds for the BBoard works just fine for the
> BBone. That's at least true for core-image-minimal. I tested that with the
> kernel that comes with the BBone.
>
> The kernel does not work. The BBoard has an OMAP3 CPU the BBoard has an
> AM3359 CPU.
>
> I built a kernel with YP from kernel.org some patches and a defconfig. My
> goal is to use linux-yocto so I started from scratch and did not use
> meta-ti. And it's educational too.
>
> I still used MLO and UBoot that came with the BBone. My next steps are to
> build the kernel using linux-yocto and then eventually also building UBoot
> with YP.

you need to add the right .config and may be patches. But there are lot
of patches see meta-ti for more details.

>
> I can give more info but right now I am just typing this on a mobile with no
> access to my dev box. I will follow up.
>
> Cheers,
> Rudi
>
> On Aug 31, 2012 4:11 PM, "Scott Garman"  wrote:
>>
>> Hello,
>>
>> Am I correct in understanding that the TI Beagleboard BSP from
>> yoctoproject.org should work with the Beaglebone, or do I need meta-ti? I'm
>> not looking for accelerated graphics or anything - this will just be used in
>> a classroom setting where there will be Beaglebones I'd like to boot up to a
>> minimal console image.
>>
>> I'll be doing this with the denzil release.
>>
>> Thanks,
>>
>> Scott
>>
>> --
>> Scott Garman
>> Embedded Linux Engineer - Yocto Project
>> Intel Open Source Technology Center
>> ___
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>
>
> ___
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Beaglebone BSP for denzil?

2012-08-31 Thread Rudolf Streif
Yes, there were a lot of patches that I applied to the upstream kernel. It
worked but I do not think that they are all required. That's what I am
currently trying to figure out.
On Aug 31, 2012 8:03 PM, "Khem Raj"  wrote:

> On Fri, Aug 31, 2012 at 6:44 PM, Rudolf Streif
>  wrote:
> > Hey Scott,
> >
> > I am doing the same thing for a Linux Foundation class.
> >
> > The root filesystem that YP builds for the BBoard works just fine for the
> > BBone. That's at least true for core-image-minimal. I tested that with
> the
> > kernel that comes with the BBone.
> >
> > The kernel does not work. The BBoard has an OMAP3 CPU the BBoard has an
> > AM3359 CPU.
> >
> > I built a kernel with YP from kernel.org some patches and a defconfig.
> My
> > goal is to use linux-yocto so I started from scratch and did not use
> > meta-ti. And it's educational too.
> >
> > I still used MLO and UBoot that came with the BBone. My next steps are to
> > build the kernel using linux-yocto and then eventually also building
> UBoot
> > with YP.
>
> you need to add the right .config and may be patches. But there are lot
> of patches see meta-ti for more details.
>
> >
> > I can give more info but right now I am just typing this on a mobile
> with no
> > access to my dev box. I will follow up.
> >
> > Cheers,
> > Rudi
> >
> > On Aug 31, 2012 4:11 PM, "Scott Garman" 
> wrote:
> >>
> >> Hello,
> >>
> >> Am I correct in understanding that the TI Beagleboard BSP from
> >> yoctoproject.org should work with the Beaglebone, or do I need
> meta-ti? I'm
> >> not looking for accelerated graphics or anything - this will just be
> used in
> >> a classroom setting where there will be Beaglebones I'd like to boot up
> to a
> >> minimal console image.
> >>
> >> I'll be doing this with the denzil release.
> >>
> >> Thanks,
> >>
> >> Scott
> >>
> >> --
> >> Scott Garman
> >> Embedded Linux Engineer - Yocto Project
> >> Intel Open Source Technology Center
> >> ___
> >> yocto mailing list
> >> yocto@yoctoproject.org
> >> https://lists.yoctoproject.org/listinfo/yocto
> >
> >
> > ___
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
> >
>
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Beaglebone BSP for denzil?

2012-09-03 Thread Anders Darander
* Rudolf Streif  [120901 08:15]:

> Yes, there were a lot of patches that I applied to the upstream kernel. It
> worked but I do not think that they are all required. That's what I am
> currently trying to figure out.

Sounds interesting!

Do plan to share your efforts in a layer somewhere?

Cheers,
Anders


> On Aug 31, 2012 8:03 PM, "Khem Raj"  wrote:

> On Fri, Aug 31, 2012 at 6:44 PM, Rudolf Streif
>  wrote:
> > Hey Scott,
> >
> > I am doing the same thing for a Linux Foundation class.
> >
> > The root filesystem that YP builds for the BBoard works just fine for 
> the
> > BBone. That's at least true for core-image-minimal. I tested that with
> the
> > kernel that comes with the BBone.
> >
> > The kernel does not work. The BBoard has an OMAP3 CPU the BBoard has an
> > AM3359 CPU.
> >
> > I built a kernel with YP from kernel.org some patches and a defconfig. 
> My
> > goal is to use linux-yocto so I started from scratch and did not use
> > meta-ti. And it's educational too.
> >
> > I still used MLO and UBoot that came with the BBone. My next steps are 
> to
> > build the kernel using linux-yocto and then eventually also building
> UBoot
> > with YP.

> you need to add the right .config and may be patches. But there are lot
> of patches see meta-ti for more details.

> >
> > I can give more info but right now I am just typing this on a mobile 
> with
> no
> > access to my dev box. I will follow up.
> >
> > Cheers,
> > Rudi
> >
> > On Aug 31, 2012 4:11 PM, "Scott Garman"  
> wrote:
> >>
> >> Hello,
> >>
> >> Am I correct in understanding that the TI Beagleboard BSP from
> >> yoctoproject.org should work with the Beaglebone, or do I need meta-ti?
> I'm
> >> not looking for accelerated graphics or anything - this will just be
> used in
> >> a classroom setting where there will be Beaglebones I'd like to boot up
> to a
> >> minimal console image.
> >>
> >> I'll be doing this with the denzil release.
> >>
> >> Thanks,
> >>
> >> Scott
> >>
> >> --
> >> Scott Garman
> >> Embedded Linux Engineer - Yocto Project
> >> Intel Open Source Technology Center
> >> ___
> >> yocto mailing list
> >> yocto@yoctoproject.org
> >> https://lists.yoctoproject.org/listinfo/yocto
> >
> >
> > ___
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
> >

> ___
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

-- 
Anders Darander
ChargeStorm AB / eStorm AB
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Beaglebone BSP for denzil?

2012-09-03 Thread Rudolf Streif
Yes, I will share it once I got it working. It's not that much a function
of if and how but more of when. My time during the next couple of weeks
will be mostly consumed by the Linux Foundation's Automotive Linux Summit.

Cheers,
Rudi

On Mon, Sep 3, 2012 at 2:44 AM, Anders Darander wrote:

> * Rudolf Streif  [120901 08:15]:
>
> > Yes, there were a lot of patches that I applied to the upstream kernel.
> It
> > worked but I do not think that they are all required. That's what I am
> > currently trying to figure out.
>
> Sounds interesting!
>
> Do plan to share your efforts in a layer somewhere?
>
> Cheers,
> Anders
>
>
> > On Aug 31, 2012 8:03 PM, "Khem Raj"  wrote:
>
> > On Fri, Aug 31, 2012 at 6:44 PM, Rudolf Streif
> >  wrote:
> > > Hey Scott,
> > >
> > > I am doing the same thing for a Linux Foundation class.
> > >
> > > The root filesystem that YP builds for the BBoard works just fine
> for the
> > > BBone. That's at least true for core-image-minimal. I tested that
> with
> > the
> > > kernel that comes with the BBone.
> > >
> > > The kernel does not work. The BBoard has an OMAP3 CPU the BBoard
> has an
> > > AM3359 CPU.
> > >
> > > I built a kernel with YP from kernel.org some patches and a
> defconfig. My
> > > goal is to use linux-yocto so I started from scratch and did not
> use
> > > meta-ti. And it's educational too.
> > >
> > > I still used MLO and UBoot that came with the BBone. My next steps
> are to
> > > build the kernel using linux-yocto and then eventually also
> building
> > UBoot
> > > with YP.
>
> > you need to add the right .config and may be patches. But there are
> lot
> > of patches see meta-ti for more details.
>
> > >
> > > I can give more info but right now I am just typing this on a
> mobile with
> > no
> > > access to my dev box. I will follow up.
> > >
> > > Cheers,
> > > Rudi
> > >
> > > On Aug 31, 2012 4:11 PM, "Scott Garman" 
> wrote:
> > >>
> > >> Hello,
> > >>
> > >> Am I correct in understanding that the TI Beagleboard BSP from
> > >> yoctoproject.org should work with the Beaglebone, or do I need
> meta-ti?
> > I'm
> > >> not looking for accelerated graphics or anything - this will just
> be
> > used in
> > >> a classroom setting where there will be Beaglebones I'd like to
> boot up
> > to a
> > >> minimal console image.
> > >>
> > >> I'll be doing this with the denzil release.
> > >>
> > >> Thanks,
> > >>
> > >> Scott
> > >>
> > >> --
> > >> Scott Garman
> > >> Embedded Linux Engineer - Yocto Project
> > >> Intel Open Source Technology Center
> > >> ___
> > >> yocto mailing list
> > >> yocto@yoctoproject.org
> > >> https://lists.yoctoproject.org/listinfo/yocto
> > >
> > >
> > > ___
> > > yocto mailing list
> > > yocto@yoctoproject.org
> > > https://lists.yoctoproject.org/listinfo/yocto
> > >
>
> > ___
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
>
> --
> Anders Darander
> ChargeStorm AB / eStorm AB
> ___
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto