Skip to content
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

[Suggestion] App Uninstaller/DFU Reset #4

Open
imreallyliam opened this issue Sep 29, 2020 · 2 comments
Open

[Suggestion] App Uninstaller/DFU Reset #4

imreallyliam opened this issue Sep 29, 2020 · 2 comments

Comments

@imreallyliam
Copy link

I've recently experienced a bug with an app I installed and am wanting to uninstall it. I tried everything, from resetting it to doing a full firmware reset. The solution I found works was actually writing 0xFF to a 8mb file and then writing it to the calculator.

@adriweb
Copy link
Member

adriweb commented Sep 30, 2020

Hm I'm not an expert on that matter, what do @zardam and @boricj think?

@boricj
Copy link

boricj commented Sep 30, 2020

I'm not sure exactly what was going on, because normally the first step in flashing a firmware is performing a mass erase on the Flash. If a mass erase is not performed but rather individual sectors erases for the area the firmware will take, it is possible that the TAR file located further away from the firmware will survive the operation.

The bit about flashing a file with 8 MiB worth of 0xFF bytes was a way to force the equivalent of a mass erase no matter what TI-Planet's DFU page was actually doing. It also raises questions about how external storage is handled and how it should be handled going forward, but that's a separate issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants