linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Fix the bug that nandwrite can't write the yaffs2 image correctly
@ 2010-05-18 12:23 Stanley.Miao
  2010-05-18 12:23 ` [PATCH 1/2] Fix the bug of writing a yaffs2 image to NAND Stanley.Miao
  0 siblings, 1 reply; 7+ messages in thread
From: Stanley.Miao @ 2010-05-18 12:23 UTC (permalink / raw)
  To: linux-mtd; +Cc: yaffs

Many people encountered this problerm, creating a image by mkyaffs2image,
then write it into a nand falsh with nandwrite, then mounted failed.

This is because mkyaffs2image didn't know the oob layout of a NAND flash,
so it put the yaffs2 tags at the offset 0 of oob area, nandwrite didn't
put it at right position when writing oobdata.

Stanley.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-05-24  6:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-18 12:23 Fix the bug that nandwrite can't write the yaffs2 image correctly Stanley.Miao
2010-05-18 12:23 ` [PATCH 1/2] Fix the bug of writing a yaffs2 image to NAND Stanley.Miao
2010-05-18 12:23   ` [PATCH 2/2] check if the start address is page-aligned Stanley.Miao
2010-05-22  5:39     ` Artem Bityutskiy
2010-05-20  2:17   ` [Yaffs] [PATCH 1/2] Fix the bug of writing a yaffs2 image to NAND stanley.miao
2010-05-24  5:51     ` Artem Bityutskiy
2010-05-24  6:21       ` stanley.miao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).