EC200A_EUAB ethernet issue

I’m experiencing an issue with Ethernet. Initially, Ethernet works correctly—I can successfully ping 192.168.1.1 from a PC connected to the board. However, after some time, it stops working. Even though the LEDs on the Ethernet port are still active, there’s no response to ping requests. I’m confident this is not a hardware issue, but rather a software-related problem.

Here is the relevant output from dmesg:

root@OpenWrt:~# dmesg | grep eth0
[ 19.218013] NETIFD:ADD bm_claimed:0,bm_prsent:0,n_prsent:1,dev.act:1,bm:eth0,act:0
[ 19.221154] emac_phy_connect: eth0: attached to PHY (UID 0x128) Link = 0 irq=-1
[ 19.306035] br-lan: port 2(eth0) entered blocking state
[ 19.306096] br-lan: port 2(eth0) entered disabled state
[ 19.306371] device eth0 entered promiscuous mode
[ 19.306615] br-lan: port 2(eth0) entered blocking state
[ 19.306615] br-lan: port 2(eth0) entered forwarding state
[ 20.083874] br-lan: port 2(eth0) entered disabled state
[ 21.363833] br-lan: port 2(eth0) entered blocking state
[ 21.363863] br-lan: port 2(eth0) entered forwarding state
[ 31.764266] br-lan: port 2(eth0) entered disabled state

Hi ,
It is likely due to network issues. Please check your network configuration: ifconfig

Dear Hayes
Thank you for reply. But there is a problem in official device tree. I fixed it.