Skip to content

ERROR: Partition file not found! #69

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

Closed
mkinney88 opened this issue Dec 20, 2024 · 2 comments · Fixed by #71
Closed

ERROR: Partition file not found! #69

mkinney88 opened this issue Dec 20, 2024 · 2 comments · Fixed by #71

Comments

@mkinney88
Copy link

When using the SparkFun ESP32 Things Plus it I get this error when I select the large_spiffs partition. Also, when I use the default selection for 16mb partition it will flash the default esp32 partition and not the default_16MB partition scheme. To replicate it just select the SparkFun ESP32 Things Plus under the board in the IDE and try and flash the littlefs, you don't need a board connected to see it is using the wrong partition. I checked the boards.txt file in the C:\Users\matt\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.7\boards.txt and the board does reference the correct partition, but it seems that this extension isn't.

LittleFS Filesystem Uploader v1.5.0 -- https://github.com./earlephilhower/arduino-littlefs-upload

Sketch Path: C:\Users\matt\Documents\Arduino\ESP32_Now_AP_Test_V8
Data Path: C:\Users\matt\Documents\Arduino\ESP32_Now_AP_Test_V8\data
Device: ESP32 series, model esp32
Using partition: large_spiffs
Partitions: C:\Users\matt\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.7\tools\partitions\large_spiffs.csv

ERROR: Partition file not found!

earlephilhower added a commit that referenced this issue Dec 20, 2024
Fixes #69

The partition name menu selection's value only points to the proper line of
build.properties, and is not always the file name for ESP32 partitions.
Use the label to indirect to the board props to select the right file.
earlephilhower added a commit that referenced this issue Dec 20, 2024
Fixes #69

The partition name menu selection's value only points to the proper line of
build.properties, and is not always the file name for ESP32 partitions.
Use the label to indirect to the board props to select the right file.
@earlephilhower
Copy link
Owner

Try 1.5.1. It now selects default_16MB or large_spiffs_16MB for your board.

@mkinney88
Copy link
Author

thank you! works perfectly now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants