Altera_Forum
Honored Contributor
16 years agoDevice node
Hi,
Now after I boot uclinux I use the command mknod to create my "/dev/name(device)" to control my hardware. Also I have done a script to do it when the system's boot, but I would like to know if there is a command that creates this virtual folder when I load my device driver, some command that I can integrate inside my modul. At first I used the command "device_create" but It didn't go, maby I am wrong and I can't do this inside my module to create the folder in /dev associating the major number. Thanks