You can access the user template applications in the Vitis IDE or using the XSCT. To access the user application templates:
- Using the Vitis IDE:
- Launch the Vitis IDE.
- Select .
- Select the repository folder, from the page that
appears.Note: For standalone applications, the parent folder that contains the applications should be sw_apps. Example: C:\temp\repo\sw_apps\custom_app_name. For Linux applications, the parent folder that contains the applications should be sw_apps_linux. Example: C:\temp\repo\sw_apps_linux\custom_app_name.
- Select New Project wizard page appears. . The
- Click Next.
- Select your platform or create a new platform from the hardware (xsa).
- Provide the name of the application project and select the target
processor. Click Next.
The domain page appears.
- Choose the desired operating and processor type to match with the user application template.
- Select the user application template from the Available Templates list and click Finish to create an application based on the selected user application template.
- Using XSCT:
- Execute the following commands at the XSCT prompt:
setws {c:\temp\workspace} repo –set {C:\temp\repo}app create -name custom_app -hw zc702 -os standalone -proc ps7_cortexa9_0 -template {custom_app_name} app build -name custom_app
- Execute the following commands at the XSCT prompt: