diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2024-02-19 20:46:53 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-02-21 16:00:17 -0600 |
| commit | 93a5272bfeaab88dae3edf6d79eb0c5836f63fa5 (patch) | |
| tree | de1546d8aab898e4c29225551ad79689c71605f8 /docs | |
| parent | d6b2c680d51e4bc1d25754d944e0fedd5b43261e (diff) | |
| download | meta-xilinx-93a5272bfeaab88dae3edf6d79eb0c5836f63fa5.tar.gz | |
README: Fix SDT build instruction link
Fix SDT Building Instructions link in README.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/README.dfx.user.dts.md | 8 | ||||
| -rw-r--r-- | docs/README.fw.package.md | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/README.dfx.user.dts.md b/docs/README.dfx.user.dts.md index e696aeb1..724c1692 100644 --- a/docs/README.dfx.user.dts.md +++ b/docs/README.dfx.user.dts.md | |||
| @@ -283,8 +283,8 @@ SRC_URI = " \ | |||
| 283 | 283 | ||
| 284 | 1. Follow SDT or XSCT Build instructions whichever build method is used but not | 284 | 1. Follow SDT or XSCT Build instructions whichever build method is used but not |
| 285 | both. | 285 | both. |
| 286 | a. [SDT Building Instructions](../README.building.md) upto step 4. | 286 | a. [SDT Building Instructions](../meta-xilinx-standalone-experimental/README.md) upto step 4. |
| 287 | b. [XSCT Building Instructions](../meta-xilinx-standalone-experimental/README.md) | 287 | b. [XSCT Building Instructions](../README.building.md) |
| 288 | upto step 4.b (With SDT overlay). | 288 | upto step 4.b (With SDT overlay). |
| 289 | 2. Create recipes-firmware directory in meta layer and copy the .bit/bin/pdi, | 289 | 2. Create recipes-firmware directory in meta layer and copy the .bit/bin/pdi, |
| 290 | .dtsi/dtbo, .json and .xclbin file to these directories. | 290 | .dtsi/dtbo, .json and .xclbin file to these directories. |
| @@ -326,8 +326,8 @@ IMAGE_INSTALL:append = " \ | |||
| 326 | ``` | 326 | ``` |
| 327 | 6. Follow SDT or XSCT Build instructions whichever build method is used but not | 327 | 6. Follow SDT or XSCT Build instructions whichever build method is used but not |
| 328 | both. | 328 | both. |
| 329 | a. [SDT Building Instructions](../README.building.md) and continue from step 5. | 329 | a. [SDT Building Instructions](../meta-xilinx-standalone-experimental/README.md ) and continue from step 5. |
| 330 | b. [XSCT Building Instructions](../meta-xilinx-standalone-experimental/README.md) | 330 | b. [XSCT Building Instructions](../README.building.md) |
| 331 | and continue from step 5. | 331 | and continue from step 5. |
| 332 | 7. Once images are built firmware app files will be installed on target_rootfs. | 332 | 7. Once images are built firmware app files will be installed on target_rootfs. |
| 333 | ``` | 333 | ``` |
diff --git a/docs/README.fw.package.md b/docs/README.fw.package.md index fc3c45ab..a7e54402 100644 --- a/docs/README.fw.package.md +++ b/docs/README.fw.package.md | |||
| @@ -14,7 +14,7 @@ filesystem. | |||
| 14 | 14 | ||
| 15 | ## How to create and install firmware package recipe | 15 | ## How to create and install firmware package recipe |
| 16 | 16 | ||
| 17 | 1. Follow [SDT Building Instructions](../README.building.md) upto step 4. | 17 | 1. Follow [SDT Building Instructions](../meta-xilinx-standalone-experimental/README.md ) upto step 4. |
| 18 | 18 | ||
| 19 | 2. Create recipes-firmware directory in distribution meta layer. | 19 | 2. Create recipes-firmware directory in distribution meta layer. |
| 20 | ``` | 20 | ``` |
| @@ -34,7 +34,7 @@ $ recipetool create -o <meta-layer>/recipes-firmware/<firmware-package-name>/fir | |||
| 34 | > recipe name. | 34 | > recipe name. |
| 35 | > * **TARGET_MC:** Variable to define one of the multiconfig target name | 35 | > * **TARGET_MC:** Variable to define one of the multiconfig target name |
| 36 | > (ex: cortexr5-0-zynqmp-baremetal) from the BBMULTICONFIG list | 36 | > (ex: cortexr5-0-zynqmp-baremetal) from the BBMULTICONFIG list |
| 37 | > generated at [SDT Building Instructions](../README.building.md) | 37 | > generated at [SDT Building Instructions](../meta-xilinx-standalone-experimental/README.md ) |
| 38 | > step 4. | 38 | > step 4. |
| 39 | 39 | ||
| 40 | ``` | 40 | ``` |
| @@ -57,5 +57,5 @@ IMAGE_INSTALL:append = " \ | |||
| 57 | firmware-package-name \ | 57 | firmware-package-name \ |
| 58 | " | 58 | " |
| 59 | ``` | 59 | ``` |
| 60 | 6. Follow [SDT Building Instructions](../README.building.md) and continue from | 60 | 6. Follow [SDT Building Instructions](../meta-xilinx-standalone-experimental/README.md ) and continue from |
| 61 | step 5. | 61 | step 5. |
