intelligent-agent / Refactor

Linux distro for 3D-printers
https://wiki.iagent.no/wiki/Refactor
GNU Affero General Public License v3.0
28 stars 18 forks source link

Screen is not always turned on during boot #275

Closed eliasbakken closed 2 years ago

eliasbakken commented 2 years ago

A setup with Recore A6 and Manga Screen 2 small sometimes causes the screen to not turn on. This looks to be a race condition and might be fixed with enabling the USB power before the HDMI output.

eliasbakken commented 2 years ago

The latest u-boot uses gpio commands to turn on the HDMI power, but not the 4 USB power domains. This might be the cause of the bug. Either USB is also turned on with GPIO commands or better yet, none of the domains are turned on by GPIO commands.

eliasbakken commented 2 years ago

This looks like it was an artifact of old code being used on RC1. RC2 does not appear to have any problems with this. Reopen if it turns out to be an issue later.

eliasbakken commented 2 years ago

This is still a problem with v3.0.3.

eliasbakken commented 2 years ago

This is not an issue with the Waveshare display. It could be a Manga Screen issue.

eliasbakken commented 2 years ago

This does not seem to be a software issue. Can be revisited again if it comes up.