[U-Boot] Ethernet problem with u-boot for APF27

Vincent Paratte vparatte at digger.ch
Fri Sep 29 11:21:32 UTC 2017


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
  
  



More information about the U-Boot mailing list