element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet & Tria Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
ZedBoard Hardware Design MATLAB can not connect to ZedBoard through Ethernet
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Avnet Boards Forums to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 6 replies
  • Subscribers 355 subscribers
  • Views 1416 views
  • Users 0 members are here
Related

MATLAB can not connect to ZedBoard through Ethernet

Former Member
Former Member over 10 years ago

Hello,

Iu2019m trying to use the external mode in MATLAB (2015b) with ZedBoard (Rev. D) as the target hardware.

I have done all the configurations required through u201Ctargetupdateru201D function of MATLAB.

I use the direct connection between MATLAB and Zedboard.

Host PC Network Setting:IP: 169.254.1.1 - Mask: 255.255.0.0

ZedBoard:IP: 169.254.1.10 - Mask: 255.255.0.0

Connection is done through a RJ45 Cat.5e cable.

I can ping the ZedBoard (IP: 169.254.1.10) from my host PC (both sending and receiving data).
I can log in to the linux system on Zedboard through UART (Putty terminal) and I have verified the ip address of ZedBorad with u201Cifconfigu201D command.
I can log in to the linux system on Zedboard through UART (Putty terminal) and ping my host pc (IP: 169.254.1.1) when my firewall is off (both sending and receiving data).
I can log in to the linux system on ZedBoard through SSH (Putty terminal, IP: 169.254.1.10, port 22).

Yet, when I run the commands:
z = zynq;
z = z.SetupZynqHardware;
z = z.CheckConnection;


Matlab issues the following error:
"Error using zynq.util.LinuxServices/checkConnection (line 410)
Cannot connect to Zynq Hardware at IP Address "169.254.1.10".
Click here to view the troubleshooting guide and verify the IP Address settings of your hardware."

I have changed Host PC ip address to 169.254.1.5: It didnu2019t work
I have changed the network cable: it didnu2019t work
I tried crossover Ethernet cable: it didnu2019t work
I tried to connect both PC and ZedBoard to our server, I still could ping both of them and yet MATLAB couldnu2019t connect to ZedBoard.

Iu2019m out of ideas how to fix this problem.
Could you please help me and explain to me what I have to do?

Thank you

  • Sign in to reply
  • Cancel

Top Replies

  • Former Member
    Former Member over 10 years ago +1 verified
    Hi Matt, Meanwhile I was able to solve the problem and enable the ethernet communication between MATLAB and Zedboad. I only had to delete the "saved sessions" which I had in PuTTY and put the Zedboard…
  • mbrown
    0 mbrown over 10 years ago

    Hello Ali,

    You've done a great job of debugging.  That's everything I would have tried in my lab. 

    The fact that Simulink reports back the correct IP address tells us that the COM serial connection is alive.

    The fact that you can ping both directions tells us that the ethernet communication is alive and making through your firewall.

    I assume that you kept your firewall disabled while trying to connect from Simulink?

    One other thing that you might try is adding an exception for MathWorks to your firewall. That's a better long-term fix, but probably not the issue your battling.

     

    Have you tried a ping from the MATLAB command prompt?

    dos('ping 192.168.0.1')  ---> this is my router address

     

    It appears that ZedBoard is functioning correctly, so I would recommend opening a support request @ MathWorks.

     

    Thanks,

    Matt

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • mbrown
    0 mbrown over 10 years ago in reply to mbrown

    I forgot to suggest disabling your anti-virus software.  We've seen cases that real-time anti-virus protection blocks traffic initiated from MATLAB.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 10 years ago in reply to mbrown


    Hi Matt,

    thanks for your answer.

    I have tried the pring command from MATLAB and it works.
    However, I still cannot connect to ZedBoard. Basically when I cannect directly to my laptop, my network setting issues the message: "not identified network". So probably either the network setting on my laptop or the network setting on the linux system (which by the way is generated through MATLAB targetupdater function) is incorrect.

    I have disabled the firewall and auntivirus on my laptop when I try to connect to ZedBoard.

    Ali

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 10 years ago

    Hi Matt,

    Meanwhile I was able to solve the problem and enable the ethernet communication between MATLAB and Zedboad.

    I only had to delete the "saved sessions" which I had in PuTTY and put the Zedboard ip address as the "Default Setting" in PuTTY.

    I was not expecting such a problem at all.

    Now the MATALAB can communicate with Zedboard through ethernet and I can use the External Mode in MATLAB.

    Regards,
    Ali

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
  • Former Member
    0 Former Member over 10 years ago in reply to Former Member

    Yeah, I solved the problem in the same way.

    Thank you so much Ali!

    Regards,

    Cerilet

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 9 years ago

    Hi everyone,

     

    I have a problem at the moment to run the support package configuration.  When I run "“targetupdater” command inMATLAB, it shows me an error which says " Error: Connect the Hardware   Undefined function or variable 'mxgetnicinfo'. Do you know how to solve it?

    Thanks in advance,

    Romel

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube