Hi,
Someone can teach me why in loadmodule-rc is used mknod to create the device, while for other modules no ?
modprobe edmak
modprobe dm365mmap
mknod /dev/dm365mmap c `awk "\\$2==\"dm365mmap\" {print \\$1}" /proc/devices` 0
I use DM365 and my kernel is 2.6.32.17-davinci. And I use the "ro" file system.
My Probem at boot: mknod: /dev/dm365mmap: File exists
this sometimes using gstreamer give me black video . Note: if I put FS in "rw" and I delete and crate dm365mmap again, my problem disappear.
Now I have moved the device in ram e I link to it. But I'd like to know why dm365mmap is different from other in loadmodule-rc.
Thanks
Simone Cianni