
Error in defining PYNQZ2 with SOC Blockset
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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')
0 Kommentare
Antworten (1)
Abhishek Kumar Singh
am 4 Nov. 2024
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:

0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!