-
-
Notifications
You must be signed in to change notification settings - Fork 801
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
Update framework-arduinoespressif to 2.0.0 #345
Comments
Hi @celsworth thanks for your prompt! |
Thanks :) One thing I wanted to ask, in the 2.0 changelog they have:
But from what I see, this project uses different ldscripts - will you integrate those changes as well? It should fix some out of space issues with iram1_0_seg. |
+1, hopefully this will work fine for me. I can test #343 when this gets updated. |
We will use original ldscripts from Arduino framework with some minor modifications. |
Hi @skorokithakis @celsworth @krissfr! |
Mine crashes because |
Exactly the same here. I tried changing to 2.4.0b1 in appstate.json, but it must be elsewhere too as its still not happy:
|
I grepped, it's getting it from the internet again and setting it in. I gutted half the upgrader script but still no luck. |
Sorry, fixed. |
Thats better! Builds now, thanks. Will have a play around and report back |
Still the same problem here. I installed develop again but no luck. What else do I need to do? |
I don't think I did anything special, just pip uninstall then pip reinstall. You might try blowing away your @valeros this looks real good. Everything I tried works so far, including OTA updating which didn't work on platformio last night, so good job :) |
Alright, I deleted the entire dir and it's running now. Let's see... |
So, the previous version didn't work with even a simple sketch that did nothing (it would dump core). This version works perfectly, OTA seems to work fine, although I'm having some hiccups where the ESP won't come back up after an OTA upgrade reset. I don't think it's a platformio problem, as I was kind of seeing the same with the Arduino IDE last night, but with the Arduino it worked reliably after some point, whereas I can't get it to work reliably now. |
Yeah, I can't get FOTA to work. It looks like the uploaded firmware is corrupt, as it won't boot. |
Getting a little offtopic for here now, but does the BasicOTA example work from the esp8266/Arduino repository? |
Yep, I tried that last night and it started working reliably after one or two tries. I'm seeing issues now where even non-OTA resets won't boot properly. |
Hmm, scratch that, a reboot just succeeded. Let me investigate further and report back. |
Yep:
And then it just sits there. |
Never mind, the same thing happens with the Arduino IDE, so it's not a platformio issue. |
OTA still doesn't work for me, as far as I can tell the resulting image is corrupt, or I'm flashing it wrong. |
@skorokithakis Does OTA with Arduino IDE work for you? |
Yes, that one works fine. |
@skorokithakis What's your board version? |
Sorry, I'm an idiot :( |
@valeros .. esp8266/Arduino have released 2.0.0: https://github.com/esp8266/Arduino/releases/tag/2.0.0
Could we get the platformio package updated please :)
The text was updated successfully, but these errors were encountered: