Hi Pascal
On Friday 28 December 2007 17:21:33 bizbox67 wrote:
>.. but when I use the command "mknod /dev/fpgadrv c 254 0" on
> the Fox-board LX832 via Telnet, the system reply "Read-Only File
> System" and the special file is not created.
I also use an external kernel module and create static device-nodes for it.
You can add the device-node to the file
"..../devboard-R2_01/packages/devices/acme/Makefile"
adding this line should create the device-nodes for a new image
----- snip -----
$(MKNOD) -m 0666 $(DEV)/fpgadrv c 254 0
----- snap -----
Note that the line MUST start with a TAB-character
and that you have to flash to foxboard with the new image.
Eberhard