Re: [android-kernel] Re: Nexus S kernel not booting after compiling

2011-03-30 Thread Karishma Babu
I am using the options you provided while creating my new boot image. " ./mkbootimg --kernel zImage --ramdisk newramdisk.cpio.gz *--base 0x3000 --pagesize 4096* -o newtestboot.img " Also, a slight typo in the make instructions export PATH=$PATH:/home//mydroid/prebuilt/linux-x86/toolchain/arm

Re: [android-kernel] Re: Nexus S kernel not booting after compiling

2011-03-30 Thread Steve Modica
Did someone modify fastboot to not require the special options anymore? I didn't think what you did would work. On Mar 30, 2011, at 2:04 PM, k b wrote: > Finally managed to boot using my new kernel. The problem was with the > bootloader version I was using. Did the following to get it to work

Re: [android-kernel] Re: Nexus S kernel not booting after compiling

2011-03-30 Thread k b
Finally managed to boot using my new kernel. The problem was with the bootloader version I was using. Did the following to get it to work : 1. My Nexus S phone was still on 2.3.0. Updated it manually to 2.3.3 (update.zip). Used Clockwork Mod Recovery to wipe dalvik cache, userdata and cache partit

Re: [android-kernel] Re: Nexus S kernel not booting after compiling

2011-03-29 Thread Steve Modica
> > I have exactly the same problem and as you can see from my post > (http://groups.google.com/group/android-kernel/browse_thread/thread/ > 6719c09c108b977a) I used the CROSS_COMPILE stuff when I built. Steve, > have you done this successfully? What exactly did you do? I do the following: go i

Re: [android-kernel] Re: Nexus S kernel not booting after compiling

2011-03-29 Thread Steve Modica
Are you guys running fastboot with the special options for nexus S? fastboot -b 0x3000 -n 4096 If you don't use these, it will hang. The base and the page size are different. On Mar 29, 2011, at 10:40 AM, k b wrote: > Hi Steve, > > Thanks for your input. I tried the CROSS_COMPILE flag

Re: [android-kernel] Re: Nexus S kernel not booting after compiling

2011-03-29 Thread k b
Hi Steve, Thanks for your input. I tried the CROSS_COMPILE flag for config as well, but am still facing the same problem. Also : 1. I have checked that it's not because of the way I am recreating boot.img using the new zImage (tried it with split_bootimg.pl as well). 2. A few posts online mentio

[android-kernel] Re: Nexus S kernel not booting after compiling

2011-03-29 Thread Ian
Hi KB, Steve, I have exactly the same problem and as you can see from my post (http://groups.google.com/group/android-kernel/browse_thread/thread/ 6719c09c108b977a) I used the CROSS_COMPILE stuff when I built. Steve, have you done this successfully? What exactly did you do? Thanks, Ian. On Mar