diff options
author | 2014-02-06 23:04:45 +0100 | |
---|---|---|
committer | 2014-02-06 23:08:54 +0100 | |
commit | 12106fc69ba66c335f7d5f2960c45df8c7c3bffb (patch) | |
tree | 70b0d8e3bc8b450cc8a3f5d6e25ee57a9d677cd5 /board/avnet | |
parent | 2e66e26aa6bfa336fceb838918f3a88e0b21899d (diff) | |
download | buildroot-12106fc69ba66c335f7d5f2960c45df8c7c3bffb.tar.gz buildroot-12106fc69ba66c335f7d5f2960c45df8c7c3bffb.tar.bz2 |
zedboard: add Avnet Zedboard support.
[Thomas: update to recent Buildroot which had renamed several
Config.in options, lock down kernel headers version]
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'board/avnet')
-rw-r--r-- | board/avnet/zedboard/readme.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/board/avnet/zedboard/readme.txt b/board/avnet/zedboard/readme.txt new file mode 100644 index 0000000000..b869066653 --- /dev/null +++ b/board/avnet/zedboard/readme.txt @@ -0,0 +1,13 @@ +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 + |