-
-
Notifications
You must be signed in to change notification settings - Fork 40.6k
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
[Docs] Add section about EEPROM on ARM #5070
[Docs] Add section about EEPROM on ARM #5070
Conversation
Also, it should be noted that the compiled images above may need to be updated in the future. And that i'm the one that compiled them, and all I did was add |
add hyperlink Co-Authored-By: yanfali <[email protected]>
I also think instead of linking .bin for specific folders we could generate a general bin that would just do an erase eeprom. |
@yiancar the bin's are more of a stopgap for the boards that are definitely having this issue. If it's possible, it would be nice to have a dfu-util command to reset the eeprom. If that's a bin, that's fine too. |
Just flashing a .bin full of 0xff would erase the whole of the flash (and therefor the "eeprom") |
Like completely 0xFF, or with addresses, etc? Aka, do you have such a hex? |
* [Docs] Add section about EEPROM on ARM * Add Preonic firmware * Update docs/faq_build.md add hyperlink Co-Authored-By: yanfali <[email protected]>
* [Docs] Add section about EEPROM on ARM * Add Preonic firmware * Update docs/faq_build.md add hyperlink Co-Authored-By: yanfali <[email protected]>
Document ARM EEPROM issues in FAQ
Description
Provide guidance for users of ARM based QMK boards
Types of changes
Issues Fixed or Closed by this PR
Checklist: