Perform a clean flash with esptool #5247
Unanswered
espruino-discuss
asked this question in
ESP8266
Replies: 1 comment
-
Posted at 2015-12-31 by Ollie I'm assuming ESP8266 and you've added the reset buttons? Posted at 2015-12-31 by Arman Thank you! yes! that did the trick. The board I have is a Nodemcu V3, so the physical buttons I was mentioning were the RST and FLASH. |
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 2015-12-31 by Arman
I used one of the GPIO pins and made an LED blink. The code was running well, so I added
save()
to the end of my code to make it permanent, but the LED only remained on and none of the pins worked anymore. So I a few things for cleaning the save data, likereset()
or as documentation has suggested, pressing the two physical buttons at the same time. When none of these worked, I assumed flashing the device will turn it back to its original condition but now I get this:and then nothing.
I tried to flash it a few more times trying both sets of parameters written in tutorial page with esptool (just as I did in the first place and worked well) but it seems something wrong has remained on the board
Beta Was this translation helpful? Give feedback.
All reactions