Hi
I’m running the following linux kernel
[debian-wheezy-minimal-armhf-2012-03-08](http://rcn-ee.net/deb/rootfs/wheezy/debian-wheezy-minimal-armhf-2012-03-08.tar.xz)
Obtained from the http://www.elinux.org/BeagleBoardDebian which is running fine. I have tried to install the SGX
drivers from the same site but not conviced it's worked. When I run the ./install-SGX.sh script I get the following
output:
Extracting target files to rootfs
[default]
WindowSystem=libpvrPVR2D_FRONTWSEGL.so
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
update-rc.d: using dependency based boot sequencing
insserv: warning: script 'K01pvr' missing LSB tags and overrides
insserv: warning: script 'pvr' missing LSB tags and overrides
and from the ./run-SGX.sh script I get the following:
Stopping PVR
Starting PVR
/etc/init.d/pvr: 37: /etc/init.d/pvr: devmem2: not found
/etc/init.d/pvr: 38: /etc/init.d/pvr: devmem2: not found
/etc/init.d/pvr: 39: /etc/init.d/pvr: devmem2: not found
/etc/init.d/pvr: 41: /etc/init.d/pvr: devmem2: not found
/etc/init.d/pvr: 52: /etc/init.d/pvr: /usr/bin/pvrsrvinit: not found
Are the SGX drivers not compatible with the kernel version I'm running? or is it my BB C4?
Thanks