diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/README.dfx.user.dts.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/README.dfx.user.dts.md b/docs/README.dfx.user.dts.md index 7b6682f7..e696aeb1 100644 --- a/docs/README.dfx.user.dts.md +++ b/docs/README.dfx.user.dts.md | |||
| @@ -281,7 +281,11 @@ SRC_URI = " \ | |||
| 281 | 281 | ||
| 282 | ## How to create a firmware recipe app | 282 | ## How to create a firmware recipe app |
| 283 | 283 | ||
| 284 | 1. Follow [Building Instructions](../README.building.md) upto step 4. | 284 | 1. Follow SDT or XSCT Build instructions whichever build method is used but not |
| 285 | both. | ||
| 286 | a. [SDT Building Instructions](../README.building.md) upto step 4. | ||
| 287 | b. [XSCT Building Instructions](../meta-xilinx-standalone-experimental/README.md) | ||
| 288 | upto step 4.b (With SDT overlay). | ||
| 285 | 2. Create recipes-firmware directory in meta layer and copy the .bit/bin/pdi, | 289 | 2. Create recipes-firmware directory in meta layer and copy the .bit/bin/pdi, |
| 286 | .dtsi/dtbo, .json and .xclbin file to these directories. | 290 | .dtsi/dtbo, .json and .xclbin file to these directories. |
| 287 | ``` | 291 | ``` |
| @@ -320,7 +324,11 @@ IMAGE_INSTALL:append = " \ | |||
| 320 | fpga-manager-script \ | 324 | fpga-manager-script \ |
| 321 | " | 325 | " |
| 322 | ``` | 326 | ``` |
| 323 | 6. Follow [Building Instructions](../README.building.md) and continue from step 5. | 327 | 6. Follow SDT or XSCT Build instructions whichever build method is used but not |
| 328 | both. | ||
| 329 | a. [SDT Building Instructions](../README.building.md) and continue from step 5. | ||
| 330 | b. [XSCT Building Instructions](../meta-xilinx-standalone-experimental/README.md) | ||
| 331 | and continue from step 5. | ||
| 324 | 7. Once images are built firmware app files will be installed on target_rootfs. | 332 | 7. Once images are built firmware app files will be installed on target_rootfs. |
| 325 | ``` | 333 | ``` |
| 326 | # <target_rootfs>/lib/firmware/xilinx/firmware-app-name | 334 | # <target_rootfs>/lib/firmware/xilinx/firmware-app-name |
