No Console Access After Flashing ESP8266EX #6388
Unanswered
espruino-discuss
asked this question in
ESP8266
Replies: 1 comment
-
Posted at 2020-05-16 by Jonah Yay, I found the source of the problem. I found a README in the Espruino repo with more specific instructions for my 1MB device. https://github.com/espruino/Espruino/blob/master/targets/esp8266/README_flash.txt Here's the exact command that worked for me:
Note that this did not work with flash modes Posted at 2020-05-16 by @MaBecker Great to hear you solved it and shared the solution! This is the crazy part of such a cheap device, lot's of companies sell them and just change a tiny bit and then they behave different ... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2020-05-16 by Jonah
I'm able to flash my ESP8266 without errors, but connecting to the interactive console over serial does not work. Instead of getting a prompt, I see only garbled text, and then no ability to type anything.
Exact product link: https://www.sparkfun.com/products/13678
Here's my chip info:
I've reset the flash entirely:
And flashed like so:
I'm not sure I got the exact addresses for my chip (1MB flash), because the instructions only have addresses for 512KB and 4MB.
http://www.espruino.com/ESP8266_Flashing#initial-flashing
But I'm using the 512KB version, hoping that works. I was recommended on Gitter to use dio flashing mode instead of qio as the instructions indicate, but neither of those options change the behavior.
After flashing, I connect with screen.
And this is what shows up on my screen
Using different baud rates will change how long this garbed output is. The specific wiring I'm using matches the "Definitive Wiring Guide" instructable.
https://www.instructables.com/id/FTDI-ESP8266-Definitive-Wiring/
Any ideas what's wrong here?
Beta Was this translation helpful? Give feedback.
All reactions