Zum Inhalt springen

Esp8266 auth: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Zeile 26: Zeile 26:
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>
Flash command für precompiled: [[Datei:Esp8266-firmware.zip] <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>