模板:EMB7521 Ethernet

来自ARM Wiki
跳转至: 导航搜索
  • 查看设备
  • 查看所有设备列表
1 ip link show | grep -i "fm1"

Emb7521 ip link show.png


  • 使用
  • 动态IP
1 cat /etc/network/interfaces
2 allow-hotplug fm1-mac3
3 auto fm1-mac3
4 iface fm1-mac3 inet dhcp
动态IP
  • 静态IP
1 cat /etc/network/interfaces
2 allow-hotplug fm1-mac3
3 auto fm1-mac3
4 iface fm1-mac3 inet static
5 address 192.168.8.244
6 netmask 255.255.255.0
7 gateway 192.168.8.1
8 dns-nameservers 202.96.134.133
静态IP