When i separately build for kernel its stopped without completing.
i have attached screenshot .
why kernel .img is not created
Hello Ruban1,
The make command can start the build process and all images will be built out. There are some differences. A shell script named imx-make.sh is provided and its symlink file can be found under ${MY_ANDROID} directory, and ./imx-make.sh should be executed first to start the build process.
The original purpose of this "imx-make.sh" is to build U-Boot/kernel before building Android images.
the outputs are generated by default in ${MY_ANDROID}/out/target/product/evk_8mm:
Regards
i have modified imx8mm-evk.dts file in freescale should i create only kernel and dtbo image or everything with with imx-make.sh