Open the settings file vitis-sys.json for the simple_aie_application_system_project and click on the package.cfg config file under Package Settings
In the General Section, in the Baremetal Elf setting add the following to tell the packager to add the application executable and run it on the A72 processor
../../../../A-to-Z_app/build/A-to-Z_app.elf,a72-0In the AI Engine section select the option Do not enable cores
NOTE: The option will add the line –package.defer_aie_run in the package configuration file. This is required when running the AI Engine graph from th e PS (see the Versal ACAP AI Engine Programming Environment User Guide (UG1076)). If the user is looking for a free running graph, this option should be disabled
In the AI Engine section deselect the option Enable debug
NOTE: This option is used when running the debugger. In our case, we will just run the system without using the debugger
Build the simple_aie_application_system_project project for Hardware emulation (Click Build All under HARDWARE EMULATION in the Flow navigator).