Use this task to create a new platform
project using the hardware design (.xsa file) you generated for your project.
- Launch the Vitis software
platform from the command line. Set up a workspace and create a platform project
using the exported xsa file.
- The following figure shows an example of when the platform is
built successfully.
- Click Board Support
Package in Vitis. Click
Import Examples.
- Select the Example Application corresponding to your
hardware:
- For Pass-through KC705 project, select the
*_kc705
option.Note: In the KC705, for HDCP Pass-through application, select the HDCP option in the Subsystem IP configuration screen before opening the Example Design. - For Pass-through KCU105 project, select the
*_kcu105
option. - For RX only ZCU102 project, select the
*_zcu102_rxonly
option in the RX subsystem driver. - For TX only ZCU102 project, select the
*_zcu102_txonly
option in the TX subsystem driver.
- For Pass-through KC705 project, select the
- Right-click and select Build
Project to build the example in the Vitis software platform.