Lines Matching full:image
13 An application on "ESP-Dev-Board" may be upgraded at runtime by downloading a new image via Wi-Fi o…
24 …oad the image contained on the `factory` partition (i.e. the example image). This firmware trigger…
48 …on. The format should be `https://<host-ip-address>:<host-port>/<firmware-image-filename>`, e.g. `…
74 …d close the connection prematurely thus preventing the OTA client from receiving a complete image).
92 2. Connects to the HTTPS server and downloads the new image
93 3. Writes the image to flash, and instructs the bootloader to boot from this image after the next r…
110 This feature allows you to roll back to a previous firmware if new image is not useable. The menuco…
120 …ns are downloaded. Version checking is performed after the first firmware image package containing…
134 …), by running the command `curl -v https://<host-ip-address>:<host-port>/<firmware-image-filename>`
147 - Execute `python -m http.server 8070` in the directory with the firmware image
151 …- `<BIN_DIR>` is a directory containing the image and by default also the certificate and key file…
161 * Publish the firmware image on a public server (e.g. github.com) and copy its root certificate to …