bootloop fix for spotpear esp32c3 1.44 lcd board#9997
Conversation
dhalbert
left a comment
There was a problem hiding this comment.
Thank you for the fix. I am going to try to understand why this made the board work. It makes it match other boards that do work. But the "LEGACY" layout should not make a difference if you don't care about preserving CIRCUITPY. The partition table is replaced when the .bin is flashed.
Even more mysterious, but possibly a clue to resolving the "why", is why it worked as-was on 9.2.1 but not on 9.2.2+. |
Exactly. I hope I can reproduce this on a QT Py C3 or similar and then do a bisect. |
Resolved issue related by @gabriel-gagnon in the original pull request (#9201)
The Spotpear ESP32C3 1.44" LCD board would work with CircuitPython 9.2.1, but since 9.2.2 has gone into boot loop after flashing. Modifying the mpconfigboard.mk to force legacy flash layout returned functionality.