Warning!!
The nand flash driver is bugged (wrong use of nand ce signal).
Hi have recently posted a patch that solve the problem (8 June)

________________________________

Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Claudia De 
Bartolomeis
Inviato: giovedì 21 giugno 2007 11.02
A: uClinux development list
Oggetto: [uClinux-dev] Mouting JFFS2 file system


Hi Vanitha,
what "kernel boot command" did you use to mount the file system from the Nand 
flash?
 
Something like "root=/dev/mtdblockx"?
 
I'm also trying to use my Nand Flash as root file system,
(I'm working now on the MCF5329 platform)
and I gave up creating a jffs2 image and mounting it because i had
"Magic bitmask ... not found" messages and I can't solve it
( I used this commands
flash_eraseall /dev/mtd1
nandwrite -jf /dev/mtd1 rootfs.jffs2
mount -t jffs2 /dev/mtdblock1 /mnt
)
 
>From freescale I received this hint:
 
Try to create JFFS2 directly on NAND device without making image.
Than just copy some file there.
 
I followed this passes:
flash_eraseall /dev/mtd1
mount -t jffs2 /dev/mtdblock1 /mnt
cd /mnt
 
copying into it my file system,
in this way it works every time you mount it,
but I can't find the proper "boot kernel command" to mount it automatically at 
boot time.
If you can please help me.
Regards 
Claudia
 


This message (including any attachments) contains confidential
and/or proprietary information intended only for the addressee.
Any unauthorized disclosure, copying, distribution or reliance on
the contents of this information is strictly prohibited and may
constitute a violation of law.  If you are not the intended
recipient, please notify the sender immediately by responding to
this e-mail, and delete the message from your system.  If you
have any questions about this e-mail please notify the sender
immediately.
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to