Coder Social home page Coder Social logo

byzvulture / m681 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from meizuosc/m681

0.0 2.0 0.0 146.47 MB

Official Linux kernel for Meizu M3 Note smartphones

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

License: Other

Makefile 0.28% C 94.85% Assembly 1.71% C++ 1.58% Objective-C 1.44% Shell 0.02% Perl 6 0.01% Awk 0.01% Python 0.01% GDB 0.01% Perl 0.04% Yacc 0.01% Lex 0.01% M4 0.01% Roff 0.01% UnrealScript 0.01% Prolog 0.02% Scilab 0.01% ASP 0.01%

m681's Introduction

M681 repo is Linux kernel source code for Meizu M3 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/m681.git

###2. Compiling###

mkdir out
make ARCH=arm64 CROSS_COMPILE=aarch64-linux-android- O=`pwd`/out m3note_defconfig
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)

m681's People

Contributors

meizuosc avatar

Watchers

James Cloos avatar v avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.