This repository was archived by the owner on Jan 27, 2025. It is now read-only.
Replies: 2 comments
-
Here's the answer: raspberrypi/linux#5403 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm trying to find out which DRM device is suitable for using the GUD on the Raspberry Pi 4. Note: This script needs to be run as root user (to access the debugfs).
As you know, debugfs is not always available, though... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently trying to run GUD on the Raspberry Pi OS. I have ported some kernel modules from the buildroot version and have succeeded in running GUD on the Raspberry Pi 4. However, I noticed that the DRM device number that should be specified sometimes changes (not constant) in case of Raspberry Pi OS.
Case A: DRM_DEV=0
Case B: DRM_DEV=1
note: I have changed /boot/config.txt setting by following buildroot version
So my question is, in what order are DRM devices recognized by the Linux / Raspberry Pi OS? And are there any way to get a DRM device number that will always valid for GUD use?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions