Hi,

We are using the NAND flash on DVEVM board.
 
The NAND flash is a 64MiB flash with a 16KiB erasesize and 512 Bytes page size

1. We are trying to put the root file system on NAND partition as JFFS2. 

We create the jffs2 image with the following options

mkfs.jffs2 -p -e 0x4000 -n -r fstype/ -o rootfs.jffs2

-n option was included to avoid the series of following warnings:

CLEAN MARKER node found at 0x00074000 has totlen 0xc != normal 0x0

and nandwrite is used with the following options

nandwrite -p -j -s 0x02500000 /dev/mtd1 rootfs.jffs2
mtd1 is the partition starting at address 0x02500000

For the first time it boots successfully with the series of following warnings 
Empty flash at 0x001d3ffc ends at 0x001d4000

but on every boot the warning changes but the boot succeds

what could be wrong?

Thanks for help in advance

regards,
-Ketan




                
__________________________________________________________
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to