stella-odroid-go
stella-odroid-go copied to clipboard
After flashing Stella firmware, you can't navigate menu list unless oDroid GO reboot
After latest Stella release that fixes the volume (thank you btw!), once I flash Stella, I can't move up or down in the menu list. It's like the menu's frozen or just no navigation. I then turn off the oDroid GO and turn it back on, then I can navigate through the Atari 2600 menu. This only is happening with Stella, the Prosystem navigates fine after it's same day volume fix.
Edit - This happens everytime I flash Stella, no navigation out of the gate.
I finally managed to isolate the issue. This is actually the second time I have encountered it. It was so hard to diagnose the first time that I left myself a note: https://github.com/OtherCrashOverride/stella-odroid-go/blob/2221f5ef161d787b1dffd884d52cc4bedf1963e0/components/odroid/odroid_display.c#L407-L408
The regression occurred due to the use of 80Mhz PSRAM mode which also requires 80Mhz flash mode. The backlight fade will need to be removed and replaced with a constant value.
Awesome, I always appreciate all the hard work you do CrashOveride! Thank you.
Thanks for finding / squishing this bug! Keep up the great work @OtherCrashOverride!!