diff options
Diffstat (limited to 'docs/README.dfx.user.dts.md')
| -rw-r--r-- | docs/README.dfx.user.dts.md | 6 |
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 = " \ | |||
| 184 | 2. Create recipes-firmware directory in meta layer and copy the .bit/bin/pdi, | 184 | 2. 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 | ``` |
| 190 | 3. Now create the recipes for flat or static or partial firmware using recipetool. | 190 | 3. 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 | ``` |
| 194 | 4. Modify the recipe and inherit dfx_user_dts bbclass as shown below. | 194 | 4. Modify the recipe and inherit dfx_user_dts bbclass as shown below. |
| 195 | ``` | 195 | ``` |
