Jump to content


LG Optimus L7 P700 kernel source

- - - - -

  • Please log in to reply
No replies to this topic

#1
hecatae

hecatae

    Hardcore

  • Moderator Team
  • PipPipPipPipPipPip
  • 3,065 posts
  • Gender:Male
  • Location:northampton
  • Devices:Optimus L3 ZTE V790 Tureis
  • Twitter:@hecatae
http://www.lg.com/gl...odelCode=LGP700

1. Android build

  - Download original android source code ICS 4.0.3 (android-cts-2.2_r2) from http://source.android.com/source/downloading.html					
  - Unzip opensource packages of P700_ICS_Android.tar.gz into downloaded android source directory 
  - And, merge the source into the android source code
  - Run following scripts to build android						  
	(a) source build/envsetup.sh
	(B) lunch full-eng
	(c) make -j4		  

  -  When you compile the android source code, you have to add google original prebuilt source(toolchain) into the android folder 
  -  "-j4" : The number, 4, is the number of multiple jobs to be invoked simultaneously. 

2. Kernel Build

  - Untar using follwwing command at the android folder
		tar -zxvf P700_Kernel.tar.gz
  - cd kernel
  - make ARCH=arm u0-rev_f-perf_defconfig
  - make ARCH=arm CROSS_COMPILE=../prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/arm-eabi- zImage -j4

  After Build, You Can find the build image at arch/arm/boot





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users