Skip to content

From Official Linux kernel for Meizu MX4 Pro(Exynos5430) series of smartphones.

License

Notifications You must be signed in to change notification settings

lgs3137/android_kernel_meizu_mx4pro

 
 

Repository files navigation

M462 repo is Linux kernel source code for Meizu MX4 pro smartphones. With this repo, you can customize the source code and compile a Linux kernel image yourself. Enjoy it!

HOW TO COMPILE

###1. Download source code###

git clone https://github.com/meizuosc/m462.git

###2. Compiling###

make mx4pro_defconfig

make -j8 ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-

Note:

  • Make sure you have arm cross tool chain, maybe you can download here
  • If you get a poor cpu in your compiling host, you should use "-j4" or lower instead of "-j8"

Get Help

Checkout our community http://bbs.meizu.cn (in Chinese)

About

From Official Linux kernel for Meizu MX4 Pro(Exynos5430) series of smartphones.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.6%
  • C++ 1.6%
  • Objective-C 0.3%
  • Makefile 0.2%
  • Assembly 0.2%
  • Perl 0.1%