Building and Booting OpenAMP Images - Building and Booting OpenAMP Images - 2026.1 English - UG1186

Libmetal and OpenAMP User Guide (UG1186)

Document ID
UG1186
Release Date
2026-06-24
Version
2026.1 English

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.

Table 1. Supported Machines
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:

Table 2. Configuration Entries for local.conf to Enable Custom Image Generation
SoC MACHINE NAME Local.conf Contents to Append
KRIA KV260 and KRIA KR260 SOM kria-zynqmp-generic
IMAGE_INSTALL:append = " \
 vek385-openamp-fw-examples \
 rpmsg-utils \
 packagegroup-openamp "
VEK280 amd-cortexa72-common
IMAGE_INSTALL:append = " \
 vek280-openamp-fw-examples \
 packagegroup-openamp "
Versal-2ve-2vm amd-cortexa78-mali-common
IMAGE_INSTALL:append = " \
openamp-zephyr-demo \
rpmsg-utils \
packagegroup-openamp "