IP address issue(etho) in iMX28 EVK linux 2.6.35

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

IP address issue(etho) in iMX28 EVK linux 2.6.35

跳至解决方案
935 次查看
santhoshkarthik
Contributor III

Hi,

 In iMX28 evk Linux 2.6.35,  IP address is not getting assingned in etho&eth1 but LED was blinking in RJ45 adaptor and ifconfig etho up was working fine. If i do ifconfig -a, IP address was not there. It will be grateful if anyone suggest solution for this issue.

Thanks,

Karthik 

标签 (1)
1 解答
813 次查看
santhoshkarthik
Contributor III

Hi,

   I resolved this issue. After I had run udhcp client, My board got IP address,

udhcpc is part of the very light busybox, a replacement for coreutils, often used on embedded platforms.It's used to get an ip address from a dhcp server.

 Run DHCP client(for embedded Board -udhcpc)

root@mx28evk ~$ udhcpc –b –i eth0

在原帖中查看解决方案

0 项奖励
回复
2 回复数
814 次查看
santhoshkarthik
Contributor III

Hi,

   I resolved this issue. After I had run udhcp client, My board got IP address,

udhcpc is part of the very light busybox, a replacement for coreutils, often used on embedded platforms.It's used to get an ip address from a dhcp server.

 Run DHCP client(for embedded Board -udhcpc)

root@mx28evk ~$ udhcpc –b –i eth0

0 项奖励
回复
813 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Karthik

one can try steps as below

pastedImage_1.jpg

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------