Version: 2024.2
In this module, we treat the VCK190 board as a customized solution tailored to our customer’s specific needs. We leverage the AMD Versal™ Adaptive SoC Extensible Part Support Example Design, a pre-built Linux common image, and the Device Tree Blob generated during the platform creation process to produce essential software components. These components form the foundation of a dedicated embedded Versal acceleration platform tailored for the customer’s board. Finally, you will test this platform by running several applications.
If your goal is simply to create a platform for kernel validation, then the Vitis Platform Quick Start offers a streamlined approach.
For your reference, the overall structure of this example system closely resembles the following:
In a general Vitis acceleration platform design, the Vitis platform and application development can be divided into these parts:
Platform hardware design creation in the AMD Vivado™ Design Suite. It exports an XSA file with clock, reset, AXI interface, and interrupt signals and properties.
Platform software preparation with common image or using PetaLinux tool, including Linux kernel, rootfs, device tree, and boot components.
Platform creation in Vitis to combine all hardware and software components and generate XPFM description.
Create applications in Vitis against the platform. Vitis generates a host application, xclbin, and
sd_card.img
.Write
sd_card.img
to a SD card or update host application and xclbin to an existing SD card.
In this module, you will utilize the Versal Extensible Part Support Design (CED) to create a hardware design. In contrast to the Versal Extensible Design, which is used in Vitis Platform Quick Start, the part support design takes a slightly different approach. Specifically, it empowers you to handle board-level configurations independently. This includes configuring processing system (PS) side peripherals and fine-tuning parameters related to double data rate (DDR) as needed. This flexibility ensures that you have full control over the configuration process to meet the unique requirements of your application.
To prepare the software components, you will use the common image provided by AMD. The Device Tree Blob (DTB) will be generated automatically during the platform creation process if the DTB generation option is enabled. Once both the software and hardware components are ready, you will proceed to package the platform.
In each step, you will validate the generated files to make sure they work as expected. A frequent test methodology can help to narrow down the root causes if any error occurs. Lastly, you will run several test applications on this platform to test this platform.
The total flow is similar the following:
Navigate through these steps with the following table of contents links.
Step 1: Create a Hardware Design
Step 2: Create a Vitis Platform
Step 3: Run Applications on the Vitis Platform
Iteration Guidelines
Frequently Asked Questions