configure static ip on imx6

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

configure static ip on imx6

ソリューションへジャンプ
4,560件の閲覧回数
davidshoham
Contributor II

Hi,

I installed the basic rootfs from the"L3.0.35_12.09.01_GA_images_MX6Q" packages. I am trying to configure a static ip permanently and have n idea how to do this. In the meantime I am configuring the ip with 'ifconfig' every time I switch on the card.

Thanks,

David.

ラベル(1)
1 解決策
3,033件の閲覧回数
fabio_estevam
NXP Employee
NXP Employee

You can pass the IP you want in the kernel command line (from the bootloader) like this:

ip=192.168.1.102:192.168.1.101

,where

192.168.1.101: is the serverip IP address

192.168.1.102: is the target (mx6 board) IP address

Regards,

Fabio Estevam

元の投稿で解決策を見る

2 返答(返信)
3,033件の閲覧回数
davidshoham
Contributor II

Thanks!

0 件の賞賛
返信
3,034件の閲覧回数
fabio_estevam
NXP Employee
NXP Employee

You can pass the IP you want in the kernel command line (from the bootloader) like this:

ip=192.168.1.102:192.168.1.101

,where

192.168.1.101: is the serverip IP address

192.168.1.102: is the target (mx6 board) IP address

Regards,

Fabio Estevam