Re: [yocto] any success with spartan6-lx9mb?

2012-11-06 Thread Adrian Alonso
I just read most of the thread, Is clear that another maintainer for meta-xilinx is needed :) To summarize spartan6-lx9mb I only succeed in building an initramfs image, using Xilinx prebuilt toolchain. Check recipes-core/images/initramfs-image in microblaze-support branch The only build step

Re: [yocto] any success with spartan6-lx9mb?

2012-09-13 Thread Elvis Dowson
Hi Trevor, I just briefly tried building it, using gcc-4.5.1, and got build failures too. It looks like it will take some effort to get this up and running with the current version of yocto. I just managed to get powerpc440 soft-float working with gcc-4.5.1 eglibc-2.13 with

Re: [yocto] any success with spartan6-lx9mb?

2012-09-13 Thread Khem Raj
On Thu, Sep 13, 2012 at 9:36 AM, Elvis Dowson elvis.dow...@gmail.com wrote: I just briefly tried building it, using gcc-4.5.1, and got build failures too. It looks like it will take some effort to get this up and running with the current version of yocto. I just managed to

Re: [yocto] any success with spartan6-lx9mb?

2012-09-13 Thread Trevor Woerner
Hi guys, Thanks for all the support so far. Currently I'm still trying to make some headway with the Xilinx-supplied external toolchain (gcc-4.1.2). When I saw the original errors I was having configuring libtool-cross I was concerned about the -V must be at start and unrecognized option

Re: [yocto] any success with spartan6-lx9mb?

2012-09-13 Thread Trevor Woerner
PS simply BBMASK'ing out libffi doesn't help as too many things... require(?) it (depend on it, rdepend on it...?) ERROR: Nothing PROVIDES 'libffi' (but /home/trevor/devel/yocto/gitrepo-method/poky/meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb DEPENDS on or otherwise requires it) NOTE: Runtime

Re: [yocto] any success with spartan6-lx9mb?

2012-09-13 Thread Khem Raj
Trevor Woerner twoer...@gmail.com wrote: PS simply BBMASK'ing out libffi doesn't help as too many things... require(?) it (depend on it, rdepend on it...?) You can try to make libffi as a package group in glib20 if possible other option would be to use something like mdev instead of udev

Re: [yocto] any success with spartan6-lx9mb?

2012-09-13 Thread Elvis Dowson
Hi Trevor, On Sep 13, 2012, at 10:17 PM, Trevor Woerner wrote: ~$300 for the SP601 is certainly not too onerous. If I start to see more success with yocto I will definitely consider it. Other options include: - qemu (maybe getting yocto to run/build a microblaze qemu image would be

Re: [yocto] any success with spartan6-lx9mb?

2012-09-12 Thread Trevor Woerner
Here's a status update, in case anyone is interested. My goal is to use the Yocto Project to create an image for the Microblaze soft processor core. I started by adding the meta-xilinx layer and specifying: MACHINE = spartan6-lx9mb This fails because the microblaze port of the gcc compiler

Re: [yocto] any success with spartan6-lx9mb?

2012-09-12 Thread Khem Raj
On Wed, Sep 12, 2012 at 11:47 AM, Trevor Woerner twoer...@gmail.com wrote: Here's a status update, in case anyone is interested. My goal is to use the Yocto Project to create an image for the Microblaze soft processor core. I started by adding the meta-xilinx layer and specifying:

Re: [yocto] any success with spartan6-lx9mb?

2012-09-08 Thread Trevor Woerner
Hi Elvis, Wow! Thanks so much for the help. I have not yet had the time to dig into the guts of yocto/oe so I appreciate the opportunity :-) On Thu, Sep 6, 2012 at 11:21 PM, Elvis Dowson elvis.dow...@gmail.com wrote: 01. Remove the TARGET_FPU = soft specification 02. Quickly test the

Re: [yocto] any success with spartan6-lx9mb?

2012-09-07 Thread Philip Balister
On 09/06/2012 06:19 PM, Bruce Ashfield wrote: On 12-09-06 5:06 PM, Philip Balister wrote: On 09/06/2012 04:11 PM, Trevor Woerner wrote: Hi Elvis, Thanks so much for taking a look at my email! I've read through lots of this mailing list's history and noticed all your meta-xilinx work in the

Re: [yocto] any success with spartan6-lx9mb?

2012-09-07 Thread Bruce Ashfield
On Fri, Sep 7, 2012 at 7:22 AM, Philip Balister phi...@balister.org wrote: On 09/06/2012 06:19 PM, Bruce Ashfield wrote: On 12-09-06 5:06 PM, Philip Balister wrote: On 09/06/2012 04:11 PM, Trevor Woerner wrote: Hi Elvis, Thanks so much for taking a look at my email! I've read through lots

Re: [yocto] any success with spartan6-lx9mb?

2012-09-07 Thread Richard Purdie
On Fri, 2012-09-07 at 08:27 -0400, Bruce Ashfield wrote: On Fri, Sep 7, 2012 at 7:22 AM, Philip Balister phi...@balister.org wrote: On 09/06/2012 06:19 PM, Bruce Ashfield wrote: Speaking of zynq, I have a simple BSP here for the zc702 board: https://github.com/balister/meta-zynq

Re: [yocto] any success with spartan6-lx9mb?

2012-09-07 Thread Bruce Ashfield
On 12-09-07 12:19 PM, Richard Purdie wrote: On Fri, 2012-09-07 at 08:27 -0400, Bruce Ashfield wrote: On Fri, Sep 7, 2012 at 7:22 AM, Philip Balisterphi...@balister.org wrote: On 09/06/2012 06:19 PM, Bruce Ashfield wrote: Speaking of zynq, I have a simple BSP here for the zc702 board:

Re: [yocto] any success with spartan6-lx9mb?

2012-09-06 Thread Elvis Dowson
Hi, On Sep 4, 2012, at 6:25 AM, Trevor Woerner wrote: I was playing around with the meta-xilinx layer and tried to build core-image-minimal for the spartan6 without success. I was wondering if anyone has tried this lately and/or if anyone has any tips to suggest? Can you please list

Re: [yocto] any success with spartan6-lx9mb?

2012-09-06 Thread Philip Balister
On 09/06/2012 04:11 PM, Trevor Woerner wrote: Hi Elvis, Thanks so much for taking a look at my email! I've read through lots of this mailing list's history and noticed all your meta-xilinx work in the past and was hoping I could pique your interest :-) On Thu, Sep 6, 2012 at 11:19 AM, Elvis

Re: [yocto] any success with spartan6-lx9mb?

2012-09-06 Thread Trevor Woerner
Hi Philip, On Thu, Sep 6, 2012 at 5:06 PM, Philip Balister phi...@balister.org wrote: Speaking of zynq, I have a simple BSP here for the zc702 board: https://github.com/balister/meta-zynq Thanks. I found your layer from the layer index page: http://www.openembedded.org/wiki/LayerIndex

Re: [yocto] any success with spartan6-lx9mb?

2012-09-06 Thread Bruce Ashfield
On 12-09-06 5:06 PM, Philip Balister wrote: On 09/06/2012 04:11 PM, Trevor Woerner wrote: Hi Elvis, Thanks so much for taking a look at my email! I've read through lots of this mailing list's history and noticed all your meta-xilinx work in the past and was hoping I could pique your interest