How do I install zImage on Android 2.2 device? I have one galaxy tab 7.0 and one NVIDIA Tegra 250 delvel kit.
I was trying to using fastboot on NVIDIA Tegra 250 but I failed.
I could load zImage using following command
fastboot boot zImage
The device shows that it downloaded the image but nothing happened. If I forced to restart then the kernel wasn't updated.
As for the Gallaxy Tab, I was trying to load the zImage with odin. But the input format should be either .tar or something else not the zImage.
I have been trying to figure this out for two weeks and I am still stuck. I will be very appreciated if you guys could help with that.
Thanks in advance..
fastboot flash zimage /path/to/zImage. I don't have a means of testing this at the moment, but you could give that a try. – eldarerathis♦ Oct 4 '11 at 13:31