View Single Post
Old 08-14-2009, 07:53 AM   #1
chinaet
Member
chinaet has learned how to buy an e-book online
 
Posts: 14
Karma: 84
Join Date: Sep 2006
Device: iliad Kindle DX
extract initramfs from kindle dx kernel image

Code:
 dd if=/dev/mtd1ro of=uImage bs=1024 count=3584
 dd if=uImage of=img.gz bs=1 skip=$((0x32a0))
 gunzip img.gz
 dd if=img of=initramfs.cpio.gz bs=1 skip=$((0x14a40))

Last edited by chinaet; 08-23-2009 at 06:12 PM.
chinaet is offline   Reply With Quote