Step 6: Run the System in Hardware - 2023.2 English

Vitis Tutorials: AI Engine (XD100)

Document ID
XD100
Release Date
2024-03-05
Version
2023.2 English

Use the SD card to run the application.

  1. Set up your board with proper connection of power cable, JTAG USB cable, UART USB cable, and set the BOOT MODE to SD Boot.

  2. Under the simple_aie_application_system_project component expand Output > hw > package. In the package directory, you will find a sd_card.img file.

missing image

    > **NOTE:** You can find the `sd_card.img` file in **package** and **package_aie_debug** directories. The `sd_card.img` in **package_aie_debug** directory is for hardware debug purpose. It stops AI Engine after loading and waits for the run instruction from the debugger. The one in the **package** directory is for free running. So choose `sd_card.img` in **package** directory for SD card free running.
  1. Format your SD card FAT32 partition using the sd_card.img file.

  2. Start a UART terminal connected to the COM ports of the VCK190

  3. Insert your SD card into your board, and power on your board. You should see the application running successfully with no error.

    missing image