Hi all..
I apologize in advance for the bad English, I'm Italian and I had to ask for help from San.Google
I recently bought an arduino MEGA ADK.
I have Ubuntu 12.04 on a PC.
I followed the guide in the preparation of google environment.
http://developer.android.com/tools/adk/adk2.html
Now the program Arduino IDE displays the following menu:
Tools -> type of arduino I find only "Google ADK2."
In the tools menu -> serial port'm just voice / dev/ttyUSB0
In the tools menu -> programmer I find only the voice SAM-BA
When I try to load the sketch "Blink" i see the following messages:
(My IDE is in Italian)
Dimensione del file binario dello sketch: 5.172 bytes (su un massimo di 524.288 bytes)
/home/mattia/ADK2012_IDE/hardware/tools/adk2install /home/mattia/ADK2012_IDE/hardware/tools/adk2tool ttyUSB0 /home/mattia/ADK2012_IDE/hardware/tools/bossac /tmp/build2794466990337209217.tmp/sketch_sep10a.cpp.bin
/home/mattia/ADK2012_IDE/hardware/tools/adk2tool /dev/ttyUSB0 erase
/home/mattia/ADK2012_IDE/hardware/tools/bossac --port=ttyUSB0 -w -b /tmp/build2794466990337209217.tmp/sketch_sep10a.cpp.bin
No device found on ttyUSB0
/home/mattia/ADK2012_IDE/hardware/tools/adk2tool /dev/ttyUSB0 reset
If I try to load it in verbose mode :
processing.app.debug.RunnerException
at processing.app.debug.BasicUploader.uploadUsingProgrammer(BasicUploader.java:222)
at processing.app.debug.BasicUploader.uploadUsingPreferences(BasicUploader.java:57)
at processing.app.Sketch.upload(Sketch.java:1699)
at processing.app.Sketch.exportApplet(Sketch.java:1658)
at processing.app.Sketch.exportApplet(Sketch.java:1630)
at processing.app.Editor$DefaultExportAppHandler.run(Editor.java:2389)
at java.lang.Thread.run(Thread.java:679)
I've tried several guides to resolve the problem but I did not get any results.