I just ordered my first ESP32 S2 development board (ESP32-S2 Saola 1R Dev Kit featuring ESP32-S2 WROVER https://core-electronics.com.au/esp32-s ... rover.html)
However after flashing the hello_world program using the idf.py tool, I get the following error:
Code: Select all
ESP-ROM:esp32s2-rc4-20191025
Build:Oct 25 2019
rst:0x1 (POWERON),boot:0x1f (SPI_FAST_FLASH_BOOT)
invalid header: 0xffffff0f
invalid header: 0xffffff0f //spams this continuously
The tool appears to flash everything correctly, but all I get "invalid header: 0xffffff0f" spammed on my console.
Any help would be appreciated. Thanks!