请教各位大佬。D213ECV+RTL8211同一硬件使用luban环境正常,iperf3测试406Mbits/sec;但是使用luban-lite时ping不过,low_level_input正常,在gmac txck管脚也监视不到时钟
aic /> ping 192.168.31.1
aic /> pbuf_alloc(length=40)
pbuf_alloc(length=40) == 0000000040065bb8
pbuf_add_header: old 0000000040065bf4 new 0000000040065be0 (20)
pbuf_remove_header: old 0000000040065be0 new 0000000040065bf4 (20)
pbuf_add_header: old 0000000040065bf4 new 0000000040065be0 (20)
pbuf_alloc(length=28)
pbuf_alloc(length=28) == 0000000040065c24
pbuf_add_header: old 0000000040065c4c new 0000000040065c3e (14)
[D] low_level_output()198 low_level_output
pbuf_free(0000000040065c24)
pbuf_free: deallocating 0000000040065c24
pbuf_free(0000000040065bb8)
pbuf_free: 0000000040065bb8 has ref 1, ending here.
pbuf_alloc(length=28)
pbuf_alloc(length=28) == 0000000040065c24
pbuf_add_header: old 0000000040065c4c new 0000000040065c3e (14)
[D] low_level_output()198 low_level_output
pbuf_free(0000000040065c24)
pbuf_free: deallocating 0000000040065c24
Request timed out
pbuf_alloc(length=40)
pbuf_alloc(length=40) == 0000000040065c24
pbuf_add_header: old 0000000040065c60 new 0000000040065c4c (20)
pbuf_remove_header: old 0000000040065c4c new 0000000040065c60 (20)
pbuf_add_header: old 0000000040065c60 new 0000000040065c4c (20)
pbuf_free(0000000040065bb8)
pbuf_free: deallocating 0000000040065bb8
pbuf_free(0000000040065c24)
pbuf_free: 0000000040065c24 has ref 1, ending here.
pbuf_alloc(length=28)
pbuf_alloc(length=28) == 0000000040065bb8
pbuf_add_header: old 0000000040065be0 new 0000000040065bd2 (14)
[D] low_level_output()198 low_level_output
pbuf_free(0000000040065bb8)
pbuf_free: deallocating 0000000040065bb8
Request timed out
pbuf_alloc(length=40)
pbuf_alloc(length=40) == 0000000040065bb8
pbuf_add_header: old 0000000040065bf4 new 0000000040065be0 (20)
pbuf_remove_header: old 0000000040065be0 new 0000000040065bf4 (20)
pbuf_add_header: old 0000000040065bf4 new 0000000040065be0 (20)
pbuf_free(0000000040065c24)
pbuf_free: deallocating 0000000040065c24
pbuf_free(0000000040065bb8)
pbuf_free: 0000000040065bb8 has ref 1, ending here.
pbuf_alloc(length=28)
pbuf_alloc(length=28) == 0000000040065c24
pbuf_add_header: old 0000000040065c4c new 0000000040065c3e (14)
[D] low_level_output()198 low_level_output
pbuf_free(0000000040065c24)
pbuf_free: deallocating 0000000040065c24
Request timed out
pbuf_alloc(length=40)
pbuf_alloc(length=40) == 0000000040065c24
pbuf_add_header: old 0000000040065c60 new 0000000040065c4c (20)
pbuf_remove_header: old 0000000040065c4c new 0000000040065c60 (20)
pbuf_add_header: old 0000000040065c60 new 0000000040065c4c (20)
pbuf_free(0000000040065bb8)
pbuf_free: deallocating 0000000040065bb8
pbuf_free(0000000040065c24)
pbuf_free: 0000000040065c24 has ref 1, ending here.
pbuf_alloc(length=28)
pbuf_alloc(length=28) == 0000000040065bb8
pbuf_add_header: old 0000000040065be0 new 0000000040065bd2 (14)
[D] low_level_output()198 low_level_output
pbuf_free(0000000040065bb8)
pbuf_free: deallocating 0000000040065bb8
pbuf_free(0000000040065c24)
pbuf_free: deallocating 0000000040065c24
Request timed out
Ping statistics for 192.168.31.1:
Packets: Sent = 4 Received = 0 Lost = 4(100% loss)
[D] aicmac_interrupt()69 aicmac_interrupt
[D] low_level_input()407 low_level_input
pbuf_alloc(length=92)
pbuf_alloc(length=92) == 00000000400thread:eth_rx stack overflow
最近编辑记录 Wufeng (2025-04-13 10:22:06)
离线
请问您是按照官网的文档中心配置的嘛
离线
找到问题了,在例程基础上增加rgmii接口时漏添加pf6了,查找许多遍都没发现。添加好管脚再调整收发延时就正常了
最近编辑记录 Wufeng (昨天 22:58:40)
离线