Linux kernel for BQ Aquaris E4.5 Ubuntu Edition
C C++ Assembly Perl Objective-C Makefile
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
kernel
mediatek UBUNTU: SAUCE: Enable squashfs for krillin. Dec 18, 2015
testboot
ubuntu/initrd
README.md update README.md branch and project Dec 15, 2015
makeMtk
mbldenv.sh
mk

README.md

WHAT IS THIS?

Linux Kernel source code for the device bq Aquaris E4.5 Ubuntu Edition

BUILD INSTRUCTIONS?

Your Ubuntu environment is expected to contain a similar setup to that used for flashing ubuntu devices (see 1, installing phablet-tools ppa). You will need at least two other components installed:

    $ sudo apt-get install gcc-arm-linux-androideabi abootimg

Specific sources are organised by branch and comments in the commits. First, you should clone the project:

$ git clone git@github.com:bq/aquaris-E4.5.git

After it, choose the branch you would like to build:

$ cd aquaris-E4.5/
$ git checkout aquaris-E4.5-ubuntu-master

Then, build the kernel:

$ ./makeMtk -t krillin n k

You can build a flashable image with

$ cd testboot
    $ ./mkbootimg.sh krillin

You can flash this with:

    $ fastboot flash boot boot.img