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.
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.Write
<path-to-design>/yocto_artifacts/edf-platform-disk-image-amd-cortexa78-common.rootfs-20260609231841.wicto the sd_card using your favorite SD imaging tool (Rufus, Balena Etcher, and Win32DiskImager seem to work well).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.)
Determine the IP address of eth0 on the board using
ip addr show eth0.cd
<path-to-design>/package; scp * amd-edf@<ip_address>:~/Run the design:
sudo ./embedded_exec.sh
The following displays on the terminal.