| FORUM

FEDEVEL
Platform forum

U-boot Fec Address Problem

necati , 12-16-2016, 06:38 AM
Hi.
I am trying to configure ethernet on u-boot but it gives me an error which showed below. How can I fix this problem? Thanks.
Error: FEC address not set.
robertferanec , 12-16-2016, 06:50 AM
There are some basic env parameters which need to be set to be able to use Ethernet. Go to uBoot and try something like this (you may need to adjust the numbers based on your network settings):
Code:
setenv netdev eth0setenv ethprime FEC0setenv ethact FEC0setenv ethaddr 00:01:02:03:04:05setenv fec_addr 00:01:02:03:04:05setenv ipaddr 192.168.0.150setenv serverip 192.168.0.86setenv gatewayip 192.168.0.1saveenv
Use our interactive Discord forum to reply or ask new questions.
Discord invite
Discord forum link (after invitation)

Didn't find what you were looking for?