ZEDBOARD UART-USB matlab setup on linux
3 次查看(过去 30 天)
显示 更早的评论
hello i am new to zedboard and am trying to set up the hardware since the past few weeks so any help would be great. i am trying to connect the board to the development computer
matlab version-R2022b
os-Ubuntu 20.04.3 LTS
i have used HDL Coder Support Package for Xilinx Zynq Platform
i keep getting this error and im not sure how to resolve it

any and all help would be appreciated thank you
---------------------------------------------------------------------------------------------------------
attempts done:
1)i have tried to setup serial port using s=serialport('dev/ttyACM0',115200); fopen(s) then tried the hardware
2)i have given permissions for dev/ttyACM0 by chmod 666
3)i have used putty to communicate with the zynq board
2 个评论
Brahmadev
2024-5-16
Hi, it seems that the warning you are encountering is because "setupZynqHardware" is currently using "instrfind" and "serial" which will be removed in the future. This should not cause any issues in your usage of the Zynq hardware. Are there any errors, not warnings that you might have encountered?
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!