-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32-D0WDQ6 crash after flash #458
Comments
My guess would be that somehow the NVS partition has become corrupt. Maybe Jaguar needs to handle that and erase the partition? Or maybe it should report it in a nicer way so it is possible for the user to erase the flash manually. |
We believe this corruption may have been fixed in toitlang/jaguar@81eac4d, so closing this for now. Feel free to reopen the issue (or post a new one) and thanks for reporting this! |
No change with v1.0.5. |
Maybe you can try erasing the flash before we conclude too much about v1.0.5? The problem might very well still be there, but if there is flash corruption due to concurrent flashing operations (something that should no longer be the case in v1.0.5), we will not know if we've fixed it before you try to erase your flash and start over:
Thanks! |
On that particular board I was not able to upload any program because I did not pass through jag flash. After erase_flash chip/board is fine. You should definitely support erase_flash at least as option for flash or separate operation in jag. |
And report error in more readable way or add autofix while trying access flash_kv during boot. |
Filed toitlang/jaguar#134 to track this. Thanks! |
The text was updated successfully, but these errors were encountered: