Hello,

On Thursday 14 October 2010, 12:34:19 Wilfried Busalski wrote:
> I've a Coldfire System with SD-Card support.
> Now I want to mount the SD-Card as rootfs with Kernel command line
> "root=/dev/mmcblk0p1 rw rootfstype=vfat".
> 
> The Kernel start but I get error messages when devices are used like
> /dev/i2c0.
> 
> How can I create devices like /dev/console on a VFAT Partition ?

I doubt this is possible at all. VFAT doesn't support device nodes, so you 
can't create them there. As a workaround for /dev you may want to mount a 
tmpfs and create your device nodes there (e.g. using mdev).
But another problem may be the access rights on vfat, but I don't know if this 
will prevent running Linux applications.

Regards,
Alexander
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to