Jason2866
Jason2866
Have you defined a valid partition scheme? The standard is a 4MB one and will fail with a 2MB device. I see no entry for a custom partition scheme in...
Platformio has a good docu. See https://docs.platformio.org/en/latest//platforms/espressif32.html?highlight=partitions+csv#partition-tables
Can you try `board_build.flash_mode = qio` ?
@hpsaturn The bug is fixed in Arduino core 2.0.4 See comment https://github.com/espressif/arduino-esp32/issues/6862#issuecomment-1175926313
`3.20003.220626` is the release version from Espressif Arduino Core 2.0.3 Espressif Arduino Core 2.0.4 is not yet released from Platformio You can use with platformio_packages pointing to the espressif release...
Platformio crew only do releases from release versions
@hpsaturn What issue exactly?
Which device? Please post your platformio config
Your code is doing the WDTs `rst:0x8 (TG1WDT_SYS_RST)`. Try the examples from [here](https://github.com/platformio/platform-espressif32/tree/develop/examples). Just tested with the RMT blink. Works.
Here is a C3 bootlog from starting Tasmota (same build as current release of Platformio, only bootlog enabled) It can be seen that the 2nd stage bootloader correctly switches to...