Skip to content
forked from meizuosc/m571

Official Linux kernel for Meizu M2 Note smartphone

License

Notifications You must be signed in to change notification settings

cok3307788/m571

 
 

Repository files navigation

M571 repo is Linux kernel source code for Meizu M2 Note 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/m571.git

###2. Compiling###

make ARCH=arm64 CROSS_COMPILE=aarch64-linux-android- m2note_defconfig
mkdir out && make -j8 ARCH=arm64 CROSS_COMPILE=aarch64-linux-android- -C `pwd` O=`pwd`/out

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

Official Linux kernel for Meizu M2 Note smartphone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.5%
  • Assembly 1.8%
  • C++ 1.6%
  • Objective-C 0.7%
  • Makefile 0.3%
  • Perl 0.1%