summaryrefslogtreecommitdiffstats
path: root/meta-zedboard
diff options
context:
space:
mode:
authorSipke Vriend <sipke.vriend@xilinx.com>2013-05-17 12:22:22 +1000
committerSipke Vriend <sipke.vriend@xilinx.com>2013-05-17 12:22:22 +1000
commite14df6369a08f1408a40c390b67305cc85dd02ab (patch)
tree01a5f23490c0b2566e23e6359b77d737437ca415 /meta-zedboard
parentf83f60ade0836606eea4b0afab5c1cec70aae9d4 (diff)
downloadmeta-xilinx-e14df6369a08f1408a40c390b67305cc85dd02ab.tar.gz
Add copyright and documentation.
Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
Diffstat (limited to 'meta-zedboard')
-rw-r--r--meta-zedboard/COPYING.MIT17
-rw-r--r--meta-zedboard/README65
2 files changed, 82 insertions, 0 deletions
diff --git a/meta-zedboard/COPYING.MIT b/meta-zedboard/COPYING.MIT
new file mode 100644
index 00000000..fb950dc6
--- /dev/null
+++ b/meta-zedboard/COPYING.MIT
@@ -0,0 +1,17 @@
1Permission is hereby granted, free of charge, to any person obtaining a copy
2of this software and associated documentation files (the "Software"), to deal
3in the Software without restriction, including without limitation the rights
4to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5copies of the Software, and to permit persons to whom the Software is
6furnished to do so, subject to the following conditions:
7
8The above copyright notice and this permission notice shall be included in
9all copies or substantial portions of the Software.
10
11THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
15LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
16OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
17THE SOFTWARE.
diff --git a/meta-zedboard/README b/meta-zedboard/README
new file mode 100644
index 00000000..0ac4c898
--- /dev/null
+++ b/meta-zedboard/README
@@ -0,0 +1,65 @@
1This README file contains information on building the meta-zedboard
2BSP layer.
3
4The zedboard is an evaluation board by Avnet-Digilent for Xilinx Zynq
5architecture:
6 http://www.zedboard.org/
7
8Dependencies
9============
10
11This layer depends on:
12
13 URI: git://git.yoctoproject.org/poky
14 branch: master
15
16 URI: git://github.com/Xilinx/meta-xilinx
17 branch: master
18
19
20Patches
21=======
22
23Refer meta-xilinx/README for patch submission details
24
25Build Instructions
26==================
27
28Setup a Yocto Poky installation
29 - http://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs.html
30Clone the meta-xilinx layer into your installation
31Add meta-xilinx and meta-xilinx/meta-zedboard to your bblayers.conf file
32Add MACHINE="zedboard" to your local.conf file
33Build
34 > bitbake core-image-minimal
35 > bitbake u-boot-xlnx
36Images can be found in 'tmp/deploy/images' of your build directory
37 kernel - uImage*.bin
38 rootfs - core-image-minimal-zedboard-*.rootfs.ext2.gz.u-boot
39 uboot - u-boot-zedboard-v*.elf
40 device tree - uImage--*-xilinx*-zynq-zed-*.dtb
41
42SD Card boot
43============
44
45Copy and rename files as follows. Multiple builds will result in multiple
46images, so choose the correct files (see above for image file name formats)
47 kernel - uImage
48 rootfs - uramdisk.image.gz
49 uboot - u-boot.elf
50 device tree - devicetree.dtb
51
52Use Xilinx tools to pack zynq_fsbl_0.elf and u-boot.elf into BOOT.BIN.
53 - You can use Webpack or licensed Xilinx tools
54Copy BOOT.BIN, devicetree.dtb, uImage and uramdisk.image.gz to the SD Card.
55Insert SD Card, connect UART to Terminal program and boot board
56
57
58Reference files and documents
59=============================
60http://www.zedboard.org/reference-designs-categories/zynq-concepts-tools-and-techniques-zedboard
61 - "Zynq Concepts, Tools, and Techniques on ZedBoard"
62 - contains both PDF file and design files including zynq_fsbl_0.elf
63
64Additional information on Zynq architecture can be found at:
65 http://www.xilinx.com/support/index.htm