Giter Club home page Giter Club logo

ramgar / catb15kernel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nextgeniuspro/catb15kernel

0.0 2.0 0.0 149.99 MB

Android kernel sources for CAT B15 smartphone

License: GNU General Public License v2.0

C 92.52% Perl 0.45% Makefile 0.40% Assembly 1.94% C++ 3.83% Objective-C 0.61% Shell 0.05% Awk 0.01% SourcePawn 0.01% Python 0.04% UnrealScript 0.01% Yacc 0.02% Lex 0.01% Groff 0.01% Scilab 0.01% ASP 0.01% XS 0.01% Perl 6 0.09% Java 0.01% Batchfile 0.01%

catb15kernel's Introduction

================================================================================ Android kernel sources for CAT B15 smartphone (4.1.2)

================================================================================ Requirements

  • Ubuntu 14.04 (64 bit)
  • Ram 2Gb+
  • HDD 30Gb+
  • NDK

Install additional package: sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 libncurses5-dev

================================================================================ Build kernel

  • cd CATB15KernelPath/kernel
  • export CROSS_COMPILE=NDKPath/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-
  • TARGET_PRODUCT=vt58 MTK_ROOT_CUSTOM=../mediatek/custom/ MTK_PATH_SOURCE=../mediatek/kernel/ MTK_PATH_PLATFORM=../mediatek/platform/mt6577/kernel/ ARCH_MTK_PLATFORM=mt6577 TARGET_BUILD_VARIANT=user ./build.sh clean
  • TARGET_PRODUCT=vt58 MTK_ROOT_CUSTOM=../mediatek/custom/ MTK_PATH_SOURCE=../mediatek/kernel/ MTK_PATH_PLATFORM=../mediatek/platform/mt6577/kernel/ ARCH_MTK_PLATFORM=mt6577 TARGET_BUILD_VARIANT=user ./build.sh release

After compilation kernel binary will be placed in CATB15KernelPath/mediatek/custom/out

================================================================================ Build boot.img

  • Place kernel_vt58.bin kernel binary to CATB15KernelPath/bootimg
  • run ./repack-MT65xx.pl -boot kernel_vt58.bin ramdisk boot.img

catb15kernel's People

Contributors

nextgeniuspro avatar

Watchers

James Cloos avatar ramgar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.