-
Thr 2019.11.21
Hi @mcdonnelldean haven't played with one of these in quite a while, so just attempting to clarify a comment for others:
'but otherwise works.'
'it always looks like the screenshot provided, hung.'By 'otherwise works' does entering commands in the Left-Hand console side provide expected output?
When does the state 'hung' occur? Could it be related to the comment that follows?
I noticed thatreset()
is being used without an argument. Was this intentional?Has
reset(true)
been tried before disconnect and the (next) connection attempt?
Is 'Erase Flash' being used between version changes?
Were these the instructions that are being followed?
What PC/OS is in use? (Win10,Mac,Linux)
-
Hi Robin, thanks for your response, to answer you questions in order:
Otherwise means I can connect to it via a terminal app, I still get garbage but the REPL is usable when I connect with "screen /my/port/here " for instance. If I do a reset(true) in the repl the restart happens and I get no garbage (I only get garbage on connection), again only via a terminal session.
I cannot use the IDE left hand (or right hand at all). The reset bit is a hold over and should not be considered (I simply didn't clear out the editor before screenshot. When in the IDE, neither left or right pane worked as the device is always stuck in "connecting" mode. The splash loads but otherwise the repl is hung.
Yes, I erase using the same baud as I flash too (I don't know if that makes a difference)
Yes and also later threads where "4m-c1" is used (based on observing my chip code and using the reference in the docs). Interestingly my board(s) needs dio, not qio to be set to flash properly.
OSX (esptool v2.8)
Hi all,
I see this issue has gone around the houses a few times. I've followed all the threads and tried all the variations of esptools settings. I've also tried a few different versions of Espruino it's something in the flashing process / settings I think.
Board is as so:
Erasing looks like so:
Flashing via best practice examples (1V99 combined):
Screen output:
Flashing to latest (2v04):
Screen Output
In all cases I can connect via the screen terminal app. It spits out garbage at the top but otherwise works. I can use the REPL no problem. However when I use the IDE the connection never fails or succeeds, it always looks like the screenshot provided, hung.
I've done a few things too:
Anyone have any suggestions on what to try next?