First thing I'd try is replugging in your device then checking the output of "dmesg" to see what changed. If it created a device for it it will be listed.
I have 2 Usb plugged in, the computer on the device port and the Arduino on the host port.
I have no tty[USB* - ACM*] only ttyS0 and ttyS1.
When i plug the Arduino in with a simple Serial.println("PASS") in the loop with a delay(100).. I got nothing in both S0 and S1 with tail. And the arduino tx led is flashing..
On my Yun I had to add a kernel module to make ttyACM0 work.
It might be the solution. Like I said I'm not on a "normal" linux system.
But what should I install ? And is it compatible with uClinux... That is probably the biggest problem
Which Arduino are you using? Specifically you need to identify what it has for a serial interface: FTDI, PL2303, etc.
The FTDI driver (and quite a few other drivers) is part of the official kernel sources so recompiling your uClinux kernel with it shouldn't be a problem. grep USB_SERIAL in your kernel .config to see the list.
in.tftpd is a Trivial FTP Daemon and not an issue here. But, for your goal of learning something new everyday, you just found out you can transfer files to your uClinux machine using tftp.
Chagrin:
The FTDI driver (and quite a few other drivers) is part of the official kernel sources so recompiling your uClinux kernel with it shouldn't be a problem. grep USB_SERIAL in your kernel .config to see the list.
I'm kinda new to Linux and i don't really have the control on the compilation of uclinux...
And i think the card reset the system at each boot cause its say "Coping kernel" when i boot it.. But i'm not sure !
Where can i find the FTDI driver to know if i have it ?
And where i can find the .config file ?
Chagrin:
in.tftpd is a Trivial FTP Daemon and not an issue here. But, for your goal of learning something new everyday, you just found out you can transfer files to your uClinux machine using tftp.
I was like... What the **** is he talking about tftp !
WoofWoofDude:
Like I said I'm not on a "normal" linux system.
But what should I install ? And is it compatible with uClinux... That is probably the biggest problem
It seems to me you need to pursue your problem on a uClinux forum - it does not seem to be an Arduino problem.