Skip to content
forked from meizuosc/m576

Official Linux kernel for Meizu Pro 5 smartphone.

License

Notifications You must be signed in to change notification settings

yingtongwang/m576

This branch is up to date with meizuosc/m576:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2d3fa1c · Feb 3, 2016

History

1 Commit
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016

Repository files navigation

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)

About

Official Linux kernel for Meizu Pro 5 smartphone.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.7%
  • C++ 0.6%
  • Objective-C 0.3%
  • Makefile 0.2%
  • Perl 0.1%
  • Assembly 0.1%