Use the SD card to run the application.
Set up your board with proper connection of power cable, JTAG USB cable, UART USB cable, and set the BOOT MODE to SD Boot.
Under the simple_aie_application_system_project component expand Output > hw > package. In the
packagedirectory, you will find asd_card.imgfile.NOTE: You can find the
sd_card.imgfile in package and package_aie_debug directories. Thesd_card.imgin 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 choosesd_card.imgin package directory for SD card free running.Format your SD card FAT32 partition using the
sd_card.imgfile.Start a UART terminal connected to the COM ports of the VCK190
Insert your SD card into your board, and power on your board. You should see the application running successfully with no error.