summaryrefslogtreecommitdiffstats
path: root/docs/README.dfx.user.dts.md
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2023-12-12 21:10:23 -0700
committerMark Hatle <mark.hatle@amd.com>2023-12-18 17:11:44 -0600
commit97adba8843b155aa352a0da41cdf176e004117eb (patch)
tree8e089538ee884dbf3aa0885e216958fc3696ef67 /docs/README.dfx.user.dts.md
parent1e96f111d22b08cab29fd28eb5260e1246ed453a (diff)
downloadmeta-xilinx-97adba8843b155aa352a0da41cdf176e004117eb.tar.gz
docs: Fix firmware typos in README files
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit af261af80cba3a3677d75c14cbc88ad16f1f45cb) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'docs/README.dfx.user.dts.md')
-rw-r--r--docs/README.dfx.user.dts.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/README.dfx.user.dts.md b/docs/README.dfx.user.dts.md
index 228cc3c0..4294c5bb 100644
--- a/docs/README.dfx.user.dts.md
+++ b/docs/README.dfx.user.dts.md
@@ -184,12 +184,12 @@ SRC_URI = " \
1842. Create recipes-firmware directory in meta layer and copy the .bit/bin/pdi, 1842. Create recipes-firmware directory in meta layer and copy the .bit/bin/pdi,
185 .dtsi/dtbo, .json and .xclbin file to these directories. 185 .dtsi/dtbo, .json and .xclbin file to these directories.
186``` 186```
187$ mkdir -p <meta-layer>/recipes-fimrware/<recipes-firmware-app>/files 187$ mkdir -p <meta-layer>/recipes-firmware/<recipes-firmware-app>/files
188$ cp -r <path-to-files>/*.{bit or bin or pdi, dtsi or dtbo, shell.json or accel.json and .xclbin} <meta-layer>/recipes-fimrware/<firmware-app-name>/files 188$ cp -r <path-to-files>/*.{bit or bin or pdi, dtsi or dtbo, shell.json or accel.json and .xclbin} <meta-layer>/recipes-firmware/<firmware-app-name>/files
189``` 189```
1903. Now create the recipes for flat or static or partial firmware using recipetool. 1903. Now create the recipes for flat or static or partial firmware using recipetool.
191``` 191```
192$ recipetool create -o <meta-layer>/recipes-fimrware/<firmware-app-name>/firmware-app-name.bb file:///<meta-layer>/recipes-fimrware/<firmware-app-name>/files 192$ recipetool create -o <meta-layer>/recipes-firmware/<firmware-app-name>/firmware-app-name.bb file:///<meta-layer>/recipes-firmware/<firmware-app-name>/files
193``` 193```
1944. Modify the recipe and inherit dfx_user_dts bbclass as shown below. 1944. Modify the recipe and inherit dfx_user_dts bbclass as shown below.
195``` 195```