How to implement JFFS2 filesystem on NAND

Woodruff, Richard r-woodruff2 at ti.com
Mon May 7 08:01:10 EDT 2007


> 
> VFS: Mounted root (jffs2 filesystem).
> 
> Freeing init memory: 124K
> 
> Warning: unable to open an initial console.
> 
> /sbin/init exit code: -2
> 
> /etc/init exit code: -2
> 
> /bin/init exit code: -2
> 
> /bin/sh exit code: -2
> 
> Kernel panic - not syncing: No init found.  Try passing init= option
to
> kernel.

Looks like your file system has no device nodes in /dev.

For older kernels devfs would allow this to work.  On newer ones you
need all your nodes, or a properly configured udev, and some hotplug
support.

Regards,
Richard W.




More information about the linux-mtd mailing list