Closed Maldus512 closed 1 year ago
hm, very odd. Since changing esp-idf versions impacts it, it's probably an upstream issue, but I'm curious as well as to what the issue could be. I'll try looking around a bit, but please let me know what you discover!
I agree the core of the issue is to be searched upstream. I created this post while I experiment to find out more.
As it turns out ESP-IDF v5.0 does not detect octal flash automatically (while 5.1 does). After toggling CONFIG_ESPTOOLPY_OCT_FLASH
everything works as expected.
Hello, I need help debugging an issue that arose on a new ESP32S3 board I started working on. esp_littlefs fails to format its flash partition with the following error (output taken from the repository example):
On a different ESP32S3 it works. The only relevant difference seems to be the flash type and size:
This result occurs when working with the branch
release/v5.0
of ESP-IDF. By chance I also tried therelease/v5.1
version, which works in both cases.Now, I could be satisfied with working with 5.1, but if possible I'd like to get to the root of the issue. Any help?