MATLAB: Interface/Network Problem during model build to the Zedboard.

Embedded Codernetwork connectionTarget Support Packagezedboard

After installing the "Support for Xilinx Zynq-7000Platform”, I am using the "Support Packages Example" – “Getting Started with ZedBoard Hardware”. Following the example, I manage to connect to the Zedboard with the command
h.openShell('serial');
I also change the IP address of the Zedboard to match it the first three numbers to the PC. Unfortunately, the connection through the TCPIP does not work as shown in the command window.

Best Answer

I have solved the problem by verifing the hardware connection with "PING". The network cable was bad. With a new cable, PING works and also model build process.