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