How to connect Arduino UNO to cubieboard via USB port?

Hi,

I am trying to create a standalone system that uses cubieboard (allwinner A10 based SoC) to program arduino uno via USB. Cubieboard is running a custom Kernel with USB Serial and USB CDC ACM support. Libusb is installed as well. rootfs is linaro ALIP.

Problem is when I connect arduino it doesn't show up as a /dev/ttyUSB or ttyACM port as it would on a ubuntu based PC/laptop. Arduino IDE cant program the board either. Arduino sketches compile properly on cubieboard but when it tries to upload the sketch I get STK500 timeout errors.

Has someone tried this before? Any suggestions?

Thanks
Mayank

You need drivers
ttyACM: /lib/modules/{KERNEL_VERSION}/kernel/drivers/usb/class/cdc-acm.ko.gz
ttyUSB: /lib/modules/{KERNEL_VERSION}/kernel/drivers/usb/serial/ftdi_sio.ko

I am using cubian, It works!

http://cubian.org/