-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
34 lines (23 loc) · 1.15 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
=========================================================
= 3.4.67 kernel source code for BQ Aquaris 4.5 (MT6577) =
=========================================================
*************************************
* NOTE: This kernel is for KK 4.4.2 *
*************************************
In order to get kernel compilation working, make sure you follow one of these steps:
- You have 3 folders: kernel, mediatek and prebuilts.
- kernel folder is the basic one, with the linux kernel sources.
- mediatek folder contains dependences that are necessary to build for MTK platform.
- prebuilts folder contains the appropriate cross-compiler.
- In Terminal, cd to kernel folder:
-- Edit build.sh (line 13) and set the path to your CROSS_COMPILE if different
- To begin with the build process:
-- Go back to project root folder
-- Run command: ./mk -t ztenj77_sz_cu_kk n k
- Once finished, you will find:
-- The new kernel file in the folder "/out/Download/flash/"
-- Rename the new kernel file "kernel_ztenj77_sz_cu_kk.bin" to "kernel"
- Create new boot.img:
-- Repack the new generated kernel file with ramdisk.
Visit the official thread at XDA:
Enjoy!