有线网络
本章节讲解如何在 luban-lite 系统中配置有线网络,需要配置的主要有两部分:
-
配置 GMAC 接口;
-
配置 LwIP 协议栈;
配置 GMAC 接口
使用 GMAC 接口前,需将 对应 GMAC 接口选中,以 D211DCV-DEMO-V1-0 开发板为例,使用
scons
--meunconfig
命令进行配置:Board options ---> [*] Using Gmac0 gmac0 parameter ---> (PE.6) gmac0 phy reset gpio # 原理图中的 ETH0_RST 引脚 Select gmac0 bus (RMII) ---> Select phy clk (external clk) ---> (0) gmac0 rx delay (NEW)(0) gmac0 tx delay (NEW)(192.168.10.200) gmac0 ip addr (NEW)(192.168.10.1) gmac0 gateway addr (NEW)(255.255.255.0) gmac0 netmask (NEW)(002244887766) gmac0 mac addr (NEW)(1) gmac0 phy mdio addr (NEW)
配置 LwIP
- 静态 IP 设置使用
scons --menuconfig
命令进入配置页面,配置如下:Local packages options ---> Third-party packages options ---> [*] LwIP: light weight TCP/IP stack ---> --- LwIP: light weight TCP/IP stack lwIP version (lwIP v2.1.3) ---> [] IPV6 protocol [*] LwIP Examples ---> [*] example test[*] IGMP protocol (8) Memory alignment -*- ICMP protocol [] SNMP protocol [] Enble DNS for name resolution [] Enable alloc ip address through DHCP
- 动态 IP 设置使用
scons --menuconfig
命令进入配置页面,配置如下:Local packages options ---> Third-party packages options ---> [*] LwIP: light weight TCP/IP stack ---> --- LwIP: light weight TCP/IP stack lwIP version (lwIP v2.1.3) ---> [] IPV6 protocol [*] LwIP Examples ---> [*] example test[*] IGMP protocol (8) Memory alignment -*- ICMP protocol [] SNMP protocol [] Enble DNS for name resolution [*] Enable alloc ip address through DHCP (1) SOF broadcast (1) SOF broadcast recv
编译烧录
配置完成后,保存退出,编译、烧录。
验证
- 系统启动烧录完成后,重启,检查设备,看到 LwIP 启动、网卡获取 IP 为配置后的 IP:
aic /> Starting lwIP, local interface IP is 192.168.10.200 [I] aicphy_poll_thread()635 Port 0 link UP! autoneg mode: speed 100M, full duplex, flow control on.
- ping 包使用 PC 进行 ping 包验证, 配置同网段 IP ,ping 包结果如下:
C:\Users\guojun.dong>ping 192.168.10.200 -t 正在 Ping 192.168.10.200 具有 32 字节的数据: 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255 来自 192.168.10.200 的回复: 字节=32 时间<1ms TTL=255