Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 984 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 984 Bytes

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