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
_______________________________________________ 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
