The OMAP kernel 3.0 The kernel version git clone #git clone https://android.googlesource.com/kernel/omap, #cd omap #git checkout remotes/origin/android-omap-panda-3.0
#export ARCH=arm #export PATH =$PATH:path/to/cross_compile/arm-2010q1/bin #export CROSS_COMPILE=path/to/cross_compile/arm2010q1/bin/arm-none- linux-gnueabi- #make ARCH=arm distclean (required to rebuild only) #make ARCH=arm panda_defconfig #make ARCH=arm uImage -j4 refer :http://groups.google.com/group/android-building/browse_thread/ thread/187c2c1587bcc1b6# Thank you :) On Dec 2, 3:12 pm, Kolanchinathan S <[email protected]> wrote: > Hi, > > I completed build my android source code following the below > link > > http://source.android.com/source/building.html > > Now I want to build the kernel image to porting on DM365. > > How to port the kernel image on DM365. > > Please guide me. > > Regards > Kolanchinathan. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
