Hi.
We are using LS1028ARDB EVK. And we are proceeding with the Ethernet test.

After booting, enable swp0 for the Ethernet test as below.
ip link set eno2 up ip link set swp0 up ip link set swp0 address bc:8d:bf:7c:5b:01 ip addr add 192.168.0.251/24 dev swp0 |
After checking if the ping test works well, Reboot the software and repeat the same process for test.
If Ethernet tests are repeated, Ethernet does not work.
In the event of this situation, ifconfig checks the status of the Ethernet and it is outputted as follows:
swp0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 inet 192.168.0.251 netmask 255.255.255.0 broadcast 0.0.0.0 ether bc:8d:bf:7c:5b:01 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 |
On the other hand, in the case of normal behavior, the status of RUNNING is confirmed.
swp0: flags=4099<UP,BROADCAST,RUNNING, MULTICAST> mtu 1500 inet 192.168.0.251 netmask 255.255.255.0 broadcast 0.0.0.0 ether bc:8d:bf:7c:5b:01 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 |
The frequency of occurrences is random, and used SDKs occur on both LSDK2004/LSDK2012 and use ubuntu root filesystems.
We would like to hear some information or advice related to this. Thank you.