-
Notifications
You must be signed in to change notification settings - Fork 9
Description
I've been looking at this problem for some time. My intention is replace a Cerbo with this rPi4. It is a new install Venus v3.55 in a new fresh SD. This is a Sandisk High endurance so I don't expect problems from here. I also installed a 7" touch screen (no hdmi) that with RpiDisplaySetup works so nice.
The problem is that after some time, the interface goes black and the RPi hangs. I can see the system doing something just before hanging, like showing only the battery tile and a Loading thing. It happens so fast.
I didn't got anything from the logs, so today I uninstalled the RpiDisplaySetup so I could get something on the terminal before the crash, but surprise, it's working for quite few hours without crashing.
So it seems that the screen driver has something to do.
What could I do to debug this situation?
PS: It doesn't seem to be the screen sleep function, as it does work independently from the problem.
Is possible to disable screen sleep to check if that's the problem?