8000 GitHub - lbule/android_kernel_P6000: Código fuente del kernel de Elephone P6000 (MT6732)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lbule/android_kernel_P6000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Build

kernel
======
1. Get the prebuilt cross compiler from AOSP website:
   $ git clone https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6

2. Add required cross compiler to PATH:
   $ export PATH=/YOUR_TOOLCHAIN_PATH/arm-eabi-4.6/bin:$PATH
   $ export CROSS_COMPILE=arm-eabi-

3. Copy the entire source code to this folder: 
   $ cd $home/P6000

4. Then use the following commands to build the kernel:
   $ ./makeMtk k01q_e new k

About

Código fuente del kernel de Elephone P6000 (MT6732)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0