Hi,
I'am in trouble with the SGX-Drivers.
I think the Modules are there:
debian@arm:~$ lsmod | grep omapl
omaplfb 12270 0
pvrsrvkm 155997 1 omaplfb
tilcdc 26543 1 omaplfb
And the gfx_check.sh says:
debian@arm:~$ ./gfx_check.sh
WSEGL settings
[default]
WindowSystem=libpvrPVR2D_FRONTWSEGL.so
#WindowSystem=libpvrPVR2D_FLIPWSEGL.so
------
ARM CPU information
processor : 0
model name : ARMv7 Processor rev 2 (v7l)
BogoMIPS : 996.14
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/buha/02_bbb/04_Mainline_Selfmade/workdir/kernel/ignore/ti-sdk-pvr/Graphics_SDK/GFX_Linux_KM
System Version String: SGX revision = 125
------
Framebuffer settings
mode "320x240"
geometry 320 240 320 720 24
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 : 691200
Type : PACKED PIXELS
Visual : TRUECOLOR
XPanStep : 1
YPanStep : 1
YWrapStep : 0
LineLength : 960
Accelerator : No
------
Rotation settings
0
------
Kernel Module information
Module Size Used by
usb_f_acm 6967 1
u_serial 10180 1 usb_f_acm
usb_f_rndis 22035 1
g_multi 5441 0
usb_f_mass_storage 41144 2 g_multi
u_ether 11013 2 usb_f_rndis,g_multi
libcomposite 42737 4 usb_f_acm,usb_f_rndis,g_multi,usb_f_mass_storage
omaplfb 12270 0
joydev 7855 0
pvrsrvkm 155997 1 omaplfb
omap_aes 13361 0
omap_sham 21319 0
omap_rng 4359 0
rng_core 7254 1 omap_rng
tilcdc 26543 1 omaplfb
ft6236 5345 0
snd_soc_davinci_mcasp 15887 0
snd_soc_edma 1290 1 snd_soc_davinci_mcasp
snd_soc_omap 3058 1 snd_soc_davinci_mcasp
snd_soc_core 155574 3 snd_soc_davinci_mcasp,snd_soc_edma,snd_soc_omap
snd_pcm_dmaengine 5273 2 snd_soc_core,snd_soc_omap
evdev 9907 1
snd_pcm 79420 4 snd_soc_davinci_mcasp,snd_soc_core,snd_soc_omap,snd_pcm_dmaengine
snd_timer 17682 1 snd_pcm
snd 57634 3 snd_soc_core,snd_timer,snd_pcm
soundcore 7029 1 snd
spi_omap2_mcspi 11203 0
uio_pdrv_genirq 3437 0
leds_gpio 3420 0
uio 8806 1 uio_pdrv_genirq
------
Boot settings
console=ttyO0,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait fixrtc
------
Linux Kernel version
Linux arm 4.4.1-bone5 #1 Thu Feb 18 14:49:42 CET 2016 armv7l GNU/Linux
But if I start the Demo i have this error:
debian@arm:~$ ./OGLES2ChameleonMan
Can't open keypad input device (/dev/input/event0)
Exit message has been set to: "PVRShell: Unable to initialise EGL
".
PVRShell: EGL Error (EGL_NOT_INITIALIZED)
InitAPI failed!
PVRShell: Unable to initialise EGL
Is there anyone who can help me ?
I have no idea what the problem is.