After flashing cannot enter to programming even Repl does not answer #9523
Unanswered
Erkman84
asked this question in
Using MicroPython
Replies: 1 comment 7 replies
-
The Wemos D1 mini lite has only 1MB of flash. So you have to use the 1MB versions of the firmware. |
Beta Was this translation helpful? Give feedback.
7 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
This issue is as I wrote in the wrong queue: espressif/esptool#785
I am not new to micropython (esp boards, I've flashed, and get to work 2-3 types of esp boards and they work like a charm).
But I've tried new boards, e.x. Wemos D1 mini light (the causal old basic version works also without any issues, and this is true also for D1 mini pro). I use raspberry and it's OS for flashing/programming, with a high quality usb cable, other boards works fine so this is not a question here.
After flashing (after > 20 tries with combining baud rates, -fm dout, dio, 0x0, and so on) and used also -- verify says, that flashing is okay on all boards, ends like it used to... hard resetting via rts PIN
and
try to enter (via USB on the same way like flashing) the Micropython repl but I have no input method (=no reaction of any button, i cannot import any module, because when I hit the keyboard nothing happens). I use picocom for this purpose (and works for other esp boards well), but it seems it is gone freez or something. Reseting replug de device does not help.
Okay, mayb repl does not answer, what happens when I upload boot.py or main.py with ampy (like I did a lot of times on other boards): nothing, I have to interrupt it after waiting a while. I get an err msg like: no answer from device or something else.
Okay, maybe there must be a hack: pull GPIO 0 to GND (low), GPIO 2 to high (3,3V) found this: https://www.instructables.com/ESP8266-Using-GPIO0-GPIO2-as-inputs/
And tried the old way via USB TTL also, there is no answer. And an earlier version of micropython 1.10, 1.16 and 1.18 (this is one I played a lot recently).
On the 1.19 it does not work either.
So it seems after flashing mode, I don't get into boot or programming mode, and I do not know why.
Nothing helps.
My new ESP C3 board, Wemos D1 mini light (or V2), Lillygo T-Call 1,4 and 1,5 (not the 1,3V this works like a charm) have the same issue.
I played with the wemos d1 mini because this is the simplest one, so if I cannot solve this at this, I won't solve on the others.
Beta Was this translation helpful? Give feedback.
All reactions