Skip to content

Terminus-IMRC/qpuinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qpuinfo

Show information of VideoCore IV V3D of Raspberry Pi.

Requirements

You need mailbox and libvc4regmap.

Building

$ git clone https://github.com/Terminus-IMRC/qpuinfo
$ cd qpuinfo/
$ cmake .
$ make
$ sudo make install

You can create .deb package and install it:

$ make package
$ sudo dpkg -i qpuinfo-x.y.z-system.deb

Running

To show info:

$ sudo qpuinfo -e -d

To enable QPU:

$ sudo qpuinfo -e

To disable QPU after above:

$ sudo qpuinfo -d

About

Print information from VideoCore IV V3D

Resources

Stars

Watchers

Forks

Packages

No packages published