We have two ways to run the application.
A: Use Jtag to launch the application.
Set up your board with proper connection of power cable, JTAG USB cable, UART USB cable and set BOOT MODE to JTAG.
Right-click on the simple_application_system and click Run As → Launch Hardware.
You should see the application running successfully with no error.
B: Use SD card to run the application.
Set up your board with proper connection of power cable, JTAG USB cable, UART USB cable and set BOOT MODE to SD Boot.
Right-click on the simple_application_system and expand Hardware.In the
package
directory you would find a sd_card.img file.We 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 we choose sd_card.img in package directory for SD Card free running.
Format your SD Card SD card FAT32 partition using the sd_card.img file.
Insert your SD card into your board and power on your board.
You should see the application running successfully with no error.