[meta-xilinx] should elvis' meta-xilinx layer be synced with poky right now?
Elvis Dowson
elvis.dowson at gmail.com
Sat Apr 20 11:53:01 PDT 2013
Hi Robert,
On Apr 20, 2013, at 10:42 PM, Robert P. J. Day <rpjday at crashcourse.ca> wrote:
> ok, give me a couple hours to get started, and here's my plan. i'm
> still coming up to speed on all the zynq stuff so i'm going to start
> with just building a proper u-boot and testing booting to that. one
> step at a time …
Just follow these steps:
01. Start with a PlanAhead 14.5 or Vivado 2013.1 project.
02. Create an XPS 14.5 Zynq Zedboard project
03. Use all the default peripherals, check the hardware design
I think the Zedboard site has a bunch of documents to explain these first steps.
04. Create a top level HDL wrapper for the system.xmp design from within PlanAhead or Vivado.
05. Generate Bitstream
06. Export HW to SDK
07. Create BSP project
08. Create Application project and use zynq_fsbl template.
09. Click on the SDK option - Create Zynq boot image
In that window, specify the
- system.bit (or system_stub.bit) harware bitstream file
- zynq_fsbl.elf from the Debug folder
- u-boot.elf file from the output of the yocto build process, in the images folder
This will create a bin file. Rename the file to BOOT.bin, and perform a drop-in
replacement on you bootable SD Card.
Best regards,
Elvis Dowson
More information about the meta-xilinx
mailing list