JAndrassy / ArduinoOTA

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

Problem with OTA upload - Mega1284p (mightycore) #102

Closed muellerjm closed 3 years ago

muellerjm commented 3 years ago

I have problems with an Atmega 1284p and Migthyocore....

In Arduino IDE (Windows) Ota upload is not possible. i get the error message: avrdude: ser_open(): can't open device "10.1.1.122".

But with an Arduino MKR Zero it works without problems.

What am I doing wrong?

Thanks a lot

JAndrassy commented 3 years ago

copy platform.local.txt from library's extras/avr folder, next to platform.txt in MightyCore

muellerjm commented 3 years ago

thank you... everything good