Replies: 4 comments
-
For clarity, I've copied your original post here: ========= I'm not sure this is an 'issue' the way it's meant, but I'm getting this a lot recently (using SMING):
What I have tried:
I have had odd issues of having to re-boot the esp numerous times but since I've mostly been using a serial speed of 460800baud, all I saw is unprintable characters filling the screen. I ssume this is an intermittend issue, sometimes clearing itself with a few re-boots, or rather, I should say, in some cases, it happens in four out of five boots, in other cases, it happens in very boot in a resonable number of tries. I have mostly suspected worn out flash cells, but this latest occurence is, as said, on a fresh out of the package ESP. I have many more and will try others, but if yo have any other xplanation, I would be glad to hear that. Oh, just for completenes: here's my hwconfig:
|
Beta Was this translation helpful? Give feedback.
-
Please note that Sming uses a fork of rBoot (#2258) located here https://github.com/mikee47/rboot/tree/sming. This was done to accommodate partition tables. I've flashed the
You can follow the logic here https://github.com/mikee47/rboot/blob/cc00071f593ef7d55c0c0a7b97828173f9cda89b/rboot.c#L392. Comparing this log to yours I can make two observations: First, the Second, the subsequent call to
However, either of these I would expect permanent boot failure, not the erratic issue you describe. My first though is to check you have a stable power supply with adequate decoupling next to the esp8266. If the problem is reproduceable then perhaps adding debug statements to rboot might help? |
Beta Was this translation helpful? Give feedback.
-
Another thought, does your application use OTA updates? If so, that could be implicated... |
Beta Was this translation helpful? Give feedback.
-
sorry, I never came back to this, I resolved it somehow, can't really remember. |
Beta Was this translation helpful? Give feedback.
-
I have posted this over at the RBOOT repo, but maybe someone here has an idea?
raburton/rboot#64
pj
Beta Was this translation helpful? Give feedback.
All reactions