Deploying the application on the target - Deploying the application on the target - 2025.1 English - XD260

Vitis Tutorials: Embedded Software (XD260)

Document ID
XD260
Release Date
2025-07-31
Version
2025.1 English

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..

../../../_images/create_launch_config.PNG

Here, we can add the FSBL (as this is for a Zynq UltraScale Device)

../../../_images/launch_config.PNG

Users can select on the + icon and add the ELF as shown below

../../../_images/add_elf.PNG

Once the launch configuration is complete, users can select the debug icon to deploy and debug the hello world application

../../../_images/debug.PNG

The Debug view will be launched, and users can debug as normal

../../../_images/debug_view.PNG