IAC-IMX6-Kit Linux Function and Test Manual
Any question, please send E-mail
Page 37 of 66
Sales E-mail
:trade@qiyangtech.com
sales@qiyangtech.com
Website
:http://www.qiytech.com
©2014 Qiyangtech
Copyright
Test Principle:
Set Board’s network, use [ping] to check whether the network is
connected well.
Test Process & Result:
Network eth0 is J8
1. Connect J8 to Router (Switcher) by a network cable, use another
network cable to connect computer and Router (Switcher), ensure it
could access the network.
2. Set board network
Configure automatically, input:
udhcpc -i eth0
Configure manually, input:
ifconfig eth0 192.168.1.71
(
Default setting
)
echo nameserver 114.114.114.114 > /etc/resolv.conf
route add default gw 192.168.1.1 dev eth0
3.Test internal network, input;
ping 192.168.1.1 -I eth0
If it prints the below information correctly, input [Ctrl+C] to exit.