summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2024-01-16 18:50:13 -0700
committerMark Hatle <mark.hatle@amd.com>2024-01-18 12:55:48 -0600
commitbefe8143e607d7f9a6c49cb4556b2cdf93356cbf (patch)
treefa4055a2b05d734b4a52a7cf1b76bf9a122850a4 /docs
parented6185d9c15cd8023bd23f0aa2cd23c2e479b579 (diff)
downloadmeta-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.md12
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
2841. Follow [Building Instructions](../README.building.md) upto step 4. 2841. 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).
2852. Create recipes-firmware directory in meta layer and copy the .bit/bin/pdi, 2892. 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```
3236. Follow [Building Instructions](../README.building.md) and continue from step 5. 3276. 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.
3247. Once images are built firmware app files will be installed on target_rootfs. 3327. 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