Skip to content

Commit

Permalink
add Device Firmware Upgrade (DFU)
Browse files Browse the repository at this point in the history
  • Loading branch information
wemos committed Aug 17, 2021
1 parent 02c0cd7 commit 56bac05
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/en/tutorials/s2/get_started_with_arduino_s2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ Configure Board
:target: ../../_static/files/s2_arduino_config.jpg


Upload Code
-----------------
* Make S2 boards into **Device Firmware Upgrade (DFU)** mode.

* Hold on **Button 0**
* Press **Button Reset**
* Release **Button 0** When you hear the prompt tone on usb reconnection



Documentation
-------------------------
* `ESP32-S2 and ESP32-C3 Support <https://github.com/espressif/arduino-esp32#esp32-s2-and-esp32-c3-support>`_
Expand Down
7 changes: 6 additions & 1 deletion docs/en/tutorials/s2/get_started_with_micropython_s2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ S2 MINI Firmware

Flash firmware
-------------------
* Make S2 boards into flash mode.
* Make S2 boards into **Device Firmware Upgrade (DFU)** mode.

* Hold on **Button 0**
* Press **Button Reset**
* Release **Button 0** When you hear the prompt tone on usb reconnection

* Flash using esptool.py

.. highlight:: bash
Expand Down

0 comments on commit 56bac05

Please sign in to comment.