[android-developers] Re: why there's no boot.img in Android-1.5

2009-06-15 Thread Odessa Silverberg
Because this group is called android-developers and is meant for developing of the acutal android/java apps and not (re-)compiling of the cupcake/source files? On Jun 14, 7:36 pm, abranzyck german.bla...@gmail.com wrote: Sorry if this is an stupid question, this is actually my first post here

[android-developers] Re: why there's no boot.img in Android-1.5

2009-06-14 Thread abranzyck
Sorry if this is an stupid question, this is actually my first post here ... Why does this need to be moved to porting, because it is a G1? I have the Google Developer Phone 1 and I have exactly the same problem, don't I need this boot.img to load the Android 1.5 I have built into the phone? On

[android-developers] Re: why there's no boot.img in Android-1.5

2009-04-23 Thread david 1
The kernel is lost. I traced the making log, and found boot image is generated based on ramdisk image kernel. So, boot image is not created successfully. Then I 'make ARCH=arm CROSS_COMPILE=arm-eabi- goldfish_defconfig make' and got a zImage. Then I used it as 'kernel' to generate a boot.img

[android-developers] Re: why there's no boot.img in Android-1.5

2009-04-23 Thread Dianne Hackborn
Please move this to android-porting. On Thu, Apr 23, 2009 at 2:17 AM, david 1 david...@gmail.com wrote: The kernel is lost. I traced the making log, and found boot image is generated based on ramdisk image kernel. So, boot image is not created successfully. Then I 'make ARCH=arm