forked from Xilinx/meta-xilinx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
79 lines (52 loc) · 1.85 KB
/
README
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
meta-xilinx
===========
This layer provides support for MicroBlaze, Zynq and ZynqMP.
Supported Boards/Machines
=========================
Boards Supported by this layer:
* Xilinx KC705 Embedded TRD (MicroBlaze)
* Xilinx ZC702 (Zynq)
* Xilinx ZC706 (Zynq)
* Xilinx EP108 (ZynqMP)
* Avnet/Digilent ZedBoard (Zynq)
* Avnet MicroZed (Zynq)
* Avnet PicoZed (Zynq)
* Digilent Zybo (Zynq)
QEMU Models Supported by this layer:
* qemumicroblaze (MicroBlaze)
* qemumicroblazeeb-s3adsp1800 (MicroBlaze)
* qemuzynq (Zynq)
* Xilinx EP108 (ZynqMP)
(Please refer to the associate .conf for more information)
Additional information on Xilinx architectures can be found at:
http://www.xilinx.com/support/index.htm
Maintainers, Patches/Submissions, Community
===========================================
Please send any patches, pull requests, comments or questions for this layer to:
Maintainers:
Nathan Rossi
Dependencies
============
This layer depends on:
URI: git://git.openembedded.org/bitbake
URI: git://git.openembedded.org/openembedded-core
layers: meta
Build Instructions
==================
The following instructions require a Poky installation (or equivalent).
Initialize a build using the 'oe-init-build-env' script in Poky. Once
initialized configure bblayers.conf by adding the 'meta-xilinx' layer. e.g.:
BBLAYERS ?= " \
<path to layer>/oe-core/meta \
<path to layer>/meta-xilinx \
"
To build a specific target BSP configure the associated machine in local.conf:
MACHINE ?= "zc702-zynq7"
Build the target file system image using bitbake:
$ bitbake core-image-minimal
Once complete the images for the target machine will be available in the output
directory 'tmp/deploy/images'.
Additional Documentation
========================
Additional documentation can be found in the 'docs/*' directory of this layer.