summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2013-07-15 17:03:45 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2013-07-15 17:08:00 +1000
commita31d7a669470e4f230957a8b95e212e56914158e (patch)
tree4c0a3c6545a6e8a6f8c69efefbb072b5234c0425 /README
parentcbc850867718a798acda214609ce5e47cbcf6974 (diff)
downloadmeta-xilinx-a31d7a669470e4f230957a8b95e212e56914158e.tar.gz
README: Clean up readme
* Add some more details regarding the boot flows * Remove references to sub-layers Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'README')
-rw-r--r--README39
1 files changed, 14 insertions, 25 deletions
diff --git a/README b/README
index ca641fbd..d3e87beb 100644
--- a/README
+++ b/README
@@ -1,17 +1,21 @@
1meta-xilinx 1meta-xilinx
2=========== 2===========
3 3
4This layer provides Official support for Xilinx MicroBlaze and Zynq architectures 4This layer provides Official support for Xilinx MicroBlaze and Zynq
5as well as evaluation boards. 5architectures as well as evaluation boards.
6 6
7Supported Boards/Machines 7Supported Boards/Machines
8========================= 8=========================
9 9
10Boards Supported by this layer and sub-layers: 10Boards Supported by this layer (Please refer to the associate .conf for more
11information):
11 * Xilinx KC705 Embedded TRD (MicroBlaze) 12 * Xilinx KC705 Embedded TRD (MicroBlaze)
12 * Xilinx ZC702 (Zynq) 13 * Xilinx ZC702 (Zynq)
13 * Avnet/Digilent ZedBoard (Zynq) 14 * Avnet/Digilent ZedBoard (Zynq)
14 15
16Additional information on the MicroBlaze or Zynq architectures can be found at:
17 http://www.xilinx.com/support/index.htm
18
15Patches 19Patches
16======= 20=======
17 21
@@ -33,35 +37,20 @@ This layer depends on:
33 URI: git://github.com/MentorEmbedded/meta-sourcery.git 37 URI: git://github.com/MentorEmbedded/meta-sourcery.git
34 layers: meta-sourcery 38 layers: meta-sourcery
35 39
36This repository also contains sub-layers which depend on this layer.
37
38Sub-Layers
39==========
40
41This repository contains the meta-xilinx layer as well as additional board
42specific layers. Each of these board specific layers provide additional
43configuration for the associated board. Please refer to the associated README
44in each sub-layer for more details.
45
46Note: sub-layers have no dependency between each other, all sub-layers can be
47used at the same time without conflicts.
48
49Build Instructions 40Build Instructions
50================== 41==================
51 42
52The following instructions require a Poky installation (or equivalent). 43The following instructions require a Poky installation (or equivalent).
53 44
54Initialize a build using the 'oe-init-build-env' script in Poky. Once 45Initialize a build using the 'oe-init-build-env' script in Poky. Once
55initialized configure bblayers.conf by adding the 'meta-xilinx' layer as 46initialized configure bblayers.conf by adding the 'meta-xilinx' layer. e.g.:
56well as any or all of the sub-layers of this repository, e.g.:
57 47
58 meta-xilinx \ 48 BBLAYERS ?= " \
59 meta-xilinx/meta-kc705 \ 49 <path to layer>/oe-core/meta \
60 meta-xilinx/meta-zc702 \ 50 <path to layer>/meta-xilinx \
61 meta-xilinx/meta-zedboard \ 51 "
62 52
63To build a specific target BSP configure the associated machine in local.conf: 53To build a specific target BSP configure the associated machine in local.conf:
64(See associated sub-layers for available machines and additional details)
65 54
66 MACHINE ?= "zc702" 55 MACHINE ?= "zc702"
67 56
@@ -93,8 +82,8 @@ Images generated:
93Booting 82Booting
94======= 83=======
95 84
96Please see the associated README for the target machine, located in the 85Please see the associated README file for each avaliable boot method in the
97associated sub-layer. 86'docs/BOOT.*' files of this layer.
98 87
99Configuring External Toolchain 88Configuring External Toolchain
100============================== 89==============================