-
-
Notifications
You must be signed in to change notification settings - Fork 218
Description
- PlatformIO Core.To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
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 version
Description 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
:
Source file to reproduce issue:
https://github.com/arendst/Tasmota
Activity
Jason2866 commentedon Nov 8, 2019
Arduino Core 2.6.0 will be released this week :-)
esp8266/Arduino#6724 (comment)
TD-er commentedon Nov 8, 2019
It has been released :)
ascillato commentedon Nov 9, 2019
@ivankravets
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.
[PIO] patch for core 2.6.0 build env.
Jason2866 commentedon Nov 14, 2019
Core 2.6.1 is released
@TD-er You can use with
platform = https://github.com/Jason2866/platform-espressif8266.git#core_2_6_1
dirkmueller commentedon Nov 15, 2019
Duplicate of #167
arendst commentedon Nov 17, 2019
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.
ivankravets commentedon Nov 17, 2019
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?
Jason2866 commentedon Nov 17, 2019
@ivankravets Release core 2.6.1 as platformio-espressif8266 package with Xtensa build chain 2.5.0.4
The new SDK version SDK22x_191105 does solve many issues but requires Xtensa build chain 2.5.0.4.
If the older build chain is used it generates wifi issues
ivankravets commentedon Nov 17, 2019
@Jason2866 I mean "framework-esp8266-rtos-sdk" and "framework-esp8266-nonos-sdk". Are they compatible with this new toolchain?
Jason2866 commentedon Nov 17, 2019
@ivankravets tbh, i dont know. Never used framework-esp8266-rtos-sdk
Arduino ESP8266 is only nonos-sdk.
dirkmueller commentedon Nov 17, 2019
@ivankravets as far as I can see it is just bugfixes, should be compatible with anything
Jason2866 commentedon Nov 23, 2019
@ivankravets any news? Maybe a release date? ;-)
Jason2866 commentedon Nov 25, 2019
@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

valeros commentedon Nov 25, 2019
2.40802.191122
it's our internal version of2.5.0-4
Jason2866 commentedon Nov 25, 2019
Ahh thx!
arendst commentedon Nov 25, 2019
Thx too.
TD-er commentedon Nov 25, 2019
Thanks three :)
andrethomas commentedon Nov 25, 2019
And four, much appreciated :)