We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ad1bb commit 1966745Copy full SHA for 1966745
docs/esp8266/tutorial/intro.rst
@@ -74,8 +74,9 @@ PC. You may also need to reduce the baudrate if you get errors when flashing
74
(eg down to 115200). The filename of the firmware should also match the file
75
that you have.
76
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)::
+For some boards with a particular FlashROM configuration (e.g. some variants of
+a NodeMCU board) you may need to use the following command to deploy
79
+the firmware (note the ``-fm dio`` option)::
80
81
esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash --flash_size=8m -fm dio 0 esp8266-2016-05-03-v1.8.bin
82
0 commit comments