* NAND Flash FTL
@ 2007-03-08 17:23 Michel LECONTE
0 siblings, 0 replies; only message in thread
From: Michel LECONTE @ 2007-03-08 17:23 UTC (permalink / raw)
To: linux-mtd
Thanks David it works now.
The problem now is it's too long to be mount.
I think my filesystem is too big.
I've try another way with FTL and ext2.
First I did some partition :
# cat /proc/mtd
dev: size erasesize name
mtd0: 00400000 00010000 "physmap-flash.0"
mtd1: 04000000 00020000 "Linux"
mtd2: 0e000000 00020000 "Apps"
mtd3: 10000000 00020000 "Data"
Then I used nftl_format :
# ./nftl_format /dev/mtd1
$Id: nftl_format.c,v 1.24 2005/11/07 11:15:13 gleixner Exp $
Unrecognized Erase size, 0x20000 - I'm confused
And ftl_format :
cm-debian:/opt# ./ftl_format /dev/mtd1
Partition size = 64 mb, erase unit size = 128 kb, 1 transfer units
Reserved 5%, formatted size = 62883328 bytes
Erasing all blocks...
+++
block erase failed: Input/output error
format failed.
ftl_chek :
cm-debian:/opt# ./ftl_check /dev/mtd1
Memory region info:
Region size = 64 mb Erase block size = 128 kb
No valid erase unit headers!
What's wrong ?
Can I use FTL with my NAND Flash ?
ftl_format is it just for PMCIA and nftl_format for Disk On Chip or not ?
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-03-08 17:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-08 17:23 NAND Flash FTL Michel LECONTE
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.