Follow the steps below when the VCK190 board and MATLAB host computer are connected to the same local network:
Log in as root user on the VCK190 using
sudo su
.Connect the board to network via ethernet port 17 (the top one) and find the IP address it obtains over DHCP on the first ethernet port via
ifconfig eth0
(for example the obtained address may be 192.168.1.10).If DHCP is not available on your network, assign the board IP address manually. Make sure the IP address belongs to a valid subnet (for example
ifconfig eth0 192.168.1.10
).Note the board IP address and use it when connecting from MATLAB.