Skip to content

Update Flashing.rst #5326

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

Merged
merged 4 commits into from
Jun 12, 2025
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/source/Reference/Flashing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ The included tools are all for Windows.

For Linux or Mac users, the recommended tool for ESP82xx/ESP32 is `esptool.py <https://github.com/espressif/esptool>`_

Platform independent software (works also on Linux):
* ``ESPWebTool`` just use Chrome or Edge browser to flash usb connected ESP board. For Firefox you need to install extra addon. Can be found at `ESPWebTool <https://esp.huhn.me/>`_
Copy link
Contributor

@tonhuisman tonhuisman Jun 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding the link to https://github.com/kuba2k2/firefox-webserial for the Firefox plugin would be helpful for many users 😉
This tool should also work on Opera browser, as that's also one of the (few) browsers supporting the used WebSerial protocol.

NB: Not sure what types of ESP are supported, but the site wouldn't work for me on an ESP32-C6. The terminal feature of the same maker works fine though, also with the Firefox plugin (and its external add-on). Tested on Windows, should also work on Linux.
Maybe it has to be forced into Flash-mode manually.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tonhuisman updated


Flashing Parameters
===================

Expand Down Expand Up @@ -95,6 +98,7 @@ ESP82xx

ESPEasy builds based on esp8266/Arduino library version 2.7.x and later can handle compressed ``.bin.gz`` files.
When in doubt, just use the ``.bin`` files.
If first time flash use ``.bin`` file at address 0.

ESP32
=====
Expand Down