-
Notifications
You must be signed in to change notification settings - Fork 120
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
Esp-WEB-Tools and SPIFFS #445
Comments
A better approach is to flash a combined image. Just one file. Use esptool merge to combine the needed images. |
Thanks for the answer, I will try to make a single file with esptool. |
Does your partition table also have the spiffs partition defined, corresponding to the offset? |
Yes, but my problem is solved with Jason2866's method and the use of flash_download_tool_3.9.5 which allows you to create a combined image graphically. |
I had the same issue with latest version (9.4.3) |
@gism can you show me how you did it? I have a site which I want to upload to my esp32 from my website. I'm using platform.io to build the firmware. |
J'ai vu le message et je répondrai dans un ou deux jours.
Le dim. 30 juin 2024, 15:13, Allan Oricil ***@***.***> a
écrit :
… @gism <https://github.com/gism> can you show me how you did it? I have a
site which I want to upload to my esp32 from my website. I'm using
platform.io to build the firmware.
—
Reply to this email directly, view it on GitHub
<#445 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCLDP24M4Q6O5HE4DAL733LZJ776BAVCNFSM6AAAAABKEDHABOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJYGU2TSMZWGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I was able to do it. If anyone is interested, here is how you can do it https://github.com/allanoricil/esp32-mfa-authenticator Open |
@AllanOricil what I did is to combine all binaries boot, bootloader, partitions, app, spiffs in a single file using ESP32 flash download tools. To locate all bin and known addresses to place easiest is to check flashing command on your regular ide. Or partitions csv. Then in manifest for Esp-WEB-Tools I'm only flashing this combined binary. |
@gism I was able to do the same thing. Thanks for the reply, anyways. |
Good morning,
I cannot flash a spiffs file containing a website with ESP-Web-Tools. The firmware part flashes correctly but not the SPIFFS file. I have to use the Arduino IDE or VSCode and PlateformIO.
Here is my manifest:
and here is what the Arduino IDE does:
The text was updated successfully, but these errors were encountered: