Create a Linux application component:
There are two ways to generate the application component in Vitis Unified IDE. Either from the File → New Component → Application, or from the Examples on the left hand side of the IDE. The following steps describe the generation of application component using Examples.
Select the Linux Hello World template, click Create Application Component from Template.
Give the application a name, hello_linux, and click Next.
Select the zc702_platform generated in the preceding step, and click Next.
Choose the default domain generated in the Platform, and click Next.
Browse the sysroot generated in the petalinux project. Click on the update Workspace Preference checkbox to save the sysroot path for future applications. Click Next, and Finish.
Build the hello_linux application.
Select hello_linux.
Click the hammer button to build the application.