-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Boots into a black screen after todays raspbian update #5400
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
Comments
Same exact issue here; could reverting to 6.1.19+ solve this? |
Could you try using rpi-update? (or wait a couple of days for the next apt kernel update). which isn't in current apt kernel but will be in the next one |
I tried rpi-update but without any result, already on latest. I read about |
what is |
|
That's the apt, not the rpi-update kernel. You should be getting: |
You appear to be viewing the system over VNC, so how does that relate to an issue where the HDMI output is black? Do you have an HDMI monitor connected? |
There was a misunderstanding, I don't know about OP but I'm using a GPIO based LCD screen, so output is identical. |
DPI or SPI? Still not the same as the OP who was reporting HDMI issues. VNC relies on the desktop being rendered, but also requires some options to be disabled, so it changes the behaviour of the system. |
Should I open a different thread? It's a 3.5" touchscreen, SPI, drivers are available here (3.5” RPi Display(MPI3501)). Just in case anyone is wandering: no, the screen is not broken, splash screen and some basic text is shown before the driver kicks in.
Thanks for help! |
For an SPI display, definitely yes. |
@Vertux Sorry for the delay in looking at this - issues sometimes get missed. Your EDID decodes fine as supporting
And the kernel has decoded those and is advertising them
Oddly pixelvalve-2 (HDMI-0) is not active. No immediately obvious reason. |
@6by9 no worries - I am patient. I had to switch to Ubuntu (which runs fine), but if you need any further information, I can run raspbian again. |
One useful test is to see if this is the same Plymouth interaction we had previously... Can you ssh into the box and do:
See if this is just a timing thing (i.e. plymouth taking longer than previously and DRM still not being closed down quick enough for xserver to start. Gordon |
@ghollingworth I did another test today with the "old" 2023-02-21-raspios-bullseye-arm64 image, which I have used before as basis before I did the update. Just for information, here are the data from the current woking system, its all default nothing changed.
The current update solved the issue for me, so I will close it. |
Describe the bug
My Raspberry Pi 4 Model B Rev 1.1 4GB was working fine, but after todays update, first it seems to boot fine but after the raspbian logo my monitor Eizo FlexScan L767 ends up with a black screen, the desktop environment does not show up as normal. It seems the update broke the monitor/resolution detection. My boot parameters are all default, since my first installation I did not change anything.
Steps to reproduce the behaviour
Just boot the Raspberry Pi
Device (s)
Raspberry Pi 4 Mod. B, Raspberry Pi CM4
System
raspinfo
https://paste.togart.de/?02c6fcd05c9c2b10#HYfnhCujmQXF7rvH1pw3Faj6ZVM6Qh8gHZc4VBqp7RSr
/etc/rpi-issue
Raspberry Pi reference 2023-02-21
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, f2d385517c9631f2ded876deb1115725d0c75995, stage4
vcgencmd version
Mar 17 2023 10:50:39
Copyright (c) 2012 Broadcom
version 82f3750a65fadae9a38077e3c2e217ad158c8d54 (clean) (release) (start)
uname -a
Linux raspberrypi 6.1.19-v8+ #1637 SMP PREEMPT Tue Mar 14 11:11:47 GMT 2023 aarch64 GNU/Linux
Logs
dmesg
https://paste.togart.de/?017e727aa5665383#3vWJkMQkgha7E3afuYDiK73ZQfC2PD7rwaUTnQLN6oRz
Additional context
No response
The text was updated successfully, but these errors were encountered: