diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2016-05-16 18:34:42 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-05-16 18:34:42 +1000 |
| commit | 5d58f1532855255858c5b29119fd997434e25187 (patch) | |
| tree | a9a953fa45a01adbb92d63bae3d4ee7893bea026 /README.md | |
| parent | 2a1511c6636ed61a45b15980d085fe89615cf9eb (diff) | |
| download | meta-xilinx-5d58f1532855255858c5b29119fd997434e25187.tar.gz | |
README.md: Rename README for markdown formatting
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000..93f5c151 --- /dev/null +++ b/README.md | |||
| @@ -0,0 +1,81 @@ | |||
| 1 | meta-xilinx | ||
| 2 | =========== | ||
| 3 | |||
| 4 | This layer provides support for MicroBlaze, Zynq and ZynqMP. | ||
| 5 | |||
| 6 | Supported Boards/Machines | ||
| 7 | ========================= | ||
| 8 | |||
| 9 | Boards 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 | |||
| 21 | QEMU 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 | |||
| 29 | Additional information on Xilinx architectures can be found at: | ||
| 30 | http://www.xilinx.com/support/index.htm | ||
| 31 | |||
| 32 | Maintainers, Patches/Submissions, Community | ||
| 33 | =========================================== | ||
| 34 | |||
| 35 | Please send any patches, pull requests, comments or questions for this layer to: | ||
| 36 | |||
| 37 | meta-xilinx@lists.yoctoproject.org | ||
| 38 | |||
| 39 | Maintainers: | ||
| 40 | |||
| 41 | Nathan Rossi <nathan@nathanrossi.com> | ||
| 42 | |||
| 43 | Dependencies | ||
| 44 | ============ | ||
| 45 | |||
| 46 | This layer depends on: | ||
| 47 | |||
| 48 | URI: git://git.openembedded.org/bitbake | ||
| 49 | |||
| 50 | URI: git://git.openembedded.org/openembedded-core | ||
| 51 | layers: meta | ||
| 52 | |||
| 53 | Build Instructions | ||
| 54 | ================== | ||
| 55 | |||
| 56 | The following instructions require a Poky installation (or equivalent). | ||
| 57 | |||
| 58 | Initialize a build using the 'oe-init-build-env' script in Poky. Once | ||
| 59 | initialized 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 | |||
| 66 | To build a specific target BSP configure the associated machine in local.conf: | ||
| 67 | |||
| 68 | MACHINE ?= "zc702-zynq7" | ||
| 69 | |||
| 70 | Build the target file system image using bitbake: | ||
| 71 | |||
| 72 | $ bitbake core-image-minimal | ||
| 73 | |||
| 74 | Once complete the images for the target machine will be available in the output | ||
| 75 | directory 'tmp/deploy/images'. | ||
| 76 | |||
| 77 | Additional Documentation | ||
| 78 | ======================== | ||
| 79 | |||
| 80 | Additional documentation can be found in the 'docs/*' directory of this layer. | ||
| 81 | |||
