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

Time out when trying to flash spiffs.bin for an ESP32 #49

Closed
SeByDocKy opened this issue Oct 20, 2022 · 4 comments · Fixed by #83
Closed

Time out when trying to flash spiffs.bin for an ESP32 #49

SeByDocKy opened this issue Oct 20, 2022 · 4 comments · Fixed by #83
Labels
bug Something isn't working

Comments

@SeByDocKy
Copy link

SeByDocKy commented Oct 20, 2022

Hello, I am trying to flash the spiffs part of a project with this tool.
From pio in verbose mode, the command line executed is :
```--chip esp32 --port "“COM18”" --baud 460800 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_size detect 2686976 .pio/build/routeur_solaire/spiffs.bin`````

Seems the offset adress is 2686976 = 0x290000.

When trying with esptool-js got a timeout error...

image

Maybe I am wrong somewhere, but is-it a bug ?

@vidsmet2
Copy link

@SeByDocKy

I've had the same issue. Changing the baudrate to 115200 solved this.

@SeByDocKy
Copy link
Author

@SeByDocKy

I've had the same issue. Changing the baudrate to 115200 solved this.

Thanks I will try asap :)

@bpstermometria
Copy link

I have the same issue. any solution?

@igrr
Copy link
Member

igrr commented Jan 12, 2023

This might be solved by #57. I'd like to compare how esptool.py solves the same issue, though, before merging that PR.

@igrr igrr added the bug Something isn't working label Jan 12, 2023
@igrr igrr closed this as completed in #83 Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants