diff options
| author | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-05-17 12:22:22 +1000 |
|---|---|---|
| committer | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-05-17 12:22:22 +1000 |
| commit | e14df6369a08f1408a40c390b67305cc85dd02ab (patch) | |
| tree | 01a5f23490c0b2566e23e6359b77d737437ca415 /meta-zedboard | |
| parent | f83f60ade0836606eea4b0afab5c1cec70aae9d4 (diff) | |
| download | meta-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.MIT | 17 | ||||
| -rw-r--r-- | meta-zedboard/README | 65 |
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 @@ | |||
| 1 | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| 2 | of this software and associated documentation files (the "Software"), to deal | ||
| 3 | in the Software without restriction, including without limitation the rights | ||
| 4 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| 5 | copies of the Software, and to permit persons to whom the Software is | ||
| 6 | furnished to do so, subject to the following conditions: | ||
| 7 | |||
| 8 | The above copyright notice and this permission notice shall be included in | ||
| 9 | all copies or substantial portions of the Software. | ||
| 10 | |||
| 11 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| 12 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| 13 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| 14 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| 15 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| 16 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
| 17 | THE 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 @@ | |||
| 1 | This README file contains information on building the meta-zedboard | ||
| 2 | BSP layer. | ||
| 3 | |||
| 4 | The zedboard is an evaluation board by Avnet-Digilent for Xilinx Zynq | ||
| 5 | architecture: | ||
| 6 | http://www.zedboard.org/ | ||
| 7 | |||
| 8 | Dependencies | ||
| 9 | ============ | ||
| 10 | |||
| 11 | This 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 | |||
| 20 | Patches | ||
| 21 | ======= | ||
| 22 | |||
| 23 | Refer meta-xilinx/README for patch submission details | ||
| 24 | |||
| 25 | Build Instructions | ||
| 26 | ================== | ||
| 27 | |||
| 28 | Setup a Yocto Poky installation | ||
| 29 | - http://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs.html | ||
| 30 | Clone the meta-xilinx layer into your installation | ||
| 31 | Add meta-xilinx and meta-xilinx/meta-zedboard to your bblayers.conf file | ||
| 32 | Add MACHINE="zedboard" to your local.conf file | ||
| 33 | Build | ||
| 34 | > bitbake core-image-minimal | ||
| 35 | > bitbake u-boot-xlnx | ||
| 36 | Images 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 | |||
| 42 | SD Card boot | ||
| 43 | ============ | ||
| 44 | |||
| 45 | Copy and rename files as follows. Multiple builds will result in multiple | ||
| 46 | images, 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 | |||
| 52 | Use Xilinx tools to pack zynq_fsbl_0.elf and u-boot.elf into BOOT.BIN. | ||
| 53 | - You can use Webpack or licensed Xilinx tools | ||
| 54 | Copy BOOT.BIN, devicetree.dtb, uImage and uramdisk.image.gz to the SD Card. | ||
| 55 | Insert SD Card, connect UART to Terminal program and boot board | ||
| 56 | |||
| 57 | |||
| 58 | Reference files and documents | ||
| 59 | ============================= | ||
| 60 | http://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 | |||
| 64 | Additional information on Zynq architecture can be found at: | ||
| 65 | http://www.xilinx.com/support/index.htm | ||
