Open rno opened 2 years ago
I also tried re-building hyperpixel4-init.c
but same result.
I managed to get it work by changing the dtoverlay
from vc4-kms-v3d
to vc4-fkms-v3d
, it boots until the end now.
The only thing is that once Xorg takes over, the display switches to 1440x720 instead of 720x720. I can run xrandr 720x720
to correct it which works but I can't figure out how Xorg determines it has to use a width of 1440.
Describe the bug
I have a strong dependency on a library (and its dependencies) that are not available on 32 bits. So, I'm attempting to run on a RaspiOS (Debian Buster) 64 bits.
I'm able to get the HyperPixel 4 (square + touch) displaying the boot sequence (as shown below) but it always stops there and doesn't display anything beyond this. If I plug a display on the HDMI port, I can see the OS booting all the way.
To Reproduce
square-2021
sudo ./install.sh
Your HyperPixel 4
Your Raspberry Pi
Give as much detail about your Pi and OS as possible. We only officially support Raspbian, but might be able to point you in the right direction if the problem is with another OS.
cat /proc/cpuinfo | grep Revision
can tell us this exactlylsb_release --description
anduname -r
It is a fresh setup.
Extra debugging information
I don't know if I have problem with touch yet as I can't seem to get passed the above.