root@ubuntu:/media/Source/ICS_SOURCE# out/host/linux-x86/bin/mkbootimg –kernel zImage –ramdisk ramdisk.img.gz -o –boot.img
error: could not load kernel ‘zImage’
i am getting this error again and again..
Where i have to put kernel image to run this command?? actually after build source code i didn’t get boot.img!
You will not get the bootimage (
zImageorImagefromarch/arm/bootfolder) file after compiling kernel.move your mkbootimg binary to bin
copy all the
zImage,ramdisk.img.gz(when I compiled I usedramdisk.img) to a folderOpen terminal there
type