Curious, has anyone had issues connecting an external arduino ( eg, not the due on the board )? I don't get a serial port device when I plug it in. Here is the lsusb output Code: ubuntu@udoo:~$ lsusb Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 002: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub Bus 002 Device 003: ID 0424:2507 Standard Microsystems Corp. Bus 002 Device 004: ID 2341:0042 Bus 002 Device 005: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter Bus 002 Device 006: ID 046d:c52e Logitech, Inc. Bus 002 Device 007: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode) I also don't see anything in /dev/tty*
Looking at http://playground.arduino.cc/Linux/All#NoUSB, I see I should have some kind of acm driver. Looking in dmesg, lsmod and a find in /lib/modules I see no acm driver. Code: ubuntu@udoo:~$ zgrep -i acm /proc/config.gz # CONFIG_FB_MACMODES is not set # CONFIG_USB_ACM is not set So, it looks like the kernel just does not have the ACM driver enabled - is this right?
Correct. I've posted my solution in this earlier thread: http://www.udoo.org/forum/connect-external-arduino-your-udoo-t1273.html