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. Gentoo. Hardfloat ABI. OpenGL ES accelerated by SGX?

I'm a newcomer to the TI community, and have just started working on the Beagleboard-xM. My short-term goal is  run Gentoo  on the Beagleboard-xM.

I use hard float-abi (my gcc option -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a8). I have building Qt 4.7.1. I wont use OpenGL ES accelerated by SGX. Can I do this with hardfloat toolchaine?

  • The SGX libraries are built with softfp with NEON enabled. You will not be able to mix them with the hard option.

     

  • Is it plan distrubute SGX libraries with hard option in future?

  • Hello.

    Now I use Gentoo softfloat toolchain on the Beagleboard xM. I use 2.6.37 patched kernel (from https://code.launchpad.net/~beagleboard-kernel/+junk/2.6-stable-sgxtest)

    To init PVR I use init_script:

     


    #!/sbin/runscript

    depend() {
    }

    start() {
            ebegin "Starting PVR"
            modprobe omaplfb
            modprobe bufferclass_ti

            pvr_maj=$(grep "pvrsrvkm$" /proc/devices | cut -b1,2,3)
            bc_maj=$(grep "bc" /proc/devices | cut -b1,2,3)
    if [ -e /dev/pvrsrvkm ] ; then
            rm -f /dev/pvrsrvkm
    fi

    mknod /dev/pvrsrvkm c $pvr_maj 0
    chmod 666 /dev/pvrsrvkm

    touch /etc/powervr-esrev

    SAVED_ESREVISION="$(cat /etc/powervr-esrev)"

    devmem2 0x48004B48 w 0x2 > /dev/null
    devmem2 0x48004B10 w 0x1 > /dev/null
    devmem2 0x48004B00 w 0x2 > /dev/null

    ES_REVISION="$(devmem2 0x50000014 | sed -e s:0x10205:5: -e s:0x10201:3: -e s:0x10003:2: | tail -n1 | awk -F': ' '{print $2}')"
    echo Es_Revision Determinate
    if [ "${ES_REVISION}" != "${SAVED_ESREVISION}" ] ; then

            echo -n "Starting SGX fixup for"
            echo " ES${ES_REVISION}.x"
            cp -a /usr/lib/ES${ES_REVISION}.0/* /usr/lib
            cp -a /usr/bin/ES${ES_REVISION}.0/* /usr/bin
            echo "${ES_REVISION}" > /etc/powervr-esrev
    fi

    /usr/bin/pvrsrvinit
           
            eend $?

            }
    stop() {
            ebegin "Stopping PVR"
            rmmod bufferclass_ti 2>/dev/null
            rmmod omaplfb 2>/dev/null
            rmmod pvrsrvkm 2>/dev/null
            eend $?

            }

    On the load of system I recive:

    [   46.941955]
    [   46.941955] =============================================
    [   46.949157] [ INFO: possible recursive locking detected ]
    [   46.954772] 2.6.37 #6
    [   46.957153] ---------------------------------------------
    [   46.962768] pvrsrvinit/1405 is trying to acquire lock:
    [   46.968139]  (psPVRSRVMutex){+.+.+.}, at: [<bf06365c>] PVRMMapRegisterArea+0x10/0x64 [pvrsrvkm]
    [   46.977325]
    [   46.977325] but task is already holding lock:
    [   46.983428]  (psPVRSRVMutex){+.+.+.}, at: [<bf065ca0>] PVRSRV_BridgeDispatchKM+0x20/0x16c [pvrsrvkm]
    [   46.993011]
    [   46.993011] other info that might help us debug this:
    [   46.999816] 1 lock held by pvrsrvinit/1405:
    [   47.004180]  #0:  (psPVRSRVMutex){+.+.+.}, at: [<bf065ca0>] PVRSRV_BridgeDispatchKM+0x20/0x16c [pvrsrvkm]
    [   47.014221]
    [   47.014221] stack backtrace:
    [   47.018798] [<c0044ed8>] (unwind_backtrace+0x0/0xe4) from [<c0092328>] (check_deadlock.clone.14+0x204/0x25)
    [   47.029052] [<c0092328>] (check_deadlock.clone.14+0x204/0x254) from [<c0093c4c>] (validate_chain.clone.15+)
    [   47.040222] [<c0093c4c>] (validate_chain.clone.15+0x5f4/0x64c) from [<c0094df4>] (__lock_acquire+0x6e8/0x7)
    [   47.050567] [<c0094df4>] (__lock_acquire+0x6e8/0x7a8) from [<c0095498>] (lock_acquire+0xe4/0x108)
    [   47.059844] [<c0095498>] (lock_acquire+0xe4/0x108) from [<c03c7a00>] (mutex_lock_nested+0x58/0x2b8)
    [   47.069335] [<c03c7a00>] (mutex_lock_nested+0x58/0x2b8) from [<bf06365c>] (PVRMMapRegisterArea+0x10/0x64 [)
    [   47.080383] [<bf06365c>] (PVRMMapRegisterArea+0x10/0x64 [pvrsrvkm]) from [<bf064948>] (OSAllocPages_Impl+0)
    [   47.092346] [<bf064948>] (OSAllocPages_Impl+0x6c/0xac [pvrsrvkm]) from [<bf05c430>] (BM_ImportMemory+0xcc/)
    [   47.104034] [<bf05c430>] (BM_ImportMemory+0xcc/0x260 [pvrsrvkm]) from [<bf061070>] (RA_Alloc+0xac/0x240 [p)
    [   47.114990] [<bf061070>] (RA_Alloc+0xac/0x240 [pvrsrvkm]) from [<bf05ca74>] (BM_Alloc+0xa4/0x248 [pvrsrvkm)
    [   47.125305] [<bf05ca74>] (BM_Alloc+0xa4/0x248 [pvrsrvkm]) from [<bf061738>] (AllocDeviceMem.clone.0+0x74/0)
    [   47.136810] [<bf061738>] (AllocDeviceMem.clone.0+0x74/0xe8 [pvrsrvkm]) from [<bf061ea8>] (_PVRSRVAllocDevi)
    [   47.149688] [<bf061ea8>] (_PVRSRVAllocDeviceMemKM+0x80/0x150 [pvrsrvkm]) from [<bf06b980>] (PVRSRVAllocDev)
    [   47.162658] [<bf06b980>] (PVRSRVAllocDeviceMemBW+0xa4/0x1a8 [pvrsrvkm]) from [<bf06c2bc>] (BridgedDispatch)
    [   47.175079] [<bf06c2bc>] (BridgedDispatchKM+0xd8/0x130 [pvrsrvkm]) from [<bf065d94>] (PVRSRV_BridgeDispatc)
    [   47.187652] [<bf065d94>] (PVRSRV_BridgeDispatchKM+0x114/0x16c [pvrsrvkm]) from [<c00ff2ac>] (do_vfs_ioctl+)
    [   47.198822] [<c00ff2ac>] (do_vfs_ioctl+0x2b0/0x2e8) from [<c00ff330>] (sys_ioctl+0x4c/0x6c)
    [   47.207550] [<c00ff330>] (sys_ioctl+0x4c/0x6c) from [<c0040060>] (ret_fast_syscall+0x0/0x3c)

     

    When I poweroff system I recive:

     * Stopping PVR ...
    [  298.149353] Unhandled fault: external abort on non-linefetch (0x1028) at 0xfa200098
    [  298.157348] Internal error: : 1028 [#1]
    [  298.161346] last sysfs file: /sys/devices/platform/ehci-omap.0/usb1/1-2/1-2.2/1-2.2:1.0/host0/target0:0:0/e
    [  298.173858] Modules linked in: bridgedriver(C) mailbox_mach mailbox [last unloaded: pvrsrvkm]
    [  298.182800] CPU: 0    Tainted: G         C   (2.6.37 #6)
    [  298.188354] PC is at __irq_svc+0x38/0xa0
    [  298.192443] LR is at __irq_svc+0x34/0xa0
    [  298.196533] pc : [<c03c9278>]    lr : [<c03c9274>]    psr: 60000193
    [  298.196533] sp : dcd85e48  ip : 000c3f60  fp : 00000000
    [  298.208526] r10: dd7b75c0  r9 : 00000017  r8 : dcef0734
    [  298.213958] r7 : dcef0700  r6 : 00000000  r5 : fa200000  r4 : ffffffff
    [  298.220764] r3 : dd7b75c0  r2 : 00000000  r1 : c03cb0b4  r0 : c03c9274
    [  298.227569] Flags: nZCv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment user
    [  298.235107] Control: 10c5387d  Table: 9cc44019  DAC: 00000015
    [  298.241088] Process runscript.sh (pid: 1588, stack limit = 0xdcd842f0)
    [  298.247894] Stack: (0xdcd85e48 to 0xdcd86000)
    [  298.252441] 5e40:                   dcef0734 00000017 00000000 00000000 dcd85fb0 000c3f9c
    [  298.260986] 5e60: 00000000 dcef0700 dcef0734 00000017 dd7b75c0 00000000 000c3f60 dcd85e90
    [  298.269500] 5e80: c03cb0b4 c0086ea4 60000113 ffffffff 00000000 00000817 00000007 400cf068
    [  298.278045] 5ea0: dcd85f58 c0544c80 20000113 00000000 00000000 00000000 00000000 00000000
    [  298.286590] 5ec0: 00000000 dd7e5254 00000000 00000000 dcd84000 60000093 00000002 c0095498
    [  298.295104] 5ee0: 00000002 00000080 00000000 00000017 00000007 000c3f9c dcd85fb0 c0544c80
    [  298.303649] 5f00: 00000000 000cccf0 00000000 c003b1f0 dd7e4e94 c0095390 dd7b75c0 dd7e5244
    [  298.312164] 5f20: dd7b75c0 dcd85f44 dd7e5244 dd7b75c0 dcd85f44 c03c8f9c dcd84000 c00787a4
    [  298.320709] 5f40: c0040204 00010000 00000000 00000011 dcd85f84 000000ae c0040204 bef57bd0
    [  298.329254] 5f60: 00000014 00000000 bef57bd0 c0078b8c 00044ae0 14000000 4022d800 00000000
    [  298.337768] 5f80: 00000000 00000000 ffffffff 000e3c00 000e3c00 c03c9418 ffffffff 000e3c00
    [  298.346313] 5fa0: 000e3c00 000e3aa8 000e3818 c03c96cc 000c3f98 00000408 000c3f58 400d78f8
    [  298.354827] 5fc0: 000e3df8 000e3c00 000e3c00 000e3aa8 000e3818 00000000 000cccf0 00000000
    [  298.363372] 5fe0: 000c3f60 bef57d80 400c69c4 400c0a70 60000010 ffffffff 00000000 00000000
    [  298.371917] [<c03c9278>] (__irq_svc+0x38/0xa0) from [<c0086ea4>] (down_read_trylock+0x0/0x48)
    [  298.380828] [<c0086ea4>] (down_read_trylock+0x0/0x48) from [<00000000>] (  (null))
    [  298.388732] Code: e1a0100e e885001f ebf31fbc e59f5048 (e5950098)
    [  298.395080] Unhandled fault: external abort on non-linefetch (0x1028) at 0xfa200098
    [  298.403076] Internal error: : 1028 [#2]
    [  298.407073] last sysfs file: /sys/devices/platform/ehci-omap.0/usb1/1-2/1-2.2/1-2.2:1.0/host0/target0:0:0/e
    [  298.419586] Modules linked in: bridgedriver(C) mailbox_mach mailbox [last unloaded: pvrsrvkm]
    [  298.428497] CPU: 0    Tainted: G      D  C   (2.6.37 #6)
    [  298.434020] PC is at __irq_svc+0x38/0xa0
    [  298.438110] LR is at __irq_svc+0x34/0xa0
    [  298.442199] pc : [<c03c9278>]    lr : [<c03c9274>]    psr: 60000193
    [  298.442230] sp : dcd85cf8  ip : 00006898  fp : 00000000
    [  298.454193] r10: dd7b75c0  r9 : 20000193  r8 : c0544c80
    [  298.459625] r7 : 00001028  r6 : 00000001  r5 : fa200000  r4 : ffffffff
    [  298.466430] r3 : dd7b75c0  r2 : 00000000  r1 : c03c8f9c  r0 : c03c9274
    [  298.473266] Flags: nZCv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment user
    [  298.480773] Control: 10c5387d  Table: 9cc44019  DAC: 00000015
    [  298.486785] Process runscript.sh (pid: 1588, stack limit = 0xdcd842f0)
    [  298.493591] Stack: (0xdcd85cf8 to 0xdcd86000)
    [  298.498138] 5ce0:                                                       c03c8f9c 00000001
    [  298.506652] 5d00: dcd85d30 00000000 c05449e8 dcd85e00 00000001 00001028 c0544c80 20000193
    [  298.515197] 5d20: dd7b75c0 00000000 00006898 dcd85d40 c03c8f9c c03c8fa0 60000113 ffffffff
    [  298.523742] 5d40: dcd84000 c0043bf4 00001028 00001028 c0544d00 fa200098 dcd85e00 c003b244
    [  298.532257] 5d60: 00000000 00000001 00000007 00000000 00000000 fa200098 00000000 dcef0780
    [  298.540802] 5d80: 00000000 00000000 00000200 60000113 00000002 c0095498 00000002 00000000
    [  298.549316] 5da0: 00000000 c00db9ac 00000000 dceb8d40 dcef0770 c00dbacc dcef0780 00000001
    [  298.557861] 5dc0: 00000000 c0095390 9d9f782e dcef0770 dccf3338 00000000 00000000 00000000
    [  298.566406] 5de0: c0e8bee0 00000000 ffffffff dcd85e34 00000000 dcef0700 dcef0734 c03c922c
    [  298.574920] 5e00: c03c9274 c03cb0b4 00000000 dd7b75c0 ffffffff fa200000 00000000 dcef0700
    [  298.583465] 5e20: dcef0734 00000017 dd7b75c0 00000000 000c3f60 dcd85e48 c03c9274 c03c9278
    [  298.591979] 5e40: 60000193 ffffffff dcef0734 00000017 00000000 00000000 dcd85fb0 000c3f9c
    [  298.600524] 5e60: 00000000 dcef0700 dcef0734 00000017 dd7b75c0 00000000 000c3f60 dcd85e90
    [  298.609069] 5e80: c03cb0b4 c0086ea4 60000113 ffffffff 00000000 00000817 00000007 400cf068
    [  298.617584] 5ea0: dcd85f58 c0544c80 20000113 00000000 00000000 00000000 00000000 00000000
    [  298.626129] 5ec0: 00000000 dd7e5254 00000000 00000000 dcd84000 60000093 00000002 c0095498
    [  298.634674] 5ee0: 00000002 00000080 00000000 00000017 00000007 000c3f9c dcd85fb0 c0544c80
    [  298.643188] 5f00: 00000000 000cccf0 00000000 c003b1f0 dd7e4e94 c0095390 dd7b75c0 dd7e5244
    [  298.651733] 5f20: dd7b75c0 dcd85f44 dd7e5244 dd7b75c0 dcd85f44 c03c8f9c dcd84000 c00787a4
    [  298.660278] 5f40: c0040204 00010000 00000000 00000011 dcd85f84 000000ae c0040204 bef57bd0
    [  298.668792] 5f60: 00000014 00000000 bef57bd0 c0078b8c 00044ae0 14000000 4022d800 00000000
    [  298.677337] 5f80: 00000000 00000000 ffffffff 000e3c00 000e3c00 c03c9418 ffffffff 000e3c00
    [  298.685882] 5fa0: 000e3c00 000e3aa8 000e3818 c03c96cc 000c3f98 00000408 000c3f58 400d78f8
    [  298.694396] 5fc0: 000e3df8 000e3c00 000e3c00 000e3aa8 000e3818 00000000 000cccf0 00000000
    [  298.702941] 5fe0: 000c3f60 bef57d80 400c69c4 400c0a70 60000010 ffffffff 00000000 00000000
    [  298.711486] [<c03c9278>] (__irq_svc+0x38/0xa0) from [<c03c8fa0>] (_raw_spin_unlock_irq+0x28/0x2c)
    [  298.720733] [<c03c8fa0>] (_raw_spin_unlock_irq+0x28/0x2c) from [<c0043bf4>] (die+0x94/0xfc)
    [  298.729461] [<c0043bf4>] (die+0x94/0xfc) from [<c003b244>] (do_DataAbort+0x84/0x98)
    [  298.737457] [<c003b244>] (do_DataAbort+0x84/0x98) from [<c03c922c>] (__dabt_svc+0x4c/0x60)
    [  298.746093] Exception stack(0xdcd85e00 to 0xdcd85e48)
    [  298.751342] 5e00: c03c9274 c03cb0b4 00000000 dd7b75c0 ffffffff fa200000 00000000 dcef0700
    [  298.759887] 5e20: dcef0734 00000017 dd7b75c0 00000000 000c3f60 dcd85e48 c03c9274 c03c9278
    [  298.768402] 5e40: 60000193 ffffffff
    [  298.772064] [<c03c922c>] (__dabt_svc+0x4c/0x60) from [<c03c9278>] (__irq_svc+0x38/0xa0)
    [  298.780426] [<c03c9278>] (__irq_svc+0x38/0xa0) from [<c0086ea4>] (down_read_trylock+0x0/0x48)
    [  298.789306] [<c0086ea4>] (down_read_trylock+0x0/0x48) from [<00000000>] (  (null))
    [  298.797210] Code: e1a0100e e885001f ebf31fbc e59f5048 (e5950098)
    [  298.803558] Unhandled fault: external abort on non-linefetch (0x1028) at 0xfa200098
    [  298.811553] Internal error: : 1028 [#3]
    [  298.815551] last sysfs file: /sys/devices/platform/ehci-omap.0/usb1/1-2/1-2.2/1-2.2:1.0/host0/target0:0:0/e
    [  298.828063] Modules linked in: bridgedriver(C) mailbox_mach mailbox [last unloaded: pvrsrvkm]
    [  298.836975] CPU: 0    Tainted: G      D  C   (2.6.37 #6)
    [  298.842498] PC is at __irq_svc+0x38/0xa0
    [  298.846588] LR is at __irq_svc+0x34/0xa0
    [  298.850677] pc : [<c03c9278>]    lr : [<c03c9274>]    psr: 60000193
    [  298.850708] sp : dcd85ba8  ip : 00007a95  fp : 00000000
    [  298.862670] r10: dd7b75c0  r9 : 20000193  r8 : c0544c80
    [  298.868103] r7 : 00001028  r6 : 00000001  r5 : fa200000  r4 : ffffffff
    [  298.874908] r3 : dd7b75c0  r2 : 00000000  r1 : c03c8f9c  r0 : c03c9274
    [  298.881744] Flags: nZCv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment user
    [  298.889251] Control: 10c5387d  Table: 9cc44019  DAC: 00000015
    [  298.895263] Process runscript.sh (pid: 1588, stack limit = 0xdcd842f0)
    [  298.902069] Stack: (0xdcd85ba8 to 0xdcd86000)
    [  298.906616] 5ba0:                   c03c8f9c 00000001 dcd85be0 00000000 c05449e8 dcd85cb0
    [  298.915130] 5bc0: 00000001 00001028 c0544c80 20000193 dd7b75c0 00000000 00007a95 dcd85bf0
    [  298.923675] 5be0: c03c8f9c c03c8fa0 60000113 ffffffff dcd84000 c0043bf4 00001028 00001028
    [  298.932189] 5c00: c0544d00 fa200098 dcd85cb0 c003b244 00000000 c00681f4 00000007 00000000
    [  298.940734] 5c20: 00000000 fa200098 dcd85c44 c0068660 60000193 00000030 0000000f 60000193
    [  298.949279] 5c40: 60000193 3220205b 332e3839 33373838 00205d32 c04a5305 00000000 dcd85cf5
    [  298.957794] 5c60: dcd85cc0 c01d3404 00000021 00000010 00000008 ffffffff ff102100 c03c927a
    [  298.966339] 5c80: dcd85cec 00000001 00000000 00000000 00000008 00000000 ffffffff dcd85ce4
    [  298.974853] 5ca0: 00000001 00001028 c0544c80 c03c922c c03c9274 c03c8f9c 00000000 dd7b75c0
    [  298.983398] 5cc0: ffffffff fa200000 00000001 00001028 c0544c80 20000193 dd7b75c0 00000000
    [  298.991943] 5ce0: 00006898 dcd85cf8 c03c9274 c03c9278 60000193 ffffffff c03c8f9c 00000001
    [  299.000457] 5d00: dcd85d30 00000000 c05449e8 dcd85e00 00000001 00001028 c0544c80 20000193
    [  299.009002] 5d20: dd7b75c0 00000000 00006898 dcd85d40 c03c8f9c c03c8fa0 60000113 ffffffff
    [  299.017517] 5d40: dcd84000 c0043bf4 00001028 00001028 c0544d00 fa200098 dcd85e00 c003b244
    [  299.026062] 5d60: 00000000 00000001 00000007 00000000 00000000 fa200098 00000000 dcef0780
    [  299.034606] 5d80: 00000000 00000000 00000200 60000113 00000002 c0095498 00000002 00000000
    [  299.043121] 5da0: 00000000 c00db9ac 00000000 dceb8d40 dcef0770 c00dbacc dcef0780 00000001
    [  299.051666] 5dc0: 00000000 c0095390 9d9f782e dcef0770 dccf3338 00000000 00000000 00000000
    [  299.060180] 5de0: c0e8bee0 00000000 ffffffff dcd85e34 00000000 dcef0700 dcef0734 c03c922c
    [  299.068725] 5e00: c03c9274 c03cb0b4 00000000 dd7b75c0 ffffffff fa200000 00000000 dcef0700
    [  299.077270] 5e20: dcef0734 00000017 dd7b75c0 00000000 000c3f60 dcd85e48 c03c9274 c03c9278
    [  299.085784] 5e40: 60000193 ffffffff dcef0734 00000017 00000000 00000000 dcd85fb0 000c3f9c
    [  299.094329] 5e60: 00000000 dcef0700 dcef0734 00000017 dd7b75c0 00000000 000c3f60 dcd85e90
    [  299.102874] 5e80: c03cb0b4 c0086ea4 60000113 ffffffff 00000000 00000817 00000007 400cf068
    [  299.111389] 5ea0: dcd85f58 c0544c80 20000113 00000000 00000000 00000000 00000000 00000000
    [  299.119934] 5ec0: 00000000 dd7e5254 00000000 00000000 dcd84000 60000093 00000002 c0095498
    [  299.128448] 5ee0: 00000002 00000080 00000000 00000017 00000007 000c3f9c dcd85fb0 c0544c80
    [  299.136993] 5f00: 00000000 000cccf0 00000000 c003b1f0 dd7e4e94 c0095390 dd7b75c0 dd7e5244
    [  299.145538] 5f20: dd7b75c0 dcd85f44 dd7e5244 dd7b75c0 dcd85f44 c03c8f9c dcd84000 c00787a4
    [  299.154052] 5f40: c0040204 00010000 00000000 00000011 dcd85f84 000000ae c0040204 bef57bd0
    [  299.162597] 5f60: 00000014 00000000 bef57bd0 c0078b8c 00044ae0 14000000 4022d800 00000000
    [  299.171142] 5f80: 00000000 00000000 ffffffff 000e3c00 000e3c00 c03c9418 ffffffff 000e3c00
    [  299.179656] 5fa0: 000e3c00 000e3aa8 000e3818 c03c96cc 000c3f98 00000408 000c3f58 400d78f8
    [  299.188201] 5fc0: 000e3df8 000e3c00 000e3c00 000e3aa8 000e3818 00000000 000cccf0 00000000
    [  299.196716] 5fe0: 000c3f60 bef57d80 400c69c4 400c0a70 60000010 ffffffff 00000000 00000000
    [  299.205261] [<c03c9278>] (__irq_svc+0x38/0xa0) from [<c03c8fa0>] (_raw_spin_unlock_irq+0x28/0x2c)
    [  299.214538] [<c03c8fa0>] (_raw_spin_unlock_irq+0x28/0x2c) from [<c0043bf4>] (die+0x94/0xfc)
    [  299.223236] [<c0043bf4>] (die+0x94/0xfc) from [<c003b244>] (do_DataAbort+0x84/0x98)
    [  299.231231] [<c003b244>] (do_DataAbort+0x84/0x98) from [<c03c922c>] (__dabt_svc+0x4c/0x60)
    [  299.239868] Exception stack(0xdcd85cb0 to 0xdcd85cf8)
    [  299.245117] 5ca0:                                     c03c9274 c03c8f9c 00000000 dd7b75c0
    [  299.253662] 5cc0: ffffffff fa200000 00000001 00001028 c0544c80 20000193 dd7b75c0 00000000
    [  299.262207] 5ce0: 00006898 dcd85cf8 c03c9274 c03c9278 60000193 ffffffff
    [  299.269104] [<c03c922c>] (__dabt_svc+0x4c/0x60) from [<c03c9278>] (__irq_svc+0x38/0xa0)
    [  299.277465] [<c03c9278>] (__irq_svc+0x38/0xa0) from [<c03c8fa0>] (_raw_spin_unlock_irq+0x28/0x2c)
    [  299.286712] [<c03c8fa0>] (_raw_spin_unlock_irq+0x28/0x2c) from [<c0043bf4>] (die+0x94/0xfc)
    [  299.295440] [<c0043bf4>] (die+0x94/0xfc) from [<c003b244>] (do_DataAbort+0x84/0x98)
    [  299.303405] [<c003b244>] (do_DataAbort+0x84/0x98) from [<c03c922c>] (__dabt_svc+0x4c/0x60)
    [  299.312042] Exception stack(0xdcd85e00 to 0xdcd85e48)
    [  299.317321] 5e00: c03c9274 c03cb0b4 00000000 dd7b75c0 ffffffff fa200000 00000000 dcef0700
    [  299.325836] 5e20: dcef0734 00000017 dd7b75c0 00000000 000c3f60 dcd85e48 c03c9274 c03c9278
    [  299.334381] 5e40: 60000193 ffffffff
    [  299.338012] [<c03c922c>] (__dabt_svc+0x4c/0x60) from [<c03c9278>] (__irq_svc+0x38/0xa0)
    [  299.346374] [<c03c9278>] (__irq_svc+0x38/0xa0) from [<c0086ea4>] (down_read_trylock+0x0/0x48)
    [  299.355255] [<c0086ea4>] (down_read_trylock+0x0/0x48) from [<00000000>] (  (null))
    [  299.363159] Code: e1a0100e e885001f ebf31fbc e59f5048 (e5950098)
    [  299.369537] Unhandled fault: external abort on non-linefetch (0x1028) at 0xfa200040
    [  299.377502] Internal error: : 1028 [#4]
    [  299.381500] last sysfs file: /sys/devices/platform/ehci-omap.0/usb1/1-2/1-2.2/1-2.2:1.0/host0/target0:0:0/e
    [  299.394012] Modules linked in: bridgedriver(C) mailbox_mach mailbox [last unloaded: pvrsrvkm]
    [  299.402954] CPU: 0    Tainted: G      D  C   (2.6.37 #6)
    [  299.408477] PC is at omap_mask_irq+0x1c/0x78
    [  299.412933] LR is at compat_irq_mask+0x14/0x18
    [  299.417572] pc : [<c004c234>]    lr : [<c00a4ff0>]    psr: 60000193
    [  299.417602] sp : dcd85a18  ip : 0000937f  fp : 00000000
    [  299.429565] r10: dd7b75c0  r9 : 20000193  r8 : c0544c80
    [  299.434997] r7 : 00001028  r6 : 0000005f  r5 : 00000040  r4 : 0000005f
    [  299.441802] r3 : fa200000  r2 : c054834c  r1 : c055a3d0  r0 : 0000005f
    [  299.448638] Flags: nZCv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment user
    [  299.456146] Control: 10c5387d  Table: 9cc44019  DAC: 00000015
    [  299.462158] Process runscript.sh (pid: 1588, stack limit = 0xdcd842f0)
    [  299.468963] Stack: (0xdcd85a18 to 0xdcd86000)
    [  299.473510] 5a00:                                                       c004c218 c055a390
    [  299.482025] 5a20: c055a3d0 c00a4ff0 c00a4fdc c00a5410 0000005f 00000000 00000001 00001028
    [  299.490570] 5a40: c0544c80 c003b070 dd7b75c0 ffffffff fa200000 c03c9278 c03c8f9c 00000001
    [  299.499114] 5a60: dcd85a90 00000000 c05449e8 dcd85b60 00000001 00001028 c0544c80 20000193
    [  299.507629] 5a80: dd7b75c0 00000000 0000937f dcd85aa0 c03c8f9c c03c8fa0 60000113 ffffffff
    [  299.516174] 5aa0: dcd84000 c0043bf4 00001028 00001028 c0544d00 fa200098 dcd85b60 c003b244
    [  299.524688] 5ac0: 00000000 c00681f4 00000007 00000000 00000000 fa200098 dcd85af4 c0068660
    [  299.533233] 5ae0: 60000193 00000030 0000000f 60000193 60000193 3220205b 372e3839 31323739
    [  299.541778] 5b00: 00205d30 c04a5305 00000000 dcd85ba5 dcd85b70 c01d3404 00000021 00000010
    [  299.550292] 5b20: 00000008 ffffffff ff102100 c03c927a dcd85b9c 00000001 00000000 00000000
    [  299.558837] 5b40: 00000008 00000000 ffffffff dcd85b94 00000001 00001028 c0544c80 c03c922c
    [  299.567382] 5b60: c03c9274 c03c8f9c 00000000 dd7b75c0 ffffffff fa200000 00000001 00001028
    [  299.575897] 5b80: c0544c80 20000193 dd7b75c0 00000000 00007a95 dcd85ba8 c03c9274 c03c9278
    [  299.584442] 5ba0: 60000193 ffffffff c03c8f9c 00000001 dcd85be0 00000000 c05449e8 dcd85cb0
    [  299.592987] 5bc0: 00000001 00001028 c0544c80 20000193 dd7b75c0 00000000 00007a95 dcd85bf0
    [  299.601501] 5be0: c03c8f9c c03c8fa0 60000113 ffffffff dcd84000 c0043bf4 00001028 00001028
    [  299.610046] 5c00: c0544d00 fa200098 dcd85cb0 c003b244 00000000 c00681f4 00000007 00000000
    [  299.618591] 5c20: 00000000 fa200098 dcd85c44 c0068660 60000193 00000030 0000000f 60000193
    [  299.627105] 5c40: 60000193 3220205b 332e3839 33373838 00205d32 c04a5305 00000000 dcd85cf5
    [  299.635650] 5c60: dcd85cc0 c01d3404 00000021 00000010 00000008 ffffffff ff102100 c03c927a
    [  299.644165] 5c80: dcd85cec 00000001 00000000 00000000 00000008 00000000 ffffffff dcd85ce4
    [  299.652709] 5ca0: 00000001 00001028 c0544c80 c03c922c c03c9274 c03c8f9c 00000000 dd7b75c0
    [  299.661254] 5cc0: ffffffff fa200000 00000001 00001028 c0544c80 20000193 dd7b75c0 00000000
    [  299.669769] 5ce0: 00006898 dcd85cf8 c03c9274 c03c9278 60000193 ffffffff c03c8f9c 00000001
    [  299.678314] 5d00: dcd85d30 00000000 c05449e8 dcd85e00 00000001 00001028 c0544c80 20000193
    [  299.686859] 5d20: dd7b75c0 00000000 00006898 dcd85d40 c03c8f9c c03c8fa0 60000113 ffffffff
    [  299.695373] 5d40: dcd84000 c0043bf4 00001028 00001028 c0544d00 fa200098 dcd85e00 c003b244
    [  299.703918] 5d60: 00000000 00000001 00000007 00000000 00000000 fa200098 00000000 dcef0780
    [  299.712432] 5d80: 00000000 00000000 00000200 60000113 00000002 c0095498 00000002 00000000
    [  299.720977] 5da0: 00000000 c00db9ac 00000000 dceb8d40 dcef0770 c00dbacc dcef0780 00000001
    [  299.729522] 5dc0: 00000000 c0095390 9d9f782e dcef0770 dccf3338 00000000 00000000 00000000
    [  299.738037] 5de0: c0e8bee0 00000000 ffffffff dcd85e34 00000000 dcef0700 dcef0734 c03c922c
    [  299.746582] 5e00: c03c9274 c03cb0b4 00000000 dd7b75c0 ffffffff fa200000 00000000 dcef0700
    [  299.755126] 5e20: dcef0734 00000017 dd7b75c0 00000000 000c3f60 dcd85e48 c03c9274 c03c9278
    [  299.763641] 5e40: 60000193 ffffffff dcef0734 00000017 00000000 00000000 dcd85fb0 000c3f9c
    [  299.772186] 5e60: 00000000 dcef0700 dcef0734 00000017 dd7b75c0 00000000 000c3f60 dcd85e90
    [  299.780700] 5e80: c03cb0b4 c0086ea4 60000113 ffffffff 00000000 00000817 00000007 400cf068
    [  299.789245] 5ea0: dcd85f58 c0544c80 20000113 00000000 00000000 00000000 00000000 00000000
    [  299.797790] 5ec0: 00000000 dd7e5254 00000000 00000000 dcd84000 60000093 00000002 c0095498
    [  299.806304] 5ee0: 00000002 00000080 00000000 00000017 00000007 000c3f9c dcd85fb0 c0544c80
    [  299.814849] 5f00: 00000000 000cccf0 00000000 c003b1f0 dd7e4e94 c0095390 dd7b75c0 dd7e5244
    [  299.823394] 5f20: dd7b75c0 dcd85f44 dd7e5244 dd7b75c0 dcd85f44 c03c8f9c dcd84000 c00787a4
    [  299.831909] 5f40: c0040204 00010000 00000000 00000011 dcd85f84 000000ae c0040204 bef57bd0
    [  299.840454] 5f60: 00000014 00000000 bef57bd0 c0078b8c 00044ae0 14000000 4022d800 00000000
    [  299.848968] 5f80: 00000000 00000000 ffffffff 000e3c00 000e3c00 c03c9418 ffffffff 000e3c00
    [  299.857513] 5fa0: 000e3c00 000e3aa8 000e3818 c03c96cc 000c3f98 00000408 000c3f58 400d78f8
    [  299.866058] 5fc0: 000e3df8 000e3c00 000e3c00 000e3aa8 000e3818 00000000 000cccf0 00000000
    [  299.874572] 5fe0: 000c3f60 bef57d80 400c69c4 400c0a70 60000010 ffffffff 00000000 00000000
    [  299.883117] [<c004c234>] (omap_mask_irq+0x1c/0x78) from [<c00a4ff0>] (compat_irq_mask+0x14/0x18)
    [  299.892303] [<c00a4ff0>] (compat_irq_mask+0x14/0x18) from [<c00a5410>] (handle_level_irq+0x34/0x13c)
    [  299.901824] [<c00a5410>] (handle_level_irq+0x34/0x13c) from [<c003b070>] (asm_do_IRQ+0x70/0x94)
    [  299.910919] [<c003b070>] (asm_do_IRQ+0x70/0x94) from [<c03c9278>] (__irq_svc+0x38/0xa0)
    [  299.919250] Exception stack(0xdcd85a58 to 0xdcd85aa0)
    [  299.924530] 5a40:                                                       c03c8f9c 00000001
    [  299.933044] 5a60: dcd85a90 00000000 c05449e8 dcd85b60 00000001 00001028 c0544c80 20000193
    [  299.941589] 5a80: dd7b75c0 00000000 0000937f dcd85aa0 c03c8f9c c03c8fa0 60000113 ffffffff
    [  299.950134] [<c03c9278>] (__irq_svc+0x38/0xa0) from [<c03c8fa0>] (_raw_spin_unlock_irq+0x28/0x2c)
    [  299.959381] [<c03c8fa0>] (_raw_spin_unlock_irq+0x28/0x2c) from [<c0043bf4>] (die+0x94/0xfc)
    [  299.968109] [<c0043bf4>] (die+0x94/0xfc) from [<c003b244>] (do_DataAbort+0x84/0x98)
    [  299.976104] [<c003b244>] (do_DataAbort+0x84/0x98) from [<c03c922c>] (__dabt_svc+0x4c/0x60)
    [  299.984710] Exception stack(0xdcd85b60 to 0xdcd85ba8)
    [  299.989990] 5b60: c03c9274 c03c8f9c 00000000 dd7b75c0 ffffffff fa200000 00000001 00001028
    [  299.998535] 5b80: c0544c80 20000193 dd7b75c0 00000000 00007a95 dcd85ba8 c03c9274 c03c9278
    [  300.007049] 5ba0: 60000193 ffffffff
    [  300.010681] [<c03c922c>] (__dabt_svc+0x4c/0x60) from [<c03c9278>] (__irq_svc+0x38/0xa0)
    [  300.019042] [<c03c9278>] (__irq_svc+0x38/0xa0) from [<c03c8fa0>] (_raw_spin_unlock_irq+0x28/0x2c)
    [  300.028320] [<c03c8fa0>] (_raw_spin_unlock_irq+0x28/0x2c) from [<c0043bf4>] (die+0x94/0xfc)
    [  300.037017] [<c0043bf4>] (die+0x94/0xfc) from [<c003b244>] (do_DataAbort+0x84/0x98)
    [  300.045013] [<c003b244>] (do_DataAbort+0x84/0x98) from [<c03c922c>] (__dabt_svc+0x4c/0x60)
    [  300.053649] Exception stack(0xdcd85cb0 to 0xdcd85cf8)
    [  300.058898] 5ca0:                                     c03c9274 c03c8f9c 00000000 dd7b75c0
    [  300.067443] 5cc0: ffffffff fa200000 00000001 00001028 c0544c80 20000193 dd7b75c0 00000000
    [  300.075988] 5ce0: 00006898 dcd85cf8 c03c9274 c03c9278 60000193 ffffffff
    [  300.082885] [<c03c922c>] (__dabt_svc+0x4c/0x60) from [<c03c9278>] (__irq_svc+0x38/0xa0)
    [  300.091247] [<c03c9278>] (__irq_svc+0x38/0xa0) from [<c03c8fa0>] (_raw_spin_unlock_irq+0x28/0x2c)
    [  300.100494] [<c03c8fa0>] (_raw_spin_unlock_irq+0x28/0x2c) from [<c0043bf4>] (die+0x94/0xfc)
    [  300.109222] [<c0043bf4>] (die+0x94/0xfc) from [<c003b244>] (do_DataAbort+0x84/0x98)
    [  300.117218] [<c003b244>] (do_DataAbort+0x84/0x98) from [<c03c922c>] (__dabt_svc+0x4c/0x60)
    [  300.125823] Exception stack(0xdcd85e00 to 0xdcd85e48)
    [  300.131103] 5e00: c03c9274 c03cb0b4 00000000 dd7b75c0 ffffffff fa200000 00000000 dcef0700
    [  300.139648] 5e20: dcef0734 00000017 dd7b75c0 00000000 000c3f60 dcd85e48 c03c9274 c03c9278
    [  300.148162] 5e40: 60000193 ffffffff
    [  300.151794] [<c03c922c>] (__dabt_svc+0x4c/0x60) from [<c03c9278>] (__irq_svc+0x38/0xa0)
    [  300.160156] [<c03c9278>] (__irq_svc+0x38/0xa0) from [<c0086ea4>] (down_read_trylock+0x0/0x48)
    [  300.169067] [<c0086ea4>] (down_read_trylock+0x0/0x48) from [<00000000>] (  (null))
    [  300.176971] Code: e3c0501f 1a00000a e59f3050 e5933000 (e5932040)
    [  300.183319] Unhandled fault: external abort on non-linefetch (0x1028) at 0xfa200098
    [  300.191314] Internal error: : 1028 [#5]
    [  300.195312] last sysfs file: /sys/devices/platform/ehci-omap.0/usb1/1-2/1-2.2/1-2.2:1.0/host0/target0:0:0/e
    [  300.207824] Modules linked in: bridgedriver(C) mailbox_mach mailbox [last unloaded: pvrsrvkm]
    [  300.216735] CPU: 0    Tainted: G      D  C   (2.6.37 #6)
    [  300.222290] PC is at __irq_svc+0x38/0xa0
    [  300.226379] LR is at __irq_svc+0x34/0xa0
    [  300.230468] pc : [<c03c9278>]    lr : [<c03c9274>]    psr: 60000193
    [  300.230468] sp : dcd858c8  ip : 0000b74e  fp : 00000000
    [  300.242431] r10: dd7b75c0  r9 : 20000193  r8 : c0544c80
    [  300.247894] r7 : 00001028  r6 : 00000001  r5 : fa200000  r4 : ffffffff
    [  300.254699] r3 : dd7b75c0  r2 : 00000000  r1 : c03c8f9c  r0 : c03c9274
    [  300.261505] Flags: nZCv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment user
    [  300.269042] Control: 10c5387d  Table: 9cc44019  DAC: 00000015
    [  300.275024] Process runscript.sh (pid: 1588, stack limit = 0xdcd842f0)
    ....

    Can you help me with this situations?

  • Can you post the full log, starting from the pvr script invocation, and the steps you followed ?

    Also need the log of the gfx_check.sh script from below.

    We do not validate against Gentoo. We will try to see what is happening here...

     

     

  • ./gsx_run.sh
    WSEGL settings
    cat: /etc/powervr.ini: No such file or directory
    ------
    ARM CPU information
    Processor       : ARMv7 Processor rev 2 (v7l)
    BogoMIPS        : 820.30
    Features        : swp half thumb fastmult vfp edsp thumbee neon vfpv3
    CPU implementer : 0x41
    CPU architecture: 7
    CPU variant     : 0x3
    CPU part        : 0xc08
    CPU revision    : 2

    Hardware        : OMAP3 Beagle Board
    Revision        : 0020
    Serial          : 0000000000000000
    ------
    SGX driver information
    Version 1.6.16.3977 (release) /usr/src/linux-2.6.37
    System Version String: SGX revision = 1.2.5
    ------
    Framebuffer settings

    mode "1024x600-59"
        # D: 43.200 MHz, H: 36.487 kHz, V: 58.945 Hz
        geometry 1024 600 1024 600 16
        timings 23148 80 48 3 6 32 10
        rgba 5/11,6/5,5/0,0/0
    endmode

    Frame buffer device information:
        Name        : omapfb
        Address     : 0x9e000000
        Size        : 8388608
        Type        : PACKED PIXELS
        Visual      : TRUECOLOR
        XPanStep    : 1
        YPanStep    : 1
        YWrapStep   : 0
        LineLength  : 2048
        Accelerator : No
    ------
    Rotation settings
    0
    ------
    Kernel Module information
    Module                  Size  Used by
    bufferclass_ti          4870  0
    omaplfb                 8513  0
    pvrsrvkm              148190  2 bufferclass_ti,omaplfb
    bridgedriver          233488  0
    mailbox_mach            3650  0
    mailbox                 5124  2 bridgedriver,mailbox_mach
    ------
    Boot settings
    console=ttyO2,115200n8 rw rootwait rootfstype=ext3 root=/dev/sda3 init=./init mpurate=1000 omap_vout.vid1_static_vrfb_alloc=y omapfb.mode=dvi:1024x600MR-16@60 vram=32M omapfb.vram=0:8M
    ------
    Linux Kernel version
    Linux localhost 2.6.37 #6 Mon Jan 31 08:03:15 EET 2011 armv7l ARMv7 Processor rev 2 (v7l) OMAP3 Beagle Board GNU/Linux

     

    Full kernel log:

    [    0.000000] Linux version 2.6.37 (root@localhost) (gcc version 4.5.2 (Gentoo 4.5.2 p1.0, pie-0.4.5) ) #6 Mon Jan 31 08:03:15 EET 2011
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f
    [    0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] Machine: OMAP3 Beagle Board
    [    0.000000] Reserving 33554432 bytes SDRAM for VRAM
    [    0.000000] Memory policy: ECC disabled, Data cache writeback
    [    0.000000] OMAP3630 ES1.1 (l2cache iva sgx neon isp 192mhz_clk )
    [    0.000000] SRAM: Mapped pa 0x40200000 to va 0xfe400000 size: 0x10000
    [    0.000000] On node 0 totalpages: 121344
    [    0.000000] free_area_init_node: node 0, pgdat c05888fc, node_mem_map c0ad8000
    [    0.000000]   Normal zone: 1024 pages used for memmap
    [    0.000000]   Normal zone: 0 pages reserved
    [    0.000000]   Normal zone: 120320 pages, LIFO batch:31
    [    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
    [    0.000000] pcpu-alloc: [0] 0
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 120320
    [    0.000000] Kernel command line: console=ttyO2,115200n8 rw rootwait rootfstype=ext3 root=/dev/sda3 init=./init mpurate=1000 omap_vout.vid1_static_vrfb_alloc=y omapfb.mode=dvi:1024x600MR-16@60 vram=32M omapfb.vram=0:8M
    [    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.000000] Memory: 474MB = 474MB total
    [    0.000000] Memory: 469720k/469720k available, 54568k reserved, 0K highmem
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
    [    0.000000]     DMA     : 0xffc00000 - 0xffe00000   (   2 MB)
    [    0.000000]     vmalloc : 0xe0800000 - 0xf8000000   ( 376 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
    [    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
    [    0.000000]       .init : 0xc0008000 - 0xc003b000   ( 204 kB)
    [    0.000000]       .text : 0xc003b000 - 0xc053e8e0   (5135 kB)
    [    0.000000]       .data : 0xc0540000 - 0xc058c920   ( 307 kB)
    [    0.000000] NR_IRQS:402
    [    0.000000] Clocking rate (Crystal/Core/MPU): 26.0/332/600 MHz
    [    0.000000] omap_hwmod: sr1_fck: missing clockdomain for sr1_fck.
    [    0.000000] omap_hwmod: sr2_fck: missing clockdomain for sr2_fck.
    [    0.000000] Reprogramming SDRC clock to 332000000 Hz
    [    0.000000] GPMC revision 5.0
    [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
    [    0.000000] Total of 96 interrupts on 1 active controller
    [    0.000000] OMAP GPIO hardware version 2.5
    [    0.000000] OMAP clockevent source: GPTIMER12 at 32768 Hz
    [    0.000000] Console: colour dummy device 80x30
    [    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
    [    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
    [    0.000000] ... MAX_LOCK_DEPTH:          48
    [    0.000000] ... MAX_LOCKDEP_KEYS:        8191
    [    0.000000] ... CLASSHASH_SIZE:          4096
    [    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
    [    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
    [    0.000000] ... CHAINHASH_SIZE:          16384
    [    0.000000]  memory used by lock dependency info: 3695 kB
    [    0.000000]  per task-struct memory footprint: 1152 bytes
    [    0.000000] Calibrating delay loop... 490.52 BogoMIPS (lpj=1916928)
    [    0.000000] pid_max: default: 32768 minimum: 301
    [    0.000000] Security Framework initialized
    [    0.000000] Mount-cache hash table entries: 512
    [    0.000000] CPU: Testing write buffer coherency: ok
    [    0.000000] regulator: core version 0.5
    [    0.000000] regulator: dummy:
    [    0.000000] NET: Registered protocol family 16
    [    0.000000] mux: Setting signal mcspi1_clk.gpio171 0x011c -> 0x011c
    [    0.000000] mux: Setting signal mcspi1_simo.gpio172 0x011c -> 0x011c
    [    0.000000] mux: Setting signal mcspi1_somi.gpio173 0x011c -> 0x011c
    [    0.000000] OMAP3 Beagle Rev: xM A
    [    0.000000] mux: Setting signal i2c2_scl.i2c2_scl.i2c2_scl 0x0118 -> 0x0100
    [    0.000000] mux: Setting signal i2c2_sda.i2c2_sda.i2c2_sda 0x0118 -> 0x0100
    [    0.000000] mux: Setting signal i2c3_scl.i2c3_scl.i2c3_scl 0x0118 -> 0x0100
    [    0.000000] mux: Setting signal i2c3_sda.i2c3_sda.i2c3_sda 0x0118 -> 0x0100
    [    0.000000] mux: Setting signal etk_clk.hsusb1_stp 0x001b -> 0x0003
    [    0.000000] mux: Setting signal etk_ctl.hsusb1_clk 0x0013 -> 0x0003
    [    0.000000] mux: Setting signal etk_d8.hsusb1_dir 0x0113 -> 0x010b
    [    0.000000] mux: Setting signal etk_d9.hsusb1_nxt 0x0113 -> 0x010b
    [    0.000000] mux: Setting signal etk_d0.hsusb1_data0 0x0113 -> 0x010b
    [    0.000000] mux: Setting signal etk_d1.hsusb1_data1 0x0113 -> 0x010b
    [    0.000000] mux: Setting signal etk_d2.hsusb1_data2 0x0113 -> 0x010b
    [    0.000000] mux: Setting signal etk_d7.hsusb1_data3 0x0113 -> 0x010b
    [    0.000000] mux: Setting signal etk_d4.hsusb1_data4 0x0113 -> 0x010b
    [    0.000000] mux: Setting signal etk_d5.hsusb1_data5 0x0113 -> 0x010b
    [    0.000000] mux: Setting signal etk_d6.hsusb1_data6 0x0113 -> 0x010b
    [    0.000000] mux: Setting signal etk_d3.hsusb1_data7 0x0113 -> 0x010b
    [    0.000000] mux: Setting signal etk_d11.hsusb2_stp 0x0013 -> 0x0003
    [    0.000000] mux: Setting signal etk_d10.hsusb2_clk 0x0013 -> 0x0003
    [    0.000000] mux: Setting signal etk_d12.hsusb2_dir 0x0113 -> 0x010b
    [    0.000000] mux: Setting signal etk_d13.hsusb2_nxt 0x0113 -> 0x010b
    [    0.000000] mux: Setting signal etk_d14.hsusb2_data0 0x0113 -> 0x010b
    [    0.000000] mux: Setting signal etk_d15.hsusb2_data1 0x0113 -> 0x010b
    [    0.000000] mux: Setting signal mcspi1_cs3.hsusb2_data2 0x0113 -> 0x010b
    [    0.000000] mux: Setting signal mcspi2_cs1.hsusb2_data3 0x0113 -> 0x010b
    [    0.000000] mux: Setting signal mcspi2_simo.hsusb2_data4 0x0113 -> 0x010b
    [    0.000000] mux: Setting signal mcspi2_somi.hsusb2_data5 0x0113 -> 0x010b
    [    0.000000] mux: Setting signal mcspi2_cs0.hsusb2_data6 0x0113 -> 0x010b
    [    0.000000] mux: Setting signal mcspi2_clk.hsusb2_data7 0x0113 -> 0x010b
    [    0.000000] Found NAND on CS0
    [    0.000000] Registering NAND on CS0
    [    0.000000] mux: Setting signal sdrc_cke0.sdrc_cke0 0x0118 -> 0x0000
    [    0.000000] mux: Setting signal sdrc_cke1.sdrc_cke1 0x0118 -> 0x0000
    [    0.000000] mux: Setting signal sdmmc1_dat7.gpio129 0x0100 -> 0x0104
    [    0.000000] hw-breakpoint: debug architecture 0x4 unsupported.
    [    0.000000] Switched to new clocking rate (Crystal/Core/MPU): 26.0/1000/332 MHz
    [    0.000000] OMAP DMA hardware revision 5.0
    [    0.036163] bio: create slab <bio-0> at 0
    [    0.041015] SCSI subsystem initialized
    [    0.042205] libata version 3.00 loaded.
    [    0.047729] usbcore: registered new interface driver usbfs
    [    0.048400] usbcore: registered new interface driver hub
    [    0.048980] usbcore: registered new device driver usb
    [    0.050567] i2c_omap i2c_omap.1: bus 1 rev4.0 at 2600 kHz
    [    0.057098] twl4030: PIH (irq 7) chaining IRQs 368..375
    [    0.057189] twl4030: power (irq 373) chaining IRQs 376..383
    [    0.058502] twl4030: gpio (irq 368) chaining IRQs 384..401
    [    0.059875] mux: Setting signal sdmmc1_clk.sdmmc1_clk 0x0018 -> 0x0118
    [    0.059967] mux: Setting signal sdmmc1_cmd.sdmmc1_cmd 0x0118 -> 0x0118
    [    0.060028] mux: Setting signal sdmmc1_dat0.sdmmc1_dat0 0x0118 -> 0x0118
    [    0.060058] mux: Setting signal sdmmc1_dat1.sdmmc1_dat1 0x0118 -> 0x0118
    [    0.060119] mux: Setting signal sdmmc1_dat2.sdmmc1_dat2 0x0118 -> 0x0118
    [    0.060180] mux: Setting signal sdmmc1_dat3.sdmmc1_dat3 0x0118 -> 0x0118
    [    0.061065] mux: Setting signal sdmmc2_clk.sdmmc2_clk 0x011c -> 0x0118
    [    0.061157] mux: Setting signal sdmmc2_cmd.sdmmc2_cmd 0x011c -> 0x0118
    [    0.061187] mux: Setting signal sdmmc2_dat0.sdmmc2_dat0 0x011c -> 0x0118
    [    0.061248] mux: Setting signal sdmmc2_dat1.sdmmc2_dat1 0x011c -> 0x0118
    [    0.061309] mux: Setting signal sdmmc2_dat2.sdmmc2_dat2 0x011c -> 0x0118
    [    0.061370] mux: Setting signal sdmmc2_dat3.sdmmc2_dat3 0x011c -> 0x0118
    [    0.065460] regulator: VUSB1V5: 1500 mV normal standby
    [    0.066833] regulator: VUSB1V8: 1800 mV normal standby
    [    0.068206] regulator: VUSB3V1: 3100 mV normal standby
    [    0.071929] twl4030_usb twl4030_usb: Initialized TWL4030 USB module
    [    0.075378] regulator: VMMC1: 1850 <--> 3150 mV at 3000 mV normal standby
    [    0.076812] regulator: VDAC: 1800 mV normal standby
    [    0.078277] regulator: VDVI: 1800 mV normal standby
    [    0.079833] regulator: VSIM: 1800 <--> 3000 mV at 1800 mV normal standby
    [    0.080200] i2c_omap i2c_omap.2: bus 2 rev4.0 at 400 kHz
    [    0.088592] i2c_omap i2c_omap.3: bus 3 rev4.0 at 100 kHz
    [    0.092376] Advanced Linux Sound Architecture Driver Version 1.0.23.
    [    0.094604] Switching to clocksource 32k_counter
    [    0.151123] musb_hdrc: version 6.0, musb-dma, host, debug=0
    [    0.151245] musb_hdrc musb_hdrc: incompatible Kconfig role setting
    [    0.151367] musb_hdrc: probe of musb_hdrc failed with error -22
    [    0.152557] NET: Registered protocol family 2
    [    0.153015] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
    [    0.154022] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
    [    0.154449] TCP bind hash table entries: 16384 (order: 7, 589824 bytes)
    [    0.160064] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.160125] TCP reno registered
    [    0.160156] UDP hash table entries: 256 (order: 2, 20480 bytes)
    [    0.160339] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
    [    0.160980] NET: Registered protocol family 1
    [    0.163024] omap_dsp_init: 600000 bytes @ 9da00000
    [    0.250335] VFS: Disk quotas dquot_6.5.2
    [    0.250427] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.252838] msgmni has been set to 917
    [    0.255554] io scheduler noop registered
    [    0.255584] io scheduler deadline registered
    [    0.255676] io scheduler cfq registered (default)
    [    0.313629] OMAP DSS rev 2.0
    [    0.313903] OMAP DISPC rev 3.0
    [    0.313964] OMAP VENC rev 2
    [    0.643035] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.647521] omap-hsuart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
    [    0.648651] omap-hsuart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
    [    0.649505] omap-hsuart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
    [    1.253448] console [ttyO2] enabled
    [    1.257934] omap-hsuart.3: ttyO3 at MMIO 0x49042000 (irq = 80) is a OMAP UART3
    [    1.286254] brd: module loaded
    [    1.299591] loop: module loaded
    [    1.308319] mtdoops: mtd device (mtddev=name/number) must be supplied
    [    1.315124] omap2-nand driver initializing
    [    1.319885] ONFI flash detected
    [    1.323394] NAND device: Manufacturer ID: 0x20, Chip ID: 0xba (ST Micro ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������)
    [    1.349670] Creating 5 MTD partitions on "omap2-nand.0":
    [    1.355224] 0x000000000000-0x000000080000 : "X-Loader"
    [    1.365722] 0x000000080000-0x000000260000 : "U-Boot"
    [    1.374725] 0x000000260000-0x000000280000 : "U-Boot Env"
    [    1.383483] 0x000000280000-0x000000680000 : "Kernel"
    [    1.393280] 0x000000680000-0x000010000000 : "File System"
    [    1.492736] OneNAND driver initializing
    [    1.500122] usbcore: registered new interface driver cdc_ether
    [    1.506622] usbcore: registered new interface driver smsc95xx
    [    1.513000] usbcore: registered new interface driver cdc_subset
    [    1.520446] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    3.539978] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
    [    3.549102] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
    [    3.557312] ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
    [    3.571319] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
    [    3.577880] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [    3.584991] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    3.592498] usb usb1: Product: OMAP-EHCI Host Controller
    [    3.598052] usb usb1: Manufacturer: Linux 2.6.37 ehci_hcd
    [    3.603668] usb usb1: SerialNumber: ehci-omap.0
    [    3.611480] hub 1-0:1.0: USB hub found
    [    3.615509] hub 1-0:1.0: 3 ports detected
    [    3.649871] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    3.657226] usbcore: registered new interface driver cdc_acm
    [    3.663146] cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters
    [    3.672454] usbcore: registered new interface driver usblp
    [    3.678558] usbcore: registered new interface driver cdc_wdm
    [    3.684844] usbcore: registered new interface driver usbtmc
    [    3.690673] Initializing USB Mass Storage driver...
    [    3.696166] usbcore: registered new interface driver usb-storage
    [    3.702423] USB Mass Storage support registered.
    [    3.708129] usbcore: registered new interface driver libusual
    [    3.714538] usbcore: registered new interface driver ums-alauda
    [    3.721588] usbcore: registered new interface driver ums-cypress
    [    3.728271] usbcore: registered new interface driver ums-datafab
    [    3.734893] usbcore: registered new interface driver ums-freecom
    [    3.741455] usbcore: registered new interface driver ums-isd200
    [    3.748016] usbcore: registered new interface driver ums-jumpshot
    [    3.754699] usbcore: registered new interface driver ums-karma
    [    3.761138] usbcore: registered new interface driver ums-onetouch
    [    3.767852] usbcore: registered new interface driver ums-sddr09
    [    3.774444] usbcore: registered new interface driver ums-sddr55
    [    3.780883] usbcore: registered new interface driver ums-usbat
    [    3.787322] usbcore: registered new interface driver cypress_cy7c63
    [    3.794250] usbcore: registered new interface driver usbtest
    [    3.800140] udc: OMAP UDC driver, version: 4 October 2004 (iso) (dma)
    [    3.808990] mice: PS/2 mouse device common for all mice
    [    3.816040] input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [    3.826904] usbcore: registered new interface driver usbtouchscreen
    [    3.835479] input: twl4030_pwrbutton as /devices/platform/i2c_omap.1/i2c-1/1-0049/twl4030_pwrbutton/input/input1
    [    3.848724] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
    [    3.855682] twl_rtc twl_rtc: Power up reset detected.
    [    3.862274] twl_rtc twl_rtc: Enabling TWL-RTC.
    [    3.868072] i2c /dev entries driver
    [    3.875000] Driver for 1-wire Dallas network protocol.
    [    3.881683] omap_device: omap_wdt.-1: new worst case activate latency 0: 91552
    [    3.890716] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
    [    3.897155] omap_device: omap_wdt.-1: new worst case deactivate latency 0: 91552
    [    3.905487] twl4030_wdt twl4030_wdt: Failed to register misc device
    [    3.912078] twl4030_wdt: probe of twl4030_wdt failed with error -16
    [    3.924133] gpio_request: gpio-0 (mmc_wp) status -16
    [    3.924224] mmci-omap-hs: probe of mmci-omap-hs.1 failed with error -16
    [    3.934967] usbcore: registered new interface driver usbhid
    [    3.940826] usbhid: USB HID core driver
    [    3.946411] usb 1-2: new high speed USB device using ehci-omap and address 2
    [    3.957031] OMAP3 Beagle/Devkit8000 SoC init
    [    4.048950] asoc: twl4030-hifi <-> omap-mcbsp-dai.1 mapping ok
    [    4.065612] ALSA device list:
    [    4.068695]   #0: omap3beagle
    [    4.071807] oprofile: hardware counters not available
    [    4.077056] oprofile: using timer interrupt.
    [    4.082092] IPv4 over IPv4 tunneling driver
    [    4.091156] TCP cubic registered
    [    4.094543] Initializing XFRM netlink socket
    [    4.099273] NET: Registered protocol family 17
    [    4.104003] NET: Registered protocol family 15
    [    4.108642] Registering the dns_resolver key type
    [    4.114227] usb 1-2: New USB device found, idVendor=0424, idProduct=9514
    [    4.121276] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    4.128997] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    4.141845] hub 1-2:1.0: USB hub found
    [    4.146148] hub 1-2:1.0: 5 ports detected
    [    4.150878] ThumbEE CPU extension supported.
    [    4.160491] omap2_set_init_voltage: unable to find boot up OPP for vdd_mpu
    [    4.167724] omap2_set_init_voltage: Unable to put vdd_mpu to its init voltage
    [    4.167724]
    [    4.177520] Power Management for TI OMAP3.
    [    4.201477] clock: disabling unused clocks to save power
    [    4.210052] fbcvt: Aspect ratio not CVT standard
    [    4.215026] fbcvt: 1024x600@60: CVT Name - Not a CVT standard - 0.614 Mega Pixel Image
    [    4.215026]
    [    4.286315] Console: switching to colour frame buffer device 128x37
    [    4.302642] regulator_init_complete: incomplete constraints, leaving VDAC on
    [    4.311187] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
    [    4.322479] Waiting for root device /dev/sda3...
    [    4.485687] usb 1-2.1: new high speed USB device using ehci-omap and address 3
    [    4.545349] mmc0: host does not support reading read-only switch. assuming write-enable.
    [    4.553894] mmc0: new SD card at address d3f6
    [    4.560180] mmcblk0: mmc0:d3f6 SD01G 982 MiB
    [    4.569244]  mmcblk0: p1 p2
    [    4.610900] usb 1-2.1: New USB device found, idVendor=0424, idProduct=ec00
    [    4.618072] usb 1-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    4.629791] smsc95xx v1.0.4
    [    4.709503] smsc95xx 1-2.1:1.0: usb0: register 'smsc95xx' at usb-ehci-omap.0-2.1, smsc95xx USB 2.0 Ethernet, f2:3a:b5:a7:3a:3d
    [    7.384124] usb 1-2.2: new high speed USB device using ehci-omap and address 4
    [    7.510223] usb 1-2.2: New USB device found, idVendor=152d, idProduct=2338
    [    7.517425] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=5
    [    7.525054] usb 1-2.2: Product: USB to ATA/ATAPI bridge
    [    7.530456] usb 1-2.2: Manufacturer: JMicron
    [    7.534912] usb 1-2.2: SerialNumber: 7D4004B50044
    [    7.543548] scsi0 : usb-storage 1-2.2:1.0
    [    8.550689] scsi 0:0:0:0: Direct-Access     WDC WD40 0JB-00JJC0            PQ: 0 ANSI: 2 CCS
    [    8.567840] sd 0:0:0:0: [sda] 78165360 512-byte logical blocks: (40.0 GB/37.2 GiB)
    [    8.576904] sd 0:0:0:0: [sda] Write Protect is off
    [    8.581939] sd 0:0:0:0: [sda] Mode Sense: 28 00 00 00
    [    8.581939] sd 0:0:0:0: [sda] Assuming drive cache: write through
    [    8.592651] sd 0:0:0:0: [sda] Assuming drive cache: write through
    [    8.601165]  sda: sda1 sda2 sda3
    [    8.609649] sd 0:0:0:0: [sda] Assuming drive cache: write through
    [    8.616027] sd 0:0:0:0: [sda] Attached SCSI disk
    [    8.711914] EXT3-fs: barriers not enabled
    [   11.935974] kjournald starting.  Commit interval 5 seconds
    [   11.942047] EXT3-fs (sda3): warning: maximal mount count reached, running e2fsck is recommended
    [   11.952056] EXT3-fs (sda3): using internal journal
    [   11.957092] EXT3-fs (sda3): recovery complete
    [   11.963043] EXT3-fs (sda3): mounted filesystem with ordered data mode
    [   11.970184] VFS: Mounted root (ext3 filesystem) on device 8:3.
    [   11.976348] Freeing init memory: 204K
    [   11.980590] Failed to execute ./init.  Attempting defaults...
    [   16.353790] udev[717]: starting version 164
    [   26.938873] usb0: link up, 100Mbps, full-duplex, lpa 0x45E1
    [   39.261535] Adding 524284k swap on /dev/sda2.  Priority:-1 extents:1 across:524284k
    [   40.003143] omap2_mbox_probe: platform not supported
    [   40.289276] bridgedriver: module is from the staging directory, the quality is unknown, you have been warned.
    [   40.387298] proc_load: Processor Loaded /lib/dsp/baseimage.dof
    [   40.389099] bridge_brd_start: Failed to get dsp mailbox handle
    [   40.389129] proc_start: Failed to start the dsp
    [   40.404876] DSP Bridge driver loaded
    [   56.966156] pvrsrvkm: module is from the staging directory, the quality is unknown, you have been warned.
    [   57.043548] omaplfb: module is from the staging directory, the quality is unknown, you have been warned.
    [   57.077758] bufferclass_ti: module is from the staging directory, the quality is unknown, you have been warned.
    [   57.557922]
    [   57.557922] =============================================
    [   57.565093] [ INFO: possible recursive locking detected ]
    [   57.570678] 2.6.37 #6
    [   57.573028] ---------------------------------------------
    [   57.578643] pvrsrvinit/1408 is trying to acquire lock:
    [   57.583984]  (psPVRSRVMutex){+.+.+.}, at: [<bf06365c>] PVRMMapRegisterArea+0x10/0x64 [pvrsrvkm]
    [   57.593139]
    [   57.593139] but task is already holding lock:
    [   57.599182]  (psPVRSRVMutex){+.+.+.}, at: [<bf065ca0>] PVRSRV_BridgeDispatchKM+0x20/0x16c [pvrsrvkm]
    [   57.608734]
    [   57.608734] other info that might help us debug this:
    [   57.615509] 1 lock held by pvrsrvinit/1408:
    [   57.619842]  #0:  (psPVRSRVMutex){+.+.+.}, at: [<bf065ca0>] PVRSRV_BridgeDispatchKM+0x20/0x16c [pvrsrvkm]
    [   57.629821]
    [   57.629821] stack backtrace:
    [   57.634368] [<c0044ed8>] (unwind_backtrace+0x0/0xe4) from [<c0092328>] (check_deadlock.clone.14+0x204/0x254)
    [   57.644592] [<c0092328>] (check_deadlock.clone.14+0x204/0x254) from [<c0093c4c>] (validate_chain.clone.15+0x5f4/0x64c)
    [   57.655700] [<c0093c4c>] (validate_chain.clone.15+0x5f4/0x64c) from [<c0094df4>] (__lock_acquire+0x6e8/0x7a8)
    [   57.666015] [<c0094df4>] (__lock_acquire+0x6e8/0x7a8) from [<c0095498>] (lock_acquire+0xe4/0x108)
    [   57.675231] [<c0095498>] (lock_acquire+0xe4/0x108) from [<c03c7a00>] (mutex_lock_nested+0x58/0x2b8)
    [   57.684661] [<c03c7a00>] (mutex_lock_nested+0x58/0x2b8) from [<bf06365c>] (PVRMMapRegisterArea+0x10/0x64 [pvrsrvkm])
    [   57.695678] [<bf06365c>] (PVRMMapRegisterArea+0x10/0x64 [pvrsrvkm]) from [<bf064948>] (OSAllocPages_Impl+0x6c/0xac [pvrsrvkm])
    [   57.707580] [<bf064948>] (OSAllocPages_Impl+0x6c/0xac [pvrsrvkm]) from [<bf05c430>] (BM_ImportMemory+0xcc/0x260 [pvrsrvkm])
    [   57.719207] [<bf05c430>] (BM_ImportMemory+0xcc/0x260 [pvrsrvkm]) from [<bf061070>] (RA_Alloc+0xac/0x240 [pvrsrvkm])
    [   57.730102] [<bf061070>] (RA_Alloc+0xac/0x240 [pvrsrvkm]) from [<bf05ca74>] (BM_Alloc+0xa4/0x248 [pvrsrvkm])
    [   57.740386] [<bf05ca74>] (BM_Alloc+0xa4/0x248 [pvrsrvkm]) from [<bf061738>] (AllocDeviceMem.clone.0+0x74/0xe8 [pvrsrvkm])
    [   57.751831] [<bf061738>] (AllocDeviceMem.clone.0+0x74/0xe8 [pvrsrvkm]) from [<bf061ea8>] (_PVRSRVAllocDeviceMemKM+0x80/0x150 [pvrsrvkm])
    [   57.764648] [<bf061ea8>] (_PVRSRVAllocDeviceMemKM+0x80/0x150 [pvrsrvkm]) from [<bf06b980>] (PVRSRVAllocDeviceMemBW+0xa4/0x1a8 [pvrsrvkm])
    [   57.777557] [<bf06b980>] (PVRSRVAllocDeviceMemBW+0xa4/0x1a8 [pvrsrvkm]) from [<bf06c2bc>] (BridgedDispatchKM+0xd8/0x130 [pvrsrvkm])
    [   57.789916] [<bf06c2bc>] (BridgedDispatchKM+0xd8/0x130 [pvrsrvkm]) from [<bf065d94>] (PVRSRV_BridgeDispatchKM+0x114/0x16c [pvrsrvkm])
    [   57.802429] [<bf065d94>] (PVRSRV_BridgeDispatchKM+0x114/0x16c [pvrsrvkm]) from [<c00ff2ac>] (do_vfs_ioctl+0x2b0/0x2e8)
    [   57.813537] [<c00ff2ac>] (do_vfs_ioctl+0x2b0/0x2e8) from [<c00ff330>] (sys_ioctl+0x4c/0x6c)
    [   57.822235] [<c00ff330>] (sys_ioctl+0x4c/0x6c) from [<c0040060>] (ret_fast_syscall+0x0/0x3c)
    [   58.435455] sshd (1427): /proc/1427/oom_adj is deprecated, please use /proc/1427/oom_score_adj instead.

  • I do :

    1. Patch 2.6.37 vanilla sources kernel with patch from https://code.launchpad.net/~beagleboard-kernel/+junk/2.6-stable-sgxtest

    2. Enable in config DSP and SGX in kernel staging section.

    3. Build kernel and modules.

    4. cp to /etc/init.d/pvr pvr_init script

    5. rc-update add pvr default

    6. cp bin and lib directory to the target from the target_libs.tar.gz.

    7. reboot

    After this I recive log from the previos post

  • Good to see that you are using the latest drivers.

    We have tested against the below kernel. Is there a way you can try the below kernel ?

    http://arago-project.org/git/projects/?p=linux-omap3.git;a=summary

    With tag of v2.6.37-rc7_OMAPPSP_04.02.00.01