platformio / platformio-docs

PlatformIO Documentation
https://docs.platformio.org
Apache License 2.0
240 stars 325 forks source link

Espressif 32 (3.3.1) hint to bug #233

Closed Zillaaa closed 2 years ago

Zillaaa commented 2 years ago

Same Project executed with

3.2.1 works fine, 3.3.1 not.

Strange: 3.2.1 (good case): used 292514 bytes esptool.py v3.0 ... Writing at 0x00010000... (11 %) Writing at 0x00014000... (22 %) Writing at 0x00018000... (33 %) Writing at 0x0001c000... (44 %) Writing at 0x00020000... (55 %) Writing at 0x00024000... (66 %) Writing at 0x00028000... (77 %) Writing at 0x0002c000... (88 %) Writing at 0x00030000... (100 %)

3.3.1 (bad case): used 292530 bytes esptool.py v3.1 Merged 1 ELF section .... Writing at 0x00010000... (11 %) Writing at 0x00025f68... (22 %) Writing at 0x0002e57c... (33 %) Writing at 0x0003417d... (44 %) Writing at 0x0003b370... (55 %) Writing at 0x00043807... (66 %) Writing at 0x00049e83... (77 %) Writing at 0x0004fb5a... (88 %) Writing at 0x0005543a... (100 %)

Possible reason: ESP Tool configured wrong? Or something with the "section configuration"?

Full "Target upload trace available. Hope i could help...