Andy Green wrote: > Can you put up a tarball of the prepped rootfs image somewhere?
My rootimages are directly derived from http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/images/neo1973/OpenMoko-openmoko-devel-image-glibc-ipk-P1-Snapshot-20080116-fic-gta02.rootfs.tar.gz All I did was to redo the mkfs and add the sumtool. I created the fastest one as follows: gta02# flash_eraseall -q /dev/mtd5 gta02# mount -t jffs2 /dev/mtdblock5 /mnt pc# ssh 192.168.0.1 tar xz -C /mnt -f - <openmoko-devel-image-fic-gta02.tar.gz gta02# od -x </dev/mtd5 | tail -1000 (to see where the data ends) gta02# nanddump -o -b -l 0x4cc0000 /dev/mtd5 >dump.jffs2 I've uploaded it to http://people.openmoko.org/werner/dump.jffs2.bz2 (Phew, that was slow :-( ) - Werner
