Official Linux kernel for Meizu Pro 5 smartphone.
C C++ Objective-C Makefile Perl Assembly
Switch branches/tags
Nothing to show
Latest commit 2d3fa1c Feb 3, 2016 @meizuosc meizuosc first commit
Permalink
Failed to load latest commit information.
Documentation first commit Feb 3, 2016
android/configs first commit Feb 3, 2016
arch first commit Feb 3, 2016
block first commit Feb 3, 2016
crypto first commit Feb 3, 2016
drivers first commit Feb 3, 2016
firmware first commit Feb 3, 2016
fs first commit Feb 3, 2016
include first commit Feb 3, 2016
init first commit Feb 3, 2016
ipc first commit Feb 3, 2016
kernel first commit Feb 3, 2016
lib first commit Feb 3, 2016
linaro/configs first commit Feb 3, 2016
mm first commit Feb 3, 2016
net first commit Feb 3, 2016
samples first commit Feb 3, 2016
scripts first commit Feb 3, 2016
security first commit Feb 3, 2016
sound first commit Feb 3, 2016
tools first commit Feb 3, 2016
usr first commit Feb 3, 2016
virt/kvm first commit Feb 3, 2016
.gitignore first commit Feb 3, 2016
COPYING first commit Feb 3, 2016
CREDITS first commit Feb 3, 2016
Kbuild first commit Feb 3, 2016
Kconfig first commit Feb 3, 2016
MAINTAINERS first commit Feb 3, 2016
Makefile first commit Feb 3, 2016
README first commit Feb 3, 2016
README.md first commit Feb 3, 2016
REPORTING-BUGS first commit Feb 3, 2016

README.md

M576

M576 repo is Linux kernel source code for Meizu Pro 5 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/m576.git

###2. Compiling###

make pro5_defconfig

make -j8 ARCH=arm CROSS_COMPILE=aarch64-linux-android-

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)