The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / board / avnet / zedboard / readme.txt
1 This is the buildroot board support for the Avnet Zedboard. The Zedboard is
2 a development board based on the Xilinx Zynq-7000 based All-Programmable
3 System-On-Chip.
4
5 Zedboard information including schematics, reference designs, and manuals are
6 available from http://www.zedboard.org .
7
8 The U-Boot firmware for the Xilinx Zynq All Programmable SoC depends
9 on some proprietary code. This dependency consists of a pair of
10 files are available from the Xilinx SDK installation.
11
12 You will need these files from Xilinx SDK installation to generate
13 the U-Boot firmware:
14         ps7_init.c
15         ps7_init.h
16
17 Buildroot will create the following files and place them in the
18 <output>/images directory.
19         zynq-zed.dtb
20         rootfs.cpio.uboot
21         uImage
22         u-boot.img
23         boot.bin
24
25
26 uboot.bin  -- U-Boot SPL w/ Xilinx boot.bin wrapper
27 ---------------------------------------------------
28
29 Due to licensing issues, the files ps7_init.c/h are not able to be
30 distributed with the U-Boot source code.  These files are required to make a
31 boot.bin file.
32
33 If you already have the Xilinx tools installed, the following sequence will
34 unpack, patch and build the rfs, kernel, uboot, and uboot-spl.
35
36 make zedboard_defconfig
37 make uboot-patch
38 cp ${XILINX}/ISE_DS/EDK/sw/lib/hwplatform_templates/zed_hw_platform/ps7_init.{c,h} \
39 output/build/uboot-xilinx-v2014.1/board/xilinx/zynq/
40
41 After copying these files into the U-Boot source tree, you can
42 continue the build with:
43
44 make
45
46 *Notice*
47 While the build will successfully complete without the ps7_init.*
48 files,  the uboot.bin file generated by this configuration will not
49 function properly on the Zedboard.  Therefore, it is imperative that
50 the ps7_init.* files be copied into the U-Boot source tree any time
51 the clean, or uboot-dirclean targets are made.
52
53
54 Resulting system
55 ----------------
56 A FAT32 partition should be created at the beginning of the SD Card
57 and the following files should be installed:
58         /boot.bin
59         /devicetree.dtb
60         /uImage
61         /uramdisk.image.gz
62         /u-boot.img
63
64
65 All needed files can be taken from output/images/
66
67 boot.bin, uImage and u-boot.img are direct copies of the same files
68 available on output/images/
69
70 devicetree.dtb is just zynq-zed.dtb renamed.
71
72 uramdisk.image.gz is rootfs.cpio.uboot renamed