-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Core 2.6.0 SDK2.2.2 does not boot with changes of 2019-04-10 #5974
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
It could be that PR and this specific commit missing from pio build process (elf -> bin conversion) |
That updated version of the Can it be anything else? |
Could you try with #5922 only reverted from current master ?
|
Took a while before I could test it, but this is indeed a patch to make it boot again. |
@ivankravets Can you have a look to PIO's esp8266 elf->bin process and this specific change 13d7a4d ? |
@TD-er, I just opened an issue in PIO. I think it's a minor change in a single file to make it work, would you be able to try my suggested fix and comment on it in the PIO issue above? Simply adding the .text1 segment after .text, assuming the PIO bootloader has some intelligence, may fix everything. |
@earlephilhower The suggested change in PIO from you does work. |
@earlephilhower I did make a test build with that change you suggested. |
Thanks for your PRs. The changes were applied to |
I've been running tests today and the latest builds work just fine, so I consider it fixed. |
This reverts commit 23ea21c.
Basic Infos
Platform
Settings in IDE
Problem Description
Node built using latest merges does not boot anymore.
It keeps outputting garbage in the serial console.
Build flags:
"PIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x",
PlatformIO platform: https://github.com/platformio/platform-espressif8266.git#feature/stage (thus latest master branch of this repo)
Edit:
Also tested with core 2.6.0 SDK 3. Only difference is that it does not output lots of the same strings, but just one string and then halts.
Still not usable.
Am now also testing build made under Linux to see if that fails also.
I also removed all the downloaded framework directories in the .platformio/packages directories, just to make sure it was not a build error.
Also cleared the node by writing a blank image to it (containing only 0xFF)
Edit2: Also made a test build in Linux and core 2.6.0 builds are failing to boot.
Not really a small test set, but just as a reference the test build I just made
I also built a few tests based on the same code as used for ESPeasy's last nightly build. The binaries in the last nightly build are working just fine, but with the mentioned git version it is no longer possible to boot core 2.6.0 builds.
The text was updated successfully, but these errors were encountered: