Hardware - Hardware - 2026.1 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2026-07-20
Version
2026.1 English

You can build the channelizer design for the VEK385 board using the Makefile as follows:

[shell]% cd <path-to-design>
[shell]% make all TARGET=hw

The build process generates all the design specific files needed to run the design on hardware in the package folder.

  1. Write the EDF boot firmware (OSPI) to the primary boot device following instructions in How to Boot a Board Using the Pre-built Images. Find the OSPI image in <path-to-design>/yocto_artifacts/edf-ospi-versal-2ve-2vm-vek385-multidomain-20260609231841.bin.

  2. Write <path-to-design>/yocto_artifacts/edf-platform-disk-image-amd-cortexa78-common.rootfs-20260609231841.wic to the sd_card using your favorite SD imaging tool (Rufus, Balena Etcher, and Win32DiskImager seem to work well).

  3. Put the sd_card in to the board, boot it and log in. (Default username is amd-edf and you will be prompted to set a password.)

  4. Determine the IP address of eth0 on the board using ip addr show eth0.

  5. cd <path-to-design>/package; scp * amd-edf@<ip_address>:~/

  6. Run the design: sudo ./embedded_exec.sh

The following displays on the terminal.

figure18