summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2024-02-19 20:46:53 -0700
committerMark Hatle <mark.hatle@amd.com>2024-02-21 16:00:17 -0600
commit93a5272bfeaab88dae3edf6d79eb0c5836f63fa5 (patch)
treede1546d8aab898e4c29225551ad79689c71605f8 /docs
parentd6b2c680d51e4bc1d25754d944e0fedd5b43261e (diff)
downloadmeta-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.md8
-rw-r--r--docs/README.fw.package.md6
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
2841. Follow SDT or XSCT Build instructions whichever build method is used but not 2841. 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).
2892. Create recipes-firmware directory in meta layer and copy the .bit/bin/pdi, 2892. 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```
3276. Follow SDT or XSCT Build instructions whichever build method is used but not 3276. 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.
3327. Once images are built firmware app files will be installed on target_rootfs. 3327. 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
171. Follow [SDT Building Instructions](../README.building.md) upto step 4. 171. Follow [SDT Building Instructions](../meta-xilinx-standalone-experimental/README.md ) upto step 4.
18 18
192. Create recipes-firmware directory in distribution meta layer. 192. 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```
606. Follow [SDT Building Instructions](../README.building.md) and continue from 606. Follow [SDT Building Instructions](../meta-xilinx-standalone-experimental/README.md ) and continue from
61 step 5. 61 step 5.