For some reason I cant seem to compile a kernel for my Googl Nexus.  Im 
able to build the ASOP with the stock kernel and flash it to the device 
successfully. When I try to add my own kernel it doesn't work and all of 
the directions  I see  on line are mostly incomplete. They assume you know 
some part of the process. Its never step by step.


-----------
I can build the ASOP no problem  
Android 4.2.2_r1
Google Nexus Verizon [toro]
Ubuntu 10.04
Java  "1.6.0_39"

----------------
This is what I did to compile my kernel. Step by Step.  If you do this it 
will fail to work on a Google Nexus 4.2.2_r1.

mkdir /kernel_src
cd /kernel_src

git clone https://android.googlesource.com/kernel/omap.git
cd omap 
git branch -a
git checkout -b android-omap-tuna-3.0 remotes/origin/android-omap-tuna-3.0
cp arch/arm/boot/zImage  /ICS_SOURCE/device/samsung/tuna/kernel
cd /ICS_SOURCE
make
cd /ICS_SOURCE/out/target/product/toro
 
Then I flashed the *.img files to my Google Nexus and all it does it hang at 
the Google boot up screen.

If you were able to get this to work with a Google Nexus can you post your step 
by step directions?

Just FYI: I tried 
  remotes/origin/android-omap-tuna-3.0-ics-mr1





















-- 
-- 
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