uboot 2015.04 can't obtain ip from dhcp

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

uboot 2015.04 can't obtain ip from dhcp

跳至解决方案
1,875 次查看
leavs
Contributor IV

Hi,

I'm working on uboot 2015.04, want to boot uImage from tftp, but i cann't obtain ip from dhcp. i use AR8035 phy, follow is my error.

does everybody can help ?

pastedImage_1.png

标签 (1)
0 项奖励
回复
1 解答
1,195 次查看
danielbujak
Contributor III

Correction. The change required in the same file is:

#define CONFIG_FEC_ENET_DEV        0

Still not sure how to configure this without changing the header file manually

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,196 次查看
danielbujak
Contributor III

Correction. The change required in the same file is:

#define CONFIG_FEC_ENET_DEV        0

Still not sure how to configure this without changing the header file manually

0 项奖励
回复
1,195 次查看
danielbujak
Contributor III

I was able to get this working by defining CONFIG_CMD_NET in mx6ul_14x14_evk.h manually like so:

#ifndef CONFIG_CMD_NET
#define CONFIG_CMD_NET
#endif

I'm not sure how you're supposed to configure this though. It seems like normally it would be under "Command Line Interface" in the uboot-menuconfig however this option is not available in the uBoot version supplied by NXP.

Hopefully that's a workaround for you as well, but I'd like to know how we're supposed to enable this in the buildroot environment.

0 项奖励
回复