System Project Creation - 2024.1 English

Vitis Tutorials: Embedded Software (XD260)

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

While a system project is not a requirement for cross probing, it is useful to keep all the application components maintained in a system project. You can create a system project that has the two hello world applications. To create a system project, select File -> New Component -> System Project

../../../../_images/system_project.PNG

Select your platform

../../../../_images/select_platform.PNG

Select your components

../../../../_images/add_components.PNG

../../../../_images/all_components.PNG

Additional Notes

You should place both applications into different sections in the DDR via the linker script or in different memories to avoid overlapping.