about jffs2's compression and cfi->fast_prog being turn off
David Woodhouse
dwmw2 at infradead.org
Fri Sep 20 11:55:26 EDT 2002
jlu at rdmcorp.com said:
> 1. With this latest jffs2, can we turn off the compression? If can ,
> how can we turn it?
Not implemented yet. Send patch -- it's quite simple :)
> 2. If we still use the jffs2 compression after we compress the image
> using CCITT4 Group algorithm, could it help us to reduce the size to
> store the compressed image into the flash memory?
It's unlikely that further compression will have any useful effect. You
could try telling it to attempt only 'rtime' compression, but just telling
it not to compress the file(s) in question would be best.
> 3. With the latest jffs2, the erase suspend is implemented for AMD
> CFI chips, such as Am29Lv320MB?
JFFS2 knows nothing of such things. The current cfi_cmdset_0002 code does
not support erase suspend. I've never had hardware I can test on, and
nobody's submitted a patch known to be working. Again, fairly simple to
implement this yourself.
> Turnning off the cfi->fast_prog will affect the the time needed to
> program the flahsh?
It shouldn't make a lot of difference.
--
dwmw2
More information about the linux-mtd
mailing list