summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
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