Skip to content

Commit

Permalink
Merge pull request #35 from andypiper/patch-1
Browse files Browse the repository at this point in the history
Fix S2->C3 references
  • Loading branch information
wemos committed Mar 19, 2022
2 parents 594fb62 + 4ad7f66 commit ec873b9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/en/tutorials/c3/get_started_with_micropython_c3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ Get started with MicroPython [C3 series]
Flash MicroPython firmware
----------------------------

The boards were already flashed micropython firmware.
If they lost firmware or you need lastest firmware,
The boards were already flashed with MicroPython firmware.
If they lost the firmware or you need the latest version,
you can flash MicroPython firmware by yourself.

Requirements
---------------

* `Python <https://www.python.org/downloads/>`_
* `esptool <https://github.com/espressif/esptool>`_ (for flash ESP32-C3 firmware.)
* `esptool <https://github.com/espressif/esptool>`_ (to flash ESP32-C3 firmware)

.. highlight:: bash

::

pip install esptool
pip3 install esptool
S2 MINI Firmware
C3 MINI Firmware
------------------
* `c3_mini_micropython_v1.16.bin <../../_static/files/c3_mini_firmware/c3_mini_micropython_v1.16.bin>`_

Expand All @@ -29,11 +29,11 @@ S2 MINI Firmware

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

* Hold on **Button 9**
* Hold **Button 9**
* Press **Button Reset**
* Release **Button 9** When you hear the prompt tone on usb reconnection
* Release **Button 9** when you hear the prompt tone on USB reconnection

* Flash using esptool.py

Expand All @@ -48,7 +48,7 @@ Flash firmware
Don't forget to change **PORT_NAME** and **FIRMWARE.bin**.

In Linux, **PORT_NAME** is like /dev/ttyUSB0.
In windows, **PORT_NAME** is like COM4.
In Windows, **PORT_NAME** is like COM4.


Quick reference
Expand Down

0 comments on commit ec873b9

Please sign in to comment.