Skip to content

Creating android image for m701 r

rngadam edited this page Apr 19, 2011 · 3 revisions

Building kernel

checkout Android

$ mkdir ~/android
$ cd ~/android
$ repo init -u git://android.git.kernel.org/platform/manifest.git
$ repo sync

(will download 6 Gigs... ask for someone else copy if you can!)

compiling kernel

untar telechip kernel

export ARCH=arm
make tcc8900_defconfig
make menuconfig

edit Makefile. Make sure that CROSS_COMPILE points to the right Android prebuilt binaries

make

Testing your image

sudo apt-get install qemu-kvm-extras
qemu-system-arm -M versatilepb -m 128M -kernel zImage

Clone this wiki locally