That kernel is older and likely not compatible with android 2.3. What you've downloaded with repo is just the android platform. You also need the updated samsung kernel.
To grab the source from http://android.git.kernel.org/?p=kernel/samsung.git;a=summary do the following: $ cd mydroid $ git clone git://android.git.kernel.org/kernel/samsung.git This will grab the samsung 2.6.35 kernel files. I took a look and it looks like the samsung 6410 is in there (kernel/ arch/arm/mach-s3c64xx / ) That should get you started.... On Mar 20, 10:29 pm, Sarathy <[email protected]> wrote: > I have an Eval board with SAMSUNG 6410 CPU, on which android 2.1 is > already ported, which has kernel version 2.6.29. Now i just want to > upgrade the android 2.1 to 2.3 Gingerbread. > > I have downloaded the source code > fromhttp://android.git.kernel.org/?p=kernel/samsung.git;a=summary, > by following these steps > " > To clone the entire platform, install repo, and run: > > mkdir mydroid > cd mydroid > repo init -u git://android.git.kernel.org/platform/manifest.git > repo sync > " > Please advice me on How to configure this kernel for my target > platform.(SAMSUNG 6410) > > Thanks in advance, > Sarathy -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
