JFFS2-MTD-NAND
David Woodhouse
dwmw2 at infradead.org
Sat Jan 4 04:48:12 EST 2003
On Sat, 4 Jan 2003, Taeil Um wrote:
> Hi all ! Happy New Year!
>
> I used jffs2 for My Board which has 16M SAMSUNG nand flash chip.
> I succeeded to port JFFS2-MTD-NAND layer in order to use NAND flash.
>
> But sometimes (not always) if i mount NAND chip, the kernel die with following "KERNEL OOPS!"
>
> --------------------------------------------------------------------------------------------------
> Checked all inodes but still 0x1dc bytes of unchecked space?
Please compile with CONFIG_JFFS2_FS_DEBUG=2 and log all the messages
during the mount. There'll be lots -- use a serial console and log them
directly to a file. They'll be at KERN_DEBUG loglevel too, so if it's your
root file system then edit kernel/printk.c to make sure they actually get
printed (change DEFAULT_CONSOLE_LOGLEVEL to 9).
Then compress them and send them to me directly.
--
dwmw2
More information about the linux-mtd
mailing list