Skip to content

Commit 4b7862c

Browse files
committed
Classic OTA images deleted
two images renamed - trubleshooting
1 parent 8fc6aef commit 4b7862c

11 files changed

+4
-4
lines changed
-34.3 KB
Binary file not shown.
-105 KB
Binary file not shown.
-63.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-69.5 KB
Binary file not shown.
-25.3 KB
Binary file not shown.

doc/ota_updates/ota_updates.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Instructions below demonstrate configuration of OTA on NodeMCU 1.0 (ESP-12E Modu
114114

115115
**Note:** Windows users should select “Add python.exe to Path” (see below – this option is not selected by default).
116116

117-
![Python installation set up](ota-ide-python-configuration.png)
117+
![Python installation set up](a-ota-python-configuration.png)
118118

119119
2. Now prepare the sketch and configuration for the upload over a serial port.
120120
- Start Arduino IDE and load sketch BasicOTA.ino available under File > Examples > ArduinoOTA
@@ -187,7 +187,7 @@ When uploading, Arduino IDE used previously entered password, so the upload fail
187187

188188
If OTA update fails, first step is to check for error messages that may be shown in upload window of Arduino IDE. If this is not providing any useful hints try to upload again while checking what is shown by ESP on serial port. Serial Monitor from IDE will not be useful in that case. When attempting to open it, you will likely see the following:
189189

190-
![Arduino IDE network terminal window](ota-ide-network-terminal.png)
190+
![Arduino IDE network terminal window](a-ota-network-terminal.png)
191191

192192
This window is for Arduino Yún and not yet implemented for esp8266/Arduino. It shows up because IDE is attempting to open Serial Monitor using network port you have selected for OTA upload.
193193

@@ -205,11 +205,11 @@ If upload fails you will likely see errors caught by the uploader, exception and
205205

206206
The most common causes of OTA failure are as follows:
207207
* not enough physical memory on the chip (e.g. ESP01 with 512K flash memory is not enough for OTA),
208-
* too much memory declared for SPIFFS so new sketch will not fit between existing sketch and SPIFFS – see [Update process - memory view]( https://github.com/esp8266/Arduino/blob/master/doc/ota_updates/ota_updates.md#update-process---memory-view),
208+
* too much memory declared for SPIFFS so new sketch will not fit between existing sketch and SPIFFS – see [Update process - memory view](#update-process---memory-view),
209209
* too little memory declared in Arduino IDE for your selected board (i.e. less than physical size).
210210

211211
For more details regarding flash memory layout please check [File system]( https://github.com/esp8266/Arduino/blob/master/doc/filesystem.md).
212-
For overview where new sketch is stored, how it is copied and how memory is organized for the purpose of OTA see [Update process - memory view]( https://github.com/esp8266/Arduino/blob/master/doc/ota_updates/ota_updates.md#update-process---memory-view).
212+
For overview where new sketch is stored, how it is copied and how memory is organized for the purpose of OTA see [Update process - memory view](#update-process---memory-view).
213213

214214

215215
## Web Browser

0 commit comments

Comments
 (0)