This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

beagleboard xm rev b hang when froyo boot up

Hello everyone

Our beagleboard XM rev B will hang at the bootanimation and could't enter the launch state when the froyo boot up sometimes. But this may occur one time when boot up ten times.

The  attachment is the logcat when the froyo hang.

 

Thanks

Yanbin Yue

  • Hi Yanbin,

    Can you please try to use the latest gingerbread release for Beagleboard Xm.

    http://software-dl.ti.com/dsps/dsps_public_sw/sdo_tii/TI_Android_DevKit/TI_Android_GingerBread_2_3_4_DevKit_2_1/index_FDS.html

    Regards,

    Arun

  • Hi Arun

    We modify many android system file to fit our requirement, and it took my three week to download the froyo source.

    If we use ginerbread, I think we would delay the release our product time, these is very bad.

    So we need a simple resolution to fix this problem on froyo.

     

    Thanks,

    Yanbin Yue

  • Hi Arun

    We modify many android system file to fit our requirement, and it took my three week to download the froyo source.

    If we use ginerbread, I think we would delay the product release time, this is very bad.

    So we need a simple resolution to fix this problem on froyo.

     

    Thanks,

    Yanbin Yue

  • Hi Yanbin,

    If you do not have enough time to migrate to new release. Then I would recommend just take the latest SGX and build for your release. This error will go off.

    We also found this kind of error for few of the cases. But in the new release it went off.

     

    -

    satish

  • Hi satish

    Could you give me the url to download the latest SGX?

    It looks that the latest sgx was updated in 2010 08,  does this version could solve our problem?

     

    Thanks,

    Yanbin Yue

  • Hi Satish

     

    The url I could find sgx is http://gitorious.org/rowboat/ti_android_sgx_sdk

    Is this the right url to get the latest sgx?

     

    Thanks

    Yanbin Yue

  • Hi Yanbin,

    Correct link is as below:

    git://gitorious.org/rowboat/hardware-ti-sgx.git

     

    satish

  • Hi Satish,

    Could you tell me the useful files which build from the hardware-ti-sgx for fixing these problem.

    When I compare the pvrsrvkm.ko and omaplfb.ko with the old version, I find they have the same binary data, And I find the version of the installed share library as the same as the libarary which we used in the problem version.

    Because this problem don't occur every time, so we need find the exactly file I need replace. We used the TF Card to test the system not NFS.

    These are the install sgx log:

    boot script rc.pvr -> /system/bin/sgx/rc.pvr
    kernel module pvrsrvkm.ko -> /system/bin/sgx/pvrsrvkm.ko
    kernel module omaplfb.ko -> /system/bin/sgx/omaplfb.ko
    shared library libGLESv1_CM_POWERVR_SGX530_125.so -> /system/lib/egl/libGLESv1_CM_POWERVR_SGX530_125.so.1.1.15.2766
    shared library libGLESv2_POWERVR_SGX530_125.so -> /system/lib/egl/libGLESv2_POWERVR_SGX530_125.so.1.1.15.2766
    shared library libglslcompiler.so -> /system/lib/libglslcompiler.so.1.1.15.2766
    shared library libIMGegl.so -> /system/lib/libIMGegl.so.1.1.15.2766
    shared library libEGL_POWERVR_SGX530_125.so -> /system/lib/egl/libEGL_POWERVR_SGX530_125.so.1.1.15.2766
    shared library libpvr2d.so -> /system/lib/libpvr2d.so.1.1.15.2766
    shared library libsrv_um.so -> /system/lib/libsrv_um.so.1.1.15.2766
    shared library libPVRScopeServices.so -> /system/lib/libPVRScopeServices.so.1.1.15.2766
    shared library gralloc.omap3.so -> /system/lib/hw/gralloc.omap3.so.1.1.15.2766
    shared library libfakehal.so -> /system/lib/libfakehal.so.1.1.15.2766
    shared library libpvrANDROID_WSEGL.so -> /system/lib/libpvrANDROID_WSEGL.so.1.1.15.2766
    shared library libsfutil.so -> /system/lib/libsfutil.so.1.1.15.2766
    binary pvrsrvinit -> /system/bin/pvrsrvinit
    binary sgx_init_test -> /system/bin/sgx_init_test
    binary gles2test1 -> /system/bin/gles2test1
    shader glsltest1_vertshader.txt -> /system/bin/glsltest1_vertshader.txt
    shader glsltest1_fragshaderA.txt -> /system/bin/glsltest1_fragshaderA.txt
    shader glsltest1_fragshaderB.txt -> /system/bin/glsltest1_fragshaderB.txt
    binary gles1test1 -> /system/bin/gles1test1
    binary services_test -> /system/bin/services_test
    binary sgx_blit_test -> /system/bin/sgx_blit_test
    binary sgx_flip_test -> /system/bin/sgx_flip_test
    binary sgx_render_flip_test -> /system/bin/sgx_render_flip_test
    binary pvr2d_test -> /system/bin/pvr2d_test
    binary eglinfo -> /system/bin/eglinfo
    binary hal_client_test -> /system/bin/hal_client_test
    binary hal_server_test -> /system/bin/hal_server_test
    binary framebuffer_test -> /system/bin/framebuffer_test
    binary texture_benchmark -> /system/bin/texture_benchmark
    binary xmultiegltest -> /system/bin/xmultiegltest

     

    Thanks,

    Yanbin Yue

  • Hi Yanbin,

                 I was looking at the logcat output attached. Seems the hang is beacuse of the following -

    >>>> E/FramebufferNativeWindow( 1338): couldn't open framebuffer HAL (Bad address)

    Which says it doesn't  have sufficient memory for the framebuffer. 

    Could you please let us know the  bootargs? Probably that would help.

     

    Regards,

    Aditya

     

      

  • Hi Aditya,

     

    The bootargs is:

    console=ttyS2,115200n8 androidboot.console=ttyS2 mem=256M root=/dev/mmcblk0p2 rw rootfstype=ext3 rootdelay=1 init=/init ip=off mpurate=1000 omap_vout.vid1_static_vrfb_alloc=y omapdss.def_disp=dvi vram=16M omapfb.vram=0:8M

     

    Thanks,

    Yanbin Yue

  • Hi Yanbi, 

       The bootargs looks fine. We have seen similar issues in the past on beagle xm with silicon revision 0x0.

    Can you please check the revision of your board?

    Try to run the following on the target and let me know the output.

    # devmem2 0x4830A204

    Regards,

    Aditya

     

  • Hi Aditya,

    The result is :

    # ./devmem2 0x4830A204
    0x1b89102f

    The attachment is the devmem2 source.

     

    Thanks,

    Yanbin Yue

     

  • Hi Aditya,

    BTW, if our silicon revision is 0x0

    How can we work around this problem? We have little time to fix this problem, and must fix it.

    Thanks a lot.

     

    Yanbin Yue

  • Hi Yanbin,

          Fortunately your silicon revision is 0x1. Can you please try with prebuilt binaries from our recent release on gingerbread?

    Here is the link - http://bangsdowebsvr01.india.ti.com:8090/TI_Android_DevKit/TI_Android_GingerBread_2_3_4_DevKit_2_1/

    If your requirement is strictly froyo then you may try with the following -

    http://software-dl.ti.com/dsps/dsps_public_sw/sdo_tii/TI_Android_DevKit/02_02_00/index_FDS.html

    Hope this helps.

     

    Regards,

    Aditya

     

     

  • Hi Aditya,

    We customed many android system model, contain: services, vold, framework...etc, and customed the linux kernel, too.

    So I want to know which file need I replace from the TI_Android_DevKit/02_02_00 prebuilt binares then could reslove this problem.

     

    Thanks

    Yanbin Yue

  • Hello Yanbin,

               I would suggest you to repIace the sgx (hardware-ti-sgx) component completely. I was going through your previous posts and looks like you

    have older graphics SDK. In the latest release we have upgraded the graphics SDK component. You may try upgrading and hopefully it should address your issues.

     

    Regards,

    Aditya

  • Helle Aditya,

    I get the prebuild from

    http://software-dl.ti.com/dsps/dsps_public_sw/sdo_tii/TI_Android_DevKit/02_02_00/index_FDS.html

    and find that the version of sgx is 1.5 as same as my older sgx.

     

    I get the 1.7 sgx from

    http://gitorious.org/rowboat/hardware-ti-sgx/commits/ti_sgx_sdk-ddk_1.7

    and replace my older sgx, then get some errors as follow:

    [  514.313720] init: cannot execve('/system/bin/sgx/rc.pvr'): Permission denied
    [  518.910858] init: cannot execve('/system/bin/sgx/rc.pvr'): Permission denied

     

    Could you tell me what's wrong?

     

    Thanks

    Yanbin Yue

     

  • Hello Aditya,

     

    When we used the source clone from git://gitorious.org/rowboat/hardware-ti-sgx.git, the version was 1.5 too. And we try use this version sgx but the issue is exist all the same.

    So I think if I can use the sgx 1.7, the issue may be will go out.

     

    Thanks,

    Yanbin Yue

  • HI Yanbin,

    Please chage permissions of system/bin/sgx/rc.pvr' file and try booting again.

    chmod 777 system/bin/sgx/rc.pvr'

    Let us know the result.

    Thanks and Reagrds,

    Pankaj Bharadiya

  • HI Yanbin.

             As Pankaj pointed out, you need to change permissions as appropriate.

    Yes, I was suggesting you to use sgx 1.7 where the issue was resolved. Let

    me know if you find any difficulties.

     

    Regards,

    Aditya

     

  • Hi Pankaj,

    We have test that, the rc.pvr could run. But another error occured:

    # [   20.960876] warning: `zygote' uses 32-bit capabilities (legacy support in use)
    [   21.463012] ------------[ cut here ]------------
    [   21.467742] WARNING: at kernel/workqueue.c:485 flush_cpu_workqueue+0x34/0x8c()
    [   21.475006] Modules linked in: omaplfb pvrsrvkm
    [   21.479614] [<c00919cc>] (unwind_backtrace+0x0/0xdc) from [<c00b70d0>] (warn_slowpath_common+0x48/0x60)
    [   21.489227] [<c00b70d0>] (warn_slowpath_common+0x48/0x60) from [<c00c5b28>] (flush_cpu_workqueue+0x34/0x8c)
    [   21.499053] [<c00c5b28>] (flush_cpu_workqueue+0x34/0x8c) from [<c02122c8>] (tty_ldisc_release+0x20/0x68)
    [   21.508605] [<c02122c8>] (tty_ldisc_release+0x20/0x68) from [<c020df6c>] (tty_release+0x3c4/0x424)
    [   21.517639] [<c020df6c>] (tty_release+0x3c4/0x424) from [<c0109654>] (__fput+0x104/0x1c4)
    [   21.525878] [<c0109654>] (__fput+0x104/0x1c4) from [<c0106734>] (filp_close+0x70/0x7c)
    [   21.533843] [<c0106734>] (filp_close+0x70/0x7c) from [<c00b8b04>] (put_files_struct+0x80/0xd4)
    [   21.542510] [<c00b8b04>] (put_files_struct+0x80/0xd4) from [<c02df780>] (binder_deferred_func+0x4ec/0x52c)
    [   21.552246] [<c02df780>] (binder_deferred_func+0x4ec/0x52c) from [<c00c6034>] (worker_thread+0x148/0x1c0)
    [   21.561859] [<c00c6034>] (worker_thread+0x148/0x1c0) from [<c00c8ddc>] (kthread+0x7c/0x84)
    [   21.570190] [<c00c8ddc>] (kthread+0x7c/0x84) from [<c008ce9c>] (kernel_thread_exit+0x0/0x8)
    [   21.578613] ---[ end trace 46021ca0f0563ed8 ]---

     

    This sgx version is 1.7. We compiled the sgx under ti android 2.2 source tree.

     

    Thanks,

    Yanbin Yue

     

     

  • Hi Yanbin,

      Which Kernel version are you using? From the log it looks like a warning and not error. Please note that from kernel 2.6.35 and above the kernel/workqueue API's signature changed a bit, probably you need to verify the syntax.

    Regards,

    Aditya


     

  • Hi Aditya,

    The kernel vesion is 2.6.32. Because of thes warning, the system couldn't boot up. These more log:

    [  619.514617] ------------[ cut here ]------------
    [  619.519378] WARNING: at kernel/workqueue.c:485 flush_cpu_workqueue+0x34/0x8c()
    [  619.526641] Modules linked in: omaplfb pvrsrvkm
    [  619.531280] [<c00919cc>] (unwind_backtrace+0x0/0xdc) from [<c00b70d0>] (warn_slowpath_common+0x48/0x60)
    [  619.540740] [<c00b70d0>] (warn_slowpath_common+0x48/0x60) from [<c00c5b28>] (flush_cpu_workqueue+0x34/0x8c)
    [  619.550537] [<c00c5b28>] (flush_cpu_workqueue+0x34/0x8c) from [<c02122c8>] (tty_ldisc_release+0x20/0x68)
    [  619.560089] [<c02122c8>] (tty_ldisc_release+0x20/0x68) from [<c020df6c>] (tty_release+0x3c4/0x424)
    [  619.569122] [<c020df6c>] (tty_release+0x3c4/0x424) from [<c0109654>] (__fput+0x104/0x1c4)
    [  619.577362] [<c0109654>] (__fput+0x104/0x1c4) from [<c0106734>] (filp_close+0x70/0x7c)
    [  619.585510] [<c0106734>] (filp_close+0x70/0x7c) from [<c00b8b04>] (put_files_struct+0x80/0xd4)
    [  619.594177] [<c00b8b04>] (put_files_struct+0x80/0xd4) from [<c02df780>] (binder_deferred_func+0x4ec/0x52c)
    [  619.603912] [<c02df780>] (binder_deferred_func+0x4ec/0x52c) from [<c00c6034>] (worker_thread+0x148/0x1c0)
    [  619.613525] [<c00c6034>] (worker_thread+0x148/0x1c0) from [<c00c8ddc>] (kthread+0x7c/0x84)
    [  619.621856] [<c00c8ddc>] (kthread+0x7c/0x84) from [<c008ce9c>] (kernel_thread_exit+0x0/0x8)
    [  619.630249] ---[ end trace a753f69883fa97a4 ]---
    [  619.640106] request_suspend_state: wakeup (3->0) at 10895019533 (2000-01-01 03:52:35.147369384 UTC)
    [  619.651123] init: untracked pid 862 exited
    [  619.949218] binder: 862: binder_alloc_buf, no vma
    [  619.953948] binder: 943:943 transaction failed 29201, size 76-4
    [  619.971801] binder: 862: binder_alloc_buf, no vma
    [  619.976531] binder: 943:943 transaction failed 29201, size 84-0
    [  622.572052] request_suspend_state: wakeup (0->0) at 13826965334 (2000-01-01 03:52:38.079315185 UTC)
    [  622.586608] init: untracked pid 943 exited
    [  622.780792] binder: 862: binder_alloc_buf, no vma
    [  622.785583] binder: 961:961 transaction failed 29201, size 76-4
    [  622.791809] binder: 862: binder_alloc_buf, no vma
    [  622.796569] binder: 961:961 transaction failed 29201, size 84-0
    [  627.393280] request_suspend_state: wakeup (0->0) at 18648193361 (2000-01-01 03:52:42.900543212 UTC)
    [  627.407287] init: untracked pid 961 exited
    [  627.627441] binder: 862: binder_alloc_buf, no vma
    [  627.632202] binder: 986:986 transaction failed 29201, size 76-4
    [  627.638458] binder: 862: binder_alloc_buf, no vma
    [  627.643188] binder: 986:986 transaction failed 29201, size 84-0
    [  632.226104] request_suspend_state: wakeup (0->0) at 23481018069 (2000-01-01 03:52:47.733367920 UTC)
    [  632.240386] init: untracked pid 986 exited
    [  632.483947] binder: 862: binder_alloc_buf, no vma
    [  632.488739] binder: 1011:1011 transaction failed 29201, size 76-4
    [  632.495178] binder: 862: binder_alloc_buf, no vma
    [  632.499908] binder: 1011:1011 transaction failed 29201, size 84-0
    [  637.083435] request_suspend_state: wakeup (0->0) at 28338378909 (2000-01-01 03:52:52.590698242 UTC)
    [  637.097625] init: untracked pid 1011 exited
    [  637.309753] binder: 862: binder_alloc_buf, no vma
    [  637.314483] binder: 1036:1036 transaction failed 29201, size 76-4
    [  637.320922] binder: 862: binder_alloc_buf, no vma
    [  637.325683] binder: 1036:1036 transaction failed 29201, size 84-0
    [  641.935791] request_suspend_state: wakeup (0->0) at 33190734866 (2000-01-01 03:52:57.443054199 UTC)
    [  641.950164] init: untracked pid 1036 exited
    [  642.186126] binder: 862: binder_alloc_buf, no vma
    [  642.190917] binder: 1061:1061 transaction failed 29201, size 76-4
    [  642.197296] binder: 862: binder_alloc_buf, no vma
    [  642.202056] binder: 1061:1061 transaction failed 29201, size 84-0
    [  646.782135] request_suspend_state: wakeup (0->0) at 38037048342 (2000-01-01 03:53:02.289398193 UTC)
    [  646.796386] init: untracked pid 1061 exited
    [  647.014190] binder: 862: binder_alloc_buf, no vma
    [  647.018981] binder: 1086:1086 transaction failed 29201, size 76-4
    [  647.025360] binder: 862: binder_alloc_buf, no vma
    [  647.030151] binder: 1086:1086 transaction failed 29201, size 84-0

     

    Should change the workqueue API with that in 2.6.35?

    Thanks,

    Yanbin Yue

  • Hi Yanbin,

             I guess you may need to check if the prototype of workqueue usage in sgx is same as the way its defined in kernel. But I think the problem you are seeing might be different. Can you please try the following steps and let me know -

    1) #lsmod -- Please check if the sgx modules are properly inserted.

    2) Please provide logcat summary.

    Regards,
    Aditya

  • Hi Aditya

    I can't run the bash command when this problem happened.

    Must I change the kernel from 2.6.32 to 2.6.35?

    Thanks

    Yanbin Yue

  • Hi Yanbin,

    We have tested SGX1.7 DDK with Android gingerbread and linux kernel 2.6.37.

    I am not sure about the device behavior with FroYo, linux 2.6.37 and SGX1.7 but you can give a try.

    Use below link to download 2.6.37 Android devkit kernel.

    https://gitorious.org/rowboat/kernel/trees/rowboat-kernel-2.6.37

     

    Thanks and Regards,

    Pankaj Bharadiya

     

     

     

     

     

  • Hi Yanbin,

         You need not change kernel version, it should be fine.  The main problem here is the sgx1.7 binaries you got were build against gingerbread sources, so I think it might not work out of box with froyo. However in the mean time you may try with the binaries you got and let us know.

     Just to be sure can you please try to comment out line containing- "service pvr /system/bin/sgx/rc.pvr start" in init.rc file in your filesystem

    and try to execute the following one by one and see where the crash occurs and provide the log -

            /system/bin/devmem2 0x48004B48 w 0x2
            /system/bin/devmem2 0x48004B10 w 0x1
            /system/bin/devmem2 0x48004B00 w 0x2

            insmod /system/bin/sgx/pvrsrvkm.ko
            insmod /system/bin/sgx/omaplfb.ko
            sleep 1
            chmod 0666 /dev/pvrsrvkm
            /system/bin/pvrsrvinit

    Regards,

    Aditya

  • Hi Aditya,

    When I comment the line "service pvr /system/bin/sgx/rc.pvr start" ,  I get the same error, but no modules name:

    [   20.357330] ------------[ cut here ]------------
    [   20.362030] WARNING: at kernel/workqueue.c:485 flush_cpu_workqueue+0x34/0x8c()
    [   20.369354] Modules linked in: //There is no modules name here.
    [   20.372436] [<c00919cc>] (unwind_backtrace+0x0/0xdc) from [<c00b70d0>] (warn_slowpath_common+0x48/0x60)
    [   20.382049] [<c00b70d0>] (warn_slowpath_common+0x48/0x60) from [<c00c5b28>] (flush_cpu_workqueue+0x34/0x8c)
    [   20.391876] [<c00c5b28>] (flush_cpu_workqueue+0x34/0x8c) from [<c02122c8>] (tty_ldisc_release+0x20/0x68)
    [   20.401428] [<c02122c8>] (tty_ldisc_release+0x20/0x68) from [<c020df6c>] (tty_release+0x3c4/0x424)
    [   20.410430] [<c020df6c>] (tty_release+0x3c4/0x424) from [<c0109654>] (__fput+0x104/0x1c4)
    [   20.418701] [<c0109654>] (__fput+0x104/0x1c4) from [<c0106734>] (filp_close+0x70/0x7c)
    [   20.426666] [<c0106734>] (filp_close+0x70/0x7c) from [<c00b8b04>] (put_files_struct+0x80/0xd4)
    [   20.435333] [<c00b8b04>] (put_files_struct+0x80/0xd4) from [<c02df780>] (binder_deferred_func+0x4ec/0x52c)
    [   20.445068] [<c02df780>] (binder_deferred_func+0x4ec/0x52c) from [<c00c6034>] (worker_thread+0x148/0x1c0)
    [   20.454681] [<c00c6034>] (worker_thread+0x148/0x1c0) from [<c00c8ddc>] (kthread+0x7c/0x84)
    [   20.463012] [<c00c8ddc>] (kthread+0x7c/0x84) from [<c008ce9c>] (kernel_thread_exit+0x0/0x8)
    [   20.471405] ---[ end trace c1450d3593429bf0 ]---


    So I think the errors maybe happened at insmod *.ko.

     

    Thanks,

    Yanbin Yue

  • Hi Yanbi, 

     

      When you comment that line, it won't insert the kernel modules and you have to do it yourselves. So after that did you manually run the steps I mentioned?  What happens?

    Please note that you have to build sgx kernel modules against the kernel you are using to boot. I would suggest use the same kernel you were using earlier and try to rebuild sgx modules separately from hardware-ti-sgx dir. Also note that you have to set the environment variables as required (if you see any errors during the build).

    After doing the above please let me know what happens when you manually insert the modules I mentioned in my prev post.

     

    Regards,

    Aditya

  • Hi Aditya

    It can boot up now, but I don't know how solve that.

    What we only do is before the errors information were printed run lsmod, /system/bin/pvrsrvinit, chmod etc.

    We will test booting up 50 times and I think it will be OK.

    There  is another problem the booting time looks a little long, it will takes nearly a minute to enter the system, could you give some suggestion to short the time?

     

    Thanks

    Yanbin Yue

     

  • Hi Aditya

    BTW, could you tell me what value that come from devmem2 means the silicon revision is 0x0 ?

    We have another six board, I want to get them revision with devmem2.

     

    Thanks,

    Yanbin Yue

  • Yanbin,

        Good to hear that you got it working finally. Regarding the long boot time - one of the reasons could be because of the slow SD card. I would suggest you to used Hi-speed card as recommended in the user guide.

     

    Regards,

    Aditya

  • Hi Yabin,

       The silicon revision can be read in the value of the CONTROL.CONTROL_IDCODE[31:28] bit field in the hex value printed.

    For example: if the devmem2 prints - "0x1B89102F"  by reading bits 31-28 it shows the rev is - 0x1.

    Hope this helps.

    --

    Aditya

     

     

  • Hi Aditya

    There is a new problem  when we use sgx 1.7. We can't play the video normally. We can play 720p AVI file very well before, and now the image looks very slowly when we paly the same file. Does sgx 1.7 need more memory?

     

    Thanks,

    Yanbin Yue

  • That's strange, can you please attach log cat and dmesg logs? Also make sure that you have sgx modules inserted and you are using SGX.

    By the way what are your bootargs?  Also you may try with sgx1.5 to conclude that it indeed happens with sgx1.7.

    --

    Aditya

     

     

  • Hi Aditya,

    There is the same problem is sgx 1.5, it looks I'm not using the sgx.

    When I replace the sgx, need I do anything extra to enable it?

    The result of lsmod:

    # lsmod
    omaplfb 8871 0 - Live 0xbf032000
    pvrsrvkm 137186 37 omaplfb, Live 0xbf000000

     

    And the pvr service indeed has been start.

     

    Thanks,

    Yanbin Yue

     

    log.zip
  • Yabin,

       From the logcat it clearly says that you are not using 3D h/w acceleration.

    >> D/libEGL  (  932): 3D hardware acceleration is disabled

    Did you install sgx binaries after building? That's the reason even for your long boot time.

    How did you replace sgx?

    --

    Aditya

  •  Aditya

    I change TARGETFS_INSTALL_DIR=/media/rootfs and make TARGET_PRODUCT=beagleboard OMAPES=5.x install.

    The install log as follow:

    version 1.7.17.4352
    file /system/bin/sgx/rc.pvr
    file /system/bin/sgx/pvrsrvkm.ko
    file /system/bin/sgx/omaplfb.ko
    file /system/lib/egl/libGLESv1_CM_POWERVR_SGX530_125.so.1.1.17.4352
    link /system/lib/egl/libGLESv1_CM_POWERVR_SGX530_125.so
    file /system/lib/libusc.so.1.1.17.4352
    link /system/lib/libusc.so
    file /system/lib/egl/libGLESv2_POWERVR_SGX530_125.so.1.1.17.4352
    link /system/lib/egl/libGLESv2_POWERVR_SGX530_125.so
    file /system/lib/libglslcompiler.so.1.1.17.4352
    link /system/lib/libglslcompiler.so
    file /system/lib/libIMGegl.so.1.1.17.4352
    link /system/lib/libIMGegl.so
    file /system/lib/egl/libEGL_POWERVR_SGX530_125.so.1.1.17.4352
    link /system/lib/egl/libEGL_POWERVR_SGX530_125.so
    file /system/lib/libpvr2d.so.1.1.17.4352
    link /system/lib/libpvr2d.so
    file /system/lib/libsrv_um.so.1.1.17.4352
    link /system/lib/libsrv_um.so
    file /system/lib/libsrv_init.so.1.1.17.4352
    link /system/lib/libsrv_init.so
    file /system/lib/libPVRScopeServices.so.1.1.17.4352
    link /system/lib/libPVRScopeServices.so
    file /system/lib/hw/gralloc.omap3.so.1.1.17.4352
    link /system/lib/hw/gralloc.omap3.so
    file /system/lib/libpvrANDROID_WSEGL.so.1.1.17.4352
    link /system/lib/libpvrANDROID_WSEGL.so
    file /system/bin/pvrsrvinit
    file /system/bin/sgx_init_test
    file /system/bin/devmem2
    file /system/bin/services_test
    file /system/bin/sgx_blit_test
    file /system/bin/sgx_clipblit_test
    file /system/bin/sgx_flip_test
    file /system/bin/sgx_render_flip_test
    file /system/bin/pvr2d_test
    file /system/bin/testwrap
    file /data/app/gles1test1.apk
    file /data/app/gles1_texture_stream.apk
    file /data/app/gles2test1.apk
    file /data/app/gles2_texture_stream.apk
    file /data/app/eglinfo.apk
    file /data/app/launcher.apk
    file /system/bin/hal_client_test
    file /system/bin/hal_server_test
    file /system/bin/framebuffer_test
    file /system/bin/texture_benchmark
    file /system/lib/egl/egl.cfg

     

    Thanks

    Yanbin Yue

  • Hi Yanbin,

    If you have built SGX sources already then please use below steps to uninstall and install SGX.

    1.  cd <your sgx directory>/gfx_rel_es5.x_android

    2. Un-install SGX

           ./install.sh -u --root <filesystem path>

    3. Install GSX

        ./install.sh --root <filesystem path>

    Regards,

    Pankaj Bharadiya

  • HI Aditya,

    Thank you very much.

    I find the really cause of my problem:

    The file /system/bin/pvrsrvinit had no x permisson, so it may occur the problem before.

    Indeed I disable the 3D hardware acceleration, I enable that, I can paly the 720P AVI file normally now.

     

    Thanks again.

    Yanbin Yue

  • Good work Yanbin. Glad that you finally got it working.