forked from espressif/esp-idf
Merge branch 'docs/fix_typo_in_get_started_start_project' into 'master'
docs: fix a typo in get-started/start-project See merge request espressif/esp-idf!24526
This commit is contained in:
@@ -320,6 +320,9 @@ When flashing, you will see the output log similar to the following:
|
|||||||
|
|
||||||
.. only:: esp32h2
|
.. only:: esp32h2
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
...
|
||||||
esptool esp32h2 -p /dev/ttyUSB0 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 48m --flash_size 2MB 0x0 bootloader/bootloader.bin 0x10000 hello_world.bin 0x8000 partition_table/partition-table.bin
|
esptool esp32h2 -p /dev/ttyUSB0 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 48m --flash_size 2MB 0x0 bootloader/bootloader.bin 0x10000 hello_world.bin 0x8000 partition_table/partition-table.bin
|
||||||
esptool.py v4.6
|
esptool.py v4.6
|
||||||
Serial port /dev/ttyUSB0
|
Serial port /dev/ttyUSB0
|
||||||
|
@@ -320,6 +320,9 @@
|
|||||||
|
|
||||||
.. only:: esp32h2
|
.. only:: esp32h2
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
...
|
||||||
esptool esp32h2 -p /dev/ttyUSB0 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 48m --flash_size 2MB 0x0 bootloader/bootloader.bin 0x10000 hello_world.bin 0x8000 partition_table/partition-table.bin
|
esptool esp32h2 -p /dev/ttyUSB0 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 48m --flash_size 2MB 0x0 bootloader/bootloader.bin 0x10000 hello_world.bin 0x8000 partition_table/partition-table.bin
|
||||||
esptool.py v4.6
|
esptool.py v4.6
|
||||||
Serial port /dev/ttyUSB0
|
Serial port /dev/ttyUSB0
|
||||||
|
Reference in New Issue
Block a user