How to conned Xilinx Zedboard 7000 to matlab
이전 댓글 표시
I use this code to connect Xilinx Zedboard to Matlab
h=zynq();
h.setupZynqHardware();
h.checkConnection
but at the second line it appears the following error :
C:\MATLAB\SupportPackages\R2013a\zynq\+zynq\+util\LinuxServices.p>LinuxServices.setupZynqHardware
(line 85)
Please how can I solve it.
댓글 수: 2
Walter Roberson
2015년 5월 31일
That does not tell us what the error is, just where it is. We need to know what it says the problem is. For example is it complaining about attempting to access the 5th element of an array that only has 3 elements? We need the entire message and traceback.
Daniel_M
2015년 6월 1일
편집: Walter Roberson
2015년 8월 26일
답변 (2개)
Manikandan
2015년 8월 26일
0 개 추천
Communicate via JTAG.
Örs
2016년 9월 12일
0 개 추천
I had the same issue you need to install a different USB UART Driver: http://www.cypress.com/documentation/software-and-drivers/microsoft-certified-usb-uart-driver
카테고리
도움말 센터 및 File Exchange에서 AMD FPGA and SoC Devices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!