Skip to content

djun/m463

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

M463 repo is Linux kernel source code for Meizu M1 Note / M1 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/m463.git

###2. Compiling###

  • For M1 Note
    ./build.sh m71

  • For M1
    ./build.sh m79

    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 M463(M1 Note / M1) series of smartphones.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.0%
  • Assembly 1.7%
  • C++ 0.8%
  • Perl 0.7%
  • Objective-C 0.5%
  • Makefile 0.3%