/m685

Official Linux kernel for Meizu MX6 smartphone

Primary LanguageCOtherNOASSERTION

M685 repo is Linux kernel source code for Meizu MX6 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/m685.git

###2. Compiling###

make ARCH=arm64 CROSS_COMPILE=aarch64-linux-android- mx6_defconfig
mkdir out && make -j8 ARCH=arm64 CROSS_COMPILE=aarch64-linux-android- 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)