eth0 in imx28 evk

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,479件の閲覧回数
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???

ラベル(2)
0 件の賞賛
返信
1 解決策
1,308件の閲覧回数
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 件の賞賛
返信
1 返信
1,309件の閲覧回数
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 件の賞賛
返信