Giter VIP home page Giter VIP logo

delaanthonio / linux-flounder Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 0.0 697.8 MB

Nexus 9 kernel

Home Page: https://delaanthonio.github.io/linux-flounder/

License: Other

Makefile 0.30% C 95.19% Assembly 2.04% C++ 1.58% Objective-C 0.62% Shell 0.04% Perl 0.14% Awk 0.01% Python 0.03% Yacc 0.02% Lex 0.01% UnrealScript 0.01% Scilab 0.01% ASP 0.01% M4 0.01% GDB 0.01% Roff 0.01% Perl 6 0.01% sed 0.01% XS 0.01%
linux kernel android nexus-9

linux-flounder's Introduction

Linux Flounder

This is my customized linux kernel for the Nexus 9 Android tablet based on ElementalX kernel. This kernel features a battery-friendly CPU frequency governor—Sublime Active—which scales the CPU frequency less aggressively than the default CPU frequency governor (Interactive) for Nexus devices, which results in a 20% reduction in battery usage.

Features

  • Sublime Active CPU frequency governor
  • Touch CPU quiet governor
  • Optimized ZRAM
  • 2.0 Amp charging
  • IO Schedulers: noop, fiops, sio, bfq
  • USB fast-charge
  • Double tap to wake
  • Sweep to wake
  • Sweep to sleep
  • CPU overclocking up to 2.5 Mhz
  • GPU overclocking up to 984 Mhz
  • NTFS and exFAT support

Building Instructions

Download the build dependencies:

$ sudo apt-get install build-essential zip 

Create a project directory

$ mkdir sublime && cd sublime

Clone a toolchain for building the kernel

$ git clone https://bitbucket.org/UBERTC/aarch64-linux-android-4.9-kernel.git ubertc-4.9

Clone the source

$ git clone https://github.com/beta1440/linux-flounder.git

Set the cross compiler prefix

$ export CROSS_COMPILE=$(pwd)/ubertc-4.9/bin/aarch64-linux-android-

Additionally, you may want to add the bin folder of the gcc cross compiler to your path. Build the kernel

$ cd linux-flounder
$ make prepare
$ make sublime_defconfig
$ make otapackage -j4

The OTA package should be inside the android directory.

To change the directory of the created OTA package, set the environment variable KBUILD_FLOUNDER_OUTPUT to the absolute path of your preferred output directory.

linux-flounder's People

Contributors

acmel avatar adrianbunk avatar alanstern avatar arndb avatar avikivity avatar axellin avatar broonie avatar bzolnier avatar davem330 avatar dhowells avatar ebiederm avatar gregkh avatar heicarst avatar herbertx avatar htejun avatar hverkuil avatar ickle avatar jmberg avatar jmberg-intel avatar joeperches avatar kaber avatar ldewangan avatar neilbrown avatar ozbenh avatar pmundt avatar ralfbaechle avatar rddunlap avatar rjwysocki avatar tiwai avatar torvalds avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 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.