How can I change MAC to a new build SD-Card with LTIB?

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

How can I change MAC to a new build SD-Card with LTIB?

1,291件の閲覧回数
andrzejnieduzak
Contributor I

Hallo,

I am beginning to work with  i.MX28EVK and Linux at all.

How can I change MAC to a new build SD-Card with LTIB?

Under ltib/Package list/boot stream I have found it but can not edit.

"To edit a command line, move the cursor over it and press return." I can see the line but can not edit.

(noinitrd console=ttyAM0,115200 root=/dev/mmcblk0p3 rw  rootwait  ip=dhcp gpmi) Default kernel command line for linux_prep

Thanks

Andy

ラベル(1)
0 件の賞賛
返信
2 返答(返信)

1,134件の閲覧回数
Yuri
NXP Employee
NXP Employee
0 件の賞賛
返信

1,134件の閲覧回数
jimmychan
NXP TechSupport
NXP TechSupport

you can use this command to extract the source code

./ltib -p boot_stream.spec -m prep

the source code will be extracted and store in the ltib/rpm/BUILD/.

You can modify the source code. Then type this command to build it again.

./ltib -p boot_stream.spec -m scbuild

Then type this to re-deploy it.

./ltib -p boot_stream.spec -m scdeploy

0 件の賞賛
返信