ESP32 Download Tool V3.9.0 - infinite reboot cycle
Posted: Tue Sep 21, 2021 11:54 pm
Hi!
I have ESP32-WROVER-IE chip with 16MB flash. I am using VS Code with Platformio, and Arduino framework.
Platformio.ini:
I used Download Tool V3.8.8 peviously to download the binaries, and everything worked perfectly. Now I tried to download exactly the same binaries with the new V3.9.0 Dowload Tool, it finishes seemingly okay. Then when I unplug and replug the ESP32 in goes into an infinite reboot loop. I can see it trough VS Code Serial Monitor. Reflashing it with V3.8.8 solves it, but I would like to use the newest Download Tool.
My settings: - bootloader is from: c:\Users\[my user]\.platformio\packages\framework-arduinoespressif32\tools\sdk\bin\bootloader_dio_40m.bin
- partitions bin from: [project]\.pio\build\esp-wrover-kit\partitions.bin
- boot app0 bin from: c:\Users\[my user]\.platformio\packages\framework-arduinoespressif32\tools\partitions\boot_app0.bin
- my app is from: [project]\.pio\build\esp-wrover-kit\firmware.bin
- spiffs is from: [project]\.pio\build\esp-wrover-kit\spiffs.bin
Please help, what is wrong with this newest Download Tool?
I have ESP32-WROVER-IE chip with 16MB flash. I am using VS Code with Platformio, and Arduino framework.
Platformio.ini:
Code: Select all
[env:esp-wrover-kit]
platform = espressif32
board = esp-wrover-kit
framework = arduino
monitor_speed = 115200
build_flags = -DBOARD_HAS_PSRAM
-DCORE_DEBUG_LEVEL=0
board_build.partitions = large_spiffs_16MB.csv
upload_speed = 921600
My settings: - bootloader is from: c:\Users\[my user]\.platformio\packages\framework-arduinoespressif32\tools\sdk\bin\bootloader_dio_40m.bin
- partitions bin from: [project]\.pio\build\esp-wrover-kit\partitions.bin
- boot app0 bin from: c:\Users\[my user]\.platformio\packages\framework-arduinoespressif32\tools\partitions\boot_app0.bin
- my app is from: [project]\.pio\build\esp-wrover-kit\firmware.bin
- spiffs is from: [project]\.pio\build\esp-wrover-kit\spiffs.bin
Please help, what is wrong with this newest Download Tool?