Hi,
In iMX28 evk Linux 2.6.35, IP address is not getting assingned in ethoð1 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
解決済! 解決策の投稿を見る。
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
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
Hi Karthik
one can try steps as below
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------