Next, we can create a Launch Configuration to test the application created above on our hardware target.
First you will need to launch the unified_workspace that was created in the previous step. Next right click in the Explorer view, and select Edit Launch Configurations and New Launch Configuration and select Embedded Baremetal Application. In Debug Options select Configure the device and start debugging and browse to your XSA file used to create the workspace above..
Here, we can add the FSBL (as this is for a Zynq UltraScale Device)
Users can select on the + icon and add the ELF as shown below
Once the launch configuration is complete, users can select the debug icon to deploy and debug the hello world application
The Debug view will be launched, and users can debug as normal