Running ZYNQ model on different host computer rather than computer on which bit file is generated

1 visualizzazione (ultimi 30 giorni)
I have designed a simulink model to and using thw HDL workflow advisor Bit File is being generated for the ZYNQ 706 as targetted hardware. now i want to operate zynzq with another host computer . I have copied the whole folder to that pc but when i try to run the interface face model i got the following error .
D:\Channel_AM1\gm_Four_AM_TX_RX_interface_ert_rtw>echo The make command returned an error of 2 The make command returned an error of 2
Is There any way to get out of this error. Or any other method so i can operate zynq with a loaded mode bit file with different PC
Thanks in Anticipation

Risposte (1)

Wang Chen
Wang Chen il 17 Mar 2022
Hi Muhammad,
This error looks like related to the Embedded Coder build tool chain setup.
HDL Workflow Advisor only generate the SW interface model. To run the SW interface model on ARM processor, you need to install Embedded Coder.
Have you installed "Embedded Coder Support Package for Xilinx Zynq Platform"?
Or if you just want to control the FPGA IP core from MATLAB in host computer, you can also use the fpga() prototyping API in this example: https://www.mathworks.com/help/hdlcoder/ug/prototype-fpga-design-on-hardware-by-using-MATLAB-commands.html
Best,
Wang

Prodotti


Release

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by