mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
docs: fix a typo in api-guides/usb-otg-console
This commit is contained in:
parent
4ce0a6adc5
commit
9608acabd1
@ -67,14 +67,14 @@ Once the initial upload is done, the application will start up and a USB CDC por
|
||||
Initial upload using the ROM download mode, over USB CDC
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
* Press {IDF_TARGET_NAME} into download mode. To do this, keep GPIO0 low while toggling reset. On many development boards, the "Boot" button is connected to GPIO0, and you can press "Reset" button while holding "Boot".
|
||||
* Place {IDF_TARGET_NAME} into download mode. To do this, keep GPIO0 low while toggling reset. On many development boards, the "Boot" button is connected to GPIO0, and you can press "Reset" button while holding "Boot".
|
||||
* A serial port will appear in the system. On most operating systems (Windows 8 and later, Linux, macOS) driver installation is not required. Find the port name using Device Manager (Windows) or by listing ``/dev/ttyACM*`` devices on Linux or ``/dev/cu*`` devices on macOS.
|
||||
* Run ``idf.py flash -p PORT`` to upload the application, with ``PORT`` determined in the previous step
|
||||
|
||||
Initial upload using the ROM download mode, over USB DFU
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
* Press {IDF_TARGET_NAME} into download mode. To do this, keep GPIO0 low while toggling reset. On many development boards, the "Boot" button is connected to GPIO0, and you can press "Reset" button while holding "Boot".
|
||||
* Place {IDF_TARGET_NAME} into download mode. To do this, keep GPIO0 low while toggling reset. On many development boards, the "Boot" button is connected to GPIO0, and you can press "Reset" button while holding "Boot".
|
||||
* Run ``idf.py dfu-flash``.
|
||||
|
||||
See :ref:`api_guide_dfu_flash` for details about DFU flashing.
|
||||
|
Loading…
Reference in New Issue
Block a user