-
Notifications
You must be signed in to change notification settings - Fork 94
Info: PlatformIO, Arduino Mega, build & upload OTA #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
platform.io doesn't process platform.local.txt copied from extras folder next to platform.txt? |
Zdravím,
Díky za tip, zkusím to upravit v tom souboru, jestli to zafunguje taky.
Stejně není k dispozici arduinoOTA tool (nebo jsem ho nikde v instalaci frameworks Arduino nenašel), takže je potřeba uploadovat jinak a curl je v systému.
LS.
… 8. 6. 2020 v 20:41, Juraj Andrássy ***@***.***>:
platform.io doesn't process platform.local.txt <https://github.com/jandrassy/ArduinoOTA/blob/master/extras/avr/platform.local.txt> copied from extras folder next to platform.txt?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#29 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABM7BSFTINA3FE4BQ736SXDRVUWHJANCNFSM4NYUQ7GA>.
|
nieco ako |
Neni tam. A jak se divam do kodu build scriptu main.py a arduino.py, tak mi pripada, ze to konfigurace desek a programatoru bere z vlastnich json souboru a ne z boards.txt. V kazdem pripade, to co jsem postnul nahore funguje, jeste to asi pujde zjednodusit pomoci UPLOAD_COMMAND primo v platformio.ini projektu (vyzkousim vecer). |
to summarize in english, platformio doesn't use the platform.txt file of Arduino boards packages |
For reference: I did build a reference PlatformIO + ESP32 + Ethernet (W5500) + OTA demo here: https://github.com/maxgerhardt/pio-esp32-ethernet-ota For ESP32 it also seems that the Ethernet library needs some extra fixes (ref) in the latest version, which I have included my version. Also @JAndrassy, where's the magical I coudln't find it in https://github.com/espressif/arduino-esp32/. Calling into |
in ArduinoIDE and in Eclipse the upload tool is installed with Arduino's AVR and SAMD boards packages. the AVR boards package is bundled with IDE so the tool is always there. |
this library was on my request removed from PlatformIO library register |
@maxgerhardt I've posted an issue on your github page about not being able to connect to the IP/port when trying to upload with OTA. Could you take a look at it please? |
Tested for macOS.
LS.
The text was updated successfully, but these errors were encountered: