Skip to content

brandonindar/HWY600-kernel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#IMPORTANT: this kernel is for KitKat ROMs!

Building kernel

You first have to configure your buildenv - check this out.

Build command is:

./mk -o=TARGET_BUILD_VARIANT=user y600 n k

It will produce a binary image, located at %WORKDIR%/out/Download/flash/kernel_y600.bin

You will then have to connect the kernel with ramdisk from this repo to get a working image
To do so, make a compressed cpio and provide it and kernel to mkbootimg utility

About

Linux 3.4.67 sources for MT6572 (Huawei Y600-U20)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.6%
  • C++ 4.7%
  • Assembly 1.8%
  • Perl 0.8%
  • Objective-C 0.7%
  • Makefile 0.4%