Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.42 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.42 KB

Unofficial Kernel Marshmallow 6.0.1 for SM-G800H

Qualcomm Snapdragon 400 MSM8226 ################################################################################################### HOW TO BUILD Unofficial Kernel Marshmallow 6.0.1 for SM-G800H

  1. How to Build

    Extract kernel source and move into the top directory.

    $ ./build_kernel.sh

  2. Output files

    • Kernel : Kernel/arch/arm/boot/zImage
    • module : Kernel/drivers//.ko
  3. How to Clean

    $ make clean

  4. How to make .tar binary for downloading into target.

    • change current directory to Kernel/arch/arm/boot
    • type following command

    $ tar cvf Unofficial_Kernel_MM.tar zImage

###################################################################################################