Both on Windows and Ubuntu I get the following error when I try to upload a program to Arduino via USB:"Error : Connect Failed". I have manually selected /dev/ttyACM0, my account is part of the dailout group. If I show the serial monitor I see a login sequence that normally you'd get when ssh-ing: Login timed out after 60 seconds. UDOObuntu v2.0rc2 default username: password is [udooer:udooer] eskarina login:
The uploading method for NEO don't use the USB UART, but the TCP/IP connection provided by the virtualized ethernet via USB. So you don't need to select any tty in particular, it'll be automatically ignored. The ttyACM0 is connected to the A9 processor only. Instead, check if: your PC is connected to the virtual network with the 192.168.7.1 IP address the address 192.168.7.2 (UDOO NEO) is reachable (open a terminal and ping that) Hope this helps, Ek5
same problem here. I am sure I can ssh to my neo and my code works on page http://192.168.7.2/arduino-lite-ide I have followed this tutorial: http://www.udoo.org/docs-neo/Getting_Started/Use_as_an_Arduino.html everything is set but it gave me this:
I was able to upload the empty 'default' program, so it seems to be working. Can't show the serial though, would like that too. In order to use both the Udoo Neo network and Internet at the same time I had to tweak some network connections though.
Hey guys, I'm getting the same Error : Connect Failed message. Anybody got this to work? Where do you see this install Udoo FOTA information? I don't see it in the link
yes, I'm trying to connect to it using it on my win7 pc. Ok, guess I should just install udoobuntu 2 rc2 now. Was trying to avoid that for a while since I already did a whole bunch of setup stuff on the older udoobuntu version that I'd rather not repeat.