Launch the Vitis Unified IDE and open the workspace you worked on before.
Update the hardware specification:
Select the zc702_edt platform Component, and select Settings and click on vitis-comp.json.
Select Switch XSA and browse to the updated XSA above..
Note: Users can verify that the platform has updated by selecting the Hardware Specification and verify that the CDMA driver is present
Select File → New Component → Application Project.
The Create Application Component wizard opens. Use the information in the table below to make your selections in the wizard screens.
Screen
System Property
Setting or Command to Use
Name and Location
Name Location
cdma_app default
Select Platform
Name
zc702_edt
Select Domain
Name
standalone_ps7_cortex9_0
Click Finish. The New Application Project wizard closes and the Vitis software platform creates the cdma_app application component under the Vitis Components view.
In the Vitis Components view, expand the cdma_app component, right-click the src directory, and select Import → Files to open the Import Sources dialog box.
In the Import Sources dialog box, click the Browse button next to the From directory field and specify the design files folder to ref_files/example7.
Select the cdma_app.c file and click Finish.
Build the CDMA application component by clicking the hammer button on the cdma_app under FLOWS.