
29 Sep
2017
29 Sep
'17
1:21 p.m.
Hello,
Thank you for your answers. I found a solution. The problem came from the environment variables. I just used the wrong argument with the command "setenv". Know I have "eth0:on" everywhere and I reach to do all the run update again.
Vincent
Hi Vincent,
Which U-Boot version do you use? Do you have any boot message related to the ethernet FEC device?
You could check your environment variables and validate them with a ping. If you suspect your environment variables are corrupted you can reset them with the command:
env default -f -a; saveenv
then set them again manually and try to ping a device on the network.
A ping 127.0.0.1 should also work to test the local loop.
Regards, Eric