The firmware breaks after the line "Erasing flash (this may take a while)..." esp8266 #9774
Replies: 3 comments 32 replies
-
Are you sure that the board is i bootloader mode when you try to load the firmware. The boot message does not show that. For bootloader mode, GPIO0 must be connected to GND and then Reset must be pushed, or power must by cycled. |
Beta Was this translation helpful? Give feedback.
-
I did a capture of RX TX of the chip-id command. The data itself does not tell me a lot, but at least one can see the timing. The first pic shows the full transaction, starting with the reset-response. The second & third pic show a zooms starting with the chip-id command communication. You see a clear alternating communication, which is always in time. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone. I have a problem with lolin nodemcu v3 board. When you try to erase the flash or write the firmware, the process ends after the line "Erasing flash (this may take a while) ...". I figured there might be a problem with a defective flush. I soldered it and tried to read it, the flash turned out to be working. I tried to remove the dump from the working board and sew it into a flash through the programmer. Nothing helped
Also, when the board is connected in the terminal on baud 74600, the line "ets Jan 8 2013,rst cause:2, boot mode:(3,6) appears
"
I tried to flash this board on different devices, the same problems. I also successfully flashed other esp and arduino on my device
I would like to understand the reason, since this is not the first board with such symptoms for me.
P.S.
Sorry for bad English
P.S.
I also connected pin reset and gng to prevent esp from starting. I connected RX->TX, then sent a message through the serial port to check the operation of Ch340. It works well
Beta Was this translation helpful? Give feedback.
All reactions