Hello, I build a kernel and rootFS with buildroot. Now I have the problem that no nodes like leds, adc and so on are available. I generatet the led-node with mknod -m 0660 dev/leds c 10 62 then it worked. But if i create other nodes like adc or pwm they don't work with the examples on the CD. Can anyone who has a working Linux post me the output of ls -lsa /dev that I know how to create the other nodes? I hope this will help me with my problem. Greets, _mx_