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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

638 Views
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

Labels (1)
0 Kudos
2 Replies

481 Views
Yuri
NXP Employee
NXP Employee
0 Kudos

481 Views
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 Kudos