Skip to content
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

unclear on how to run latest kernel on rpi 3 #50

Closed
vrodic opened this issue Aug 11, 2016 · 2 comments
Closed

unclear on how to run latest kernel on rpi 3 #50

vrodic opened this issue Aug 11, 2016 · 2 comments

Comments

@vrodic
Copy link

vrodic commented Aug 11, 2016

This might be a documentation issue. I've tried compiling drm-vc4-next and for-next branches in order to get IF statement support in shaders on my Rpi3. I got Mesa git compiled that otherwise works on latest Rpi official kernel.

drm-vc4-next didn't have the Rpi3 device tree. for-next had but I had to compile the .dtb manually. drm-vc4-next seemed to be working on Rpi2, but didn't want to load mesa dri module of vc4 for some reason. drm-vc4-next booted Rpi3 to black screen when I put the rpi3 .dtb from for-next in there.

Maybe some sd card image would be useful for people who just want to test their user space apps.

In short, how to test the latest Mesa OpenGL stack?

@anholt
Copy link
Owner

anholt commented Aug 11, 2016

Most vc4 users are just using the downstream tree.

Pi3 development happened in the last kernel, so it won't be in
drm-vc4-next yet. Also pi3 didn't end up in the defconfig for this
kernel.

Pi3 won't do HDMI yet because of the lack of GPIO expander support.

You'd need to include some debug for the pi2 case, like
LIBGL_DEBUG=verbose.

@anholt
Copy link
Owner

anholt commented Aug 30, 2016

Closing, unless you want to follow up on some specific issue.

@anholt anholt closed this as completed Aug 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants