NodeMCU Lua: Difference between revisions

From Network Security Wiki
Content added Content deleted
(Created page with " = Flashing = Generate a new Custom Build at: https://nodemcu-build.com/ Mode is: '''qio''' for most ESP8266 ESP-01/07 (512 kByte modules) '''dio''' for most ESP32 and ES...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:NodeMCU]]
__TOC__
<br />


= Flashing =
= Flashing =
Line 12: Line 15:
esptool.py --port /dev/ttyUSB0 erase_flash
esptool.py --port /dev/ttyUSB0 erase_flash
esptool.py --port /dev/ttyUSB0 write_flash -fm dio 0x00000 nodemcu-master-10-modules-2018-07-23-17-30-48-float.bin
esptool.py --port /dev/ttyUSB0 write_flash -fm dio 0x00000 nodemcu-master-10-modules-2018-07-23-17-30-48-float.bin


<br />
;References
<references/>
<br />
<br />
<br />


{{DISQUS}}

Latest revision as of 23:29, 23 July 2018


Flashing

Generate a new Custom Build at:

https://nodemcu-build.com/

Mode is:

qio for most ESP8266 ESP-01/07 (512 kByte modules)
dio for most ESP32 and ESP8266 ESP-12 (>=4 MByte modules)

Erase & Write the new file to Flash:

esptool.py --port /dev/ttyUSB0 erase_flash
esptool.py --port /dev/ttyUSB0 write_flash -fm dio 0x00000 nodemcu-master-10-modules-2018-07-23-17-30-48-float.bin



References





{{#widget:DISQUS |id=networkm |uniqid=NodeMCU Lua |url=https://aman.awiki.org/wiki/NodeMCU_Lua }}