Skip to content

38c02aee/android_kernel_jiayu_g4

 
 

Repository files navigation

This is a kernel source for MT6589 Jiayu G4

You need arm-eabi-4.8 toolchain (you have to setup CROSS-COMPILE var like in build.sh)

Fixing 'lz4c' not found:

Due to new lossless kernel compression (LZ4), the lz4c binary is needed until properly implemented in the rom tree. This can be installed by following the steps below:

wget http://lz4.googlecode.com/files/lz4-r112.tar.gz
tar -xf lz4-r112.tar.gz
cd lz4-r112
make
sudo make install

About

Android kernel for Jiayu G4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.5%
  • Assembly 1.9%
  • C++ 1.8%
  • Objective-C 0.4%
  • Makefile 0.3%
  • Perl 0.1%