Error in defining PYNQZ2 with SOC Blockset

In the Create Board Support part, there is code: soc.sdk.setupSoftwareTools('TUL Pynq-Z2');
I've run the command and get the error as follows:
Error using soc.sdk.internal.setupSysRootForReferenceTarget
Cannot find the third-party software tools for the reference board support 'XILINXZYNQ'. Make sure that you complete 'Hardware Setup' for the reference board support.
Error in soc.sdk.internal.setupSysRootForReferenceTarget
Error in soc.sdk.setupSoftwareTools
Did I missing something in the steps of the example?
The command to open the example is here:
openExample('xilinxsoc/DefiningACustomPynqZ2BoardWithSoCBlocksetExample')

Answers (1)

Hi @Jin,
I encountered the same error when initiating this example.
To resolve it, I followed the error message's guidance by executing the Hardware Setup for the SoC Blockset Support Package for AMD FPGA and SoC Devices.
The createCustomPynqZ2Board function performs an internal check for Xilinx Linux Binaries (precompiled software packages provided by Xilinx, now AMD), which are integral components of the instruction set. After completing the setup and installing all the necessary libraries as prompted, the error was successfully resolved:

Products

Release

R2024b

Tags

Asked:

Jin
on 31 Oct 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!