Latest Flash Download Tool Spiffs.bin error
-
kayleejacob1
- Posts: 14
- Joined: Mon Aug 17, 2020 1:39 pm
Latest Flash Download Tool Spiffs.bin error
I the old version of the flash download tool i used to include my spiffs.bin but now when it get to this file it fails with com error. if i just send it i see it send the file then error sam com error . i am able to upload bootload,partionions,app0,main.bin with no issues if i use the file directly with esptool write flash in command line no issue why can i not have in the flash tool uploader
Re: Latest Flash Download Tool Spiffs.bin error
Hello. Can you please share what ESP-IDF version you are using, as well as the exact error message you get please?
-
kayleejacob1
- Posts: 14
- Joined: Mon Aug 17, 2020 1:39 pm
Re: Latest Flash Download Tool Spiffs.bin error
im not using the IDF directly using the flash download tool latest download from site 3.9.3 factory mode
The code is written in on Arduino ESP core 3.0.7 within Arduino it uploads fine I built the spiff file with in this
i took all bins everything uploads fine but if i add or try just the spiffs.bin it fails with com error
I have tried all different baud speeds no luck
If i upload via OTA there is no issue
The code is written in on Arduino ESP core 3.0.7 within Arduino it uploads fine I built the spiff file with in this
i took all bins everything uploads fine but if i add or try just the spiffs.bin it fails with com error
I have tried all different baud speeds no luck
If i upload via OTA there is no issue
- Attachments
-
- setup
- Screenshot 2025-06-16 132427.jpg (30.7 KiB) Viewed 135 times
-
- this works fine
- works.jpg (533.13 KiB) Viewed 135 times
-
- when i add spiff it fails with com error
- get com failed.jpg (558.05 KiB) Viewed 135 times
Re: Latest Flash Download Tool Spiffs.bin error
I am sorry but I am not sure if I can help you if you're using a custom piece of software to do this. If you have Python and pip installed you can download esptool with `pip instal esptool` command and then try to flash the partition that way.
Code: Select all
esptool.py --chip <your chip, e.g. esp32, esp32s3, etc.> -p <PORT> write_flash 0xc90000 <your binary file path .bin>
Who is online
Users browsing this forum: Applebot, PetalBot and 2 guests
