I’m trying to build kernel and make boot.img file
But I couldn’t make boot.img file when I execute “make bootimage -j24” after execute “make -j24”.
Someone help me to make boot.img file?
- kernel build
Building the kernel
1.Run the following commands:
$ git clone kernel/hikey-linaro - Git at Google
$ cd hikey-linaro
$ git checkout -b android-hikey-linaro-4.4 origin/android-hikey-linaro-4.4
$ make ARCH=arm64 hikey_defconfig
$ make ARCH=arm64 CROSS_COMPILE=aarch64-linux-android- -j24
2.Copy output to the hikey kernel directory (/kernel/hikey-linaro):
1.Copy hi6220-hikey.dtb (arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb) to the hikey-kernel directory.
2.Copy the Image file (arch/arm64/boot/Image-dtb) to the hikey-kernel directory.
3.Make the boot image:
$ make bootimage -j24
=====> What do I have to do?
/work/Hikey/kernel/hikey-linaro$ make bootimage -j32
scripts/kconfig/conf --silentoldconfig Kconfig
warning: (HISI_FIQ_DEBUGGER && FIQ_WATCHDOG) selects FIQ_DEBUGGER which has unmet direct dependencies (STAGING && ANDROID && (ARM || ARM64))
*
- Restart config…
- General setup
Cross-compiler tool prefix (CROSS_COMPILE) []
Compile also drivers which will not load (COMPILE_TEST) [N/y/?] n
Local version - append to kernel release (LOCALVERSION) []
Automatically append version information to the version string (LOCALVERSION_AUTO) [Y/n/?] y
Kernel compression mode
- Gzip (KERNEL_GZIP) (NEW)
- Bzip2 (KERNEL_BZIP2) (NEW)
- LZMA (KERNEL_LZMA) (NEW)
- XZ (KERNEL_XZ) (NEW)
- LZO (KERNEL_LZO) (NEW)
- LZ4 (KERNEL_LZ4) (