NAND and JFFS2 newbie question

Nils Faerber nils.faerber at kernelconcepts.de
Wed Jan 28 07:29:23 EST 2009


Will Wagner schrieb:
> Hi All,
> 
> I have an arm iMx31 board with 128M of NAND flash. It all appears to be working however I 
> get a lot of error/warning messages and I'd just like to check I am doing things right.
> 
> The NAND chip is a ST NAND01G-B2B used in 8-bit mode which has 2048+64 byte pages and 128k 
> block size. Linux is 2.6.24.7 with Freescale patches for MTD support on the iMx31 chip.
> 
> I am wanting to create a JFFS2 partition on the device. The partition is created using:
> 
> mkfs.jffs2 -s 2 -e 128 -c 12 -o fs.jffs2 -r jffs2_fs

I guess one of the problems will be that the sizes you specified are way
too small. Fomr the man-page of mkfs.jffs2:
"Options that take SIZE arguments can be specified as either decimal
(e.g., 65536), octal (0200000), or hexidecimal (0x1000)"

So for an eraseblocksize of 128kbytes you would specify "-e 131072".

Wrong settings can confuse jffs2 pretty easily.

> Thanks,
> Will
Cheers
  nils faerber

-- 
kernel concepts GbR        Tel: +49-271-771091-12
Sieghuetter Hauptweg 48    Fax: +49-271-771091-19
D-57072 Siegen             Mob: +49-176-21024535
http://www.kernelconcepts.de



More information about the linux-mtd mailing list