Skip to content

rk3576: Fix black screen on first boot#3016

Open
felixjones wants to merge 1 commit into
ROCKNIX:nextfrom
felixjones:fejones/rk3576/blackscreen
Open

rk3576: Fix black screen on first boot#3016
felixjones wants to merge 1 commit into
ROCKNIX:nextfrom
felixjones:fejones/rk3576/blackscreen

Conversation

@felixjones

Copy link
Copy Markdown
Contributor

Summary

I noticed recently that whenever I flashed a new image the first boot (after all the setup boots) would halt on a black screen, requiring a press of the reset button.

After a whole bunch of logging, it looks like on that first boot the GPU powers down after a failed graphics driver startup, and when the second attempt to starts it's like "huh no GPU anymore" and black screens

I set regulator-always-on; in the dts just to test the theory, and that fixed the problem.

I fully admit, I don't know the consequences of regulator-always-on;, I assume we generally want to use the GPU for 100% of the device's operation so my assumption is that we want regulator-always-on; and it makes little sense to not have it always on, but again this is a case of "this seems to fix the problem"

Testing

Tested with and without the patch multiple fresh image-installs, and it's a 100% repro and 100% fix rate

Additional Context

This issue does seem to be a regression on the next branch, for some reason it's only recently started happening

I have not performed a bisect to figure out the regressing commit

AI Usage

NO

@felixjones
felixjones force-pushed the fejones/rk3576/blackscreen branch from 24e760a to b6f8d14 Compare July 11, 2026 17:10
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

Successfully merging this pull request may close these issues.

1 participant