summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xilinx-standalone-sdt/README.sdt.bsp.md21
1 files changed, 6 insertions, 15 deletions
diff --git a/meta-xilinx-standalone-sdt/README.sdt.bsp.md b/meta-xilinx-standalone-sdt/README.sdt.bsp.md
index eb1f852f..db9bac0a 100644
--- a/meta-xilinx-standalone-sdt/README.sdt.bsp.md
+++ b/meta-xilinx-standalone-sdt/README.sdt.bsp.md
@@ -13,29 +13,20 @@ Be sure to read everything below.
13> * To use the SDT version of the embedded software (firmware) as well as system 13> * To use the SDT version of the embedded software (firmware) as well as system
14> configuration, you must build through gen-machineconf tool. This tool is passed 14> configuration, you must build through gen-machineconf tool. This tool is passed
15> a output of system device tree directory. 15> a output of system device tree directory.
16> * meta-xilinx-standalone-sdt layer depends on meta-openamp layer make sure
17> meta-openamp is cloned and add using `bitbake-layers` command.
16 18
17> **Note:** SDT builds for following devices are not supported in 2024.2 release. 19> **Note:** SDT builds for following devices are not supported in 2024.2 release.
18> * MicroBlaze 20> * MicroBlaze
19 21
201. Follow [Building Instructions](../README.building.md) upto step 6. 221. Follow [Building Instructions](../README.building.md) upto step 6.
21 23
222. Clone the meta-openamp repository. 242. Export gen-machineconf tool.
23```
24$ cd ../sources
25$ git clone -b <rel-version> https://github.com/Xilinx/meta-openamp
26$ cd -
27```
283. Add meta-openamp layer.
29```
30$ bitbake-layers add-layer ./<path-to-layer>/meta-openamp
31```
32
334. Export gen-machineconf tool.
34``` 25```
35$ export PATH=$PATH:<ABSOLUTE_PATH>/gen-machine-conf 26$ export PATH=$PATH:<ABSOLUTE_PATH>/gen-machine-conf
36``` 27```
37 28
385. Run the script from the build or ${TOPDIR} directory. This step describes 293. Run the script from the build or ${TOPDIR} directory. This step describes
39 System Device Tree (SDT) with and without pl overlays. Configruations are same 30 System Device Tree (SDT) with and without pl overlays. Configruations are same
40 for both SDT with and without pl overlays except for linux dts content. 31 for both SDT with and without pl overlays except for linux dts content.
41 32
@@ -154,11 +145,11 @@ can lead to a very slow parse (many minutes). To speed up parsing, it is
154suggested that you trim this down to only the configurations you require. 145suggested that you trim this down to only the configurations you require.
155A minimum configuration is included with the generated configuration. 146A minimum configuration is included with the generated configuration.
156 147
1576. Build your project, You should now be able to build your project normally. 1484. Build your project, You should now be able to build your project normally.
158 See the Yocto Project documentation if you have questions on how to work with 149 See the Yocto Project documentation if you have questions on how to work with
159 the multiconfig recipes. The following is a simple build for testing. 150 the multiconfig recipes. The following is a simple build for testing.
160 151
1617. Continue [Building Instructions](https://github.com/Xilinx/meta-xilinx/blob/master/README.building.md) 1525. Continue [Building Instructions](https://github.com/Xilinx/meta-xilinx/blob/master/README.building.md)
162 from step 8. 153 from step 8.
163 154
164>**Note:** Only AMD eval boards have the dtsi in System Device Tree repo, for custom 155>**Note:** Only AMD eval boards have the dtsi in System Device Tree repo, for custom