Deploying the application on the target - 2024.1 English

Vitis Tutorials: Embedded Software (XD260)

Document ID
XD260
Release Date
2024-06-19
Version
2024.1 English

Next, we can create a Launch Configuration to test the application created above on our hardware target.

Right click in the Explorer view, and select Edit Launch Configurations and New Launch Configurations and select Baremetal 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