How can I change the IP address of my Zynq Board (ZC706), other than the default '192.168.4.2' ? I'm using R2016a.
7 次查看(过去 30 天)
显示 更早的评论
It seems that with R2017a, it is possible to change the Zynq board communication address using the visionzynq command:
vz = visionzynq(DeviceName,DeviceAddress) creates a visionzynq object connected to the DeviceName type of Zynq board, with a custom IP address, DeviceAddress.
My problem is with R2016a, the DeviceAddress parameter is not supported with the visionzynq command.
1 个评论
Loc Mai
2017-12-13
Hi Fenderfred, If you have this solution , please let me know too. When I followed the document XTP242 from Xilinx (ZC706 Built-In Self Test Flash Application) run lwip Ethernet Design. I found Board IP: 192.168.1.10 , Getway 192.168.1.1. I also tried other board and get same address. It seems to be that is default address assigned by Xilinx. I don't see how to change this board IP address, Only think I have to change HOST I.P = 192.168.1.2 and gateway = 192.168.1.1
回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!