What is mdev and how to /dev/* nodes get created in Linux?
Solution 1:
mdev is a light-weight alternative to udev for usage in embedded devices. Both handle the creation of device files in /dev
and starting of actions when certain events happen.
Solution 2:
Here is a link to the mdev primer.