Skip to content

Commit 56fd33a

Browse files
committed
docs/esp8266/tutorial: Change name of ESP8266 firmware to match actual.
1 parent c68c327 commit 56fd33a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/esp8266/tutorial/intro.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,17 @@ Using esptool.py you can erase the flash with the command::
6767

6868
And then deploy the new firmware using::
6969

70-
esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash --flash_size=8m 0 mp-esp8266-firmware.bin
70+
esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash --flash_size=8m 0 esp8266-2016-05-03-v1.8.bin
7171

7272
You might need to change the "port" setting to something else relevant for your
7373
PC. You may also need to reduce the baudrate if you get errors when flashing
74-
(eg down to 115200).
74+
(eg down to 115200). The filename of the firmware should also match the file
75+
that you have.
7576

7677
If you have a NodeMCU board, you may need to use the following command to deploy
7778
the firmware (note the "-fm dio" option)::
7879

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

8182
If the above commands run without error then MicroPython should be installed on
8283
your board!

0 commit comments

Comments
 (0)