chris41g / EG30Plus

Epic Touch 4g Stock Plus Root Busybox and CWR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HOW TO BUILD eg30Plus KERNEL 2.6.35 FOR SPH-D710

1. How to Build
	a.Visit http://www.codesourcery.com/, download and install Sourcery G++ Lite 2009q3-68 toolchain for ARM EABI.
	b.Edit Kernel/arch/arm/configs/eg30Plus_defconfig line 89:
	CONFIG_INITRAMFS_SOURCE="/home/chris41g/android/touch/initramfs/"
	with the absolute path to your initramfs
	b.Edit Kernel/Makefile line 192:
	CROSS_COMPILE	?= /home/chris41g/arm-2009q3/bin/arm-none-linux-gnueabi-
	with the absolute path to your Cross Compiler installed above
	c. Edit ncBuildHelper.sh line 13:
	CROSS_COMPILE="/home/chris41g/arm-2009q3/bin/arm-none-linux-gnueabi-"
	with the absolute path to your cross compiler installed above
	
	
	
2. Output files
	$ make eg30Plus_defconfig
	$ make 
	Kernel : Kernel/arch/arm/boot/zImage
	
	$./ncBuildHelper.sh -C -b -t
	Kernel : Kernel/arch/arm/boot/zImage
	Tar : eg30Plus-1.0.0.0.tar
	
	$./ncBuildHelper.sh -C -b -z
	Kernel : Kernel/arch/arm/boot/zImage
	CWM Zip : eg30Plus-1.0.0.0.zip
	
3. How to make .tar.md5 binary for downloading into target.
	- type following commands
	$ md5sum -t eg30Plus-1.0.0.0.tar >> eg30Plus-1.0.0.0.tar
	$ mv eg30Plus-1.0.0.0.tar eg30Plus-1.0.0.0.tar.md5

About

Epic Touch 4g Stock Plus Root Busybox and CWR


Languages

Language:C 97.6%Language:Assembly 2.2%Language:Perl 0.1%Language:Shell 0.1%Language:Rust 0.0%Language:C++ 0.0%Language:Python 0.0%Language:SuperCollider 0.0%Language:Objective-C 0.0%Language:ASP 0.0%Language:Vim Script 0.0%