Hardware - 2025.2 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2025-12-05
Version
2025.2 English

You can build this 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 here. OSPI image can be found in <path-to-design>/yocto_artifacts/edf-ospi-versal-2ve-2vm-vek385-sdt-seg-20251116021631.bin.

  2. Write <path-to-design>/yocto_artifacts/edf-linux-disk-image-amd-cortexa78-mali-common.rootfs-20251116015456.wic to sd_card using your favorite SD imaging tool (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 promted to set a password)

  4. Determine the IP address eth0 on the board with 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 is displayed on the terminal.

figure