You are not logged in.
Hi there,
I successfully run Devuan 4.0 arm64 on a Pi4b, but HDMI screen turns off and never comes back when all 4 cores are used for long compilation tasks. The screen goes off and never comes back.
Note that I use the full KMS graphics stack, so in config.txt I have:
dtoverlay=vc4-kms-v3d
And in cmdline.txt I have:
video="HDMI-A-1:1280x720@60"
Note that all hdmi_* config options are ignored in full KMS mode, since it uses the standard Linux KMS interface instead of the Broadcom-propietary video interface that those hdmi_* options are for.
This bug also happened on Raspberry Pi OS at some point, but it was eventually fixed:
https://github.com/raspberrypi/firmware/issues/1598
It has to do with throttling: throttling is happening, but it shouldn't cause video to be disconnected.
Also, is there a Pi4 arm64 kernel package I can update via apt-get? The image comes with a custom PREEMPT kernel, which is great, but I don't know how to update the kernel or the firmware (dtbs, etc).
Thanks!
Last edited by vanfanel (2021-11-04 12:30:34)
Offline
If you fix your heat/thermal problem so no throttling occurs.
With a simple heatsink.
All this will go away .. ~
Offline
@ShorTie: Yes, but throttling shouldn't cause video to go off. That's a different issue.
Offline
I had a similar issue, except the Raspberry Pi completely froze on me. I didn't verify if it's caused by throttling, but I did confirm that turning off the second monitor by commenting out max_framebuffers=2 prevented the Pi from freezing when CPU's were maxed out. Furthermore, downgrading the kernel to 5.4.42 fixed the issue completely - I haven't had time to identify which kernel version the issue was introduced in.
Offline
Hello:
... throttling shouldn't cause video to go off. That's a different issue.
Yes, you are quite right.
But throttling is a feature to protect the CPU from overheating and (eventually) blowing.
So (IMO) throttling must be avoided and that's what a heatsink is for.
In my 3B+ (now unused, a huge dissapointment) the adding of a heatsink to the chip without the speader made an important difference, at least in the comprehensive tests I ran at the time.
Edit: this video may be of use to you, if not there are others.
As always, YMMV.
Best,
A.
Last edited by Altoid (2023-03-19 13:53:29)
Offline