IP address issue(etho) in iMX28 EVK linux 2.6.35

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

IP address issue(etho) in iMX28 EVK linux 2.6.35

ソリューションへジャンプ
865件の閲覧回数
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 解決策
743件の閲覧回数
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 返答(返信)
744件の閲覧回数
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 件の賞賛
743件の閲覧回数
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!
-----------------------------------------------------------------------------------------------------------------------