diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2024-01-16 18:50:13 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-01-18 12:55:48 -0600 |
| commit | befe8143e607d7f9a6c49cb4556b2cdf93356cbf (patch) | |
| tree | fa4055a2b05d734b4a52a7cf1b76bf9a122850a4 /docs | |
| parent | ed6185d9c15cd8023bd23f0aa2cd23c2e479b579 (diff) | |
| download | meta-xilinx-befe8143e607d7f9a6c49cb4556b2cdf93356cbf.tar.gz | |
README.dfx.user.dts.md: Update SDT pl overlay instructions
Update SDT pl overlay build instructions in README. This single
README now provides both SDT and XSCT instructions.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
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 |
