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?

674 次查看
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 回复数

517 次查看
Yuri
NXP Employee
NXP Employee
0 项奖励

517 次查看
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 项奖励