Hi Rita,
I'm afraid you misunderstood what I said. I know how to program images to the board. my question is how to compile. suppose there are 3 instances:
1. modify kernel dts only
2. modify kernel config only (use "make menuconfig")
3. modify a driver source code in kernel
For each one in these 3 instances, how can I compile it to generate "boot-imx6q.img", of course re-compile whole the workspace is always doable but which is too slow. Currently for the 3rd instance I use "make bootimg" which saves a bit of time but still is too slow, for the 1st and 2nd instance "make bootimg" fails to compile the image file.
I have found a batch file which can make the kernel only and pack required files to image file, however, it comes from android 4.4.2 BSP and seems not valid for android 6.0.1_2.1.0
B.R.
Sun