File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed 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::
67
67
68
68
And then deploy the new firmware using::
69
69
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
71
71
72
72
You might need to change the "port" setting to something else relevant for your
73
73
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.
75
76
76
77
If you have a NodeMCU board, you may need to use the following command to deploy
77
78
the firmware (note the "-fm dio" option)::
78
79
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
80
81
81
82
If the above commands run without error then MicroPython should be installed on
82
83
your board!
You can’t perform that action at this time.
0 commit comments