A solution for a particular "Magic bitmask 0x1985 not found" error

David Woodhouse dwmw2 at infradead.org
Fri May 23 12:16:42 EDT 2003


On Fri, 23 May 2003, Brian T. wrote:

> I have seen this also, but it was caused by uploading the jffs2 image to the
> unit using xmodem, which annoyingly pads the last (128 - (SIZE % 128)) of
> the file being uploaded with 0x1A.  I fixed this by padding the end of the
> file with 0xFF prior to upload to make it look erased instead.

That's why I added the '-p' option to mkfs.jffs2 many moons ago. It's not 
quite the same as the others are seeing though -- if you look closer at 
their messages, the words on the flash that JFFS2 is complaining about 
aren't all 0x1A1A and aren't at the end of the image; they're at the 
beginning.

-- 
dwmw2




More information about the linux-mtd mailing list