Git Product home page Git Product logo

dhirajms / kernel_nokia_mt6737 Goto Github PK

View Code? Open in Web Editor NEW
8.0 3.0 8.0 895.64 MB

Kernel Source of Nokia 1 (TA-1047/TA-1060/TA-1056/TA-1079/TA-1066)

License: Other

Makefile 0.38% C 95.72% Assembly 1.69% C++ 1.57% Objective-C 0.38% Shell 0.05% Perl 6 0.01% Awk 0.01% Python 0.06% GDB 0.01% Perl 0.09% Yacc 0.02% Lex 0.01% UnrealScript 0.01% Prolog 0.01% Scilab 0.01% XS 0.01% Roff 0.01% Clojure 0.01% M4 0.01%
nokia-1 nokia3

kernel_nokia_mt6737's Introduction

1. Kernel configuration files
   arch/arm/configs:
   Nokia 1 (TA-1047/TA-1060/TA-1056/TA-1079/TA-1066): FRT_defconfig

2. How to build

  Prerequisites:

    * ramdisk.img - root fs

    * mkbootimg - boot.img generator

    * The ARM cross-compiler
      We recommend getting the CodeSourcery Lite compiler.
      Or, you can also use prebuild executable binary which is included in
      standard Android tree.

  Step 1: Build Kernel (zImage)
    $ cd kernel-3.18

    $ export ARCH=arm

    $ export CROSS_COMPILE=<cross compile path with prefix>
      NOTE: Please set the location and the prefix of the ARM cross-compiler.
	        Please use the absolute path for this.
	  ex) <cross compiler path>/prebuilts/gcc/linux-x86/arm/arm-eabi-6.3.1/bin/arm-eabi-

    $ make FRT_defconfig O=<output path>
      NOTE: Please set a configuration file you want to build.

    $ make O=<output path>

    You can see arch/arm/boot/zImage-dtb if you succeed in building the kernel.

  Step 2: Assembling the boot.img
    (In the output directory)
	$ mkbootimg --kernel arch/arm/boot/zImage-dtb --cmdline "bootopt=64S3,32N2,32N2 buildvariant=userdebug" \
	  --base 0x40000000 --kernel_offset 0x00008000 --ramdisk_offset 0x04000000 --tags_offset 0xE000000 \
	  --ramdisk ramdisk.img --output boot.img

kernel_nokia_mt6737's People

Contributors

torvalds avatar broonie avatar davem330 avatar tiwai avatar gregkh avatar htejun avatar kaga-koko avatar bigguiness avatar pmundt avatar joeperches avatar arndb avatar axellin avatar bzolnier avatar jmberg-intel avatar ralfbaechle avatar adrianbunk avatar danvet avatar olofj avatar rddunlap avatar larsclausen avatar dhowells avatar kaber avatar acmel avatar ickle avatar ozbenh avatar heicarst avatar neilbrown avatar hverkuil avatar ebiederm avatar jmberg avatar

Stargazers

Dmytro avatar xalienxx avatar  avatar loannaflip avatar  avatar  avatar Sagar avatar mr•vybes avatar

Watchers

James Cloos avatar  avatar  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.