[android-kernel] Re: Pack ramdisk into zImage without using kernel build system

2012-06-25 Thread petter
Hi, thanks for reply, but I need to create my own mkbootimg binary, because my bootloader doesn't support android's boot.img layout. My bootloader supports standart linux zImage with initramfs, so I need to write mkbootimg binary, which will merge zImage with android's ramdisk(initramfs) in kern

[android-kernel] Re: Pack ramdisk into zImage without using kernel build system

2012-06-18 Thread Filip Zalewski
If you have a boot.img from an existing device, you can use the following process to extract the ramdisk, supply your own zImage, and repack back into a bootable image. http://android-dls.com/wiki/index.php?title=HOWTO:_Unpack%2C_Edit%2C_and_Re-Pack_Boot_Images On Wednesday, 6 June 2012 04:0