aboutsummaryrefslogtreecommitdiffstats
path: root/meta-zc702/README
blob: cf3b57d8f58171dbc5b65df9e19d11a44c7b7659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
meta-zc702
==========

This README file contains information on using the meta-zc702 BSP layer.

The zc702 is an evaluation board by Xilinx for Zynq architecture:
	http://www.xilinx.com/

Please refer to the meta-xilinx/README for details regarding patch submission,
layer dependencies, build process, etc.

Supported Boards/Machines
=========================

Xilinx ZC702 (Zynq) - 'zc702'

Reference files and documents
=============================

For details on the Evaluation board:
	http://www.xilinx.com/products/boards-and-kits/EK-Z7-ZC702-G.htm

For documentation and design files for the ZC702:
	http://www.xilinx.com/support/index.html/content/xilinx/en/supportNav/boards_and_kits/zynq-7000_soc_boards_and_kits/zynq-7000_soc_zc702_evaluation_kit.html

For the FSBL 'zynq_fsbl_0.elf' refer to UG873 and the associated design files.

Additional information on Zynq architecture can be found at:
	http://www.xilinx.com/support/index.htm

SD Card Boot
============

Note: This boot flow requires access to Xilinx tools (for BOOT.BIN generation).

Copy the following to the SD card (ensure to rename the files where appropriate):
	Kernel: uImage
	RootFS: uramdisk.image.gz (core-image-minimal-<machine name>.ext2.gz.u-boot)
	DTB:    devicetree.dtb (uImage-<machine name>.dtb)

Using the Xilinx tools, package 'zynq_fsbl_0.elf' and 'u-boot.elf' into a 
'BOOT.BIN' (See http://www.wiki.xilinx.com/Prepare+Boot+Image for details). Once
created copy 'BOOT.BIN' onto the SD Card.

Insert SD Card, connect UART to Terminal program and boot board (Ensure the
board is configured for SD Boot).