Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 1.91 KB

File metadata and controls

65 lines (44 loc) · 1.91 KB
AMD logo

AMD Vitis™ Getting Started Tutorials

See Vitis™ Development Environment on amd.com

Hardware Run

To run the design on hardware, please ensure the design was run with the following command:

make all TARGET=hw

The above command will generate pack_out_dir, containing all the file required for the hardware run.

Steps to run the design on Hardware

1. Connect the VCK190 board and set the SD boot mode

Refer to UG1366 to get more details on VCK190 board.

2. Flash the SD Card

Use the balenaEtcher/similar tools to flash the SD card. Plugin the SD card to the VCK190 board to initate the boot.

3. Running the design and application on the VCK190

After the Linux boot is complete, use the below commands to run the host.exe and a.xclbin versal-rootfs-common-20252:/mnt#

sudo su
cd /run/media/mmcblk0p1
./host.exe a.xclbin
  • Check the results
OUTPUT[0]=30
OUTPUT[1]=70
OUTPUT[2]=110
OUTPUT[3]=150
TEST PASSED

HW Results

With the above results on the hardware run, we have reached to the end of this tutorial.


Copyright © 2020–2025 Advanced Micro Devices, Inc.

Terms and Conditions