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