Skip to content

s0rd3s/mt6582_ubuntu_kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 21