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.

Problem with vpss.ko insmod

Hi,

I am porting ezsdk_5_04 components to Android framework. I am able to build the components but when I try to load vpss.ko driver module, I get following errors:

init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
# SysLink version : 2.10.03.20
SysLink module created on Date:Jul  9 2012 Time:20:30:10
notify_shm_drv_sendevent failed! status = 0xfffffff0
notify_send_event failed! status = 0xfffffff0

I know this errors can be because wrong address in the bootargs (mentioned below) but I think my bootargs are correct.

Please help me to understand what can be the problem or how can I debug it further?

Bootargs:

set bootargs 'console=ttyO2,115200n8 androidboot.console=ttyO2 mem=364M notifyk.vpssm3_sva=0xBF900000 noinitrd ip=10.100.3.13:10.100.3.192:10.100.3.1:255.255.255.0:10.100.3.192:eth0:off rw init=/init root=/dev/nfs nfsroot=10.100.3.192:/home/krunal/rootfs rootwait rootdelay=2 earlyprintk stdin=serial'

Regards,

Krunal

  • Hi,

    Krunal Patil said:
    set bootargs 'console=ttyO2,115200n8 androidboot.console=ttyO2 mem=364M notifyk.vpssm3_sva=0xBF900000 noinitrd ip=10.100.3.13:10.100.3.192:10.100.3.1:255.255.255.0:10.100.3.192:eth0:off rw init=/init root=/dev/nfs nfsroot=10.100.3.192:/home/krunal/rootfs rootwait rootdelay=2 earlyprintk stdin=serial'

    Try "mem=256M" in your bootargs.

    Regards,

    Hardik Shah

  • Hi Hardik,

    Thanks for the quick response.

    Unfortunately setting low memory in bootargs did not resolved the issue.

    Regards,

    Krunal

  • Hi,

    I am not sure what could be wrong. But are you somehow working on 512MB board?

    Regards,

    Hardik Shah

  • Hello, Krunal Patil

    I am not sure that I''ll be able to help, porting is always a tough task. I thing about the memory that you should try with i.e. "mem=169M"  or even lower, but maybe that's not the case at all. I also noticed that normally bootargs like "vram=50M ti816xfb.vram=0:16M,1:16M,2:6M" are also present.

    Is that error on kernel boot time or it is when you are manually inserting it with modprobe or insmod? How are you inserting that module exactly; do know that some specific order must be follow, some firmware loading is required and arguments are passed to the modprobs? You can see it with something like "cat <path_to_your>/load-hd-firmware.sh". Is that procedure met and executed correctly on your port?

    BR

  • Hi,

    @Hardik, I am using DM8168EVM with Video Conference Daughter card.

    @Vladimir,

    Thanks for the suggestions. Please find my answers below.

    1. I am loading the drivers/firmwares from Android init scripts.
    2. I am aware of the sequence to be followed to load driver/firmwares and I am following it.

    Please note I have Android complete video pipeline (Capture->Encode->Stream, Receive->Decode->Display) running with EZSDK 5_03. Now, we would like to migrate to latest ezsdk version 5_04 where I am facing this issue.

    Please let me know if you have any suggestion on the issue. I am attaching my Android init script and Boot log for your reference.

    Note: The script file is renamed to "rc.txt" because I was not able to attach it with name "rc.syslink"

    boot
    Using DaVinci EMAC device
    TFTP from server 10.100.3.192; our IP address is 10.100.3.198
    Filename 'krunal/uImage_504_android'.
    Load address: 0x81000000
    Loading: *#################################################################
    	 #################################################################
    	 #################################################################
    	 #################################################################
    	 #################################################################
    	 #################################################################
    	 #################################################################
    	 #################################################################
    	 ######
    done
    Bytes transferred = 2692108 (29140c hex)
    ## Booting kernel from Legacy Image at 81000000 ...
       Image Name:   Linux-2.6.37+
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    2692044 Bytes = 2.6 MiB
       Load Address: 80008000
       Entry Point:  80008000
       Verifying Checksum ... OK
       Loading Kernel Image ... OK
    OK
    Using machid 0xaf0 from environment
    
    Starting kernel ...
    
    Uncompressing Linux... done, booting the kernel.
    Linux version 2.6.37+ (root@EIDLCPU2001) (gcc version 4.4.3 (GCC) ) #1 Mon Jul 9 12:44:01 IST 2012
    CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f
    CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
    Machine: ti8168evm
    reserved size = 52428800 at 0x0
    FB: Reserving 52428800 bytes SDRAM for VRAM
    Memory policy: ECC disabled, Data cache writeback
    OMAP chip is TI8168 1.1
    Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 79656
    Kernel command line: console=ttyO2,115200n8 androidboot.console=ttyO2 mem=364M notifyk.vpssm3_sva=0xBF900000 noinitrd ip=10.100.3.13:10.100.3.192:10.100.3.1:255.255.255.0:10.100.3.192:eth0:off rw init=/init root=/dev/nfs nfsroot=10.100.3.192:/home/krunal/release_012/rowboat-android_001/out/target/product/ti816xevm/root_server rootwait rootdelay=2 earlyprintk stdin=serial
    PID hash table entries: 2048 (order: 1, 8192 bytes)
    Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    Memory: 314MB = 314MB total
    Memory: 312036k/312036k available, 60700k reserved, 0K highmem
    Virtual kernel memory layout:
        vector  : 0xffff0000 - 0xffff1000   (   4 kB)
        fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
        DMA     : 0xffc00000 - 0xffe00000   (   2 MB)
        vmalloc : 0xd7000000 - 0xf8000000   ( 528 MB)
        lowmem  : 0xc0000000 - 0xd6c00000   ( 364 MB)
        pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
        modules : 0xbf000000 - 0xbfe00000   (  14 MB)
          .init : 0xc0008000 - 0xc003c000   ( 208 kB)
          .text : 0xc003c000 - 0xc050c000   (4928 kB)
          .data : 0xc050c000 - 0xc0555000   ( 292 kB)
    SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    NR_IRQS:407
    IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    Total of 128 interrupts on 1 active controller
    GPMC revision 6.0
    Trying to install interrupt handler for IRQ400
    Trying to install interrupt handler for IRQ401
    Trying to install interrupt handler for IRQ402
    Trying to install interrupt handler for IRQ403
    Trying to install interrupt handler for IRQ404
    Trying to install interrupt handler for IRQ405
    Trying to install interrupt handler for IRQ406
    Trying to install type control for IRQ407
    Trying to set irq flags for IRQ407
    OMAP clockevent source: GPTIMER1 at 27000000 Hz
    Console: colour dummy device 80x30
    Calibrating delay loop... 986.31 BogoMIPS (lpj=4931584)
    pid_max: default: 32768 minimum: 301
    Security Framework initialized
    Mount-cache hash table entries: 512
    CPU: Testing write buffer coherency: ok
    devtmpfs: initialized
    omap_voltage_early_init: voltage driver support not added
    regulator: core version 0.5
    regulator: dummy: 
    NET: Registered protocol family 16
    omap_voltage_domain_lookup: Voltage driver init not yet happened.Faulting!
    omap_voltage_add_dev: VDD specified does not exist!
    OMAP GPIO hardware version 0.1
    OMAP GPIO hardware version 0.1
    omap_mux_init: Add partition: #1: core, flags: 0
    _omap_mux_get_by_name: Could not find signal i2c2_scl.i2c2_scl
    _omap_mux_get_by_name: Could not find signal i2c2_sda.i2c2_sda
    NOR: Can't request GPMC CS
    registered ti816x_gpio_vr device
    registered ti816x_sr device
    pm_dbg_init: only OMAP3 supported
    registered ti81xx_vpss device
    registered ti81xx_vidout device
    registered ti81xx on-chip HDMI device
    registered ti81xx_fb device
    registered ti81xx_vin device
    ti81xx_pcie: Invoking PCI BIOS...
    ti81xx_pcie: Setting up Host Controller...
    ti81xx_pcie: Register base mapped @0xd7020000
    ti81xx_pcie: Starting PCI scan...
    PCI: bus0: Fast back to back transfers enabled
    bio: create slab <bio-0> at 0
    regulator: VFB: 800 <--> 1025 mV at 1010 mV 
    vgaarb: loaded
    SCSI subsystem initialized
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    USBSS revision 4ea20808
    registerd cppi-dma Intr @ IRQ 17
    Cppi41 Init Done
    omap_i2c omap_i2c.1: bus 1 rev4.0 at 100 kHz
    omap_i2c omap_i2c.2: bus 2 rev4.0 at 100 kHz
    Advanced Linux Sound Architecture Driver Version 1.0.23.
    Switching to clocksource gp timer
    musb-hdrc: version 6.0, host, debug=0
    musb-hdrc musb-hdrc.0: dma type: dma-cppi41
    MUSB controller-0 revision 4ea20800
    musb-hdrc: kernel must blacklist external hubs
    musb-hdrc musb-hdrc.0: MUSB HDRC host driver
    musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 1
    usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    usb usb1: Product: MUSB HDRC host driver
    usb usb1: Manufacturer: Linux 2.6.37+ musb-hcd
    usb usb1: SerialNumber: musb-hdrc.0
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 1 port detected
    musb-hdrc musb-hdrc.0: USB Host mode controller at d701e000 using DMA, IRQ 18
    musb-hdrc musb-hdrc.1: dma type: dma-cppi41
    MUSB controller-1 revision 4ea20800
    musb-hdrc: kernel must blacklist external hubs
    musb-hdrc musb-hdrc.1: MUSB HDRC host driver
    musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 2
    usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    usb usb2: Product: MUSB HDRC host driver
    usb usb2: Manufacturer: Linux 2.6.37+ musb-hcd
    usb usb2: SerialNumber: musb-hdrc.1
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 1 port detected
    musb-hdrc musb-hdrc.1: USB Host mode controller at d7026800 using DMA, IRQ 19
    NET: Registered protocol family 2
    IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
    TCP established hash table entries: 16384 (order: 5, 131072 bytes)
    TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
    TCP: Hash tables configured (established 16384 bind 16384)
    TCP reno registered
    UDP hash table entries: 256 (order: 0, 4096 bytes)
    UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    NET: Registered protocol family 1
    RPC: Registered udp transport module.
    RPC: Registered tcp transport module.
    RPC: Registered tcp NFSv4.1 backchannel transport module.
    NetWinder Floating Point Emulator V0.97 (double precision)
    PMU: registered new PMU device of type 0
    omap-iommu omap-iommu.0: ducati registered
    omap-iommu omap-iommu.1: sys registered
    ashmem: initialized
    JFFS2 version 2.2. (NAND) � 2001-2006 Red Hat, Inc.
    msgmni has been set to 609
    io scheduler noop registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    omap_uart.0: ttyO0 at MMIO 0x48020000 (irq = 72) is a OMAP UART0
    omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1
    omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2
    console [ttyO2] enabled
    brd: module loaded
    loop: module loaded
    ahci ahci.0: forcing PORTS_IMPL to 0x3
    ahci ahci.0: AHCI 0001.0100 32 slots 2 ports 3 Gbps 0x3 impl platform mode
    ahci ahci.0: flags: ncq sntf pm led clo only pmp pio slum part ccc 
    scsi0 : ahci_platform
    scsi1 : ahci_platform
    ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a150fff] port 0x100 irq 16
    ata2: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a150fff] port 0x180 irq 16
    m25p80 spi1.0: found w25q32, expected m25p80
    m25p80 spi1.0: w25q32 (4096 Kbytes)
    Creating 4 MTD partitions on "spi_flash":
    0x000000000000-0x000000040000 : "U-Boot"
    0x000000040000-0x000000042000 : "U-Boot Env"
    0x000000042000-0x0000002c2000 : "Kernel"
    0x0000002c2000-0x000000400000 : "File System"
    omap2-nand driver initializing
    ONFI flash detected
    NAND device: Manufacturer ID: 0x2c, Chip ID: 0xca (Micron )
    Creating 5 MTD partitions on "omap2-nand.0":
    0x000000000000-0x000000260000 : "U-Boot"
    0x000000260000-0x000000280000 : "U-Boot Env"
    0x000000280000-0x0000006c0000 : "Kernel"
    0x0000006c0000-0x00000cee0000 : "File System"
    0x00000cee0000-0x000010000000 : "Reserved"
    usb 1-1: new low speed USB device using musb-hdrc and address 2
    davinci_mdio davinci_mdio.0: davinci mdio revision 1.6
    davinci_mdio davinci_mdio.0: detected phy mask fffffff9
    davinci_mdio.0: probed
    davinci_mdio davinci_mdio.0: phy[1]: device 0:01, driver unknown
    davinci_mdio davinci_mdio.0: phy[2]: device 0:02, driver unknown
    usbcore: registered new interface driver cdc_ether
    usbcore: registered new interface driver dm9601
    Initializing USB Mass Storage driver...
    usbcore: registered new interface driver usb-storage
    USB Mass Storage support registered.
    mice: PS/2 mouse device common for all mice
    omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0
    i2c /dev entries driver
    Linux video capture interface: v2.00
    usbcore: registered new interface driver uvcvideo
    USB Video Class driver (v1.0.0)
    OMAP Watchdog Timer Rev 0x00: initial timeout 60 sec
    device-mapper: ioctl: 4.18.0-ioctl (2010-06-29) initialised: dm-devel@redhat.com
    usbcore: registered new interface driver usbhid
    usbhid: USB HID core driver
    logger: created 64K log 'log_main'
    logger: created 256K log 'log_events'
    logger: created 64K log 'log_radio'
    logger: created 64K log 'log_system'
    notify_init : notify drivercreated  for  remote proc id 2 at physical Address 0xbf900000
    usbcore: registered new interface driver snd-usb-audio
    asoc: tlv320aic3x-hifi <-> davinci-mcasp.2 mapping ok
    ALSA device list:
      #0: TI81XX EVM
    TCP cubic registered
    NET: Registered protocol family 17
    VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    omap_voltage_late_init: Voltage driver support not added
    Power Management for TI81XX.
    smartreflex smartreflex: Driver initialized
    omap_rtc omap_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
    ata2: SATA link down (SStatus 0 SControl 300)
    ata1: SATA link down (SStatus 0 SControl 300)
    usb 1-1: New USB device found, idVendor=0461, idProduct=4d81
    usb 1-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
    usb 1-1: Product: USB Optical Mouse
    input: USB Optical Mouse as /devices/platform/omap/ti81xx-usbss/musb-hdrc.0/usb1/1-1/1-1:1.0/input/input0
    generic-usb 0003:0461:4D81.0001: input: USB HID v1.11 Mouse [USB Optical Mouse] on usb-musb-hdrc.0-1/input0
    usb 2-1: new low speed USB device using musb-hdrc and address 2
    usb 2-1: New USB device found, idVendor=046d, idProduct=c31d
    usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    usb 2-1: Product: USB Keyboard
    usb 2-1: Manufacturer: Logitech
    input: Logitech USB Keyboard as /devices/platform/omap/ti81xx-usbss/musb-hdrc.1/usb2/2-1/2-1:1.0/input/input1
    generic-usb 0003:046D:C31D.0002: input: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-musb-hdrc.1-1/input0
    input: Logitech USB Keyboard as /devices/platform/omap/ti81xx-usbss/musb-hdrc.1/usb2/2-1/2-1:1.1/input/input2
    generic-usb 0003:046D:C31D.0003: input: USB HID v1.10 Device [Logitech USB Keyboard] on usb-musb-hdrc.1-1/input1
    davinci_mdio davinci_mdio.0: resetting idled controller
    net eth0: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0:01, id=282f014)
    IP-Config: Complete:
         device=eth0, addr=10.100.3.13, mask=255.255.255.0, gw=10.100.3.1,
         host=10, domain=, nis-domain=100.3.192,
         bootserver=10.100.3.192, rootserver=10.100.3.192, rootpath=
    Waiting 2sec before mounting root device...
    PHY: 0:01 - Link is Up - 100/Full
    VFS: Mounted root (nfs filesystem) on device 0:15.
    devtmpfs: mounted
    Freeing init memory: 208K
    init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
    init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
    # SysLink version : 2.10.03.20
    SysLink module created on Date:Jul 10 2012 Time:12:59:25
    notify_shm_drv_sendevent failed! status = 0xfffffff0
    notify_send_event failed! status = 0xfffffff0
    notify_shm_drv_sendevent failed! status = 0xfffffff0
    notify_send_event failed! status = 0xfffffff0
    notify_shm_drv_sendevent failed! status = 0xfffffff0
    notify_send_event failed! status = 0xfffffff0
    notify_shm_drv_sendevent failed! status = 0xfffffff0
    notify_send_event failed! status = 0xfffffff0
    notify_shm_drv_sendevent failed! status = 0xfffffff0
    notify_send_event failed! status = 0xfffffff0
    notify_shm_drv_sendevent failed! status = 0xfffffff0
    notify_send_event failed! status = 0xfffffff0
    notify_shm_drv_sendevent failed! status = 0xfffffff0
    notify_send_event failed! status = 0xfffffff0
    notify_shm_drv_sendevent failed! status = 0xfffffff0
    notify_send_event failed! status = 0xfffffff0
    notify_shm_drv_sendevent failed! status = 0xfffffff0
    notify_send_event failed! status = 0xfffffff0
    notify_shm_drv_sendevent failed! status = 0xfffffff0
    notify_send_event failed! status = 0xfffffff0
    notify_shm_drv_sendevent failed! status = 0xfffffff0
    notify_send_event failed! status = 0xfffffff0
    notify_shm_drv_sendevent failed! status = 0xfffffff0
    notify_send_event failed! status = 0xfffffff0
    notify_shm_drv_sendevent failed! status = 0xfffffff0
    notify_send_event failed! status = 0xfffffff0
    notify_shm_drv_sendevent failed! status = 0xfffffff0
    notify_send_event failed! status = 0xfffffff0
    notify_shm_drv_sendevent failed! status = 0xfffffff0
    notify_send_event failed! status = 0xfffffff0
    notify_shm_drv_sendevent failed! status = 0xfffffff0
    notify_send_event failed! status = 0xfffffff0
    notify_shm_drv_sendevent failed! status = 0xfffffff0
    notify_send_event failed! status = 0xfffffff0
    notify_shm_drv_sendevent failed! status = 0xfffffff0
    notify_send_event failed! status = 0xfffffff0
    notify_shm_drv_sendevent failed! status = 0xfffffff0
    notify_send_event failed! status = 0xfffffff0
    notify_shm_drv_sendevent failed! status = 0xfffffff0
    notify_send_event failed! status = 0xfffffff0
    VPSS_CORE : Failed to init fvid2 interface,
    vpss: probe of vpss failed with error -22
    VPSS_CORE : failed to register ti81xx-vpss driver
    ti81xxfb: Unknown symbol vps_grpx_get_num_grpx (err 0)
    ti81xxfb: Unknown symbol vps_grpx_get_ctrl (err 0)
    ti81xxvo: Unknown symbol vps_video_unregister_isr (err 0)
    ti81xxvo: Unknown symbol vps_video_register_isr (err 0)
    ti81xxvo: Unknown symbol vps_video_get_num_video (err 0)
    ti81xxvo: Unknown symbol vps_video_get_ctrl (err 0)
    ti81xxvin: Unknown symbol vps_capture_unregister_isr (err 0)
    ti81xxvin: Unknown symbol vps_capture_register_isr (err 0)
    ti81xxvin: Unknown symbol vps_capt_get_num_cap (err 0)
    ti81xxvin: Unknown symbol vps_capt_get_ctrl (err 0)
    ti81xxhdmi: Unknown symbol TI81xx_un_register_display_panel (err 0)
    ti81xxhdmi: Unknown symbol TI81xx_register_display_panel (err 0)
    omaplfb: Unknown symbol vps_grpx_register_isr (err 0)
    omaplfb: Unknown symbol vps_grpx_unregister_isr (err 0)
    Unhandled fault: Precise External Abort on non-linefetch (0x1008) at 0xdbaa0014
    Internal error: : 1008 [#1]
    last sysfs file: /sys/devices/virtual/mtd/mtd8/mtdblock8/uevent
    Modules linked in: pvrsrvkm syslink
    CPU: 0    Not tainted  (2.6.37+ #1)
    PC is at OSReadHWReg+0xc/0x18 [pvrsrvkm]
    LR is at SysFinalise+0x9c/0x118 [pvrsrvkm]
    pc : [<bf18921c>]    lr : [<bf19d044>]    psr: a0000013
    sp : d101de30  ip : d101de40  fp : d101de3c
    r10: 00000000  r9 : d101c000  r8 : dbaa0000
    r7 : bf1a9318  r6 : 00000000  r5 : 00000000  r4 : bf1a9258
    r3 : 00000012  r2 : 00000000  r1 : 00000014  r0 : dbaa0000
    Flags: NzCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment user
    Control: 10c5387d  Table: 91068019  DAC: 00000015
    
    SP: 0xd101ddb0:
    ddb0  00000000 00010000 d37dd000 00000000 d101ddec d101ddd0 ffffffff d101de1c
    ddd0  00000000 bf1a9318 d101de3c d101dde8 c03c45ac c003c274 dbaa0000 00000014
    ddf0  00000000 00000012 bf1a9258 00000000 00000000 bf1a9318 dbaa0000 d101c000
    de10  00000000 d101de3c d101de40 d101de30 bf19d044 bf18921c a0000013 ffffffff
    de30  d101de6c d101de40 bf19d044 bf18921c d101de64 00000012 d37dc048 bf1a9318
    de50  d37dd000 00000000 d37dc000 d37dd000 d101de84 d101de70 bf1959a8 bf19cfb4
    de70  d37dc000 d37dd000 d101dea4 d101de88 bf19a76c bf195994 d27fbb00 d101ded0
    de90  00000045 d37dc000 d101decc d101dea8 bf19994c bf19a720 d100a300 00000064
    
    IP: 0xd101ddc0:
    ddc0  d101ddec d101ddd0 ffffffff d101de1c 00000000 bf1a9318 d101de3c d101dde8
    dde0  c03c45ac c003c274 dbaa0000 00000014 00000000 00000012 bf1a9258 00000000
    de00  00000000 bf1a9318 dbaa0000 d101c000 00000000 d101de3c d101de40 d101de30
    de20  bf19d044 bf18921c a0000013 ffffffff d101de6c d101de40 bf19d044 bf18921c
    de40  d101de64 00000012 d37dc048 bf1a9318 d37dd000 00000000 d37dc000 d37dd000
    de60  d101de84 d101de70 bf1959a8 bf19cfb4 d37dc000 d37dd000 d101dea4 d101de88
    de80  bf19a76c bf195994 d27fbb00 d101ded0 00000045 d37dc000 d101decc d101dea8
    dea0  bf19994c bf19a720 d100a300 00000064 d101ded0 c01c6745 00000000 d101c000
    
    FP: 0xd101ddbc:
    ddbc  00000000 d101ddec d101ddd0 ffffffff d101de1c 00000000 bf1a9318 d101de3c
    dddc  d101dde8 c03c45ac c003c274 dbaa0000 00000014 00000000 00000012 bf1a9258
    ddfc  00000000 00000000 bf1a9318 dbaa0000 d101c000 00000000 d101de3c d101de40
    de1c  d101de30 bf19d044 bf18921c a0000013 ffffffff d101de6c d101de40 bf19d044
    de3c  bf18921c d101de64 00000012 d37dc048 bf1a9318 d37dd000 00000000 d37dc000
    de5c  d37dd000 d101de84 d101de70 bf1959a8 bf19cfb4 d37dc000 d37dd000 d101dea4
    de7c  d101de88 bf19a76c bf195994 d27fbb00 d101ded0 00000045 d37dc000 d101decc
    de9c  d101dea8 bf19994c bf19a720 d100a300 00000064 d101ded0 c01c6745 00000000
    
    R0: 0xdba9ff80:
    ff80  ******** ******** ******** ******** ******** ******** ******** ********
    ffa0  ******** ******** ******** ******** ******** ******** ******** ********
    ffc0  ******** ******** ******** ******** ******** ******** ******** ********
    ffe0  ******** ******** ******** ******** ******** ******** ******** ********
    0000 
    Unhandled fault: Precise External Abort on non-linefetch (0x1008) at 0xdbaa0000
    Internal error: : 1008 [#2]
    last sysfs file: /sys/devices/virtual/mtd/mtd8/mtdblock8/uevent
    Modules linked in: pvrsrvkm syslink
    CPU: 0    Not tainted  (2.6.37+ #1)
    PC is at __copy_from_user+0xac/0x3b0
    LR is at show_data.clone.0+0xa0/0x13c
    pc : [<c01ba91c>]    lr : [<c0048750>]    psr: 00000193
    sp : d101dbc4  ip : 0000001c  fp : d101dc1c
    r10: 00000008  r9 : 00000000  r8 : 00000000
    r7 : 00000000  r6 : dbaa0000  r5 : 00000004  r4 : d101c000
    r3 : 00000000  r2 : ffffffe4  r1 : dbaa0000  r0 : d101dbec
    Flags: nzcv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment kernel
    Control: 10c5387d  Table: 91068019  DAC: 00000017
    
    PC: 0xc01ba89c:
    a89c  ba000013 f5d1f000 e2522060 f5d1f01c ba000002 f5d1f03c f5d1f05c f5d1f07c
    a8bc  e4b13004 e4b14004 e4b15004 e4b16004 e4b17004 e4b18004 e4b1c004 e4b1e004
    a8dc  e2522020 e8a051f8 aafffff3 e3720060 aafffff2 e212c01c e26cc020 108ff00c
    a8fc  ea000011 e320f000 e4b13004 e4b14004 e4b15004 e4b16004 e4b17004 e4b18004
    a91c  e4b1e004 e08ff00c e320f000 e320f000 e4803004 e4804004 e4805004 e4806004
    a93c  e4807004 e4808004 e480e004 e8bd01e0 e1b02f82 14f13001 24f14001 24f1c001
    a95c  14c03001 24c04001 24c0c001 e28dd008 e8bd8011 e26cc004 e35c0002 c4f13001
    a97c  a4f14001 e4f1e001 c4c03001 a4c04001 e052200c e4c0e001 baffffec e211c003
    
    LR: 0xc00486d0:
    86d0  8a00003d e206a003 e1a02006 e59f00f4 e28aac01 eb0de7ff e28aa01f e1a0300d
    86f0  e3a05000 e3c34d7f e3c66003 e3c4403f e1a0a2ca e1a09005 e59f00cc e6ff1076
    8710  eb0de7f4 e3a07000 e5943018 e5948008 e3833003 e5849008 e5843018 ee033f10
    8730  f57ff06f e5943004 e2833001 e5843004 e3a02004 e24b0030 e0861007 eb05c847
    8750  e1a03000 e5942004 e2422001 e5842004 e5942018 e3580000 13a01001 03a01003
    8770  e3c22003 e5848008 e1812002 e5842018 ee032f10 f57ff06f e3530000 e59f004c
    8790  0a000002 e59f0048 eb0de7d2 ea000001 e51b1030 eb0de7cf e2877004 e3570020
    87b0  1affffd8 e2855001 e59f0028 eb0de7c9 e155000a e2866020 baffffce e24bd028
    
    SP: 0xd101db44:
    db44  00000035 00000034 60000193 c0484fa5 00000000 ffffffff d101dbac dbaa0000
    db64  00000000 d101dc1c d101db78 c03c45ac c003c274 d101dbec dbaa0000 ffffffe4
    db84  00000000 d101c000 00000004 dbaa0000 00000000 00000000 00000000 00000008
    dba4  d101dc1c 0000001c d101dbc4 c0048750 c01ba91c 00000193 ffffffff d27e0b00
    dbc4  00000004 dbaa0000 00000000 00000000 d101dbec 00000004 00000000 d101c000
    dbe4  c0048750 d101dc0c 00000000 c03c2710 d101dde8 d101c000 bf000000 00000000
    dc04  00000076 d101dc20 c0484f46 d101dcb4 d101dc20 c0048a58 c00486bc 00000015
    dc24  c0484fa5 c0484e01 fa200000 d101dd14 0000004e c05281ec 0000007a 00000043
    
    FP: 0xd101db9c:
    db9c  00000000 00000008 d101dc1c 0000001c d101dbc4 c0048750 c01ba91c 00000193
    dbbc  ffffffff d27e0b00 00000004 dbaa0000 00000000 00000000 d101dbec 00000004
    dbdc  00000000 d101c000 c0048750 d101dc0c 00000000 c03c2710 d101dde8 d101c000
    dbfc  bf000000 00000000 00000076 d101dc20 c0484f46 d101dcb4 d101dc20 c0048a58
    dc1c  c00486bc 00000015 c0484fa5 c0484e01 fa200000 d101dd14 0000004e c05281ec
    dc3c  0000007a 00000043 00000076 61542020 3a656c62 30313920 31303836 44202039
    dc5c  203a4341 30303030 35313030 d101dc00 d101dc88 c0098a44 c03c26f8 c04842ee
    dc7c  c0578a34 bf1a9458 00000000 c03c66b8 d101dde8 d27e0b00 d101c000 c048419e
    
    R0: 0xd101db6c:
    db6c  d101db78 c03c45ac c003c274 d101dbec dbaa0000 ffffffe4 00000000 d101c000
    db8c  00000004 dbaa0000 00000000 00000000 00000000 00000008 d101dc1c 0000001c
    dbac  d101dbc4 c0048750 c01ba91c 00000193 ffffffff d27e0b00 00000004 dbaa0000
    dbcc  00000000 00000000 d101dbec 00000004 00000000 d101c000 c0048750 d101dc0c
    dbec  00000000 c03c2710 d101dde8 d101c000 bf000000 00000000 00000076 d101dc20
    dc0c  c0484f46 d101dcb4 d101dc20 c0048a58 c00486bc 00000015 c0484fa5 c0484e01
    dc2c  fa200000 d101dd14 0000004e c05281ec 0000007a 00000043 00000076 61542020
    dc4c  3a656c62 30313920 31303836 44202039 203a4341 30303030 35313030 d101dc00
    
    R1: 0xdba9ff80:
    ff80  ******** ******** ******** ******** ******** ******** ******** ********
    ffa0  ******** ******** ******** ******** ******** ******** ******** ********
    ffc0  ******** ******** ******** ******** ******** ******** ******** ********
    ffe0  ******** ******** ******** ******** ******** ******** ******** ********
    0000 
    Unhandled fault: Precise External Abort on non-linefetch (0x1008) at 0xdbaa0000
    Internal error: : 1008 [#3]
    last sysfs file: /sys/devices/virtual/mtd/mtd8/mtdblock8/uevent
    Modules linked in: pvrsrvkm syslink
    CPU: 0    Not tainted  (2.6.37+ #1)
    PC is at __copy_from_user+0xac/0x3b0
    LR is at show_data.clone.0+0xa0/0x13c
    pc : [<c01ba91c>]    lr : [<c0048750>]    psr: 00000193
    sp : d101d954  ip : 0000001c  fp : d101d9ac
    r10: 00000008  r9 : 00000000  r8 : 00000000
    r7 : 00000000  r6 : dbaa0000  r5 : 00000004  r4 : d101c000
    r3 : 00000000  r2 : ffffffe4  r1 : dbaa0000  r0 : d101d97c
    Flags: nzcv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment kernel
    Control: 10c5387d  Table: 91068019  DAC: 00000017
    
    PC: 0xc01ba89c:
    a89c  ba000013 f5d1f000 e2522060 f5d1f01c ba000002 f5d1f03c f5d1f05c f5d1f07c
    a8bc  e4b13004 e4b14004 e4b15004 e4b16004 e4b17004 e4b18004 e4b1c004 e4b1e004
    a8dc  e2522020 e8a051f8 aafffff3 e3720060 aafffff2 e212c01c e26cc020 108ff00c
    a8fc  ea000011 e320f000 e4b13004 e4b14004 e4b15004 e4b16004 e4b17004 e4b18004
    a91c  e4b1e004 e08ff00c e320f000 e320f000 e4803004 e4804004 e4805004 e4806004
    a93c  e4807004 e4808004 e480e004 e8bd01e0 e1b02f82 14f13001 24f14001 24f1c001
    a95c  14c03001 24c04001 24c0c001 e28dd008 e8bd8011 e26cc004 e35c0002 c4f13001
    a97c  a4f14001 e4f1e001 c4c03001 a4c04001 e052200c e4c0e001 baffffec e211c003
    
    LR: 0xc00486d0:
    86d0  8a00003d e206a003 e1a02006 e59f00f4 e28aac01 eb0de7ff e28aa01f e1a0300d
    86f0  e3a05000 e3c34d7f e3c66003 e3c4403f e1a0a2ca e1a09005 e59f00cc e6ff1076
    8710  eb0de7f4 e3a07000 e5943018 e5948008 e3833003 e5849008 e5843018 ee033f10
    8730  f57ff06f e5943004 e2833001 e5843004 e3a02004 e24b0030 e0861007 eb05c847
    8750  e1a03000 e5942004 e2422001 e5842004 e5942018 e3580000 13a01001 03a01003
    8770  e3c22003 e5848008 e1812002 e5842018 ee032f10 f57ff06f e3530000 e59f004c
    8790  0a000002 e59f0048 eb0de7d2 ea000001 e51b1030 eb0de7cf e2877004 e3570020
    87b0  1affffd8 e2855001 e59f0028 eb0de7c9 e155000a e2866020 baffffce e24bd028
    
    SP: 0xd101d8d4:
    d8d4  00000035 00000034 60000193 c0484fa5 00000000 ffffffff d101d93c dbaa0000
    d8f4  00000000 d101d9ac d101d908 c03c45ac c003c274 d101d97c dbaa0000 ffffffe4
    d914  00000000 d101c000 00000004 dbaa0000 00000000 00000000 00000000 00000008
    d934  d101d9ac 0000001c d101d954 c0048750 c01ba91c 00000193 ffffffff d27e0b00
    d954  00000004 dbaa0000 00000000 00000000 d101d97c 00000004 00000000 d101c000
    d974  c0048750 d101d99c 00000000 c03c2710 d101db78 d101c000 00000000 00000000
    d994  00000076 d101d9b0 c0484f46 d101da44 d101d9b0 c0048a68 c00486bc 00000017
    d9b4  c0484fa5 c0484e06 60000193 d101d9e4 0000006e c05281ec 0000007a 00000063
    
    FP: 0xd101d92c:
    d92c  00000000 00000008 d101d9ac 0000001c d101d954 c0048750 c01ba91c 00000193
    d94c  ffffffff d27e0b00 00000004 dbaa0000 00000000 00000000 d101d97c 00000004
    d96c  00000000 d101c000 c0048750 d101d99c 00000000 c03c2710 d101db78 d101c000
    d98c  00000000 00000000 00000076 d101d9b0 c0484f46 d101da44 d101d9b0 c0048a68
    d9ac  c00486bc 00000017 c0484fa5 c0484e06 60000193 d101d9e4 0000006e c05281ec
    d9cc  0000007a 00000063 00000076 61542020 3a656c62 30313920 31303836 44202039
    d9ec  203a4341 30303030 37313030 d101da00 d101da18 c0098a44 c03c26f8 c04842ee
    da0c  c0578a34 bf1a9458 00000000 c03c66b8 d101db78 d27e0b00 d101c000 c048419e
    
    R0: 0xd101d8fc:
    d8fc  d101d908 c03c45ac c003c274 d101d97c dbaa0000 ffffffe4 00000000 d101c000
    d91c  00000004 dbaa0000 00000000 00000000 00000000 00000008 d101d9ac 0000001c
    d93c  d101d954 c0048750 c01ba91c 00000193 ffffffff d27e0b00 00000004 dbaa0000
    d95c  00000000 00000000 d101d97c 00000004 00000000 d101c000 c0048750 d101d99c
    d97c  00000000 c03c2710 d101db78 d101c000 00000000 00000000 00000076 d101d9b0
    d99c  c0484f46 d101da44 d101d9b0 c0048a68 c00486bc 00000017 c0484fa5 c0484e06
    d9bc  60000193 d101d9e4 0000006e c05281ec 0000007a 00000063 00000076 61542020
    d9dc  3a656c62 30313920 31303836 44202039 203a4341 30303030 37313030 d101da00
    
    R1: 0xdba9ff80:
    ff80  ******** ******** ******** ******** ******** ******** ******** ********
    ffa0  ******** ******** ******** ******** ******** ******** ******** ********
    ffc0  ******** ******** ******** ******** ******** ******** ******** ********
    ffe0  ******** ******** ******** ******** ******** ******** ******** ********
    0000 
    Unhandled fault: Precise External Abort on non-linefetch (0x1008) at 0xdbaa0000
    Internal error: : 1008 [#4]
    last sysfs file: /sys/devices/virtual/mtd/mtd8/mtdblock8/uevent
    Modules linked in: pvrsrvkm syslink
    CPU: 0    Not tainted  (2.6.37+ #1)
    PC is at __copy_from_user+0xac/0x3b0
    LR is at show_data.clone.0+0xa0/0x13c
    pc : [<c01ba91c>]    lr : [<c0048750>]    psr: 00000193
    sp : d101d6e4  ip : 0000001c  fp : d101d73c
    r10: 00000008  r9 : 00000000  r8 : 00000000
    r7 : 00000000  r6 : dbaa0000  r5 : 00000004  r4 : d101c000
    r3 : 00000000  r2 : ffffffe4  r1 : dbaa0000  r0 : d101d70c
    Flags: nzcv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment kernel
    Control: 10c5387d  Table: 91068019  DAC: 00000017
    
    PC: 0xc01ba89c:
    a89c  ba000013 f5d1f000 e2522060 f5d1f01c ba000002 f5d1f03c f5d1f05c f5d1f07c
    a8bc  e4b13004 e4b14004 e4b15004 e4b16004 e4b17004 e4b18004 e4b1c004 e4b1e004
    a8dc  e2522020 e8a051f8 aafffff3 e3720060 aafffff2 e212c01c e26cc020 108ff00c
    a8fc  ea000011 e320f000 e4b13004 e4b14004 e4b15004 e4b16004 e4b17004 e4b18004
    a91c  e4b1e004 e08ff00c e320f000 e320f000 e4803004 e4804004 e4805004 e4806004
    a93c  e4807004 e4808004 e480e004 e8bd01e0 e1b02f82 14f13001 24f14001 24f1c001
    a95c  14c03001 24c04001 24c0c001 e28dd008 e8bd8011 e26cc004 e35c0002 c4f13001
    a97c  a4f14001 e4f1e001 c4c03001 a4c04001 e052200c e4c0e001 baffffec e211c003
    
    LR: 0xc00486d0:
    86d0  8a00003d e206a003 e1a02006 e59f00f4 e28aac01 eb0de7ff e28aa01f e1a0300d
    86f0  e3a05000 e3c34d7f e3c66003 e3c4403f e1a0a2ca e1a09005 e59f00cc e6ff1076
    8710  eb0de7f4 e3a07000 e5943018 e5948008 e3833003 e5849008 e5843018 ee033f10
    8730  f57ff06f e5943004 e2833001 e5843004 e3a02004 e24b0030 e0861007 eb05c847
    8750  e1a03000 e5942004 e2422001 e5842004 e5942018 e3580000 13a01001 03a01003
    8770  e3c22003 e5848008 e1812002 e5842018 ee032f10 f57ff06f e3530000 e59f004c
    8790  0a000002 e59f0048 eb0de7d2 ea000001 e51b1030 eb0de7cf e2877004 e3570020
    87b0  1affffd8 e2855001 e59f0028 eb0de7c9 e155000a e2866020 baffffce e24bd028
    
    SP: 0xd101d664:
    d664  00000035 00000034 60000193 c0484fa5 00000000 ffffffff d101d6cc dbaa0000
    d684  00000000 d101d73c d101d698 c03c45ac c003c274 d101d70c dbaa0000 ffffffe4
    d6a4  00000000 d101c000 00000004 dbaa0000 00000000 00000000 00000000 00000008
    d6c4  d101d73c 0000001c d101d6e4 c0048750 c01ba91c 00000193 ffffffff d27e0b00
    d6e4  00000004 dbaa0000 00000000 00000000 d101d70c 00000004 00000000 d101c000
    d704  c0048750 d101d72c 00000000 c03c2710 d101d908 d101c000 00000000 00000000
    d724  00000076 d101d740 c0484f46 d101d7d4 d101d740 c0048a68 c00486bc 00000017
    d744  c0484fa5 c0484e06 60000193 d101d774 0000006e c05281ec 0000007a 00000063
    
    FP: 0xd101d6bc:
    d6bc  00000000 00000008 d101d73c 0000001c d101d6e4 c0048750 c01ba91c 00000193
    d6dc  ffffffff d27e0b00 00000004 dbaa0000 00000000 00000000 d101d70c 00000004
    d6fc  00000000 d101c000 c0048750 d101d72c 00000000 c03c2710 d101d908 d101c000
    d71c  00000000 00000000 00000076 d101d740 c0484f46 d101d7d4 d101d740 c0048a68
    d73c  c00486bc 00000017 c0484fa5 c0484e06 60000193 d101d774 0000006e c05281ec
    d75c  0000007a 00000063 00000076 61542020 3a656c62 30313920 31303836 44202039
    d77c  203a4341 30303030 37313030 d101d700 d101d7a8 c0098a44 c03c26f8 c04842ee
    d79c  c0578a34 bf1a9458 00000000 c03c66b8 d101d908 d27e0b00 d101c000 c048419e
    
    R0: 0xd101d68c:
    d68c  d101d698 c03c45ac c003c274 d101d70c dbaa0000 ffffffe4 00000000 d101c000
    d6ac  00000004 dbaa0000 00000000 00000000 00000000 00000008 d101d73c 0000001c
    d6cc  d101d6e4 c0048750 c01ba91c 00000193 ffffffff d27e0b00 00000004 dbaa0000
    d6ec  00000000 00000000 d101d70c 00000004 00000000 d101c000 c0048750 d101d72c
    d70c  00000000 c03c2710 d101d908 d101c000 00000000 00000000 00000076 d101d740
    d72c  c0484f46 d101d7d4 d101d740 c0048a68 c00486bc 00000017 c0484fa5 c0484e06
    d74c  60000193 d101d774 0000006e c05281ec 0000007a 00000063 00000076 61542020
    d76c  3a656c62 30313920 31303836 44202039 203a4341 30303030 37313030 d101d700
    
    R1: 0xdba9ff80:
    ff80  ******** ******** ******** ******** ******** ******** ******** ********
    ffa0  ******** ******** ******** ******** ******** ******** ******** ********
    ffc0  ******** ******** ******** ******** ******** ******** ******** ********
    ffe0  ******** ******** ******** ******** ******** ******** ******** ********
    0000 
    Unhandled fault: Precise External Abort on non-linefetch (0x1008) at 0xdbaa0000
    Internal error: : 1008 [#5]
    last sysfs file: /sys/devices/virtual/mtd/mtd8/mtdblock8/uevent
    Modules linked in: pvrsrvkm syslink
    CPU: 0    Not tainted  (2.6.37+ #1)
    PC is at __copy_from_user+0xac/0x3b0
    LR is at show_data.clone.0+0xa0/0x13c
    pc : [<c01ba91c>]    lr : [<c0048750>]    psr: 00000193
    sp : d101d474  ip : 0000001c  fp : d101d4cc
    r10: 00000008  r9 : 00000000  r8 : 00000000
    r7 : 00000000  r6 : dbaa0000  r5 : 00000004  r4 : d101c000
    r3 : 00000000  r2 : ffffffe4  r1 : dbaa0000  r0 : d101d49c
    Flags: nzcv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment kernel
    Control: 10c5387d  Table: 91068019  DAC: 00000017
    
    PC: 0xc01ba89c:
    a89c  ba000013 f5d1f000 e2522060 f5d1f01c ba000002 f5d1f03c f5d1f05c f5d1f07c
    a8bc  e4b13004 e4b14004 e4b15004 e4b16004 e4b17004 e4b18004 e4b1c004 e4b1e004
    a8dc  e2522020 e8a051f8 aafffff3 e3720060 aafffff2 e212c01c e26cc020 108ff00c
    a8fc  ea000011 e320f000 e4b13004 e4b14004 e4b15004 e4b16004 e4b17004 e4b18004
    a91c  e4b1e004 e08ff00c e320f000 e320f000 e4803004 e4804004 e4805004 e4806004
    a93c  e4807004 e4808004 e480e004 e8bd01e0 e1b02f82 14f13001 24f14001 24f1c001
    a95c  14c03001 24c04001 24c0c001 e28dd008 e8bd8011 e26cc004 e35c0002 c4f13001
    a97c  a4f14001 e4f1e001 c4c03001 a4c04001 e052200c e4c0e001 baffffec e211c003
    
    LR: 0xc00486d0:
    86d0  8a00003d e206a003 e1a02006 e59f00f4 e28aac01 eb0de7ff e28aa01f e1a0300d
    86f0  e3a05000 e3c34d7f e3c66003 e3c4403f e1a0a2ca e1a09005 e59f00cc e6ff1076
    8710  eb0de7f4 e3a07000 e5943018 e5948008 e3833003 e5849008 e5843018 ee033f10
    8730  f57ff06f e5943004 e2833001 e5843004 e3a02004 e24b0030 e0861007 eb05c847
    8750  e1a03000 e5942004 e2422001 e5842004 e5942018 e3580000 13a01001 03a01003
    8770  e3c22003 e5848008 e1812002 e5842018 ee032f10 f57ff06f e3530000 e59f004c
    8790  0a000002 e59f0048 eb0de7d2 ea000001 e51b1030 eb0de7cf e2877004 e3570020
    87b0  1affffd8 e2855001 e59f0028 eb0de7c9 e155000a e2866020 baffffce e24bd028
    
    SP: 0xd101d3f4:
    d3f4  00000035 00000034 60000193 c0484fa5 00000000 ffffffff d101d45c dbaa0000
    d414  00000000 d101d4cc d101d428 c03c45ac c003c274 d101d49c dbaa0000 ffffffe4
    d434  00000000 d101c000 00000004 dbaa0000 00000000 00000000 00000000 00000008
    d454  d101d4cc 0000001c d101d474 c0048750 c01ba91c 00000193 ffffffff d27e0b00
    d474  00000004 dbaa0000 00000000 00000000 d101d49c 00000004 00000000 d101c000
    d494  c0048750 d101d4bc 00000000 c03c2710 d101d698 d101c000 00000000 00000000
    d4b4  00000076 d101d4d0 c0484f46 d101d564 d101d4d0 c0048a68 c00486bc 00000017
    d4d4  c0484fa5 c0484e06 60000193 d101d504 0000006e c05281ec 0000007a 00000063
    
    FP: 0xd101d44c:
    d44c  00000000 00000008 d101d4cc 0000001c d101d474 c0048750 c01ba91c 00000193
    d46c  ffffffff d27e0b00 00000004 dbaa0000 00000000 00000000 d101d49c 00000004
    d48c  00000000 d101c000 c0048750 d101d4bc 00000000 c03c2710 d101d698 d101c000
    d4ac  00000000 00000000 00000076 d101d4d0 c0484f46 d101d564 d101d4d0 c0048a68
    d4cc  c00486bc 00000017 c0484fa5 c0484e06 60000193 d101d504 0000006e c05281ec
    d4ec  0000007a 00000063 00000076 61542020 3a656c62 30313920 31303836 44202039
    d50c  203a4341 30303030 37313030 d101d500 d101d538 c0098a44 c03c26f8 c04842ee
    d52c  c0578a34 bf1a9458 00000000 c03c66b8 d101d698 d27e0b00 d101c000 c048419e
    
    R0: 0xd101d41c:
    d41c  d101d428 c03c45ac c003c274 d101d49c dbaa0000 ffffffe4 00000000 d101c000
    d43c  00000004 dbaa0000 00000000 00000000 00000000 00000008 d101d4cc 0000001c
    d45c  d101d474 c0048750 c01ba91c 00000193 ffffffff d27e0b00 00000004 dbaa0000
    d47c  00000000 00000000 d101d49c 00000004 00000000 d101c000 c0048750 d101d4bc
    d49c  00000000 c03c2710 d101d698 d101c000 00000000 00000000 00000076 d101d4d0
    d4bc  c0484f46 d101d564 d101d4d0 c0048a68 c00486bc 00000017 c0484fa5 c0484e06
    d4dc  60000193 d101d504 0000006e c05281ec 0000007a 00000063 00000076 61542020
    d4fc  3a656c62 30313920 31303836 44202039 203a4341 30303030 37313030 d101d500
    
    R1: 0xdba9ff80:
    ff80  ******** ******** ******** ******** ******** ******** ******** ********
    ffa0  ******** ******** ******** ******** ******** ******** ******** ********
    ffc0  ******** ******** ******** ******** ******** ******** ******** ********
    ffe0  ******** ******** ******** ******** ******** ******** ******** ********
    0000 
    Unhandled fault: Precise External Abort on non-linefetch (0x1008) at 0xdbaa0000
    Internal error: : 1008 [#6]
    last sysfs file: /sys/devices/virtual/mtd/mtd8/mtdblock8/uevent
    Modules linked in: pvrsrvkm syslink
    CPU: 0    Not tainted  (2.6.37+ #1)
    PC is at __copy_from_user+0xac/0x3b0
    LR is at show_data.clone.0+0xa0/0x13c
    pc : [<c01ba91c>]    lr : [<c0048750>]    psr: 00000193
    sp : d101d204  ip : 0000001c  fp : d101d25c
    r10: 00000008  r9 : 00000000  r8 : 00000000
    r7 : 00000000  r6 : dbaa0000  r5 : 00000004  r4 : d101c000
    r3 : 00000000  r2 : ffffffe4  r1 : dbaa0000  r0 : d101d22c
    Flags: nzcv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment kernel
    Control: 10c5387d  Table: 91068019  DAC: 00000017
    
    PC: 0xc01ba89c:
    a89c  ba000013 f5d1f000 e2522060 f5d1f01c ba000002 f5d1f03c f5d1f05c f5d1f07c
    a8bc  e4b13004 e4b14004 e4b15004 e4b16004 e4b17004 e4b18004 e4b1c004 e4b1e004
    a8dc  e2522020 e8a051f8 aafffff3 e3720060 aafffff2 e212c01c e26cc020 108ff00c
    a8fc  ea000011 e320f000 e4b13004 e4b14004 e4b15004 e4b16004 e4b17004 e4b18004
    a91c  e4b1e004 e08ff00c e320f000 e320f000 e4803004 e4804004 e4805004 e4806004
    a93c  e4807004 e4808004 e480e004 e8bd01e0 e1b02f82 14f13001 24f14001 24f1c001
    a95c  14c03001 24c04001 24c0c001 e28dd008 e8bd8011 e26cc004 e35c0002 c4f13001
    a97c  a4f14001 e4f1e001 c4c03001 a4c04001 e052200c e4c0e001 baffffec e211c003
    
    LR: 0xc00486d0:
    86d0  8a00003d e206a003 e1a02006 e59f00f4 e28aac01 eb0de7ff e28aa01f e1a0300d
    86f0  e3a05000 e3c34d7f e3c66003 e3c4403f e1a0a2ca e1a09005 e59f00cc e6ff1076
    8710  eb0de7f4 e3a07000 e5943018 e5948008 e3833003 e5849008 e5843018 ee033f10
    8730  f57ff06f e5943004 e2833001 e5843004 e3a02004 e24b0030 e0861007 eb05c847
    8750  e1a03000 e5942004 e2422001 e5842004 e5942018 e3580000 13a01001 03a01003
    8770  e3c22003 e5848008 e1812002 e5842018 ee032f10 f57ff06f e3530000 e59f004c
    8790  0a000002 e59f0048 eb0de7d2 ea000001 e51b1030 eb0de7cf e2877004 e3570020
    87b0  1affffd8 e2855001 e59f0028 eb0de7c9 e155000a e2866020 baffffce e24bd028
    
    SP: 0xd101d184:
    d184  00000035 00000034 60000193 c0484fa5 00000000 ffffffff d101d1ec dbaa0000
    d1a4  00000000 d101d25c d101d1b8 c03c45ac c003c274 d101d22c dbaa0000 ffffffe4
    d1c4  00000000 d101c000 00000004 dbaa0000 00000000 00000000 00000000 00000008
    d1e4  d101d25c 0000001c d101d204 c0048750 c01ba91c 00000193 ffffffff d27e0b00
    d204  00000004 dbaa0000 00000000 00000000 d101d22c 00000004 00000000 d101c000
    d224  c0048750 d101d24c 00000000 c03c2710 d101d428 d101c000 00000000 00000000
    d244  00000076 d101d260 c0484f46 d101d2f4 d101d260 c0048a68 c00486bc 00000017
    d264  c0484fa5 c0484e06 60000193 d101d294 0000006e c05281ec 0000007a 00000063
    
    FP: 0xd101d1dc:
    d1dc  00000000 00000008 d101d25c 0000001c d101d204 c0048750 c01ba91c 00000193
    d1fc  ffffffff d27e0b00 00000004 dbaa0000 00000000 00000000 d101d22c 00000004
    d21c  00000000 d101c000 c0048750 d101d24c 00000000 c03c2710 d101d428 d101c000
    d23c  00000000 00000000 00000076 d101d260 c0484f46 d101d2f4 d101d260 c0048a68
    d25c  c00486bc 00000017 c0484fa5 c0484e06 60000193 d101d294 0000006e c05281ec
    d27c  0000007a 00000063 00000076 61542020 3a656c62 30313920 31303836 44202039
    d29c  203a4341 30303030 37313030 d101d200 d101d2c8 c0098a44 c03c26f8 c04842ee
    d2bc  c0578a34 bf1a9458 00000000 c03c66b8 d101d428 d27e0b00 d101c000 c048419e
    
    R0: 0xd101d1ac:
    d1ac  d101d1b8 c03c45ac c003c274 d101d22c dbaa0000 ffffffe4 00000000 d101c000
    d1cc  00000004 dbaa0000 00000000 00000000 00000000 00000008 d101d25c 0000001c
    d1ec  d101d204 c0048750 c01ba91c 00000193 ffffffff d27e0b00 00000004 dbaa0000
    d20c  00000000 00000000 d101d22c 00000004 00000000 d101c000 c0048750 d101d24c
    d22c  00000000 c03c2710 d101d428 d101c000 00000000 00000000 00000076 d101d260
    d24c  c0484f46 d101d2f4 d101d260 c0048a68 c00486bc 00000017 c0484fa5 c0484e06
    d26c  60000193 d101d294 0000006e c05281ec 0000007a 00000063 00000076 61542020
    d28c  3a656c62 30313920 31303836 44202039 203a4341 30303030 37313030 d101d200
    
    R1: 0xdba9ff80:
    ff80  ******** ******** ******** ******** ******** ******** ******** ********
    ffa0  ******** ******** ******** ******** ******** ******** ******** ********
    ffc0  ******** ******** ******** ******** ******** ******** ******** ********
    ffe0  ******** ******** ******** ******** ******** ******** ******** ********
    0000 
    Unhandled fault: Precise External Abort on non-linefetch (0x1008) at 0xdbaa0000
    Internal error: : 1008 [#7]
    last sysfs file: /sys/devices/virtual/mtd/mtd8/mtdblock8/uevent
    Modules linked in: pvrsrvkm syslink
    CPU: 0    Not tainted  (2.6.37+ #1)
    PC is at __copy_from_user+0xac/0x3b0
    LR is at show_data.clone.0+0xa0/0x13c
    pc : [<c01ba91c>]    lr : [<c0048750>]    psr: 00000193
    sp : d101cf94  ip : 0000001c  fp : d101cfec
    r10: 00000008  r9 : 00000000  r8 : 00000000
    r7 : 00000000  r6 : dbaa0000  r5 : 00000004  r4 : d101c000
    r3 : 00000000  r2 : ffffffe4  r1 : dbaa0000  r0 : d101cfbc
    Flags: nzcv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment kernel
    Control: 10c5387d  Table: 91068019  DAC: 00000017
    
    PC: 0xc01ba89c:
    a89c  ba000013 f5d1f000 e2522060 f5d1f01c ba000002 f5d1f03c f5d1f05c f5d1f07c
    a8bc  e4b13004 e4b14004 e4b15004 e4b16004 e4b17004 e4b18004 e4b1c004 e4b1e004
    a8dc  e2522020 e8a051f8 aafffff3 e3720060 aafffff2 e212c01c e26cc020 108ff00c
    a8fc  ea000011 e320f000 e4b13004 e4b14004 e4b15004 e4b16004 e4b17004 e4b18004
    a91c  e4b1e004 e08ff00c e320f000 e320f000 e4803004 e4804004 e4805004 e4806004
    a93c  e4807004 e4808004 e480e004 e8bd01e0 e1b02f82 14f13001 24f14001 24f1c001
    a95c  14c03001 24c04001 24c0c001 e28dd008 e8bd8011 e26cc004 e35c0002 c4f13001
    a97c  a4f14001 e4f1e001 c4c03001 a4c04001 e052200c e4c0e001 baffffec e211c003
    
    LR: 0xc00486d0:
    86d0  8a00003d e206a003 e1a02006 e59f00f4 e28aac01 eb0de7ff e28aa01f e1a0300d
    86f0  e3a05000 e3c34d7f e3c66003 e3c4403f e1a0a2ca e1a09005 e59f00cc e6ff1076
    8710  eb0de7f4 e3a07000 e5943018 e5948008 e3833003 e5849008 e5843018 ee033f10
    8730  f57ff06f e5943004 e2833001 e5843004 e3a02004 e24b0030 e0861007 eb05c847
    8750  e1a03000 e5942004 e2422001 e5842004 e5942018 e3580000 13a01001 03a01003
    8770  e3c22003 e5848008 e1812002 e5842018 ee032f10 f57ff06f e3530000 e59f004c
    8790  0a000002 e59f0048 eb0de7d2 ea000001 e51b1030 eb0de7cf e2877004 e3570020
    87b0  1affffd8 e2855001 e59f0028 eb0de7c9 e155000a e2866020 baffffce e24bd028
    
    SP: 0xd101cf14:
    cf14  00000035 00000034 60000193 c0484fa5 00000000 ffffffff d101cf7c dbaa0000
    cf34  00000000 d101cfec d101cf48 c03c45ac c003c274 d101cfbc dbaa0000 ffffffe4
    cf54  00000000 d101c000 00000004 dbaa0000 00000000 00000000 00000000 00000008
    cf74  d101cfec 0000001c d101cf94 c0048750 c01ba91c 00000193 ffffffff d27e0b00
    cf94  00000004 dbaa0000 00000000 00000000 d101cfbc 00000004 00000000 d101c000
    cfb4  c0048750 d101cfdc 00000000 c03c2710 d101d1b8 d101c000 00000000 00000000
    cfd4  00000076 d101cff0 c0484f46 d101d084 d101cff0 c0048a68 c00486bc 00000017
    cff4  c0484fa5 c0484e06 60000193 d101d024 0000006e c05281ec 0000007a 00000063
    
    FP: 0xd101cf6c:
    cf6c  00000000 00000008 d101cfec 0000001c d101cf94 c0048750 c01ba91c 00000193
    cf8c  ffffffff d27e0b00 00000004 dbaa0000 00000000 00000000 d101cfbc 00000004
    cfac  00000000 d101c000 c0048750 d101cfdc 00000000 c03c2710 d101d1b8 d101c000
    cfcc  00000000 00000000 00000076 d101cff0 c0484f46 d101d084 d101cff0 c0048a68
    cfec  c00486bc 00000017 c0484fa5 c0484e06 60000193 d101d024 0000006e c05281ec
    d00c  0000007a 00000063 00000076 61542020 3a656c62 30313920 31303836 44202039
    d02c  203a4341 30303030 37313030 d101d000 d101d058 c0098a44 c03c26f8 c04842ee
    d04c  c0578a34 bf1a9458 00000000 c03c66b8 d101d1b8 d27e0b00 d101c000 c048419e
    
    R0: 0xd101cf3c:
    cf3c  d101cf48 c03c45ac c003c274 d101cfbc dbaa0000 ffffffe4 00000000 d101c000
    cf5c  00000004 dbaa0000 00000000 00000000 00000000 00000008 d101cfec 0000001c
    cf7c  d101cf94 c0048750 c01ba91c 00000193 ffffffff d27e0b00 00000004 dbaa0000
    cf9c  00000000 00000000 d101cfbc 00000004 00000000 d101c000 c0048750 d101cfdc
    cfbc  00000000 c03c2710 d101d1b8 d101c000 00000000 00000000 00000076 d101cff0
    cfdc  c0484f46 d101d084 d101cff0 c0048a68 c00486bc 00000017 c0484fa5 c0484e06
    cffc  60000193 d101d024 0000006e c05281ec 0000007a 00000063 00000076 61542020
    d01c  3a656c62 30313920 31303836 44202039 203a4341 30303030 37313030 d101d000
    
    R1: 0xdba9ff80:
    ff80  ******** ******** ******** ******** ******** ******** ******** ********
    ffa0  ******** ******** ******** ******** ******** ******** ******** ********
    ffc0  ******** ******** ******** ******** ******** ******** ******** ********
    ffe0  ******** ******** ******** ******** ******** ******** ******** ********
    0000 
    Unhandled fault: Precise External Abort on non-linefetch (0x1008) at 0xdbaa0000
    Internal error: : 1008 [#8]
    last sysfs file: /sys/devices/virtual/mtd/mtd8/mtdblock8/uevent
    Modules linked in: pvrsrvkm syslink
    CPU: 0    Not tainted  (2.6.37+ #1)
    PC is at __copy_from_user+0xac/0x3b0
    LR is at show_data.clone.0+0xa0/0x13c
    pc : [<c01ba91c>]    lr : [<c0048750>]    psr: 00000193
    sp : d101cd24  ip : 0000001c  fp : d101cd7c
    r10: 00000008  r9 : 00000000  r8 : 00000000
    r7 : 00000000  r6 : dbaa0000  r5 : 00000004  r4 : d101c000
    r3 : 00000000  r2 : ffffffe4  r1 : dbaa0000  r0 : d101cd4c
    Flags: nzcv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment kernel
    Control: 10c5387d  Table: 91068019  DAC: 00000017
    
    PC: 0xc01ba89c:
    a89c  ba000013 f5d1f000 e2522060 f5d1f01c ba000002 f5d1f03c f5d1f05c f5d1f07c
    a8bc  e4b13004 e4b14004 e4b15004 e4b16004 e4b17004 e4b18004 e4b1c004 e4b1e004
    a8dc  e2522020 e8a051f8 aafffff3 e3720060 aafffff2 e212c01c e26cc020 108ff00c
    a8fc  ea000011 e320f000 e4b13004 e4b14004 e4b15004 e4b16004 e4b17004 e4b18004
    a91c  e4b1e004 e08ff00c e320f000 e320f000 e4803004 e4804004 e4805004 e4806004
    a93c  e4807004 e4808004 e480e004 e8bd01e0 e1b02f82 14f13001 24f14001 24f1c001
    a95c  14c03001 24c04001 24c0c001 e28dd008 e8bd8011 e26cc004 e35c0002 c4f13001
    a97c  a4f14001 e4f1e001 c4c03001 a4c04001 e052200c e4c0e001 baffffec e211c003
    
    LR: 0xc00486d0:
    86d0  8a00003d e206a003 e1a02006 e59f00f4 e28aac01 eb0de7ff e28aa01f e1a0300d
    86f0  e3a05000 e3c34d7f e3c66003 e3c4403f e1a0a2ca e1a09005 e59f00cc e6ff1076
    8710  eb0de7f4 e3a07000 e5943018 e5948008 e3833003 e5849008 e5843018 ee033f10
    8730  f57ff06f e5943004 e2833001 e5843004 e3a02004 e24b0030 e0861007 eb05c847
    8750  e1a03000 e5942004 e2422001 e5842004 e5942018 e3580000 13a01001 03a01003
    8770  e3c22003 e5848008 e1812002 e5842018 ee032f10 f57ff06f e3530000 e59f004c
    8790  0a000002 e59f0048 eb0de7d2 ea000001 e51b1030 eb0de7cf e2877004 e3570020
    87b0  1affffd8 e2855001 e59f0028 eb0de7c9 e155000a e2866020 baffffce e24bd028
    
    SP: 0xd101cca4:
    cca4  00000035 00000034 60000193 c0484fa5 00000000 ffffffff d101cd0c dbaa0000
    ccc4  00000000 d101cd7c d101ccd8 c03c45ac c003c274 d101cd4c dbaa0000 ffffffe4
    cce4  00000000 d101c000 00000004 dbaa0000 00000000 00000000 00000000 00000008
    cd04  d101cd7c 0000001c d101cd24 c0048750 c01ba91c 00000193 ffffffff d27e0b00
    cd24  00000004 dbaa0000 00000000 00000000 d101cd4c 00000004 00000000 d101c000
    cd44  c0048750 d101cd6c 00000000 c03c2710 d101cf48 d101c000 00000000 00000000
    cd64  00000076 d101cd80 c0484f46 d101ce14 d101cd80 c0048a68 c00486bc 00000017
    cd84  c0484fa5 c0484e06 60000193 d101cdb4 0000006e c05281ec 0000007a 00000063
    
    FP: 0xd101ccfc:
    ccfc  00000000 00000008 d101cd7c 0000001c d101cd24 c0048750 c01ba91c 00000193
    cd1c  ffffffff d27e0b00 00000004 dbaa0000 00000000 00000000 d101cd4c 00000004
    cd3c  00000000 d101c000 c0048750 d101cd6c 00000000 c03c2710 d101cf48 d101c000
    cd5c  00000000 00000000 00000076 d101cd80 c0484f46 d101ce14 d101cd80 c0048a68
    cd7c  c00486bc 00000017 c0484fa5 c0484e06 60000193 d101cdb4 0000006e c05281ec
    cd9c  0000007a 00000063 00000076 61542020 3a656c62 30313920 31303836 44202039
    cdbc  203a4341 30303030 37313030 d101ce00 d101cde8 c0098a44 c03c26f8 c04842ee
    cddc  c0578a34 bf1a9458 00000000 c03c66b8 d101cf48 d27e0b00 d101c000 c048419e
    
    R0: 0xd101cccc:
    cccc  d101ccd8 c03c45ac c003c274 d101cd4c dbaa0000 ffffffe4 00000000 d101c000
    ccec  00000004 dbaa0000 00000000 00000000 00000000 00000008 d101cd7c 0000001c
    cd0c  d101cd24 c0048750 c01ba91c 00000193 ffffffff d27e0b00 00000004 dbaa0000
    cd2c  00000000 00000000 d101cd4c 00000004 00000000 d101c000 c0048750 d101cd6c
    cd4c  00000000 c03c2710 d101cf48 d101c000 00000000 00000000 00000076 d101cd80
    cd6c  c0484f46 d101ce14 d101cd80 c0048a68 c00486bc 00000017 c0484fa5 c0484e06
    cd8c  60000193 d101cdb4 0000006e c05281ec 0000007a 00000063 00000076 61542020
    cdac  3a656c62 30313920 31303836 44202039 203a4341 30303030 37313030 d101ce00
    
    R1: 0xdba9ff80:
    ff80  ******** ******** ******** ******** ******** ******** ******** ********
    ffa0  ******** ******** ******** ******** ******** ******** ******** ********
    ffc0  ******** ******** ******** ******** ******** ******** ******** ********
    ffe0  ******** ******** ******** ******** ******** ******** ******** ********
    0000 
    Unhandled fault: Precise External Abort on non-linefetch (0x1008) at 0xdbaa0000
    Internal error: : 1008 [#9]
    last sysfs file: /sys/devices/virtual/mtd/mtd8/mtdblock8/uevent
    Modules linked in: pvrsrvkm syslink
    CPU: 0    Not tainted  (2.6.37+ #1)
    PC is at __copy_from_user+0xac/0x3b0
    LR is at show_data.clone.0+0xa0/0x13c
    pc : [<c01ba91c>]    lr : [<c0048750>]    psr: 00000193
    sp : d101cab4  ip : 0000001c  fp : d101cb0c
    r10: 00000008  r9 : 00000000  r8 : 00000000
    r7 : 00000000  r6 : dbaa0000  r5 : 00000004  r4 : d101c000
    r3 : 00000000  r2 : ffffffe4  r1 : dbaa0000  r0 : d101cadc
    Flags: nzcv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment kernel
    Control: 10c5387d  Table: 91068019  DAC: 00000017
    
    PC: 0xc01ba89c:
    a89c  ba000013 f5d1f000 e2522060 f5d1f01c ba000002 f5d1f03c f5d1f05c f5d1f07c
    a8bc  e4b13004 e4b14004 e4b15004 e4b16004 e4b17004 e4b18004 e4b1c004 e4b1e004
    a8dc  e2522020 e8a051f8 aafffff3 e3720060 aafffff2 e212c01c e26cc020 108ff00c
    a8fc  ea000011 e320f000 e4b13004 e4b14004 e4b15004 e4b16004 e4b17004 e4b18004
    a91c  e4b1e004 e08ff00c e320f000 e320f000 e4803004 e4804004 e4805004 e4806004
    a93c  e4807004 e4808004 e480e004 e8bd01e0 e1b02f82 14f13001 24f14001 24f1c001
    a95c  14c03001 24c04001 24c0c001 e28dd008 e8bd8011 e26cc004 e35c0002 c4f13001
    a97c  a4f14001 e4f1e001 c4c03001 a4c04001 e052200c e4c0e001 baffffec e211c003
    
    LR: 0xc00486d0:
    86d0  8a00003d e206a003 e1a02006 e59f00f4 e28aac01 eb0de7ff e28aa01f e1a0300d
    86f0  e3a05000 e3c34d7f e3c66003 e3c4403f e1a0a2ca e1a09005 e59f00cc e6ff1076
    8710  eb0de7f4 e3a07000 e5943018 e5948008 e3833003 e5849008 e5843018 ee033f10
    8730  f57ff06f e5943004 e2833001 e5843004 e3a02004 e24b0030 e0861007 eb05c847
    8750  e1a03000 e5942004 e2422001 e5842004 e5942018 e3580000 13a01001 03a01003
    8770  e3c22003 e5848008 e1812002 e5842018 ee032f10 f57ff06f e3530000 e59f004c
    8790  0a000002 e59f0048 eb0de7d2 ea000001 e51b1030 eb0de7cf e2877004 e3570020
    87b0  1affffd8 e2855001 e59f0028 eb0de7c9 e155000a e2866020 baffffce e24bd028
    
    SP: 0xd101ca34:
    ca34  00000035 00000034 60000193 c0484fa5 00000000 ffffffff d101ca9c dbaa0000
    ca54  00000000 d101cb0c d101ca68 c03c45ac c003c274 d101cadc dbaa0000 ffffffe4
    ca74  00000000 d101c000 00000004 dbaa0000 00000000 00000000 00000000 00000008
    ca94  d101cb0c 0000001c d101cab4 c0048750 c01ba91c 00000193 ffffffff d27e0b00
    cab4  00000004 dbaa0000 00000000 00000000 d101cadc 00000004 00000000 d101c000
    cad4  c0048750 d101cafc 00000000 c03c2710 d101ccd8 d101c000 00000000 00000000
    caf4  00000076 d101cb10 c0484f46 d101cba4 d101cb10 c0048a68 c00486bc 00000017
    cb14  c0484fa5 c0484e06 60000193 d101cb44 0000006e c05281ec 0000007a 00000063
    
    FP: 0xd101ca8c:
    ca8c  00000000 00000008 d101cb0c 0000001c d101cab4 c0048750 c01ba91c 00000193
    caac  ffffffff d27e0b00 00000004 dbaa0000 00000000 00000000 d101cadc 00000004
    cacc  00000000 d101c000 c0048750 d101cafc 00000000 c03c2710 d101ccd8 d101c000
    caec  00000000 00000000 00000076 d101cb10 c0484f46 d101cba4 d101cb10 c0048a68
    cb0c  c00486bc 00000017 c0484fa5 c0484e06 60000193 d101cb44 0000006e c05281ec
    cb2c  0000007a 00000063 00000076 61542020 3a656c62 30313920 31303836 44202039
    cb4c  203a4341 30303030 37313030 d101cb00 d101cb78 c0098a44 c03c26f8 c04842ee
    cb6c  c0578a34 bf1a9458 00000000 c03c66b8 d101ccd8 d27e0b00 d101c000 c048419e
    
    R0: 0xd101ca5c:
    ca5c  d101ca68 c03c45ac c003c274 d101cadc dbaa0000 ffffffe4 00000000 d101c000
    ca7c  00000004 dbaa0000 00000000 00000000 00000000 00000008 d101cb0c 0000001c
    ca9c  d101cab4 c0048750 c01ba91c 00000193 ffffffff d27e0b00 00000004 dbaa0000
    cabc  00000000 00000000 d101cadc 00000004 00000000 d101c000 c0048750 d101cafc
    cadc  00000000 c03c2710 d101ccd8 d101c000 00000000 00000000 00000076 d101cb10
    cafc  c0484f46 d101cba4 d101cb10 c0048a68 c00486bc 00000017 c0484fa5 c0484e06
    cb1c  60000193 d101cb44 0000006e c05281ec 0000007a 00000063 00000076 61542020
    cb3c  3a656c62 30313920 31303836 44202039 203a4341 30303030 37313030 d101cb00
    
    R1: 0xdba9ff80:
    ff80  ******** ******** ******** ******** ******** ******** ******** ********
    ffa0  ******** ******** ******** ******** ******** ******** ******** ********
    ffc0  ******** ******** ******** ******** ******** ******** ******** ********
    ffe0  ******** ******** ******** ******** ******** ******** ******** ********
    0000 
    Unhandled fault: Precise External Abort on non-linefetch (0x1008) at 0xdbaa0000
    Internal error: : 1008 [#10]
    last sysfs file: /sys/devices/virtual/mtd/mtd8/mtdblock8/uevent
    Modules linked in: pvrsrvkm syslink
    CPU: 0    Not tainted  (2.6.37+ #1)
    PC is at __copy_from_user+0xac/0x3b0
    LR is at show_data.clone.0+0xa0/0x13c
    pc : [<c01ba91c>]    lr : [<c0048750>]    psr: 00000193
    sp : d101c844  ip : 0000001c  fp : d101c89c
    r10: 00000008  r9 : 00000000  r8 : 00000000
    r7 : 00000000  r6 : dbaa0000  r5 : 00000004  r4 : d101c000
    r3 : 00000000  r2 : ffffffe4  r1 : dbaa0000  r0 : d101c86c
    Flags: nzcv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment kernel
    Control: 10c5387d  Table: 91068019  DAC: 00000017
    
    PC: 0xc01ba89c:
    a89c  ba000013 f5d1f000 e2522060 f5d1f01c ba000002 f5d1f03c f5d1f05c f5d1f07c
    a8bc  e4b13004 e4b14004 e4b15004 e4b16004 e4b17004 e4b18004 e4b1c004 e4b1e004
    a8dc  e2522020 e8a051f8 aafffff3 e3720060 aafffff2 e212c01c e26cc020 108ff00c
    a8fc  ea000011 e320f000 e4b13004 e4b14004 e4b15004 e4b16004 e4b17004 e4b18004
    a91c  e4b1e004 e08ff00c e320f000 e320f000 e4803004 e4804004 e4805004 e4806004
    a93c  e4807004 e4808004 e480e004 e8bd01e0 e1b02f82 14f13001 24f14001 24f1c001
    a95c  14c03001 24c04001 24c0c001 e28dd008 e8bd8011 e26cc004 e35c0002 c4f13001
    a97c  a4f14001 e4f1e001 c4c03001 a4c04001 e052200c e4c0e001 baffffec e211c003
    
    LR: 0xc00486d0:
    86d0  8a00003d e206a003 e1a02006 e59f00f4 e28aac01 eb0de7ff e28aa01f e1a0300d
    86f0  e3a05000 e3c34d7f e3c66003 e3c4403f e1a0a2ca e1a09005 e59f00cc e6ff1076
    8710  eb0de7f4 e3a07000 e5943018 e5948008 e3833003 e5849008 e5843018 ee033f10
    8730  f57ff06f e5943004 e2833001 e5843004 e3a02004 e24b0030 e0861007 eb05c847
    8750  e1a03000 e5942004 e2422001 e5842004 e5942018 e3580000 13a01001 03a01003
    8770  e3c22003 e5848008 e1812002 e5842018 ee032f10 f57ff06f e3530000 e59f004c
    8790  0a000002 e59f0048 eb0de7d2 ea000001 e51b1030 eb0de7cf e2877004 e3570020
    87b0  1affffd8 e2855001 e59f0028 eb0de7c9 e155000a e2866020 baffffce e24bd028
    
    SP: 0xd101c7c4:
    c7c4  00000035 00000034 60000193 c0484fa5 00000000 ffffffff d101c82c dbaa0000
    c7e4  00000000 d101c89c d101c7f8 c03c45ac c003c274 d101c86c dbaa0000 ffffffe4
    c804  00000000 d101c000 00000004 dbaa0000 00000000 00000000 00000000 00000008
    c824  d101c89c 0000001c d101c844 c0048750 c01ba91c 00000193 ffffffff d27e0b00
    c844  00000004 dbaa0000 00000000 00000000 d101c86c 00000004 00000000 d101c000
    c864  c0048750 d101c88c 00000000 c03c2710 d101ca68 d101c000 00000000 00000000
    c884  00000076 d101c8a0 c0484f46 d101c934 d101c8a0 c0048a68 c00486bc 00000017
    c8a4  c0484fa5 c0484e06 60000193 d101c8d4 0000006e c05281ec 0000007a 00000063
    
    FP: 0xd101c81c:
    c81c  00000000 00000008 d101c89c 0000001c d101c844 c0048750 c01ba91c 00000193
    c83c  ffffffff d27e0b00 00000004 dbaa0000 00000000 00000000 d101c86c 00000004
    c85c  00000000 d101c000 c0048750 d101c88c 00000000 c03c2710 d101ca68 d101c000
    c87c  00000000 00000000 00000076 d101c8a0 c0484f46 d101c934 d101c8a0 c0048a68
    c89c  c00486bc 00000017 c0484fa5 c0484e06 60000193 d101c8d4 0000006e c05281ec
    c8bc  0000007a 00000063 00000076 61542020 3a656c62 30313920 31303836 44202039
    c8dc  203a4341 30303030 37313030 d101c900 d101c908 c0098a44 c03c26f8 c04842ee
    c8fc  c0578a34 bf1a9458 00000000 c03c66b8 d101ca68 d27e0b00 d101c000 c048419e
    
    R0: 0xd101c7ec:
    c7ec  d101c7f8 c03c45ac c003c274 d101c86c dbaa0000 ffffffe4 00000000 d101c000
    c80c  00000004 dbaa0000 00000000 00000000 00000000 00000008 d101c89c 0000001c
    c82c  d101c844 c0048750 c01ba91c 00000193 ffffffff d27e0b00 00000004 dbaa0000
    c84c  00000000 00000000 d101c86c 00000004 00000000 d101c000 c0048750 d101c88c
    c86c  00000000 c03c2710 d101ca68 d101c000 00000000 00000000 00000076 d101c8a0
    c88c  c0484f46 d101c934 d101c8a0 c0048a68 c00486bc 00000017 c0484fa5 c0484e06
    c8ac  60000193 d101c8d4 0000006e c05281ec 0000007a 00000063 00000076 61542020
    c8cc  3a656c62 30313920 31303836 44202039 203a4341 30303030 37313030 d101c900
    
    R1: 0xdba9ff80:
    ff80  ******** ******** ******** ******** ******** ******** ******** ********
    ffa0  ******** ******** ******** ******** ******** ******** ******** ********
    ffc0  ******** ******** ******** ******** ******** ******** ******** ********
    ffe0  ******** ******** ******** ******** ******** ******** ******** ********
    0000 
    Unhandled fault: Precise External Abort on non-linefetch (0x1008) at 0xdbaa0000
    Internal error: : 1008 [#11]
    last sysfs file: /sys/devices/virtual/mtd/mtd8/mtdblock8/uevent
    Modules linked in: pvrsrvkm syslink
    CPU: 0    Not tainted  (2.6.37+ #1)
    PC is at __copy_from_user+0xac/0x3b0
    LR is at show_data.clone.0+0xa0/0x13c
    pc : [<c01ba91c>]    lr : [<c0048750>]    psr: 00000193
    sp : d101c5d4  ip : 0000001c  fp : d101c62c
    r10: 00000008  r9 : 00000000  r8 : 00000000
    r7 : 00000000  r6 : dbaa0000  r5 : 00000004  r4 : d101c000
    r3 : 00000000  r2 : ffffffe4  r1 : dbaa0000  r0 : d101c5fc
    Flags: nzcv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment kernel
    Control: 10c5387d  Table: 91068019  DAC: 00000017
    
    PC: 0xc01ba89c:
    a89c  ba000013 f5d1f000 e2522060 f5d1f01c ba000002 f5d1f03c f5d1f05c f5d1f07c
    a8bc  e4b13004 e4b14004 e4b15004 e4b16004 e4b17004 e4b18004 e4b1c004 e4b1e004
    a8dc  e2522020 e8a051f8 aafffff3 e3720060 aafffff2 e212c01c e26cc020 108ff00c
    a8fc  ea000011 e320f000 e4b13004 e4b14004 e4b15004 e4b16004 e4b17004 e4b18004
    a91c  e4b1e004 e08ff00c e320f000 e320f000 e4803004 e4804004 e4805004 e4806004
    a93c  e4807004 e4808004 e480e004 e8bd01e0 e1b02f82 14f13001 24f14001 24f1c001
    a95c  14c03001 24c04001 24c0c001 e28dd008 e8bd8011 e26cc004 e35c0002 c4f13001
    a97c  a4f14001 e4f1e001 c4c03001 a4c04001 e052200c e4c0e001 baffffec e211c003
    
    LR: 0xc00486d0:
    86d0  8a00003d e206a003 e1a02006 e59f00f4 e28aac01 eb0de7ff e28aa01f e1a0300d
    86f0  e3a05000 e3c34d7f e3c66003 e3c4403f e1a0a2ca e1a09005 e59f00cc e6ff1076
    8710  eb0de7f4 e3a07000 e5943018 e5948008 e3833003 e5849008 e5843018 ee033f10
    8730  f57ff06f e5943004 e2833001 e5843004 e3a02004 e24b0030 e0861007 eb05c847
    8750  e1a03000 e5942004 e2422001 e5842004 e5942018 e3580000 13a01001 03a01003
    8770  e3c22003 e5848008 e1812002 e5842018 ee032f10 f57ff06f e3530000 e59f004c
    8790  0a000002 e59f0048 eb0de7d2 ea000001 e51b1030 eb0de7cf e2877004 e3570020
    87b0  1affffd8 e2855001 e59f0028 eb0de7c9 e155000a e2866020 baffffce e24bd028
    
    SP: 0xd101c554:
    c554  00000035 00000034 60000193 c0484fa5 00000000 ffffffff d101c5bc dbaa0000
    c574  00000000 d101c62c d101c588 c03c45ac c003c274 d101c5fc dbaa0000 ffffffe4
    c594  00000000 d101c000 00000004 dbaa0000 00000000 00000000 00000000 00000008
    c5b4  d101c62c 0000001c d101c5d4 c0048750 c01ba91c 00000193 ffffffff d27e0b00
    c5d4  00000004 dbaa0000 00000000 00000000 d101c5fc 00000004 00000000 d101c000
    c5f4  c0048750 d101c61c 00000000 c03c2710 d101c7f8 d101c000 00000000 00000000
    c614  00000076 d101c630 c0484f46 d101c6c4 d101c630 c0048a68 c00486bc 00000017
    c634  c0484fa5 c0484e06 60000193 d101c664 0000006e c05281ec 0000007a 00000063
    
    FP: 0xd101c5ac:
    c5ac  00000000 00000008 d101c62c 0000001c d101c5d4 c0048750 c01ba91c 00000193
    c5cc  ffffffff d27e0b00 00000004 dbaa0000 00000000 00000000 d101c5fc 00000004
    c5ec  00000000 d101c000 c0048750 d101c61c 00000000 c03c2710 d101c7f8 d101c000
    c60c  00000000 00000000 00000076 d101c630 c0484f46 d101c6c4 d101c630 c0048a68
    c62c  c00486bc 00000017 c0484fa5 c0484e06 60000193 d101c664 0000006e c05281ec
    c64c  0000007a 00000063 00000076 61542020 3a656c62 30313920 31303836 44202039
    c66c  203a4341 30303030 37313030 d101c600 d101c698 c0098a44 c03c26f8 c04842ee
    c68c  c0578a34 bf1a9458 00000000 c03c66b8 d101c7f8 d27e0b00 d101c000 c048419e
    
    R0: 0xd101c57c:
    c57c  d101c588 c03c45ac c003c274 d101c5fc dbaa0000 ffffffe4 00000000 d101c000
    c59c  00000004 dbaa0000 00000000 00000000 00000000 00000008 d101c62c 0000001c
    c5bc  d101c5d4 c0048750 c01ba91c 00000193 ffffffff d27e0b00 00000004 dbaa0000
    c5dc  00000000 00000000 d101c5fc 00000004 00000000 d101c000 c0048750 d101c61c
    c5fc  00000000 c03c2710 d101c7f8 d101c000 00000000 00000000 00000076 d101c630
    c61c  c0484f46 d101c6c4 d101c630 c0048a68 c00486bc 00000017 c0484fa5 c0484e06
    c63c  60000193 d101c664 0000006e c05281ec 0000007a 00000063 00000076 61542020
    c65c  3a656c62 30313920 31303836 44202039 203a4341 30303030 37313030 d101c600
    
    R1: 0xdba9ff80:
    ff80  ******** ******** ******** ******** ******** ******** ******** ********
    ffa0  ******** ******** ******** ******** ******** ******** ******** ********
    ffc0  ******** ******** ******** ******** ******** ******** ******** ********
    ffe0  ******** ******** ******** ******** ******** ******** ******** ********
    0000 
    Unhandled fault: Precise External Abort on non-linefetch (0x1008) at 0xdbaa0000
    Internal error: : 1008 [#12]
    last sysfs file: /sys/devices/virtual/mtd/mtd8/mtdblock8/uevent
    Modules linked in: pvrsrvkm syslink
    CPU: 0    Not tainted  (2.6.37+ #1)
    PC is at __copy_from_user+0xac/0x3b0
    LR is at show_data.clone.0+0xa0/0x13c
    pc : [<c01ba91c>]    lr : [<c0048750>]    psr: 00000193
    sp : d101c364  ip : 0000001c  fp : d101c3bc
    r10: 00000008  r9 : 00000000  r8 : 00000000
    r7 : 00000000  r6 : dbaa0000  r5 : 00000004  r4 : d101c000
    r3 : 00000000  r2 : ffffffe4  r1 : dbaa0000  r0 : d101c38c
    Flags: nzcv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment user
    Control: 10c5387d  Table: 91068019  DAC: 00000017
    
    PC: 0xc01ba89c:
    a89c  ba000013 f5d1f000

    #!/system/bin/sh
    # Deal with the type of invocation we get.
    #
    case "$1" in
    "start")
    	/system/bin/timm_prcm_config_app s
    	insmod /system/lib/timm_syslink_kernel.ko
    	/system/bin/mkdir /tmp > /dev/null
    	/system/bin/timm_firmware_loader 0 /system/lib/dm816x_c6xdsp.xe674 start
    	/system/bin/timm_firmware_loader 1 /system/lib/dm816x_hdvicp.xem3 start
    	/system/bin/timm_firmware_loader 2 /system/lib/dm816x_hdvpss.xem3 start
    	insmod /system/lib/modules/2.6.37+/kernel/drivers/video/ti81xx/vpss/vpss.ko sbufaddr=0xBFB00000 i2c_mode=0
    	insmod /system/lib/modules/2.6.37+/kernel/drivers/video/ti81xx/ti81xxfb/ti81xxfb.ko vram=0:16M,1:16M,2:16M
    	insmod /system/lib/modules/2.6.37+/kernel/drivers/media/video/ti81xx/ti81xxvo.ko video1_numbuffers=4 video1_bufsize=4149248 video2_numbuffers=0 video3_numbuffers=0
    	insmod /system/lib/modules/2.6.37+/kernel/drivers/media/video/sii9135.ko
    	insmod /system/lib/modules/2.6.37+/kernel/drivers/media/video/ti81xx/ti81xxvin.ko
    	insmod /system/lib/modules/2.6.37+/kernel/drivers/video/ti81xx/ti81xxhdmi/ti81xxhdmi.ko
    	/system/bin/sgx/rc.pvr start
    	chmod 777 /dev/video*
    	chmod -R 777  /sys/devices/platform/vpss/*
    
        echo "Changing /root/mnt permission..."
    	chmod -R 777 /mnt
    	chown -R root:root /mnt
    
        echo "Setting graphics display for dvo2..."
        echo 0 > /sys/devices/platform/vpss/graphics2/enabled
        echo 1:dvo2 > /sys/devices/platform/vpss/graphics2/nodes
        echo 1 > /sys/devices/platform/vpss/graphics2/enabled
    
    	# Fix issue with default low volume settings in ALSA driver
    	/system/bin/alsa_amixer sset 'PCM' 100%,100%
    	/system/bin/alsa_amixer sset 'Line DAC' 100%,100%
    	/system/bin/alsa_amixer sset 'HP DAC' 100%,100%
    
        /system/bin/alsa_amixer sset 'Right PGA Mixer Mic3L' on
        /system/bin/alsa_amixer sset 'Right PGA Mixer Mic3R' on
        /system/bin/alsa_amixer sset 'Left PGA Mixer Mic3L' on
        /system/bin/alsa_amixer sset 'Left PGA Mixer Mic3R' on
        /system/bin/alsa_amixer sset 'Right PGA Mixer Line1R' off
        /system/bin/alsa_amixer sset 'Right PGA Mixer Line1L' off
        /system/bin/alsa_amixer sset 'Left PGA Mixer Line1R' off
        /system/bin/alsa_amixer sset 'Left PGA Mixer Line1L' off
    	;;
    stop)
    	echo "Couldn't unload modules" >&2;
    	;;
    reload|restart)
    	echo "Couldn't unload modules" >&2;
    	;;
    *)
    	echo "$0: unknown argument $1." >&2;
    	;;
    esac
    
    

    Regards,

    Krunal

  • Hi,

    Please first make sure that  EZSDK5.04 works without any changes for Android. I dont think this wont be working. Assuming that it works it is very difficult to debug locally what could be the problem when you are tyring to integrate it with Android.

    Regards,

    Hardik Shah

  • Hi,

    Can you move the 'notifyk.vpssm3_sva=0xBF900000' to the end of the boot args? The address may be interpreted wrongly since it is in the middle of the bootargs.

    Regards,

    Arun