Datasheet

$ make imx_v7_mfg_defconfig
$ make KCFLAGS=-mno-android -j4
With a successful build in either of the above case, the generated kernel images are
~/myandroid/kernel_imx/arch/arm/boot/zImage and
~/myandroid/kernel_imx/arch/arm/boot/uImage.
3.6 Build boot.img
As outlined in Section 2.3, we use boot.img and boota as default commands to boot rather than the uramdisk and zImage
we used before.
You can use this command to generate boot.img under android environment:
# Boot image for SCM i.MX 6DQ QWKS board
$ cd ~/myandroid
$ source build/envsetup.sh
$ lunch qwks_6scm-user
$ make bootimage
# Boot image for SCM i.MX6SX EVB board
$ source build/envsetup.sh
$ lunch evb_6sxscm-user
$ make bootimage
Build Android for i.MX
SCM i.MX 6 Series Android User's Guide
10
NXP Semiconductors