i am using imx8mplus lpddr4 evk .i am building toolchain for imx8mplus using yocto .
i am using IMXLXYOCTOUG v.LF6.6.3_1.0.0 BSP of the Yocto user guide .
i build SDK using
bitbake core-image-minimal -c populate_sdk
environment setup for toolchain
source /opt/fsl-imx-xwayland/6.6-nanbield/environment-setup-armv8a-poky-linux
export ARCH=arm64
clone the kernel
git clone https://github.com/nxp-imx/linux-imx -b lf-6.6.y
cd linux-imx
make imx_v8_defconfig
make
it generates the kernel image and dtb files. so i copied these files into sd card and boot up the board .
while booting it shows the kernel version of 6.6.23_2.0.0 but i need 6.6.3_1.0.0
could anyone knows , please help me .i want to customize the 6.6.3.1.0.0 kernel , i have to reduce the kernel size and remove the unwanted module .
But the above following steps takes 6.6.23_2.0.0 version and size of kernel is more .how to fetch the 6.6.3_1.0.0 and compile and reduce the size .
Thanks ®ards
Srinivas