diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2024-10-24 13:36:24 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-10-25 14:37:21 -0500 |
| commit | 9da728509eca4e384aa8446a74e7126722f19fa7 (patch) | |
| tree | ec8324e733c38c49f45e6ed6ae606a083065038e /meta-xilinx-standalone-sdt | |
| parent | f1dcf33d38cbcb135b6316498b9c31488d445546 (diff) | |
| download | meta-xilinx-9da728509eca4e384aa8446a74e7126722f19fa7.tar.gz | |
README.sdt.bsp.md: Update instructions
Update README.sdt.bsp.md instructions as README.building.md got updated
to fix meta-openamp layer depedency.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone-sdt')
| -rw-r--r-- | meta-xilinx-standalone-sdt/README.sdt.bsp.md | 21 |
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 | ||
| 20 | 1. Follow [Building Instructions](../README.building.md) upto step 6. | 22 | 1. Follow [Building Instructions](../README.building.md) upto step 6. |
| 21 | 23 | ||
| 22 | 2. Clone the meta-openamp repository. | 24 | 2. Export gen-machineconf tool. |
| 23 | ``` | ||
| 24 | $ cd ../sources | ||
| 25 | $ git clone -b <rel-version> https://github.com/Xilinx/meta-openamp | ||
| 26 | $ cd - | ||
| 27 | ``` | ||
| 28 | 3. Add meta-openamp layer. | ||
| 29 | ``` | ||
| 30 | $ bitbake-layers add-layer ./<path-to-layer>/meta-openamp | ||
| 31 | ``` | ||
| 32 | |||
| 33 | 4. 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 | ||
| 38 | 5. Run the script from the build or ${TOPDIR} directory. This step describes | 29 | 3. 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 | |||
| 154 | suggested that you trim this down to only the configurations you require. | 145 | suggested that you trim this down to only the configurations you require. |
| 155 | A minimum configuration is included with the generated configuration. | 146 | A minimum configuration is included with the generated configuration. |
| 156 | 147 | ||
| 157 | 6. Build your project, You should now be able to build your project normally. | 148 | 4. 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 | ||
| 161 | 7. Continue [Building Instructions](https://github.com/Xilinx/meta-xilinx/blob/master/README.building.md) | 152 | 5. 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 |
