> Better would be to paste your mkfs.jffs2 line directly. I guess you did 
> use something like
> # mkfs.jffs2 -r rootfs -o rootfs.jffs2 -e 128 -l -n
> right? I guess '-e 128 -l' is critical.

Yup, right from the tar2jffs2.sh script:

mkfs.jffs2 -r $TEMPDIR -o $name.temp  -e 128 -l -n

It does the sumtool line too:

sumtool -i $name.temp -o $name -e 128KiB -l -n

> You can also flash rootfs via mtd-utils when booted from mmc but flasher 
> probably has some reason why it is refusing the flashing.

I assumed there was some reason, but (1) it doesn't tell me, and (2)
there's no source, so I can't figure it out myself.
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to