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 all 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
5 changes: 5 additions & 0 deletions docs/source/Reference/Flashing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ 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 in your browser (works also on Linux):

* `ESPWebTool <https://esp.huhn.me/>`_ just use Chrome or Edge browser to flash usb connected ESP82xx/ESP32 board. For Firefox you need to install extra `addon <https://addons.mozilla.org/en/firefox/addon/webserial-for-firefox/>`_.

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

Expand Down Expand Up @@ -95,6 +99,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