You don't build a rom from a zImage. The zImage is part of the boot.img which is only a part of a ROM. You need to get a ramdisk.gz for your device and then use that and "mkbootimg" with your zImage to make a boot.img for your device. You can then replace the boot.img of other ROMs (for your device) with the boot.img that you have created.
Alternatively, just find a boot.img for your device, split it, and replace the kernel with your kernel (the zImage), and then repack the boot.img. Voila, boot.img with your kernel. On Saturday, April 27, 2013 5:27:59 PM UTC-4, aw hacker wrote: > > i have cofigure and compile linux 3.0.8kernel for rk3066 SOC and i need to > build android rom from the zImage > what is the steps that i should follow to do this ? > -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
