summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-09-20 10:52:25 -0600
committerMark Hatle <mark.hatle@amd.com>2024-09-20 11:02:29 -0600
commit1f350271b4401d69d1595e85ef7ed21cdf7f5062 (patch)
tree24d762fb0366b355518631a52cfba868047ee701 /docs
parentc0e25710a7c4e7cbcb0dba2f0b01b1b977d02030 (diff)
downloadmeta-xilinx-1f350271b4401d69d1595e85ef7ed21cdf7f5062.tar.gz
various: meta-xilinx-standalone-experimental renamed to meta-xilinx-standalone-sdt
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/README.dfx.user.dts.md4
-rw-r--r--docs/README.fw.package.md6
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/README.dfx.user.dts.md b/docs/README.dfx.user.dts.md
index 9caf866e..09e68be5 100644
--- a/docs/README.dfx.user.dts.md
+++ b/docs/README.dfx.user.dts.md
@@ -283,7 +283,7 @@ 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](../meta-xilinx-standalone-experimental/README.md) upto step 4. 286 a. [SDT Building Instructions](../meta-xilinx-standalone-sdt/README.md) upto step 4.
287 b. [XSCT Building Instructions](../README.building.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,
@@ -326,7 +326,7 @@ 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](../meta-xilinx-standalone-experimental/README.md ) and continue from step 5. 329 a. [SDT Building Instructions](../meta-xilinx-standalone-sdt/README.md ) and continue from step 5.
330 b. [XSCT Building Instructions](../README.building.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.
diff --git a/docs/README.fw.package.md b/docs/README.fw.package.md
index a7e54402..3280dbcd 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](../meta-xilinx-standalone-experimental/README.md ) upto step 4. 171. Follow [SDT Building Instructions](../meta-xilinx-standalone-sdt/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](../meta-xilinx-standalone-experimental/README.md ) 37> generated at [SDT Building Instructions](../meta-xilinx-standalone-sdt/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](../meta-xilinx-standalone-experimental/README.md ) and continue from 606. Follow [SDT Building Instructions](../meta-xilinx-standalone-sdt/README.md ) and continue from
61 step 5. 61 step 5.