eth0 in imx28 evk

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

eth0 in imx28 evk

Jump to solution
781 Views
asifali
Contributor III

Hello all!

Thanks to all who helped me in getting started with imx28 evk. I have properly booted up the board and test the eth0 as well but there is a problem in eth0

1. How can I permanently store the setting i.e. ip address assigned because I have to assign the IP address every time I start up

2. The eth0 works properly when I first set it to up. but if I set it to down and then want to up it it gives the following error

PHY can not be attached

device or resource busy

How can I fix these 2 problems???

Labels (2)
0 Kudos
1 Solution
610 Views
VladanJovanovic
NXP Employee
NXP Employee

http://www.kernel.org/doc/Documentation/kernel-parameters.txt

You can pass kernel parameter in form of:

ip=<client-ip>:<server-ip>:<gw-ip>:<netmask>:<hostname>:<device>:<autoconf>

So it could be as simple as:

ip=192.168.0.1

or

ip=dhcp

Or you could run ifconfig as part of your startup scripts etc...

View solution in original post

0 Kudos
1 Reply
611 Views
VladanJovanovic
NXP Employee
NXP Employee

http://www.kernel.org/doc/Documentation/kernel-parameters.txt

You can pass kernel parameter in form of:

ip=<client-ip>:<server-ip>:<gw-ip>:<netmask>:<hostname>:<device>:<autoconf>

So it could be as simple as:

ip=192.168.0.1

or

ip=dhcp

Or you could run ifconfig as part of your startup scripts etc...

0 Kudos