Hi, I post all the ways I have tried to flash the kernel and the problems I found:
* * *fastboot flash kernel zImage * sending 'kernel' (2207 KB)... OKAY writing 'kernel'... INFOsignature checking... FAILED (remote: signature verify fail) *fastboot flash:raw kernel zImage * creating boot image... creating boot image - 2263040 bytes sending 'kernel' (2210 KB)... OKAY writing 'kernel'... INFOsignature checking... FAILED (remote: signature verify fail) Does it mean that the kernel is corrupted? If I tried *fastboot flash:raw boot zImage *the mobile doesn't turn on after rebooting. I have also tried to create a boot.img following these instructions http://android-dls.com/wiki/index.php?title=HOWTO:_Unpack%2C_Edit%2C_and_Re-Pack_Boot_Imagesand I obtained the same result (unable to turn on after rebooting) Thanks so much 2010/6/4 Idoya Olalde <[email protected]> > Hi sanjeev, > > I have the zImage, but how can I create the root.img? > > thanks > > 2010/6/3 Idoya Olalde <[email protected]> > > Hi, >> >> I tried with: >> >> fastboot flash:raw boot zImage >> >> No errors appear, but when I rebooted the device, it doesn't turn on. >> >> >> >> 2010/6/3 sanjeev sharma <[email protected]> >> >> >>> I am flashing like that >>> >>> fastboot flash boot boot.img... >>> >>> >>> boot.img=zimage+root.img >>> >>> >>> sanjeev >>> >>> >>> >>> On Wed, Jun 2, 2010 at 4:50 PM, mjrgens <[email protected]> wrote: >>> >>>> Hi, >>>> >>>> you have to flash it: "fastboot flash:raw boot <kernel> <ramdisk>". >>>> >>>> mjrgens >>>> >>>> On 1 Jun., 15:25, Idoia Olalde <[email protected]> wrote: >>>> > Hi, >>>> > >>>> > I need to use a specific image of the kernel, so I use "fastboot boot >>>> > zImage" to install it on the phone, but everytime I turn off the >>>> > phone, I lose it and I have to install it again. Is any way to not >>>> > reinstall the kernel every time the phone is rebooted? >>>> > >>>> > Thanks, >>>> >>>> -- >>>> unsubscribe: >>>> [email protected]<android-kernel%[email protected]> >>>> website: http://groups.google.com/group/android-kernel >>>> >>> >>> -- >>> unsubscribe: >>> [email protected]<android-kernel%[email protected]> >>> website: http://groups.google.com/group/android-kernel >>> >> >> > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
