This page provides build and boot instructions for Yocto EDF images: Getting Started - Walk through examples. Use the following table to identify which SoCs and corresponding images to select for OpenAMP demos.
| SoC | Build RootFS and Kernel | Build Boot BIN |
|---|---|---|
| KRIA KV260 and KRIA KR260 SOM | MACHINE=kria-zynqmp-generic bitbake kria-image-full-cmdline | MACHINE=k26-smk-sdt bitbake xilinx-bootbin |
| VEK280 | MACHINE=amd-cortexa72-common bitbake edf-linux-disk-image | MACHINE=versal-vek280-sdt-seg bitbake xilinx-bootbin |
| Versal-2ve-2vm | MACHINE=amd-cortexa78-mali-common bitbake edf-linux-disk-image | MACHINE=versal-2ve-2vm-vek385-sdt-seg bitbake xilinx-bootbin |
If you want to generate your own image, append the following lines to your Yocto project's local.conf:
| SoC | MACHINE NAME | Local.conf Contents to Append |
|---|---|---|
| KRIA KV260 and KRIA KR260 SOM | kria-zynqmp-generic |
|
| VEK280 | amd-cortexa72-common |
|
| Versal-2ve-2vm | amd-cortexa78-mali-common |
|