51bc99a485
Bump zedboard defconfig to version 2014.1. This makes it possible to use uboot-spl instead of the xilinx specific fsbl. However, the result is kinda hacky due to the licensing state of ps7_init.{c,h} needed for building uboot spl. Directions for building a proper boot.bin using the new methodolgy is included in the readme.txt. Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |
||
---|---|---|
.. | ||
readme.txt |
This is the buildroot board support for the Avnet Zedboard. The Zedboard is a development board based on the Xilinx Zynq-7000 based All-Programmable System-On-Chip. Zedboard information including schematics, reference designs, and manuals are available from http://www.zedboard.org . To boot the Zedboard using a buildroot generated image copy the following files to the sdcard: zynq-zed.dtb -> devicetree.dtb rootfs.cpio.gz.uboot -> uramdisk.image.gz uImage -> uImage boot.bin -> boot.bin U-Boot SPL Support ------------- Due to licensing issues, the files ps7_init.c/h are not able to be distributed with the U-Boot source code. These files are required to make a boot.bin file. If you already have the Xilinx tools installed, the follwing sequence will unpack, patch and build the rfs, kernel, uboot, and uboot-spl. make zedboard_defconfig make uboot-patch cp ${XILINX}/ISE_DS/EDK/sw/lib/hwplatform_templates/zed_hw_platform/ps7_init.{c,h} \ output/build/uboot-xilinx-v2014.1/boards/xilinx/zynq/ make