Hi,
When I update my 1.1 kit using the arduino IDE process (the selected board is LilyPad Arduino USB), after some time uploading it says on the IDE that:
“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.”
And on the console is:
Binary sketch size: 24,204 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:695)
Then my device keeps flashing the yellow LEDs fast and the two blue slower.
Is there any reset button?
I have the impression that the update wasn’t completely successful, as the board is buggy now (won’t connect to wifi, the time update doesn’t change the actual routine time, …)
Is this message expected to appear? What can I do?
A tutorial for updating the firmware would be really helpful.