summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xilinx-standalone-experimental/README.md31
1 files changed, 19 insertions, 12 deletions
diff --git a/meta-xilinx-standalone-experimental/README.md b/meta-xilinx-standalone-experimental/README.md
index d1483a4b..5e246d5c 100644
--- a/meta-xilinx-standalone-experimental/README.md
+++ b/meta-xilinx-standalone-experimental/README.md
@@ -14,25 +14,32 @@ parts and pieces.
14**Note:** to use this layer you must REMOVE meta-xilinx-tools from your 14**Note:** to use this layer you must REMOVE meta-xilinx-tools from your
15project. meta-xilinx-tools is not compatible with this experimental 15project. meta-xilinx-tools is not compatible with this experimental
16approach. You may also have to remove other layers that depend 16approach. You may also have to remove other layers that depend
17on meta-xilinx-tools, such as meta-kria. 17on meta-xilinx-tools, such as meta-kria and meta-system-controller.
18 18
19To use the experimental version of the embedded software (firmware) 19To use the experimental version of the embedded software (firmware)
20as well as system configuration, you must build the 'meta-xilinx-setup' 20as well as system configuration, you must build the 'meta-xilinx-setup'
21SDK. This SDK is passed a device tree, constructed from DTG++ and 21SDK. This SDK is passed a device tree, constructed from System Device tree and
22produces a number of configuration files. 22produces a number of configuration files.
23 23
24To build the setup SDK: 241. Remove meta-xilinx-tools, meta-kria and meta-system-controller, then add the decoupling layer
25 25```
26bitbake meta-xilinx-setup 26$ bitbake-layers remove-layer meta-xilinx-tools
27 27$ bitbake-layers remove-layer meta-kria
28To install the setup SDK: 28$ bitbake-layers remove-layer meta-system-controller
29 29$ bitbake-layers add-layer ./<path-to-layer>/meta-xilinx/meta-xilinx-standalone-experimental
30./tmp/deploy/sdk/x86_64-xilinx-nativesdk-prestep-2023.1....sh -d prestep -y 30```
312. Build the setup SDK
32```
33$ bitbake meta-xilinx-setup
34```
353. Install the setup SDK:
36```
37$ .${TMPDIR}/tmp/deploy/sdk/x86_64-xilinx-nativesdk-prestep-2023.1....sh -d prestep -y
38```
31 39
32Then follow the instructions in the 'prestep/README-setup' file. 40Then follow the instructions in the 'prestep/README-setup' file.
33 41
34 42
35
36## Dependencies 43## Dependencies
37 44
38This layer depends on: 45This layer depends on:
@@ -41,9 +48,9 @@ This layer depends on:
41 48
42 URI: git://git.openembedded.org/openembedded-core 49 URI: git://git.openembedded.org/openembedded-core
43 layers: meta 50 layers: meta
44 branch: master or xilinx current release version (e.g. hosister) 51 branch: langdale
45 52
46 URI: git://git.yoctoproject.org/meta-xilinx.git 53 URI: git://git.yoctoproject.org/meta-xilinx.git
47 layers: meta-xilinx-core, meta-xilinx-bsp, meta-xilinx-standalone 54 layers: meta-xilinx-core, meta-xilinx-bsp, meta-xilinx-standalone
48 branch: master or xilinx current release version (e.g. hosister) 55 branch: langdale
49 56