JAndrassy / ArduinoOTA

Arduino library to upload sketch over network to Arduino board with WiFi or Ethernet libraries
GNU Lesser General Public License v2.1
435 stars 89 forks source link

MKR1310 with ETHERNET Port #206

Closed alexair777 closed 1 year ago

alexair777 commented 1 year ago

Hi,

I am using an Arduino MKR1310WAN together with Arduino MKR ETH Shield. It is working until the password. When I am typing in the password I get the following message: "Failed uploading: uploading error: signal: killed"

What is wrong with this? Thanks a lot.

JAndrassy commented 1 year ago

https://forum.arduino.cc/t/arduino-nano-iot-33-arduinoota-not-uploading/1072889/20

alexair777 commented 1 year ago

Hi,

thanks a lot for your reply :) I tried this recommendation of the forum but without any success:

"I figured out what the issue was, there's a problem with the ArduinoOTA install and replacing the one used by the IDE by one recompiled from the github repo fixed whatever it was." -> i downloaded the .zip repo and put it in the arduino library path.

I can select the IP port from the microcontroller MKR WAN 1310 with MKR Ethernet LAN Adapter but when I type in the standard password with "password" the following message occurs while uploading a new sketch.

"Failed uploading: uploading error: signal: killed"

Best regards

alexair777 commented 1 year ago

Hi,

now I figured out that the OTA upload works on a windows machine without any problems, but on mac not... Do you now, what this problem could be? Should the serial monitor be available with IP port?

Thanks a lot!

Best regards

JAndrassy commented 1 year ago

the forum thread explains that it is a wrong binary for the upload tool (arduinoOTA) in the IDE for Mac and you have to replace it

alexair777 commented 1 year ago

oh ok, but where do I get this new binary for mac? I checked the platform.txt.. it is like in the forum described.. which file needs to be changed? thank you very much

JAndrassy commented 1 year ago

sorry I thought there was a solution described in that thread.

https://github.com/arduino/arduinoOTA/releases

you can see the location of the arduinoOTA in IDE console of you turn on verbose mode in IDE Preferences

replace it

alexair777 commented 1 year ago

wow, thats amazing, its working now! thanks a lot for your great help! :)