Configure Network Interface Card (NIC) on Development Computer
R2026bTo connect the Altera® SoC hardware board to the development computer, you must configure an available network connection on the development computer. Follow the steps outlined for your specific operating system.
To connect the Altera devices to the development computer, you must configure an available network connection on the development computer. Follow the steps outlined for your specific operating system.
Windows
Open the Control Panel.
Set View by to
Category.Click Network and Internet.
Click Network and Sharing Center.
On the left pane, click Change adapter settings.
Right-click the local area network connection that is connected to the target FPGA or SoC board and select Properties.
If an unused network connection is available, the local area connection appears as
Unidentified network.If you plan to reuse your network connection, select the local area connection that you plan to use for the target FPGA or SoC board.
If you have only one network connection, check if you can connect wirelessly to the existing local area network. If you can, you can use the network connection for the target FPGA or SoC board.
You can use a pluggable USB to Gigabit Ethernet LAN adapter instead of a NIC. The configuration instructions for the USB to Gigabit Ethernet LAN adapter are the same as the NIC configuration instructions.
On the Networking tab of the Properties dialog box, clear all options except Internet Protocol Version 4 (TCP/IPv4). Other services, particularly antiviral software, can cause intermittent connection problems with the target FPGA or SoC board.
Double-click Internet Protocol Version 4 (TCP/IPv4).
On the General tab, select Use the following IP Address.
The default IP address of the Altera hardware board is
192.168.1.101. Configure the development computer network connection to use an IP address on the same subnet as the hardware board. For example, if the hardware board uses the192.168.1subnet, set the development computer IP address to192.168.1.x, where x is a valid host value other than101. If your hardware board uses a different subnet, use that subnet value instead of192.168.1.Leave the subnet mask set to the default value of
255.255.255.0and click OK.
Linux
Set the host network IP address to
192.168.1.x, where x is a number in the range 1 through 255, apart from 101. Set this value by using theifconfigcommand:% sudo ifconfig ethZ 192.168.1.1 netmask 255.255.255.0
In this syntax,
ethZis the name of the host Ethernet port (usually eth0, eth1, and so on). To use thesudocommand, you might have to enter a password.To confirm the changes, in the shell enter:
% ifconfig ethZ