I am facing the following problem: every time I try to upload the sck_beta_v0_8_6_SDCARD.ino although initially the (usb) port I am using is available to the Arduino 1.0.5.-r2 environment, when the actual uploading (after compiling) to the LilyPad Arduino USB board happens, the port vanishes (I can also hear the characteristic win 7 sound of a usb being unplugged) and I get the error title “Couldn’t find a Leonardo on the selected port. Check that you have the correct port selected. If it is correct, try pressing the boards’s reset button after initiating the upload” and details
Binary sketch size: 28,224 bytes (of a 28,672 byte maximum)
processing.app.debug.RunnerException: Couldn’t find a Leonardo on the selected port. Check that you have the correct port selected. If it is correct, try pressing the board’s reset button after initiating the upload.
at processing.app.debug.AvrdudeUploader.uploadViaBootloader(AvrdudeUploader.java:153)
at processing.app.debug.AvrdudeUploader.uploadUsingPreferences(AvrdudeUploader.java:67)
at processing.app.Sketch.upload(Sketch.java:1671)
at processing.app.Sketch.exportApplet(Sketch.java:1627)
at processing.app.Sketch.exportApplet(Sketch.java:1599)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2380)
at java.lang.Thread.run(Thread.java:619)
The suggestion “If it is correct, try pressing the boards’s reset button after initiating the upload” does not work either (isn’t clear what to exactly do but I did try to press the reset after pressing the upload on the Arduino 1.0.5.-r2 environment with the exact aforementioned results)
I assume the port (being lost) is the correct one as I use the same on http://www.smartcitizen.me/devices/configure in order to set it up.
If I choose the standard COM1 I get the error “avrdude: error: buffered memory access not supported. Maybe it isn’t a butterfly/AVR109 but a AVR910 device?” error.
The cable’s length is ~10cm long and I have already used 3 othe cables with lengths up to 80cm
Any ideas?