-
Notifications
You must be signed in to change notification settings - Fork 146
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
Plugin does not use custom partitions.csv #33
Comments
I am also looking into this thing. @dl9rdz you have already the working jar, which is using it? Can you send it to us? Seems, me-no-dev didn't merged your code yet :) |
It should be here: |
Hi, thanks a lot. I have tried to do modification in the source code and tried to compile it with the javac, but I don't know, which jars from arduino, I have to include to the classpath. Can you add the javac compile command here? Or are you using some arduino tool to compile the java file? Thanks!!! |
Just running "make.sh" works for me. javac needs pde.jar, arduino-core.jar, and commons-codec-1.7.jar from arduino |
Hi, with this esp32fs plugin I get the following error which was not the case with the unpatched version: The actual output is: [SPIFFS] upload : /var/folders/by/xfznghr974sb5_mlknfgkcjm0000gn/T/arduino_build_393891/ui.spiffs.bin esptool.py v4.5.1 A fatal error occurred: This chip is ESP32-S3 not ESP32. Wrong --chip argument? |
I upgraded my patched version to 1.1, this should resolve that problem |
@dl9rdz Great job! Working like a charm now, many thanks :) |
Since espressif/arduino-esp32#3328, there can be a custom partitions.csv file in a sketch.
The Arduino ESP32 filesystem uploader plugin ignores such custom partitions.csv. Thus it does not use the correct size and location for the SPIFFS for Arduino sketches that use a custom partitions.csv file.
The text was updated successfully, but these errors were encountered: