<p>I am transplanting EtherCAT onto Atmel evaluation board with ARM processor on that. As you mentioned in EtherCAT tutorial. <em>KERNEL=="EtherCAT[0-9]*", MODE="0664" </em>this line in the file of <em>/etc/udev/rules.d/99-EtherCAT.rules </em>can generate EtherCAT0 device node under <em>/dev. </em>I did this on my PC and it works fine. But when I use buildroot cross-compile tool to build the kernel image and download to the board. It does not generate EtherCAT0 at all. Could you give any suggestions? </p>