cok3307788 / m571

Official Linux kernel for Meizu M2 Note smartphone

Home Page:http://www.meizu.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://www.meizu.com

License:Other


Languages

Language:C 95.5%Language:Assembly 1.8%Language:C++ 1.6%Language:Objective-C 0.7%Language:Makefile 0.3%Language:Perl 0.1%Language:Shell 0.0%Language:Python 0.0%Language:Yacc 0.0%Language:Roff 0.0%Language:Lex 0.0%Language:Scilab 0.0%Language:Awk 0.0%Language:GDB 0.0%Language:UnrealScript 0.0%Language:ASP 0.0%Language:M4 0.0%Language:sed 0.0%Language:XS 0.0%Language:Perl 6 0.0%Language:Batchfile 0.0%