Hello,
I'm using a board based on the AM335x SoC with the ti-linux-kernel/ti-linux-4.1.y Linux kernel.
I followed the instructions from "Graphics SDK Quick installation and user guide" for download, compilation and installation of the Linux-Graphics-SDK-05.01.01.02.
The following command+ restart was used to install 8.x SGX release user libraries:
/etc/init.d/335x-demo
The following command was used for loading the kernel modules:
/etc/init.d/rc.pvr start
The following error message was generated:
/usr/local/bin/pvrsrvctl: SrvInit failed (already initialized?) (err=4)
gfx_check.sh output:
WSEGL settings
[default]
WindowSystem=libpvrPVR2D_FRONTWSEGL.so
#WindowSystem=libpvrPVR2D_FLIPWSEGL.so
------
ARM CPU information
processor : 0
model name : ARMv7 Processor rev 2 (v7l)
BogoMIPS : 597.60
Features : half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpd32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x3
CPU part : 0xc08
CPU revision : 2
Hardware : Generic AM33XX (Flattened Device Tree)
Revision : 0000
Serial : 0000000000000000
------
SGX driver information
Version SGX_DDK_Linux_CustomerTI sgxddk 1.10@2359475 (release) /home/uri/ext_proj/Graphics_SDK_5_01_01_02/GFX_Linux_KM
System Version String: None
------
Framebuffer settings
mode "1024x768"
geometry 1024 768 1024 768 32
timings 0 0 0 0 0 0 0
accel true
rgba 8/16,8/8,8/0,0/0
endmode
Frame buffer device information:
Name :
Address : 0x9e900000
Size : 3145728
Type : PACKED PIXELS
Visual : TRUECOLOR
XPanStep : 1
YPanStep : 1
YWrapStep : 0
LineLength : 4096
Accelerator : No
------
Rotation settings
0
------
Kernel Module information
Module Size Used by
pvrsrvkm 179161 0
bnep 10936 2
rfcomm 33719 0
bluetooth 363099 10 bnep,rfcomm
ipv6 405731 12
musb_dsps 7857 0
musb_hdrc 50144 1 musb_dsps
usbcore 182198 1 musb_hdrc
snd_soc_davinci_mcasp 16279 0
snd_soc_edma 1049 1 snd_soc_davinci_mcasp
snd_soc_omap 2888 1 snd_soc_davinci_mcasp
snd_soc_core 162187 3 snd_soc_davinci_mcasp,snd_soc_edma,snd_soc_omap
snd_compress 8651 1 snd_soc_core
snd_pcm_dmaengine 5299 2 snd_soc_core,snd_soc_omap
snd_pcm 90201 4 snd_soc_davinci_mcasp,snd_soc_core,snd_soc_omap,snd_pcm_dmaengine
snd_timer 20727 1 snd_pcm
snd 61659 4 snd_soc_core,snd_timer,snd_pcm,snd_compress
evdev 10836 0
joydev 9487 0
wlcore_spi 3700 0
ti_am335x_adc 5313 0
kfifo_buf 3181 1 ti_am335x_adc
omap_rng 4634 0
industrialio 39300 2 ti_am335x_adc,kfifo_buf
rng_core 7840 1 omap_rng
soundcore 7226 1 snd
musb_am335x 1346 0
omap_wdt 4016 0
------
Boot settings
bootargs=console=ttyO0,115200n8 ip=dhcp root=/dev/nfs nfsroot=192.168.11.218:/home/uri/export/wheezy_hf,nfsvers=2 rw rootwait ip=dhcp mem=512M vram=50M
------
Linux Kernel version
Linux debian-armhf 4.1.13-01905-g27ab869-dirty #2 SMP Mon Jan 4 15:39:38 IST 2016 armv7l GNU/Linux
Thanks,
Uri