Page 1 of 1

ESP32-S2 not working with SPIFFs example

Posted: Sun Oct 13, 2019 12:09 pm
by fasani
I'm trying to make a very simple and straight-forward ESP32 benchmarking tool:

https://github.com/martinberlin/ESP32-b ... ee/develop

And when I tried adding the ESP-IDF documented Spiffs example, it works great on ESP32, but when I delete build directory and change target:

idf.py -D IDF_TARGET=esp32s2beta menuconfig

to ESP32s2 it fails giving a:
Attempting to boot anyway...
entry 0x4008076c
Panic at 4008076e
Fatal exception (0): IllegalInstruction

It's very hard to see what's wrong, but compiling the branch master, that does not have the SPIFFs part works like expected. It would be greatly appreciated if someone points why

Re: ESP32-S2 not working with SPIFFs example

Posted: Sun Oct 13, 2019 1:53 pm
by chegewara