bizbox67 a écrit : > I have successfully compiled a basic driver in Vmware environment on > XP Pro SP2, 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. The kernel module is > correctly loaded and unloaded as I can see the Welcome and Bye messages > with the command dmesg. The driver should interface a FPGA to > read/write some registers and handle IRQ. The version of Linux is 2.6. > In order to test my command, I have created a device node on Vmware and > the node appears in /dev. > Please, does somebody can help me ? Just a precision : I am not > a "Linux-man", so I would like to minimise operation on the system !… > Many thanks in advance.
I faced the same problem and did not find how to create the device in the sdk scripts so I simply used : mknod /mnt/flash/dev/fpgadrv c 254 0 It's an ugly solution, but it works :) Regards, -- Xavier Garreau <[EMAIL PROTECTED]> http://www.xgarreau.org/ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/foxboard/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/foxboard/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
