From 5d58f1532855255858c5b29119fd997434e25187 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Mon, 16 May 2016 18:34:42 +1000 Subject: README.md: Rename README for markdown formatting Signed-off-by: Nathan Rossi --- README | 81 --------------------------------------------------------------- README.md | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+), 81 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 93f5c151..00000000 --- a/README +++ /dev/null @@ -1,81 +0,0 @@ -meta-xilinx -=========== - -This layer provides support for MicroBlaze, Zynq and ZynqMP. - -Supported Boards/Machines -========================= - -Boards Supported by this layer: - * Xilinx KC705 (MicroBlaze) - * Xilinx ZC702 (Zynq) - * Xilinx ZC706 (Zynq) - * Xilinx ZCU102 (ZynqMP) - * Xilinx EP108 (ZynqMP) - * Avnet/Digilent ZedBoard (Zynq) - * Avnet MicroZed (Zynq) - * Avnet PicoZed (Zynq) - * Digilent Zybo (Zynq) - * Digilent Zybo Linux BD Reference Design (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: - - meta-xilinx@lists.yoctoproject.org - -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 ?= " \ - /oe-core/meta \ - /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. - diff --git a/README.md b/README.md new file mode 100644 index 00000000..93f5c151 --- /dev/null +++ b/README.md @@ -0,0 +1,81 @@ +meta-xilinx +=========== + +This layer provides support for MicroBlaze, Zynq and ZynqMP. + +Supported Boards/Machines +========================= + +Boards Supported by this layer: + * Xilinx KC705 (MicroBlaze) + * Xilinx ZC702 (Zynq) + * Xilinx ZC706 (Zynq) + * Xilinx ZCU102 (ZynqMP) + * Xilinx EP108 (ZynqMP) + * Avnet/Digilent ZedBoard (Zynq) + * Avnet MicroZed (Zynq) + * Avnet PicoZed (Zynq) + * Digilent Zybo (Zynq) + * Digilent Zybo Linux BD Reference Design (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: + + meta-xilinx@lists.yoctoproject.org + +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 ?= " \ + /oe-core/meta \ + /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. + -- cgit v1.2.3-54-g00ecf