On Wed, 2011-03-30 at 13:38 +0200, Sebastien Bourdeauducq wrote: > I think the removal of the trailing F's could be done as a > post-processing step, maybe with a separate tool. YAFFS2 should write > the files at the beginning of the flash partition already.
Hmm, or better, straight in the flashing tool. The flash chips are actually smart and do not erase already empty sectors (so sending an erase command to erase an empty sector is very fast). So all the flasher tool needs to do is skip writing large amounts of consecutive F's in a sector that was just erased... maybe it does that already? S. _______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkymist@Freenode Twitter: www.twitter.com/milkymistvj Ideas? http://milkymist.uservoice.com
