Workflow
Kernel Module Development
icon
Search documents
Developing & Deploying Software with the AMD Embedded Development Framework (EDF)
AMD· 2025-11-03 17:00
Software Development on AMD Versal SoCs - AMD Embedded Development Framework (EDF) SDK facilitates software application development and deployment targeting AMD Versal adaptive SoCs [1] - The SDK supports cross-development on an x86 host, enabling application and kernel development without direct board access [1] - The SDK can accelerate build tasks compared to on-target building, but its content is fixed, requiring recreation from EDF for updates [1] - On-target development allows package installation from the package feed, offering flexibility [1] - The process involves installing the SDK, cross-compiling applications for Arm architecture, and deploying them to the Versal AI Edge Series Gen 2 (VEK385) evaluation board [4] Kernel Module Development - Kernel modules can be developed and compiled on a host PC and deployed to a Versal evaluation board [1] - Preparing the kernel involves setting the kernel source directory environment variable and creating a unique identifier for the kernel in use [1] - The generated kernel module file can be copied into the kernel module directory of the active kernel on the evaluation board [2] Emulation with QEMU - The SDK provides QEMU scripts for full system emulation of the VEK385 board [2] - Booting QEMU requires the same boot artifacts and disk image used to boot on hardware [2] - Applications can be deployed to the emulated Versal system using QEMU, mirroring on-hardware execution [4]