Skip to content

A custom (but now outmoded) kernel driver for the GPU in the Raspberry Pi. The corresponding userspace library is called hackdriver (https://github.com/cleverca22/hackdriver).

Notifications You must be signed in to change notification settings

cleverca22/v3d2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v3d2

dkms version of v3d2 driver, pulled out of my fork of linux

to compile:

sudo apt-get install linux-headers-3.6-trunk-rpi linux-image-3.6-trunk-rpi dkms
cd /usr/src/
git clone https://github.com/cleverca22/v3d2.git/ v3d2-0.1
dkms add v3d2/0.1
dkms build v3d2/0.1 -k 3.6-trunk-rpi
dkms install v3d2/0.1 -k 3.6-trunk-rpi

About

A custom (but now outmoded) kernel driver for the GPU in the Raspberry Pi. The corresponding userspace library is called hackdriver (https://github.com/cleverca22/hackdriver).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published