-
-
Notifications
You must be signed in to change notification settings - Fork 219
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
ESP8266 SDK22x_191024 does not work reliable with old Xtensa Build chain #180
Comments
Arduino Core 2.6.0 will be released this week :-) |
It has been released :) |
Hi, Core 2.6.0 has been just released but requires to update toolchain to 2.5.0-4 Using previous toolchain (2.4.x) produces firmwares that have wifi disconnections for ESP8266 devices. Thanks. |
Core 2.6.1 is released |
Duplicate of #167 |
Hi @ivankravets pls give this priority as I would like to release Tasmota one of these days using a stable platformio environment Thx in advance. |
Could someone summarize what should be done from our side? We have support for Arduino and native SDK. Is the new compiler compatible with SDK version which we support? Or, the new toolchain should be used for new Arduino? |
@ivankravets Release core 2.6.1 as platformio-espressif8266 package with Xtensa build chain 2.5.0.4 |
@Jason2866 I mean "framework-esp8266-rtos-sdk" and "framework-esp8266-nonos-sdk". Are they compatible with this new toolchain? |
@ivankravets tbh, i dont know. Never used framework-esp8266-rtos-sdk |
@ivankravets as far as I can see it is just bugfixes, should be compatible with anything |
@ivankravets any news? Maybe a release date? ;-) |
@valeros Thx, but it does still install old Xtensa toolchain. I see no entry for the Xtensa Build Chain 2.5.0.4 in https://dl.bintray.com/platformio/dl-packages/manifest.json |
|
Ahh thx! |
Thx too. |
Thanks three :) |
And four, much appreciated :) |
Please update Xtensa build chain for ESP8266 to latest 2.5.x version for feature/stage.
The newer Non Os SDK versions 2.2.2 from 191024 and 191105 does NOT work
reliable with the the used build chain.
When compiling Tasmota with the Xtensa Build Chain 2.4.x there are wifi reconnects.
Using Xtensa Build chain 2.5.0.4 solves this issues.
I have done a custom setup (dirty hack for windows) to use the 2.5.x version.
https://github.com/Jason2866/platform-espressif8266.git#SDK22x_191105
Configuration
Operating system: Windows 10 pro
PlatformIO Version (
platformio --version
): Latest dev versionDescription of problem
Compiled firmware is unreliable.
Steps to Reproduce
Compile Tasmota with old Xtensa Build chain.
Issue solving:
Compile Tasmota with new (in Arduino IDE default) build chain
The content of
platformio.ini
:platformio.zip
Source file to reproduce issue:
https://github.com/arendst/Tasmota
The text was updated successfully, but these errors were encountered: