Disable the other machines in /boot

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

Disable the other machines in /boot

164件の閲覧回数
Jayalakshmi24
Contributor I

Hi,

I have to disable the other fsl-ls10xxx.dtb in /boot. From which file could I disable this? I need only .dts file only for lx2160ardb_rev2.

And what are all the files needed for booting and the reason also. 

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

146件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

If you are using LSDK 21.08 release, please modify the following in tools/create_bootpartition

cp -f $FBOUTDIR/linux/kernel/$DESTARCH/$SOCFAMILY/{*.dtb,$kernelimg,config-$kernelrelease} $bootpartdir

Modify to:

cp -f $FBOUTDIR/linux/kernel/$DESTARCH/$SOCFAMILY/{fsl-lx2160a-rdb.dtb,$kernelimg,config-$kernelrelease} $bootpartdir

 

If you are using Layerscape Linux Distribution POC Yocto release.

Please modify the following in meta-qoriq/recipes-bsp/secure-boot/secure-boot-qoriq/create_boottgz.sh

find $img_dir/*.dtb -type l | xargs -i cp {} $boot_dir

0 件の賞賛
返信