Mike

Results 126 comments of Mike

> This is the most critical operation as there can be power failure after the second sector is cleared and before the new content is written. Actually, we wouldn't need...

@slaff @mopac It makes little sense to have byte order set to anything other than LSBFIRST since this corresponds to the native CPU byte ordering. Also note that the byte...

> The restart process seems to need more attention by the developer If you'd like to suggest improvements please feel free to open a PR!

@kmihaylov If it's OK with you we should leave this issue open as it definitely needs a fix.

I suspect one problem is that when `onReady()` gets to run the WiFi stack is being 'automatically' initialised. To diagnose what's happening with the endless rebooting we need to be...

@kmihaylov The debugging I was after is actually `LOG_DEFAULT_LEVEL=5` (verbose) - sorry for misdirecting you, but glad you learned something from it! With your sample, the WDT reset looks like...

> > Although one can dive reading the install script, wouldn't it be helpful if "geeks information" or "under the hood" exist in the related documentation chapter, describing the defaults?...

Looks like things have got a little out of sync. Try `make flashboot` to reset the rBoot config to defaults. (Note: rBoot is **not** partition-aware, it keeps its own configuration...

@mostorer Sorry, I didnt' really answer your question! The zip file you attached doesn't work for me, I get 'Not Found' error?

Something to look at is the `[Partition] Invalid range, address: 0x00010074, size: 0x00000008` error, it's trying to read past the end of the partition (which is at offset 0x10000). That...