Skip to content

micbanand/android_kernel_elephone_p8000

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

android_kernel_elephone_p8000

Kernel repository for Elephone P8000 for visi0nary's kernel and my CyanogenMod builds

  • thanks to jfang for some fixes!

How to compile a standalone kernel:

git clone git@github.com:visi0nary/android_kernel_elephone_p8000.git

cd android_kernel_elephone_p800

export ARCH=arm64

export CROSS_COMPILE=/path/to/your/toolchain/aarch64/aarch64-linux-android-x.x/bin/aarch64-linux-android-

make p8000_defconfig

make -jX (where X is the # of your CPU threads +1)

Once it is built use this image:

arch/arm64/boot/Image.gz-dtb

Happy hacking!

About

Kernel repository for Elephone P8000

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.9%
  • Assembly 1.7%
  • Makefile 0.3%
  • Perl 0.1%
  • C++ 0.0%
  • Shell 0.0%