Disable the other machines in /boot

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

Disable the other machines in /boot

84 Views
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. 

Labels (1)
0 Kudos
1 Reply

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