mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-02 23:31:30 +01:00
Note added about resetting the ESP after serial upload before OTA upload (#14)
* note added about resetting the ESP after serial upload before OTA upload * restricted note to ESP8266 modules
This commit is contained in:
parent
ef92bb32e9
commit
7baeb259fd
@ -6,6 +6,15 @@ firmware binaries to your node without having to use an USB cable for
|
||||
uploads. esphomeyaml natively supports this through its ``run`` and
|
||||
``upload`` helper scripts.
|
||||
|
||||
.. note::
|
||||
Please be aware that ESP8266 modules must be reset after a serial
|
||||
upload before OTA can work.
|
||||
When you are trying to conduct an OTA update and receive an error message
|
||||
``Bad Answer: ERR: ERROR[11]: Invalid bootstrapping`` the reason is
|
||||
very likely that power-cycling the ESP module is required once after
|
||||
the serial upload.
|
||||
|
||||
|
||||
Optionally, you can also define a password to use for OTA updates so
|
||||
that an intruder isn’t able to upload any firmware to the ESP without
|
||||
having hardware access to it. This password is also hashed
|
||||
|
Loading…
Reference in New Issue
Block a user