available here: http://www.lg.com/gl...odelCode=LGE610
1. Android buid - Download original android source code (Ice Scream Sandwich Version mr1_4.0.3) from http://source.android.com - Untar opensource packages of E610_android_opensources.tar.gz into downloaded android source directory a)$tar xvzf ./E610_android_opensources.tar - And, merge the source into the android source code(IcsScreanSandwich) - Run following scripts to build android B)$source build/envsetup.sh c)$choosecombo 1 generic 1 d)$make -j4 - When you compile the android source code, you have to add google original prebuilt source(toolchain) into the android folder - If the android is built successfully, you can find output at out/target/product/generic * "-j4" : The number, 4, is the number of multiple jobs to be invoked simultaneously. 2. Kernel Build - Install Sourcery G++ Lite 2009q3-68 toolchain for ARM EABI. Visit http://www.codesourcery.com/, download and install the toolchain. - Untar the kernel source using following command at the android folder a)$tar xvzf E610_kernel_opensources.tar.gz - Run following scripts to build kernel B)$make ARCH=arm CROSS_COMPILE=arm-eabi- m4eu-perf_rev11_defconfig c)$make ARCH=arm CROSS_COMPILE=arm-eabi- zImage -j4 (arm-eabi- : the directory which arm-eabi-gcc is installed) - If the kernel is built successfully, you can find the build image at arch/arm/boot * "-j4" : The number, 4, is the number of multiple jobs to be invoked simultaneously.







Sign In
Create Account


Back to top









