-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Identified commit that breaks vc4 #1344
Comments
Perhaps @anholt could let us know if any additional commits are needed for vc4-kms-v3d use on 4.5 kernel. |
The build process I'm using includes
cmdline.txt
config.txt (uncommented bits)
The only thing left I can think of is to hookup something to the gpio to try and capture something from the gpio uart, since I can't see anything on screen, just that the capslock key stops responding on a usb attached keyboard |
Hmm the new version drm-vc4-4.5 from anholt's repo doesn't boot on my rpi2 or rpi3 yet, but the caps lock key still keeps working. So I think it's a little closer |
Closing due to lack of activity. Reopen if you feel this issue is still relevant. |
Hi
I've recently been experimenting trying to get the vc4 drivers to work with 4.5
I've not got vc4 working fully yet (I still need to have a mess with some of the config settings which I think is the next problem)
But I've discovered that one of the commits in this tree prevents the system from booting if dtoverlay=vc4-kms-v3d is enabled in config.txt
The offending commit appears to be
If I use the commit just before it then the system will boot (I still get a black screen but at least I can ssh onto the box
and look at dmesg to see what's going on with vc4)
I'm using the default config make bcm2709_defconfig
and the dtb files I'm using are actually from the very latest version (since that one has the files for the rpi3 added in)
The text was updated successfully, but these errors were encountered: