飞凌ok6410开发板 android 有线配置

启用网络
vi init.rc
修改setprop net.dns1 192.168.0.1
vi linuxrc
修改IP地址和网关设置,将两条语句前面的#号去掉。
/system/bin/ifconfig eth0 192.168.0.197 netmask 255.255.255.0 up
/system/bin/ifconfig eth0 down
/system/busybox/bin/busybox ifconfig eth0 hw ether 00:02:03:04:04:06
/system/bin/ifconfig eth0 up
/system/bin/route add default gw 192.168.0.1 dev eth0

你可能感兴趣的:(android,网络)