Connection problem between Zybo z7 10 and Matlab

2 views (last 30 days)
Hi,
I'm newbie in FPGA. So I want to connect matlab and zybo z7. I follow this document to connect them. This document is about zybo, not zybo z7. But I try this methods for zybo z7. I installed zybo z7 Linux image to sd.
(https://se.mathworks.com/help/hdlcoder/examples/define-and-register-custom-board-and-reference-design-for-zynq-workflow.html) But after step 10. Error appears and Error message is in the attachment. I guess, matlab hdl coder and verifier dont support zybo z7. To solving this stuation, I should create a board file for zybo z7 from board wizard or ect. Is that true or not? If its true, Does anyone have ready-for-use board documents?

Answers (2)

Kiran Kintali
Kiran Kintali on 3 Jul 2019
The error seems to be from the “zynq” function, which originates from the Embedded Coder Zynq HSP (Hardware Support Package). We don’t believe your workflow will be supported because EC HSP doesn’t support the Zybo board.
The EC HSP configures the correct MathWorks Linux image, so we are not sure how you have obtained Linux image from. The error message attached shows that MATLAB is trying to connect to the ZC702, not the Zybo.
I would suggest contact support@mathworks.com with clear reproduction steps.

佳禹
佳禹 on 22 Sep 2023
I faced the same problem. And I figure it out now. The command 'zynq()' is supported for Zybo board.
This error may happened due to incorrect IP address setting of your computer. Besides, the IP address of my Zybo board is not
'192.168.1.110' which is considred as the default address in the tutorial. I use the PuTTY to get the real IP address.

Tags

Community Treasure Hunt

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

Start Hunting!