File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,16 +67,17 @@ Using esptool.py you can erase the flash with the command::
6767
6868And 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
7272You might need to change the "port" setting to something else relevant for your
7373PC. 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
7677If you have a NodeMCU board, you may need to use the following command to deploy
7778the 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
8182If the above commands run without error then MicroPython should be installed on
8283your board!
You can’t perform that action at this time.
0 commit comments