diff options
author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2023-12-12 21:10:23 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-12-13 16:53:53 -0600 |
commit | 28ba82e414e24ca66ea5d10f026ecdff9818db2c (patch) | |
tree | ecbc796e9f1f59a8eaa239a227be5e2f08d4fbbf /docs/README.fpgamanager.custom.md | |
parent | 5a310d21c839f948dd85e21a4adb34b1eaaa7688 (diff) | |
download | meta-xilinx-28ba82e414e24ca66ea5d10f026ecdff9818db2c.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>
Diffstat (limited to 'docs/README.fpgamanager.custom.md')
-rw-r--r-- | docs/README.fpgamanager.custom.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/README.fpgamanager.custom.md b/docs/README.fpgamanager.custom.md index dcdaec55..dbdf5907 100644 --- a/docs/README.fpgamanager.custom.md +++ b/docs/README.fpgamanager.custom.md | |||
@@ -131,12 +131,12 @@ SRC_URI = " \ | |||
131 | 2. Create recipes-firmware directory in meta layer and copy the .bit/pdi, | 131 | 2. Create recipes-firmware directory in meta layer and copy the .bit/pdi, |
132 | .dtsi/dtbo, .json and .xclbin file to these directories. | 132 | .dtsi/dtbo, .json and .xclbin file to these directories. |
133 | ``` | 133 | ``` |
134 | $ mkdir -p <meta-layer>/recipes-fimrware/<recipes-firmware-app>/files | 134 | $ mkdir -p <meta-layer>/recipes-firmware/<recipes-firmware-app>/files |
135 | $ cp -r <path-to-files>/*.{bit or pdi, dtsi or dtbo, shell.json or accel.json and .xclbin} <meta-layer>/recipes-fimrware/<firmware-app-name>/files | 135 | $ cp -r <path-to-files>/*.{bit or pdi, dtsi or dtbo, shell.json or accel.json and .xclbin} <meta-layer>/recipes-firmware/<firmware-app-name>/files |
136 | ``` | 136 | ``` |
137 | 3. Now create the recipes for flat or static or partial firmware using recipetool. | 137 | 3. Now create the recipes for flat or static or partial firmware using recipetool. |
138 | ``` | 138 | ``` |
139 | $ recipetool create -o <meta-layer>/recipes-fimrware/<firmware-app-name>/firmware-app-name.bb file:///<meta-layer>/recipes-fimrware/<firmware-app-name>/files | 139 | $ recipetool create -o <meta-layer>/recipes-firmware/<firmware-app-name>/firmware-app-name.bb file:///<meta-layer>/recipes-firmware/<firmware-app-name>/files |
140 | ``` | 140 | ``` |
141 | 4. Modify the recipe and inherit fpgamanager_custom bbclass as shown below. | 141 | 4. Modify the recipe and inherit fpgamanager_custom bbclass as shown below. |
142 | ``` | 142 | ``` |