SPRADI3 June 2024 AM625 , AM62P , AM67 , AM67A , AM68 , AM68A , AM69 , AM69A , DRA829J , DRA829J-Q1 , DRA829V , DRA829V-Q1 , TDA4AEN-Q1 , TDA4AH-Q1 , TDA4AL-Q1 , TDA4AP-Q1 , TDA4VE-Q1 , TDA4VEN-Q1 , TDA4VH-Q1 , TDA4VL-Q1 , TDA4VM , TDA4VM-Q1 , TDA4VP-Q1
The GPU driver sometimes requires extra parameters
when being launched. This requires the GPU driver to not auto-load so that the
driver can be manually started. To blacklist the GPU driver, disable
modprobe
by adding the following line to
/etc/modprobe.d/blacklist.conf
:
blacklist pvrsrvkm
In SDK 8.6 and previously (GPU driver 1.15 and
earlier), there is an initialization script (/etc/init.d/rc.pvr
)
that is installed by the GPU driver. This script can be disabled by moving the
script out of the directory, such as moving the script to the home directory.
To manually start the GPU after being blacklisted, simply insert the GPU module using
insmod
or modprobe
.