Hello,
I am working with Arduino YUN and I am trying to upload the Temboo send email example sketch. When connected to the the Yun via the network port it fails to upload the sketch, stating: com.jcraft.jsch.JSchException: timeout: socket is not established. Full error code:
processing.app.debug.RunnerException
at cc.arduino.packages.uploaders.SSHUploader.uploadUsingPreferences(SSHUploader.java:145)
at cc.arduino.UploaderUtils.upload(UploaderUtils.java:77)
at processing.app.SketchController.upload(SketchController.java:732)
at processing.app.SketchController.exportApplet(SketchController.java:703)
at processing.app.Editor$UploadHandler.run(Editor.java:2042)
at java.lang.Thread.run(Thread.java:748)
Caused by: com.jcraft.jsch.JSchException: timeout: socket is not established
at com.jcraft.jsch.Util.createSocket(Util.java:389)
at com.jcraft.jsch.Session.connect(Session.java:215)
at cc.arduino.packages.uploaders.SSHUploader.uploadUsingPreferences(SSHUploader.java:117)
... 5 more
Similarly, when trying to upload via usb (microusb), the following error pops up:
Error while uploading: missing 'upload.params.quiet' configuration parameter
Anyone know how to fix this problem? I am an Arduino novice, so it can easily be that I am missing something obvious. I am using Mac 10.13.6 and Arduino 1.8.8. I know Arduino Yun is a retired product, but it has been passed on to me to run a similar project as its original function, so trying to work through some problems.
Thanks!