summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2016-05-16 18:34:42 +1000
committerNathan Rossi <nathan@nathanrossi.com>2016-05-16 18:34:42 +1000
commit5d58f1532855255858c5b29119fd997434e25187 (patch)
treea9a953fa45a01adbb92d63bae3d4ee7893bea026 /README
parent2a1511c6636ed61a45b15980d085fe89615cf9eb (diff)
downloadmeta-xilinx-5d58f1532855255858c5b29119fd997434e25187.tar.gz
README.md: Rename README for markdown formatting
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'README')
-rw-r--r--README81
1 files changed, 0 insertions, 81 deletions
diff --git a/README b/README
deleted file mode 100644
index 93f5c151..00000000
--- a/README
+++ /dev/null
@@ -1,81 +0,0 @@
1meta-xilinx
2===========
3
4This layer provides support for MicroBlaze, Zynq and ZynqMP.
5
6Supported Boards/Machines
7=========================
8
9Boards Supported by this layer:
10 * Xilinx KC705 (MicroBlaze)
11 * Xilinx ZC702 (Zynq)
12 * Xilinx ZC706 (Zynq)
13 * Xilinx ZCU102 (ZynqMP)
14 * Xilinx EP108 (ZynqMP)
15 * Avnet/Digilent ZedBoard (Zynq)
16 * Avnet MicroZed (Zynq)
17 * Avnet PicoZed (Zynq)
18 * Digilent Zybo (Zynq)
19 * Digilent Zybo Linux BD Reference Design (Zynq)
20
21QEMU Models Supported by this layer:
22 * qemumicroblaze (MicroBlaze)
23 * qemumicroblazeeb-s3adsp1800 (MicroBlaze)
24 * qemuzynq (Zynq)
25 * Xilinx EP108 (ZynqMP)
26
27(Please refer to the associate .conf for more information)
28
29Additional information on Xilinx architectures can be found at:
30 http://www.xilinx.com/support/index.htm
31
32Maintainers, Patches/Submissions, Community
33===========================================
34
35Please send any patches, pull requests, comments or questions for this layer to:
36
37 meta-xilinx@lists.yoctoproject.org
38
39Maintainers:
40
41 Nathan Rossi <nathan@nathanrossi.com>
42
43Dependencies
44============
45
46This layer depends on:
47
48 URI: git://git.openembedded.org/bitbake
49
50 URI: git://git.openembedded.org/openembedded-core
51 layers: meta
52
53Build Instructions
54==================
55
56The following instructions require a Poky installation (or equivalent).
57
58Initialize a build using the 'oe-init-build-env' script in Poky. Once
59initialized configure bblayers.conf by adding the 'meta-xilinx' layer. e.g.:
60
61 BBLAYERS ?= " \
62 <path to layer>/oe-core/meta \
63 <path to layer>/meta-xilinx \
64 "
65
66To build a specific target BSP configure the associated machine in local.conf:
67
68 MACHINE ?= "zc702-zynq7"
69
70Build the target file system image using bitbake:
71
72 $ bitbake core-image-minimal
73
74Once complete the images for the target machine will be available in the output
75directory 'tmp/deploy/images'.
76
77Additional Documentation
78========================
79
80Additional documentation can be found in the 'docs/*' directory of this layer.
81