Hi fellow hackers, 

I'm trying to download the kernel source code for Panda following the 
recipe found here: 

http://source.android.com/source/building-kernels.html 

In short, the error I got was: "fatal: reference is not a tree: 
224d695ed9e09c32479b63412eb345e78c2b4349". 

---

What I did: 

cd $ANDROID/device/ti/panda/
git log --max-count=1 kernel 

Which gave: 

commit 224d695ed9e09c32479b63412eb345e78c2b4349
Author: Jean-Baptiste Queru <jbq AT google DOT com>
Date:   Mon Dec 3 18:57:54 2012 -0800

    New PandaBoard kernel
    
    Built from kernel cb5fc502c60be9305c5a007be335e860d9e7c0cb
    
    cb5fc50 Revert "I2C: OMAP: correct SYSC register offset for OMAP4"
    623520a ARM:Panda: Add TI ST HCI flag
    582ab23 Bluetooth: Add tty HCI driver
    
    Change-Id: Ib3d6b2c809f0f88586455c4056f92511a845c70b

--- 

cd $ANDROID 
git clone https://android.googlesource.com/kernel/omap.git 
cd omap 
git checkout 224d695ed9e09c32479b63412eb345e78c2b4349

And as mentioned above, this gave: 
"fatal: reference is not a tree: 224d695ed9e09c32479b63412eb345e78c2b4349" 

---

Would anyone know any remedy to this ailment? Any suggestions would be much 
appreciated. 

Many thanks! 

Hugh 













-- 
-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel
--- 
You received this message because you are subscribed to the Google Groups 
"Android Linux Kernel Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-kernel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to