diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2024-10-18 17:11:35 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-10-22 10:06:24 -0500 |
| commit | 90a93bda7714eff9e62d78a48003b5386f869bce (patch) | |
| tree | 785a8516f521dbca6f0974fec1de53b5fa6c03bc | |
| parent | 130189266fc9bff4fd452e994b718dfefc4283fa (diff) | |
| download | meta-xilinx-90a93bda7714eff9e62d78a48003b5386f869bce.tar.gz | |
README.md: Update meta-xilinx-vendor docs to scrathgap
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-vendor/README.md | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/meta-xilinx-vendor/README.md b/meta-xilinx-vendor/README.md index 7e8136f0..b6b82d62 100644 --- a/meta-xilinx-vendor/README.md +++ b/meta-xilinx-vendor/README.md | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # meta-xilinx-vendor | 1 | # meta-xilinx-vendor |
| 2 | 2 | ||
| 3 | This layer enables third party vendor boards for AMD Xilinx MicroBlaze, Zynq, | 3 | This layer enables third party vendor boards for AMD MicroBlaze, Zynq, ZynqMP and |
| 4 | ZynqMP and Versal devices and provides related metadata. | 4 | Versal devices and provides related metadata. |
| 5 | 5 | ||
| 6 | ## Supported Boards/Machines | 6 | ## Supported Boards/Machines |
| 7 | 7 | ||
| @@ -11,8 +11,7 @@ ZynqMP and Versal devices and provides related metadata. | |||
| 11 | > | 11 | > |
| 12 | > Machine Configuration file: `MACHINE = "microzed-zynq7"` | 12 | > Machine Configuration file: `MACHINE = "microzed-zynq7"` |
| 13 | > | 13 | > |
| 14 | > Reference XSA: `HDF_MACHINE = "microzed-zynq7"` | 14 | |
| 15 | > | ||
| 16 | | Devices | Vendor Evaluation Board | Machine Configuration file | Reference XSA | HW Board Device tree | QEMU tested | HW tested | | 15 | | Devices | Vendor Evaluation Board | Machine Configuration file | Reference XSA | HW Board Device tree | QEMU tested | HW tested | |
| 17 | |------------|-------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------|------------------|----------------------|-------------|-----------| | 16 | |------------|-------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------|------------------|----------------------|-------------|-----------| |
| 18 | | MicroBlaze | NA | NA | NA | NA | No | No | | 17 | | MicroBlaze | NA | NA | NA | NA | No | No | |
| @@ -27,23 +26,31 @@ ZynqMP and Versal devices and provides related metadata. | |||
| 27 | > **Note:** | 26 | > **Note:** |
| 28 | ``` | 27 | ``` |
| 29 | 1. For Zybo Linux BD reference design refer meta-xilinx-contrib layer. | 28 | 1. For Zybo Linux BD reference design refer meta-xilinx-contrib layer. |
| 30 | 2. Ultra96 v1 is no longer supported. Refer to meta-avnet for v2 board. | 29 | 2. Ultra96 v1 is no longer supported. Refer to https://github.com/Avnet/meta-avnet for v2 board. |
| 31 | ``` | 30 | ``` |
| 32 | 31 | ||
| 32 | ## AMD Vendor board XSCT Build Instructions | ||
| 33 | |||
| 34 | Follow [XSCT Build Instructions](https://github.com/Xilinx/meta-xilinx-tools/blob/master/README.xsct.bsp.md) | ||
| 35 | |||
| 33 | ## Dependencies | 36 | ## Dependencies |
| 34 | 37 | ||
| 35 | This layer depends on: | 38 | This layer depends on: |
| 36 | 39 | ||
| 37 | URI: https://git.yoctoproject.org/poky | 40 | URI: https://git.yoctoproject.org/poky |
| 38 | layers: meta, meta-poky | 41 | layers: meta, meta-poky |
| 39 | branch: langdale | 42 | branch: scarthgap |
| 40 | 43 | ||
| 41 | URI: https://git.openembedded.org/meta-openembedded | 44 | URI: https://git.openembedded.org/meta-openembedded |
| 42 | layers: meta-oe | 45 | layers: meta-oe |
| 43 | branch: langdale | 46 | branch: scarthgap |
| 47 | |||
| 48 | URI: https://git.yoctoproject.org/meta-arm | ||
| 49 | layers: meta-arm, meta-arm-toolchain | ||
| 50 | branch: scarthgap | ||
| 44 | 51 | ||
| 45 | URI: | 52 | URI: |
| 46 | https://git.yoctoproject.org/meta-xilinx (official version) | 53 | https://git.yoctoproject.org/meta-xilinx (official version) |
| 47 | https://github.com/Xilinx/meta-xilinx (development and amd xilinx release) | 54 | https://github.com/Xilinx/meta-xilinx (development and AMD release) |
| 48 | layers: meta-xilinx-microblaze, meta-xilinx-core | 55 | layers: meta-xilinx-microblaze, meta-xilinx-core |
| 49 | branch: langdale or amd xilinx release version (e.g. rel-v2023.1) | 56 | branch: scarthgap or AMD release version (e.g. rel-v2024.2) |
