Skip to content

Commit 1966745

Browse files
committed
esp8266/tutorial/intro: Reword para abou -fm dio switch.
Not all NodeMCU boards require it.
1 parent 31ad1bb commit 1966745

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/esp8266/tutorial/intro.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ PC. You may also need to reduce the baudrate if you get errors when flashing
7474
(eg down to 115200). The filename of the firmware should also match the file
7575
that you have.
7676

77-
If you have a NodeMCU board, you may need to use the following command to deploy
78-
the firmware (note the "-fm dio" option)::
77+
For some boards with a particular FlashROM configuration (e.g. some variants of
78+
a NodeMCU board) you may need to use the following command to deploy
79+
the firmware (note the ``-fm dio`` option)::
7980

8081
esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash --flash_size=8m -fm dio 0 esp8266-2016-05-03-v1.8.bin
8182

0 commit comments

Comments
 (0)