diff options
| -rw-r--r-- | meta-xilinx-standalone/README.md | 39 |
1 files changed, 25 insertions, 14 deletions
diff --git a/meta-xilinx-standalone/README.md b/meta-xilinx-standalone/README.md index 8834a87b..0a8114d8 100644 --- a/meta-xilinx-standalone/README.md +++ b/meta-xilinx-standalone/README.md | |||
| @@ -13,11 +13,11 @@ The software in this layer may be used in either a standard single | |||
| 13 | configuration build, or a multiconfig build. A multiconfig build, along | 13 | configuration build, or a multiconfig build. A multiconfig build, along |
| 14 | with the MACHINES defined in meta-xilinx-bsps will automate the generation | 14 | with the MACHINES defined in meta-xilinx-bsps will automate the generation |
| 15 | of certain firmwares. | 15 | of certain firmwares. |
| 16 | 16 | --- | |
| 17 | ## Standalone Firmware | 17 | ## Standalone Firmware |
| 18 | 18 | ||
| 19 | The standalone firmware is a genericly configured firmware, it can be | 19 | The standalone firmware is a generically configured firmware, it can be |
| 20 | build either in a single standalong configuration, or via an automated | 20 | build either in a single standalone configuration, or via an automated |
| 21 | multiconfig approach only when needed. | 21 | multiconfig approach only when needed. |
| 22 | 22 | ||
| 23 | * multiconfig setup | 23 | * multiconfig setup |
| @@ -29,32 +29,43 @@ standalone firmware on demand. | |||
| 29 | 29 | ||
| 30 | Edit the conf/local.conf file, add: | 30 | Edit the conf/local.conf file, add: |
| 31 | 31 | ||
| 32 | ``` | ||
| 32 | # For zynqmp-generic | 33 | # For zynqmp-generic |
| 33 | BBMULTICONFIG += "fsbl-fw zynqmp-pmufw" | 34 | BBMULTICONFIG += "fsbl-fw zynqmp-pmufw" |
| 35 | ``` | ||
| 34 | 36 | ||
| 37 | ``` | ||
| 35 | # For versal-generic | 38 | # For versal-generic |
| 36 | BBMULTICONFIG += "versal-fw" | 39 | BBMULTICONFIG += "versal-fw" |
| 40 | ``` | ||
| 37 | 41 | ||
| 38 | To build: | 42 | **To build:** |
| 39 | 43 | ||
| 44 | ``` | ||
| 40 | # For zynqmp, select a zynqmp machine or the generic one | 45 | # For zynqmp, select a zynqmp machine or the generic one |
| 41 | MACHINE=zynqmp-generic bitbake fsbl pmufw | 46 | $ MACHINE=zynqmp-generic bitbake fsbl pmufw |
| 47 | ``` | ||
| 42 | 48 | ||
| 49 | ``` | ||
| 43 | # For versal, select a versal machine or the generic one | 50 | # For versal, select a versal machine or the generic one |
| 44 | MACHINE=versal-generic bitbake plmfw psmfw | 51 | $ MACHINE=versal-generic bitbake plmfw psmfw |
| 45 | 52 | ``` | |
| 53 | --- | ||
| 46 | 54 | ||
| 47 | ## Dependencies | 55 | ## Dependencies |
| 48 | 56 | ||
| 49 | This layer depends on: | 57 | This layer depends on: |
| 50 | 58 | ||
| 51 | URI: git://git.openembedded.org/bitbake | 59 | URI: https://git.yoctoproject.org/poky |
| 60 | layers: meta, meta-poky | ||
| 61 | branch: langdale | ||
| 52 | 62 | ||
| 53 | URI: git://git.openembedded.org/openembedded-core | 63 | URI: https://git.openembedded.org/meta-openembedded |
| 54 | layers: meta | 64 | layers: meta-oe |
| 55 | branch: master or xilinx current release version (e.g. hosister) | 65 | branch: langdale |
| 56 | 66 | ||
| 57 | URI: git://git.yoctoproject.org/meta-xilinx.git | 67 | URI: |
| 68 | https://git.yoctoproject.org/meta-xilinx (official version) | ||
| 69 | https://github.com/Xilinx/meta-xilinx (development and amd xilinx release) | ||
| 58 | layers: meta-xilinx-microblaze, meta-xilinx-core, meta-xilinx-bsp | 70 | layers: meta-xilinx-microblaze, meta-xilinx-core, meta-xilinx-bsp |
| 59 | branch: master or xilinx current release version (e.g. hosister) | 71 | branch: langdale or amd xilinx release version (e.g. rel-v2022.2) |
| 60 | |||
