Updated Flashing (markdown)

Michael Ingraham 2019-09-15 18:02:33 -04:00
parent e56f41232f
commit 3bbd73f801
1 changed files with 3 additions and 1 deletions

@ -23,7 +23,9 @@ If the flash was successful the console will display:
Unplug your adapter or device and plug it back in or connect to another power source. Your device is now ready for [Initial configuration](Initial-Configuration). Unplug your adapter or device and plug it back in or connect to another power source. Your device is now ready for [Initial configuration](Initial-Configuration).
### Common mistakes ### Common mistakes
Message `COM# failed to connect: Failed to connect to Espressif device: Timed out waiting for packet header` means your device is not connected (recheck COM port number and USB cable) or not in flash mode (retry flash mode procedure for your device). Message `COM# failed to connect: Failed to connect to Espressif device: Timed out waiting for packet header` means your device is not connected (recheck COM port number and USB cable) or not in flash mode (retry flash mode procedure for your device).
Sometimes a "successful" flash will still result in a device that does not function as expected. If your device exhibits strange behaviors, we recommend that you use esptool.py to erase the flash as described below. And, if you are using esptool.py for erasing, you might as well upload the firmware that way as well. But definitely erase using esptool.py.
# <a id="esptool"></a>Esptool.py # <a id="esptool"></a>Esptool.py