summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2024-10-18 17:11:39 -0600
committerMark Hatle <mark.hatle@amd.com>2024-10-22 10:06:24 -0500
commit957bd0cbb610eff946288d069786e94f92cc1a0d (patch)
treed9811a2642c3a196b686bba376c964a70d721380 /docs
parente206060c299ee897c1a44ff32ec28466ac5d6fe5 (diff)
downloadmeta-xilinx-957bd0cbb610eff946288d069786e94f92cc1a0d.tar.gz
README.fw.package.md: Update README.sdt.bsp.md file link
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.fw.package.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/README.fw.package.md b/docs/README.fw.package.md
index 3280dbcd..d52027d4 100644
--- a/docs/README.fw.package.md
+++ b/docs/README.fw.package.md
@@ -1,4 +1,4 @@
1# How to package and depoly firmware elf or bin to linux root filesystem 1# How to package and deploy firmware elf or bin to linux root filesystem
2 2
3* [Introduction](#introduction) 3* [Introduction](#introduction)
4* [How to create and install firmware package recipe](#how-to-create-and-install-firmware-package-recipe) 4* [How to create and install firmware package recipe](#how-to-create-and-install-firmware-package-recipe)
@@ -14,7 +14,7 @@ filesystem.
14 14
15## How to create and install firmware package recipe 15## How to create and install firmware package recipe
16 16
171. Follow [SDT Building Instructions](../meta-xilinx-standalone-sdt/README.md ) upto step 4. 171. Follow [SDT Building Instructions](../meta-xilinx-standalone-sdt/README.sdt.bsp.md) upto step 5.
18 18
192. Create recipes-firmware directory in distribution meta layer. 192. Create recipes-firmware directory in distribution meta layer.
20``` 20```
@@ -34,7 +34,7 @@ $ recipetool create -o <meta-layer>/recipes-firmware/<firmware-package-name>/fir
34> recipe name. 34> recipe name.
35> * **TARGET_MC:** Variable to define one of the multiconfig target name 35> * **TARGET_MC:** Variable to define one of the multiconfig target name
36> (ex: cortexr5-0-zynqmp-baremetal) from the BBMULTICONFIG list 36> (ex: cortexr5-0-zynqmp-baremetal) from the BBMULTICONFIG list
37> generated at [SDT Building Instructions](../meta-xilinx-standalone-sdt/README.md ) 37> generated at [SDT Building Instructions](../meta-xilinx-standalone-sdt/README.sdt.bsp.md)
38> step 4. 38> step 4.
39 39
40``` 40```
@@ -57,5 +57,5 @@ IMAGE_INSTALL:append = " \
57 firmware-package-name \ 57 firmware-package-name \
58 " 58 "
59``` 59```
606. Follow [SDT Building Instructions](../meta-xilinx-standalone-sdt/README.md ) and continue from 606. Follow [SDT Building Instructions](../meta-xilinx-standalone-sdt/README.sdt.bsp.md) and continue from
61 step 5. 61 step 7.