bq / aquaris-5HD

The Linux kernel source code of bq Aquaris 5HD
7 stars 13 forks source link

Compiling KitKat Kernel #3

Open ghost opened 8 years ago

ghost commented 8 years ago

Kernel compiling is done without errors ( Using 4.6 GCC ToolChain ) After Boot.IMG zImage replacing & repacking, phone goes to bootloop ( It doesn't even reach bootanimation ) Cheers

irusanov commented 8 years ago

You can probably try the method I use in my kernel (for different device, but still based on same kernel if I remember correctly): https://github.com/infraredbg/Lenovo_A820_kernel_kk/blob/master/mtk-tools/brepack.sh Just modify accordingly. Or you can try with adding aquaris device tree to my kernel. For toolchain I recommend 4.9 linaro, optimized for cortex-a7

ghost commented 8 years ago

I just simply want to : Compile the kernel using the web specified tutorial . Push the kernel to the phone and boot it . Cheers