DPAA MANAGMENT PORT fm1-mac3 and fm1-mac4 Setting.

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

DPAA MANAGMENT PORT fm1-mac3 and fm1-mac4 Setting.

1,453件の閲覧回数
vidyasagartata
Contributor II

Dear All,

I am using T2080RDB board, using t2080rdb-usdpaa-shared-interfaces.dtb for booting.

I have configured fm1-mac3 and fm1-mac2 as management port.

Trying set permanent IP in the file  vi /etc/network/interfaces, if reboot the T2080RDB ip do not assign to fm1-mac3 and fm1-mac4.

auto lo iface lo inet loopback  iface fm1-ma3 inet static  address 192.168.11.100  netmask 255.255.255.0  gateway 192.168.11.1

Please let me know what is the way to get permanent ip in fm1-mac3 and fm1-mac4.

Thanks,

Sagar

0 件の賞賛
返信
1 返信

1,181件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

Hello Vidya Sagar,

Please modify the file sources/meta-freescale/recipes-core/init-ifupdown/init-ifupdown/qoriq/interfaces in Yocto, for example:

auto eth4

iface eth4 inet static

  address 10.254.253.1

  netmask 255.255.255.0

Then rebuild package init-ifupdown and regenerate the rootfs filesystem.

$bitbake init-ifupdown -c cleansstate

$bitbake init-ifupdown

$bitbake fsl-image-core


Have a great day,
TIC

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信