The error message you are getting is saying that the Vivado project cannot find the board definition for the Zedboard board. This can happen if the board definition is not installed correctly, or if the board part is not set correctly in the Vivado project.
To fix this issue, you need to make sure that the board definition for the Zedboard is installed correctly. You can do this by following these steps:
- Open the Vivado IDE.
- In the Project Manager window, click on the Settings tab.
- In the Board Settings section, click on the Board File field.
- Browse to the location of the Zedboard board definition file.
- Click on the Open button.
Once the board definition is installed correctly, you need to set the board part in the Vivado project. You can do this by following these steps:
- In the Project Manager window, right-click on the project name and select Properties.
- In the Project Properties dialog box, select the Device and Board tab.
- In the Board Part field, select the Zedboard board part.
- Click on the OK button.
Once you have set the board part correctly, you should be able to create the Vivado project without any errors.