Forum Discussion
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...
Altera_Forum
Honored Contributor
16 years agoYou may check the "mdev" of busybox, which is similar to udev in creating dev nodes on the fly.
- Hippo