diff options
| -rw-r--r-- | meta-xilinx-standalone-experimental/README.md | 31 |
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 |
| 15 | project. meta-xilinx-tools is not compatible with this experimental | 15 | project. meta-xilinx-tools is not compatible with this experimental |
| 16 | approach. You may also have to remove other layers that depend | 16 | approach. You may also have to remove other layers that depend |
| 17 | on meta-xilinx-tools, such as meta-kria. | 17 | on meta-xilinx-tools, such as meta-kria and meta-system-controller. |
| 18 | 18 | ||
| 19 | To use the experimental version of the embedded software (firmware) | 19 | To use the experimental version of the embedded software (firmware) |
| 20 | as well as system configuration, you must build the 'meta-xilinx-setup' | 20 | as well as system configuration, you must build the 'meta-xilinx-setup' |
| 21 | SDK. This SDK is passed a device tree, constructed from DTG++ and | 21 | SDK. This SDK is passed a device tree, constructed from System Device tree and |
| 22 | produces a number of configuration files. | 22 | produces a number of configuration files. |
| 23 | 23 | ||
| 24 | To build the setup SDK: | 24 | 1. Remove meta-xilinx-tools, meta-kria and meta-system-controller, then add the decoupling layer |
| 25 | 25 | ``` | |
| 26 | bitbake meta-xilinx-setup | 26 | $ bitbake-layers remove-layer meta-xilinx-tools |
| 27 | 27 | $ bitbake-layers remove-layer meta-kria | |
| 28 | To 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 | ``` |
| 31 | 2. Build the setup SDK | ||
| 32 | ``` | ||
| 33 | $ bitbake meta-xilinx-setup | ||
| 34 | ``` | ||
| 35 | 3. Install the setup SDK: | ||
| 36 | ``` | ||
| 37 | $ .${TMPDIR}/tmp/deploy/sdk/x86_64-xilinx-nativesdk-prestep-2023.1....sh -d prestep -y | ||
| 38 | ``` | ||
| 31 | 39 | ||
| 32 | Then follow the instructions in the 'prestep/README-setup' file. | 40 | Then follow the instructions in the 'prestep/README-setup' file. |
| 33 | 41 | ||
| 34 | 42 | ||
| 35 | |||
| 36 | ## Dependencies | 43 | ## Dependencies |
| 37 | 44 | ||
| 38 | This layer depends on: | 45 | This 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 | ||
