Skip to content

QLyine/android_kernel_c8690

 
 

Repository files navigation

android_kernel_c8690

Исходный код ядра от Cellon, предоставленный Highscreen(Спасибо им за это!).

How to build:

export ARCH=arm

export SUBARCH=arm

You can build with default configs:

make cellon_defconfig (for Newman N2)

or

make tc4_dvt_ap11_icecream_defconfig (for Highscreen Explosion)

OR

you can build with Exynos4Brothers configs:

make Exynos4Brothers_newman_defconfig

or

make Exynos4Brothers_highscreen_defconfig

Build it. I suggest using GCC 4.4.3

make -j5 ARCH=arm CROSS_COMPILE=/<...>/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86_64/bin/arm-linux-androideabi-

Flash zImage to your phone:

fastboot -i 0x283b flash kernel '/<...>/arch/arm/boot/zImage'

fastboot -i 0x283b reboot

Profit!

Exynos4Brothers Open Source Project pages:

http://4pda.ru/forum/index.php?showtopic=473990

http://4pda.ru/forum/index.php?showtopic=478538

Good luck!

About

JB kernel source code for Cellon C8690, Newman N2, Freelander i20, Highscreen Explosion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.2%
  • Assembly 2.1%
  • C++ 1.0%
  • Objective-C 0.4%
  • Perl 0.2%
  • Shell 0.1%