View Single Post
Old 01-26-2012, 12:11 PM   #13
S3raph
Member
S3raph began at the beginning.
 
Posts: 14
Karma: 20
Join Date: Dec 2011
Device: Sony Reader PRS-T1
Your welcome

by the way I asked porkupan the correct parameters to build a "new" ramdisk

Code:
find . -print | cpio -o -H newc | gzip -v9 > ../ramdisk-adb.gz
mkimage -A ARM -O Linux -T ramdisk -C gzip -a 0x70308000 -e 0x70308000 -n "Normal Rootfs" -d ramdisk-adb.gz ramdisk-adb.uimg
as soon as I have some spare time I'm building a new ramdisk with e2fsck support.
S3raph is offline   Reply With Quote