Esp8266 auth: Unterschied zwischen den Versionen
Pete (Diskussion | Beiträge) |
Pete (Diskussion | Beiträge) 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 | 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> | ||