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>
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>
Flashing the nodemcu cloud build on  512 kByte flash ESP8266 : <br>
<code> ./esptool.py -p /dev/tty<SERIALPORT> write_flash -fm qio 0x00000 <binaryname>.bin</code>
Also check out README file in zip for more information.
<b>Old firmware:</b> <br>
Flash command für precompiled Firmware oben <br>
Flash command für precompiled Firmware oben <br>
<code> esptool.py -p /dev/tty<SERIALPORT> write_flash 0x00000 0x00000.bin 0x10000 0x10000.bin</code>
<code> esptool.py -p /dev/tty<SERIALPORT> write_flash 0x00000 0x00000.bin 0x10000 0x10000.bin</code>