How to conned Xilinx Zedboard 7000 to matlab
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 31 de Mayo de 2015
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
el 1 de Jun. de 2015
Editada: Walter Roberson
el 26 de Ag. de 2015
Respuestas (2)
Manikandan
el 26 de Ag. de 2015
0 votos
Communicate via JTAG.
Örs
el 12 de Sept. de 2016
0 votos
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
Categorías
Más información sobre AMD FPGA and SoC Devices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!