platformio / platform-espressif8266

Espressif 8266: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif8266
Apache License 2.0
325 stars 219 forks source link

flash layout 1m64 for WEMOS D1 mini lite fails #138

Closed thorsten-l closed 5 years ago

thorsten-l commented 5 years ago

In general i'm using

platform = espressif8266 board = d1_mini_lite framework = arduino build_flags = -Wl,-Teagle.flash.1m64.ld

but nowadays this flash layout fails. I see watchdog resets via 115200 baud on the serial interface only.


ets Jan 8 2013,rst cause:4, boot mode:(3,6)

wdt reset load 0x4010f000, len 1384, room 16 tail 8 chksum 0x2d csum 0x2d vbb28d4a3 ~ld

Without the "build_flags" everything works fine. But i need the custom flash layout.

ivankravets commented 5 years ago

Does it work with Arduino IDE?

ivankravets commented 5 years ago

Should be fixed in the upstream version. Please re-test with http://docs.platformio.org/en/latest/platforms/espressif8266.html#upstream