[meta-xilinx] Address location for binaries...

Edward Vidal vidal.develone at gmail.com
Wed Feb 19 05:28:48 PST 2014


Alan,
This is how I finally got my zedboard to boot see all the posting with
meta-zynq and meta-topic jan & feb. I was seeing the same problem.

What is you build system?  I needed to switch to "Ubuntu-12.04"
from Fedora 19 for Xilinx tools xps needed to create fpga.bin.
Also needed to add bootgen from Xilinx tools to /usr/bin/

Build Configuration:
BB_VERSION        = "1.20.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Ubuntu-12.04"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "zedboard"
DISTRO            = "poky"
DISTRO_VERSION    = "1.5.1"
TUNE_FEATURES     = "armv7a vfp neon"
TARGET_FPU        = "vfp-neon"
meta
meta-yocto        = "dora:c3cccbea7abd4af3d603b2be42b0c7291ff21946"
meta-topic        = "master:9af0ecd7e756b367e0ec80263319247b6c2d69c3"
meta-oe
meta-multimedia
meta-gnome        = "dora:191499a2b54d04855284347ce5a067f998646be4"
meta-yocto-bsp    = "dora:c3cccbea7abd4af3d603b2be42b0c7291ff21946"

The creation of fpga.bin for me had a problem in
meta-topic/recipes-bsp/fpga/fpga-image.inc which I had a work around with
build_fpga.sh & topic.patch attached.

I have attached several other files that I hope helps.
If you need any other files let me know.  I hope this helps
Edward Vidal


On Tue, Feb 18, 2014 at 10:52 PM, Alan DuBoff <aland at softorchestra.com>wrote:

> Edward,
>
> Thanks, I'm going to try this now.
>
> This would go in the file that bootgen takes, right?
>
> I'm going to try that.
>
> I'd be curious to see some of your guys' .bif which you use for a zedboard.
>
> Cheers,
> Alan
>
> On Tue, February 18, 2014 1:57 pm, Edward Vidal wrote:
> > Hello all
> > see Mike Looijmans message
> > *Mon Feb 3 22:31:18 PST 2014*
> >
> > *subject meta-topic *
> >
> > There's a 0x40 byte u-boot header preceeding the kernel image. Loading
> it at
> > 0x79C0 will thus place the kernel entry point at 0x8000.
> >
> > You can load the kernel elsewhere, but then u-boot will have to memcpy
> the
> > kernel image to 0x8000 before booting it. This increases the boot time.
> >
> > On the zynq, the effect isn't quite as noticable, but on weaker CPUs with
> > slower memory, loading the kernel at the right spot can gain about a
> hundred
> > milliseconds or more.
> >
> > That may not sound like much, but on a total boot time of less than 5
> seconds,
> > 100 ms is 2%...
> >
> > Mike.
> > I was having same problem
> >
> > Also see meta-topic meta-topic/recipes-bsp/bootscripts/
> > Hope this helps.
> > _______________________________________________
> > meta-xilinx mailing list
> > meta-xilinx at yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-xilinx
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-xilinx/attachments/20140219/fa215e4a/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build_fpga.sh
Type: application/x-sh
Size: 240 bytes
Desc: not available
URL: <http://lists.yoctoproject.org/pipermail/meta-xilinx/attachments/20140219/fa215e4a/attachment.sh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: topic.patch
Type: text/x-patch
Size: 5851 bytes
Desc: not available
URL: <http://lists.yoctoproject.org/pipermail/meta-xilinx/attachments/20140219/fa215e4a/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: local.conf
Type: application/octet-stream
Size: 11298 bytes
Desc: not available
URL: <http://lists.yoctoproject.org/pipermail/meta-xilinx/attachments/20140219/fa215e4a/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bblayers.conf
Type: application/octet-stream
Size: 652 bytes
Desc: not available
URL: <http://lists.yoctoproject.org/pipermail/meta-xilinx/attachments/20140219/fa215e4a/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bootimage.bif
Type: application/octet-stream
Size: 346 bytes
Desc: not available
URL: <http://lists.yoctoproject.org/pipermail/meta-xilinx/attachments/20140219/fa215e4a/attachment-0002.obj>


More information about the meta-xilinx mailing list