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?