nand write problem
Jonas
jdietsche at fsforth.de
Mon May 30 06:34:13 EDT 2005
Hi blair,
> I believe you need to use the -p (pad) option to nandwrite.
> Please let us see your nandwrite command line.
This is what I tried:
# ./nandwrite --jffs2 /dev/mtd/2 jffs2.img
Use -f option to enforce legacy placement on autoplacement enabled mtd
device
# ./nandwrite -f /dev/mtd/2 jffs2.img
./nandwrite: illegal option -- f
# ./nandwrite -f --jffs2 /dev/mtd/2 jffs2.img
./nandwrite: illegal option -- f
# ./nandwrite -p /dev/mtd/2 jffs2.img
this takes a long time until it is finished.
then I mount it with
# mount -t jffs2 /dev/mtdblock/2 /mnt/
and get a lot of
CLEANMARKER node found at 0x00000000 has totlen 0xc != normal 0x0
Copy the image with nandwrite is the correct and only way? Or is there
another possibility?
Jonas
More information about the linux-mtd
mailing list