Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPIFFS filesystem problem #7634

Open
1 task done
franz-66 opened this issue Dec 27, 2022 · 5 comments
Open
1 task done

SPIFFS filesystem problem #7634

franz-66 opened this issue Dec 27, 2022 · 5 comments
Labels
Status: Awaiting triage Issue is waiting for triage

Comments

@franz-66
Copy link

Board

LILYGO TTGO T-Call V1.4 SIM800L

Device Description

LILYGO TTGO T-Call V1.4 SIM800L on breadboard

Hardware Configuration

ND

Version

latest master (checkout manually)

IDE Name

Arduino IDE

Operating System

Windows 11

Flash frequency

80Mhz

PSRAM enabled

no

Upload speed

921600

Description

Incorrect file size after creation with ESP32 FS tool. The problem only occurs with core version 2.0.6.

Immagine 2022-12-27 235940

Sketch

ND

Debug Message

ND

Other Steps to Reproduce

No response

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.
@franz-66 franz-66 added the Status: Awaiting triage Issue is waiting for triage label Dec 27, 2022
@me-no-dev
Copy link
Member

we added a new partition in order to have ESP-Insights working. That resulted in 64K less FS partition. We need to update all labels still

@Speedy2k
Copy link

we added a new partition in order to have ESP-Insights working. That resulted in 64K less FS partition. We need to update all labels still

Is this the reason why when we update from 2.0.5 to 2.0.6 it always reformat my SPIFFS partition ?? If yes is there a way to avoid that because it errase all saved data doing that!!

Thanx a lot!

@me-no-dev
Copy link
Member

@Speedy2k the one thing that comes to mind is to have a custom partitions.csv in your sketch folder that does not have that extra partition and extends the SPIFFS to the previous value (more or less copy the partition scheme from 2.0.5)

@handmade0octopus
Copy link

@me-no-dev I encountered errors about core dump partition. I have a question - what if I OTA update my boards that doesn't have this partition? Is it needed or can I continue without using it (use older partition format)? What are benefits? I hope it won't cause any issues once we move to ESP-IDF 5.X based Arduino core?

@lbernstone
Copy link
Contributor

lbernstone commented Oct 12, 2023

It is required by esp-insights. If you aren't using that, then you don't need the crash dump partition. OTA updates will work just fine, the size of the firmware partitions has not changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Awaiting triage Issue is waiting for triage
Projects
None yet
Development

No branches or pull requests

5 participants