Hi Tung, I tried your method to get 2.6.29 but I am looking for a specific version. I am looking for Kernel Version 2.6.29-e3993620
Any idea if it is possible to get such specific kernel versions? Thanks and Regards, Perumal On Aug 12, 4:11 pm, Tung Dang <[email protected]> wrote: > Hi, > > For example : > > $git clone git://android.git.kernel.org/kernel/common > > We check which branch we have downloaded: > $git branch > > it shows * android-2.6.27, not the one we are searching for: > > To *list* all *remote* available *branches*: > $git branch -r > > origin/HEAD -> origin/android-2.6.27 > origin/android-2.6.25 > origin/android-2.6.27 > origin/android-2.6.29 > origin/android-2.6.32 > origin/android-goldfish-2.6.27 > origin/android-goldfish-2.6.29 > > *Download > * > > android-2.6.32 *kernel version* > > $git checkout --track -b android-2.6.32 origin/android-2.6.32 > $git branch > > android-2.6.27 > * android-2.6.32 > > Cheer, > Tung > > > > On Thu, Aug 12, 2010 at 11:52 AM, perumal316 <[email protected]> wrote: > > Hi All, > > > Any idea how do I download Android kernel? > > > I can use: > > > git clone git://android.git.kernel.org/kernel/common.git kernel > > > But I want a specific kernel version. Any idea how do I obtain my > > preferred kernel version? > > > Thanks In Advance, > > Perumal > > > -- > > unsubscribe: > > [email protected]<android-kernel%2bunsubscr...@googlegroups.com> > > website:http://groups.google.com/group/android-kernel- Hide quoted text - > > - Show quoted text - -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
