Step 6A: Run the System in Hardware via SD Boot - 2025.1 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2025-08-25
Version
2025.1 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.

  3. Format your SD card FAT32 partition using the sd_card.img file.

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

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

    missing image