Zum Inhalt springen

Esp8266 auth: Unterschied zwischen den Versionen

Zeile 28: Zeile 28:
Use esptool in python to flash firmware on esp. <br>
Use esptool in python to flash firmware on esp. <br>
Press flash button and reset and then release first reset button to get in flash mode <br>
Press flash button and reset and then release first reset button to get in flash mode <br>
<b>actual working firmware:</b>
<b>actual working firmware:</b> <br>
Flashing the nodemcu cloud build on 4MB flash ESP8266 : <br>
Flashing the nodemcu cloud build on 4MB flash ESP8266 : <br>
<code> ./esptool.py -p /dev/tty<SERIALPORT> write_flash -fm dio 0x00000 <binaryname>.bin</code>
<code> ./esptool.py -p /dev/tty<SERIALPORT> write_flash -fm dio 0x00000 <binaryname>.bin</code>