Linux Kernel source code for the device bq Aquaris E5 HD
C C++ Assembly Other Perl Objective-C Other
#3 Compare This branch is 103 commits ahead of aquaris-E5.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
build/target/product
kernel
mediatek
testboot
ubuntu/initrd
README.md
makeMtk
mbldenv.sh
mk

README.md

WHAT IS THIS?

Linux Kernel source code for the device bq Aquaris E5 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-E5.git

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

$ cd aquaris-E5/
$ git checkout aquaris-E5-ubuntu-master

Then, build the kernel: $ ./makeMtk -t vegetahd n k

You can build a flashable image with

$ cd testboot
    $ ./mkbootimg.sh vegetahd

You can flash this with:

    $ fastboot flash boot boot.img