mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-21 21:22:31 +03:00
Fix menu and checklist in a01-espcomm_sync-failed (#4512)
Fix menu and checklist in a01-espcomm_sync-failed.rst
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
I am getting "espcomm\_sync failed" error when trying to upload my ESP. How to resolve this issue?
|
I am getting "espcomm\_sync failed" error when trying to upload my ESP. How to resolve this issue?
|
||||||
--------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
- `Introduction <#Introduction>`__
|
- `Introduction <#introduction>`__
|
||||||
- `Initial Checks <#initial-checks>`__
|
- `Initial Checks <#initial-checks>`__
|
||||||
- `Advanced Checks <#advanced-checks>`__
|
- `Advanced Checks <#advanced-checks>`__
|
||||||
- `Reset Methods <#reset-methods>`__
|
- `Reset Methods <#reset-methods>`__
|
||||||
@ -332,35 +332,45 @@ GitHub.
|
|||||||
I'm Stuck
|
I'm Stuck
|
||||||
~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
|
||||||
Hopefully at this point you were able to resolve ``espcomm_sync failed``
|
Hopefully at this point you were able to resolve ``espcomm_sync failed`` issue and now enjoy quick and reliable uploads of your ESP modules.
|
||||||
issue and now enjoy quick and reliable uploads of your ESP modules.
|
|
||||||
|
|
||||||
If this is still not the case, then review once more all discussed steps
|
If this is still not the case, then review once more all discussed steps in the checklist below.
|
||||||
in the checklist below.
|
|
||||||
|
|
||||||
**Initial Checks** \* [ ] Is your module connected to serial port and
|
**Initial Checks**
|
||||||
visible in IDE? \* [ ] Is connected device responding to IDE? What is
|
|
||||||
exact message in debug window? \* [ ] Have you selected correct ESP
|
|
||||||
module type in *Board* menu? What is the selection? \* [ ] Have you
|
|
||||||
tried to reduce upload speed? What speeds have you tried?
|
|
||||||
|
|
||||||
**Advanced Checks** \* [ ] What message is reported by ESP at 74880 baud
|
* [ ] Is your module connected to serial port and visible in IDE?
|
||||||
when entering boot loading mode? \* [ ] Have you checked your USB to
|
|
||||||
serial converter by looping it back? What is the result? \* [ ] Is your
|
|
||||||
detailed upload log consistent with settings in IDE? What is the log?
|
|
||||||
|
|
||||||
**Reset Method** \* [ ] What reset method do you use? \* [ ] What is
|
* [ ] Is connected device responding to IDE? What is exact message in debug window?
|
||||||
your connection diagram? Does it match diagram in this FAQ? \* [ ] What
|
|
||||||
is your wave-form of board reset? Does it match wave-form in this FAQ?
|
|
||||||
\* [ ] What is your wave-form of complete upload? Does it match
|
|
||||||
wave-form in this FAQ?
|
|
||||||
|
|
||||||
**Software** \* [ ] Do you use the latest stable version of `esp8266 /
|
* [ ] Have you selected correct ESP module type in *Board* menu? What is the selection?
|
||||||
Arduino <https://github.com/esp8266/Arduino>`__? What is it? \* [ ] What
|
|
||||||
is the name and version of your IDE and O/S?
|
|
||||||
|
|
||||||
If you are stuck at certain step, then post this list on `ESP8266
|
* [ ] Have you tried to reduce upload speed? What speeds have you tried?
|
||||||
Community Forum <http://www.esp8266.com/>`__ asking for support.
|
|
||||||
|
**Advanced Checks**
|
||||||
|
|
||||||
|
* [ ] What message is reported by ESP at 74880 baud when entering boot loading mode?
|
||||||
|
|
||||||
|
* [ ] Have you checked your USB to serial converter by looping it back? What is the result?
|
||||||
|
|
||||||
|
* [ ] Is your detailed upload log consistent with settings in IDE? What is the log?
|
||||||
|
|
||||||
|
**Reset Method**
|
||||||
|
|
||||||
|
* [ ] What reset method do you use?
|
||||||
|
|
||||||
|
* [ ] What is your connection diagram? Does it match diagram in this FAQ?
|
||||||
|
|
||||||
|
* [ ] What is your wave-form of board reset? Does it match wave-form in this FAQ?
|
||||||
|
|
||||||
|
* [ ] What is your wave-form of complete upload? Does it match wave-form in this FAQ?
|
||||||
|
|
||||||
|
**Software**
|
||||||
|
|
||||||
|
* [ ] Do you use the latest stable version of `esp8266 / Arduino <https://github.com/esp8266/Arduino>`__? What is it?
|
||||||
|
|
||||||
|
* [ ] What is the name and version of your IDE and O/S?
|
||||||
|
|
||||||
|
If you are stuck at certain step, then post this list on `ESP8266 Community Forum <http://www.esp8266.com/>`__ asking for support.
|
||||||
|
|
||||||
Conclusion
|
Conclusion
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
Reference in New Issue
Block a user