From af261af80cba3a3677d75c14cbc88ad16f1f45cb Mon Sep 17 00:00:00 2001 From: Sandeep Gundlupet Raju Date: Tue, 12 Dec 2023 21:10:23 -0700 Subject: docs: Fix firmware typos in README files Signed-off-by: Sandeep Gundlupet Raju Signed-off-by: Mark Hatle --- docs/README.dfx.user.dts.md | 6 +++--- docs/README.fpgamanager.custom.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/README.dfx.user.dts.md b/docs/README.dfx.user.dts.md index 6cfc5fd0..69e1e52b 100644 --- a/docs/README.dfx.user.dts.md +++ b/docs/README.dfx.user.dts.md @@ -128,12 +128,12 @@ SRC_URI = " \ 2. Create recipes-firmware directory in meta layer and copy the .bit/pdi, .dtsi/dtbo, .json and .xclbin file to these directories. ``` -$ mkdir -p /recipes-fimrware//files -$ cp -r /*.{bit or pdi, dtsi or dtbo, shell.json or accel.json and .xclbin} /recipes-fimrware//files +$ mkdir -p /recipes-firmware//files +$ cp -r /*.{bit or pdi, dtsi or dtbo, shell.json or accel.json and .xclbin} /recipes-firmware//files ``` 3. Now create the recipes for flat or static or partial firmware using recipetool. ``` -$ recipetool create -o /recipes-fimrware//firmware-app-name.bb file:////recipes-fimrware//files +$ recipetool create -o /recipes-firmware//firmware-app-name.bb file:////recipes-firmware//files ``` 4. Modify the recipe and inherit dfx_user_dts bbclass as shown below. ``` 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 = " \ 2. Create recipes-firmware directory in meta layer and copy the .bit/pdi, .dtsi/dtbo, .json and .xclbin file to these directories. ``` -$ mkdir -p /recipes-fimrware//files -$ cp -r /*.{bit or pdi, dtsi or dtbo, shell.json or accel.json and .xclbin} /recipes-fimrware//files +$ mkdir -p /recipes-firmware//files +$ cp -r /*.{bit or pdi, dtsi or dtbo, shell.json or accel.json and .xclbin} /recipes-firmware//files ``` 3. Now create the recipes for flat or static or partial firmware using recipetool. ``` -$ recipetool create -o /recipes-fimrware//firmware-app-name.bb file:////recipes-fimrware//files +$ recipetool create -o /recipes-firmware//firmware-app-name.bb file:////recipes-firmware//files ``` 4. Modify the recipe and inherit fpgamanager_custom bbclass as shown below. ``` -- cgit v1.2.3-54-g00ecf