forked from DerFetzer/android_kernel_haier_rk3188
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
18 lines (16 loc) · 1.14 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Kernel source optimized for Pipo M9 Pro.
This repository contains source of 3.0.36+ kernel for some RK3188 devices. This source modified
and optimized especially for Pipo M9 Pro by str90.
Kernel source customized for Haier Haierpad 1043.
How to build:
For better performance use Linaro 4.9 toolchain with this example environment variables set
_________________________________________________________________________________________________________________________
export PATH=/media/90gb/linaro_toolchains_2014/arm-cortex_a9-linux-gnueabihf-linaro_4.9.3-2014.12/bin/:$PATH
export ARCH=arm
export SUBARCH=arm
export CROSS_COMPILE=/media/90gb/linaro_toolchains_2014/arm-cortex_a9-linux-gnueabihf-linaro_4.9.3-2014.12/bin/arm-eabi-
_________________________________________________________________________________________________________________________
Then in source directory make your defconfig, defconfig for M9 Pro is Pipo_M9_Pro_DDR_OC_defconfig.
First is default config, second contains overclocked to 1600 Mhz RAM with 10-10-10 timings and custom bootlogo.
Then make kernel with make -j <your number of CPU cores+1> kernel.img
Then you can flash your kernel