Re: [android-kernel] How do you compile the kernel for Google Nexus?

2013-03-20 Thread Clarence H
Stephen Smalley you are the man That small bit of information is what I needed to make this work... I wanted to share what I did because I'm probably not the the only guy who has run into this! Its really not "crystal" clear on that android website. I like real life "working" examples

Re: [android-kernel] How do you compile the kernel for Google Nexus?

2013-03-20 Thread Clarence H
I downloaded the whole ASOP soure tree by doing what was suggested on this webpage. http://source.android.com/source/downloading.html After the repo sync command finished I ran 'lunch' , then 'make otapackage'. Everything compiled then I flashed the *.img files to the phone and everything wo

Re: [android-kernel] How do you compile the kernel for Google Nexus?

2013-03-19 Thread Stephen Smalley
On 03/18/2013 01:47 AM, Clarence H wrote: 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 mos

Re: [android-kernel] How do you compile the kernel for Google Nexus?

2013-03-19 Thread Jeremy Morales
An odd way to do things. I'm not sure if AOSP does inline kernel compiling. Can you check your out/target/product/toro/root Since you never listed that you got the device tree of toro, it sounds like you are missing many key init files. On Mon, Mar 18, 2013 at 9:06 PM, Clarence H wrote: > I do

Re: [android-kernel] How do you compile the kernel for Google Nexus?

2013-03-18 Thread Clarence H
I download the source then compile the kernel. Then I copy the new zImage to the ASOP tree.. or source area. Then I recompile the ASOP with the new kernel and flash the device. After that the phone never boots. It just gets stuck at the Google screen. ** I left out the 'make' command by

Re: [android-kernel] How do you compile the kernel for Google Nexus?

2013-03-18 Thread Jeremy Morales
I'm a little confused on your steps. So you download the kernel source and run make? Or did you download the kernel source, and all the necessary device tree files as well? On Sun, Mar 17, 2013 at 11:47 PM, Clarence H wrote: > For some reason I cant seem to compile a kernel for my Googl Nexus

[android-kernel] How do you compile the kernel for Google Nexus?

2013-03-18 Thread Clarence H
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 som