IP address issue(etho) in iMX28 EVK linux 2.6.35

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IP address issue(etho) in iMX28 EVK linux 2.6.35

Jump to solution
839 Views
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 

Labels (1)
1 Solution
717 Views
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

View solution in original post

0 Kudos
2 Replies
718 Views
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 Kudos
717 Views
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!
-----------------------------------------------------------------------------------------------------------------------