summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-core/README.md')
-rw-r--r--meta-xilinx-core/README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/meta-xilinx-core/README.md b/meta-xilinx-core/README.md
index ec5b663b..945a76a7 100644
--- a/meta-xilinx-core/README.md
+++ b/meta-xilinx-core/README.md
@@ -10,11 +10,15 @@ This layer depends on:
10 10
11 URI: https://git.yoctoproject.org/poky 11 URI: https://git.yoctoproject.org/poky
12 layers: meta, meta-poky 12 layers: meta, meta-poky
13 branch: langdale 13 branch: scarthgap
14 14
15 URI: https://git.openembedded.org/meta-openembedded 15 URI: https://git.openembedded.org/meta-openembedded
16 layers: meta-oe 16 layers: meta-oe
17 branch: langdale 17 branch: scarthgap
18
19 URI: https://git.yoctoproject.org/meta-arm
20 layers: meta-arm, meta-arm-toolchain
21 branch: scarthgap
18--- 22---
19 23
20## Configuring Machines 24## Configuring Machines
@@ -36,13 +40,13 @@ Zynqmp-generic requires pmu-firmware. The firmware can be passed directly
36as a path to a binary: PMU_FILE, you may use the generic built version 40as a path to a binary: PMU_FILE, you may use the generic built version
37by including meta-xilinx-standalone, the XSCT version by adding 41by including meta-xilinx-standalone, the XSCT version by adding
38meta-xilinx-tools or the DTB workflow version using 42meta-xilinx-tools or the DTB workflow version using
39meta-xilinx-standalone-experimental. 43meta-xilinx-standalone-sdt.
40 44
41Versal-generic requires both PLM and PSM firmware to be specified. They can 45Versal-generic requires both PLM and PSM firmware to be specified. They can
42be specified as a path to a binary using PLM_FILE and PSM_FILE. Or they can 46be specified as a path to a binary using PLM_FILE and PSM_FILE. Or they can
43be generated by including meta-xilinx-standalone, the XSCT version by adding 47be generated by including meta-xilinx-standalone, the XSCT version by adding
44meta-xilinx-tools or the DTB workflow version using 48meta-xilinx-tools or the DTB workflow version using
45meta-xilinx-standalone-experimental. Additionally some configurations may 49meta-xilinx-standalone-sdt. Additionally some configurations may
46require you to specify the path to a PDI file using PDI_PATH. The XSCT 50require you to specify the path to a PDI file using PDI_PATH. The XSCT
47version will extract the PDI automatically. 51version will extract the PDI automatically.
48--- 52---