FloRider
Senior Member
- Dec 2, 2012
- 358
- 111
- Thread starter
- #31
Have you got the Kernel booting already?
I can build it, but it wont boot.
@FloRider:
I think you shoult build a boot.img and try to boot these.
- extract the boot.img from your tablet (use dd)
- extract the boot.img with abootimg
- put your zImage to this directory
- build a new boot.img with your Kernel inside
- try to boot this with fastboot
What I did was to compile my zImage, pull the boot.img from the ROM I'm using, extract the ramdisk using Kernel kitchen, then do a permanent flash using fastboot flash:raw boot <kernel> <ramdisk>. When I boot, I just get the Lenovo logo. Nothing after that. So I save my tail by pulling the kernel from the ROM boot.img with Kernel Kitchen and flash using that kernel and the ramdisk. Boots fine with the ROM zImage. As far as I can tell, this is just a different way to do what you're suggesting -- and a bit easier for a noob like me.