https://android-build.linaro.org/builds ... 1-release/
and booted it from my Pandaboard Rev. A2. It likely boot up ok with default display to a HDMI port.
I tested with it's Ethernet and Web Browser and they all workes ok;
I tested with it's 0xBenchmark and it reports 3D OPENGL performance is about 27fps;
I tested with it's GLMark2 and it reports drivers no finding failure;
I did not find a way to play video and audio yet.
Code: Select all
U-Boot SPL 2011.12 (Jan 23 2012 - 06:58:39)
Texas Instruments OMAP4430 ES2.1
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.img
U-Boot 2011.12 (Jan 23 2012 - 06:58:39)
CPU : OMAP4430 ES2.1
Board: OMAP4 Panda
I2C: ready
DRAM: 1 GiB
WARNING: Caches not enabled
MMC: OMAP SD/MMC: 0
Using default environment
In: serial
Out: serial
Err: serial
Net: No ethernet found.
Hit any key to stop autoboot: 0
reading uEnv.txt
** Unable to read "uEnv.txt" from mmc 0:1 **
reading boot.scr
449 bytes read
Loaded script from boot.scr
Running bootscript from mmc0 ...
## Executing script at 82000000
reading uImage
4370976 bytes read
reading uInitrd
165635 bytes read
## Booting kernel from Legacy Image at 80200000 ...
Image Name: Linux-3.2.0-rc6-22342-g018e902
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 4370912 Bytes = 4.2 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 81600000 ...
Image Name: Android Ramdisk Image
Image Type: ARM Linux RAMDisk Image (gzip compressed)
Data Size: 165571 Bytes = 161.7 KiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Linux version 3.2.0-rc6-22342-g018e902 (jenkins-build@ip-10-46-113-103) (gcc version 4.6.3 20120105 (prerelease) (Linaro GCC 4.6-2012.01) ) #1 SMP Mon Jan 23 07:52:18 UTC 2012
[ 0.000000] CPU: ARMv7 Processor [411fc092] revision 2 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: OMAP4 Panda board
[ 0.000000] Truncating RAM at a0000000-bfffffff to -afffffff (vmalloc region overlap).
[ 0.000000] Reserving 50331648 bytes SDRAM for VRAM
[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
[ 0.000000] OMAP4430 ES2.1
[ 0.000000] PERCPU: Embedded 8 pages/cpu @c14f2000 s10944 r8192 d13632 u32768
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 168448
[ 0.000000] Kernel command line: console=ttyO2,115200n8 rootwait ro earlyprintk fixrtc nocompcache vram=48M omapfb.vram=0:24M,1:24M mem=456M@0x80000000 mem=512M@0xA0000000 init=/init androidboot.console=ttyO2
[ 0.000000]
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 456MB 208MB = 664MB total
[ 0.000000] Memory: 657924k/657924k available, 71164k 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] vmalloc : 0xf0800000 - 0xf8000000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc07b6164 (7865 kB)
[ 0.000000] .init : 0xc07b7000 - 0xc0801ac0 ( 299 kB)
[ 0.000000] .data : 0xc0802000 - 0xc0890f20 ( 572 kB)
[ 0.000000] .bss : 0xc0890f44 - 0xc0ee4ce0 (6480 kB)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS:410
[ 0.000000] omap_hwmod: dpll_mpu_m2_ck: missing clockdomain for dpll_mpu_m2_ck.
[ 0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
[ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
[ 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.000762] Calibrating delay loop... 1590.23 BogoMIPS (lpj=6213632)
[ 0.062499] pid_max: default: 32768 minimum: 301
[ 0.063110] Security Framework initialized
[ 0.063323] Mount-cache hash table entries: 512
[ 0.067016] CPU: Testing write buffer coherency: ok
[ 0.067932] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.067993] Calibrating local timer... 390.17MHz.
[ 0.109588] L310 cache controller enabled
[ 0.109588] l2x0: 16 ways, CACHE_ID 0x410000c4, AUX_CTRL 0x7e470000, Cache size: 1048576 B
[ 0.112121] CPU1: Booted secondary processor
[ 0.140045] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.140075] CPU1: Unknown IPI message 0x1
[ 0.140228] Brought up 2 CPUs
[ 0.140228] SMP: Total of 2 processors activated (3144.71 BogoMIPS).
[ 0.149383] omap_hwmod: l3_div_ck: missing clockdomain for l3_div_ck.
[ 0.152618] omap_hwmod: dmm: _wait_target_disable failed
[ 0.155181] omap_hwmod: emif_fw: _wait_target_disable failed
[ 0.157775] omap_hwmod: l3_main_1: _wait_target_disable failed
[ 0.160339] omap_hwmod: l3_main_2: _wait_target_disable failed
[ 0.162902] omap_hwmod: l4_abe: _wait_target_disable failed
[ 0.165466] omap_hwmod: l4_cfg: _wait_target_disable failed
[ 0.168029] omap_hwmod: l4_per: _wait_target_disable failed
[ 0.171081] omap_hwmod: l4_wkup: _wait_target_disable failed
[ 0.173675] omap_hwmod: dma_system: _wait_target_disable failed
[ 0.176300] omap_hwmod: dss_core: _wait_target_disable failed
[ 0.178894] omap_hwmod: dss_dispc: _wait_target_disable failed
[ 0.181457] omap_hwmod: dss_dsi1: _wait_target_disable failed
[ 0.184020] omap_hwmod: dss_dsi2: _wait_target_disable failed
[ 0.186614] omap_hwmod: dss_hdmi: _wait_target_disable failed
[ 0.189178] omap_hwmod: dss_rfbi: _wait_target_disable failed
[ 0.191741] omap_hwmod: dss_venc: _wait_target_disable failed
[ 0.195251] omap_hwmod: mailbox: _wait_target_disable failed
[ 0.197906] omap_hwmod: mcpdm: cannot be enabled (3)
[ 0.200683] omap_hwmod: spinlock: _wait_target_disable failed
[ 0.206512] print_constraints: dummy:
[ 0.207519] NET: Registered protocol family 16
[ 0.208099] GPMC revision 6.0
[ 0.214263] OMAP GPIO hardware version 0.1
[ 0.221801] omap_mux_init: Add partition: #1: core, flags: 2
[ 0.223388] omap_mux_init: Add partition: #2: wkup, flags: 2
[ 0.223571] error setting wl12xx data
[ 0.236083] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[ 0.236114] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.247497] OMAP DMA hardware revision 0.0
[ 0.292602] bio: create slab <bio-0> at 0
[ 0.294616] print_constraints: vwl1271: 1800 mV
[ 0.297637] SCSI subsystem initialized
[ 0.302307] usbcore: registered new interface driver usbfs
[ 0.302886] usbcore: registered new interface driver hub
[ 0.303222] usbcore: registered new device driver usb
[ 0.315856] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 400 kHz
[ 0.318542] Skipping twl internal clock init and using bootloader value (unknown osc rate)
[ 0.319519] twl6030: PIH (irq 39) chaining IRQs 368..387
[ 0.321197] print_constraints: VUSB: 3300 mV normal standby
[ 0.520721] twl6030_usb twl6030_usb: Initialized TWL6030 USB module
[ 0.522338] print_constraints: VMMC: 1200 <--> 3000 mV at 3000 mV normal standby
[ 0.523559] print_constraints: VPP: 1800 <--> 2500 mV at 1900 mV normal standby
[ 0.524871] print_constraints: VCXIO: 1800 mV normal standby
[ 0.525817] print_constraints: VDAC: 1800 mV normal standby
[ 0.527038] print_constraints: VAUX2_6030: 1200 <--> 2800 mV at 1800 mV normal standby
[ 0.528198] print_constraints: VAUX3_6030: 1000 <--> 3000 mV at 1200 mV normal standby
[ 0.529266] print_constraints: CLK32KG:
[ 0.530212] print_constraints: VANA: 2100 mV normal standby
[ 0.544036] omap_i2c omap_i2c.2: bus 2 rev2.4.0 at 400 kHz
[ 0.559265] omap_i2c omap_i2c.3: bus 3 rev2.4.0 at 100 kHz
[ 0.574615] omap_i2c omap_i2c.4: bus 4 rev2.4.0 at 400 kHz
[ 0.577026] Advanced Linux Sound Architecture Driver Version 1.0.24.
[ 0.581298] Switching to clocksource 32k_counter
[ 0.581726] cfg80211: Calling CRDA to update world regulatory domain
[ 0.653900] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
[ 0.655548] musb-hdrc musb-hdrc: USB OTG mode controller at fc0ab000 using PIO, IRQ 124
[ 0.656311] NET: Registered protocol family 2
[ 0.656738] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.657989] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.660858] TCP bind hash table entries: 65536 (order: 9, 2359296 bytes)
[ 0.680480] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.680664] TCP reno registered
[ 0.680694] UDP hash table entries: 512 (order: 3, 40960 bytes)
[ 0.681060] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes)
[ 0.681976] NET: Registered protocol family 1
[ 0.682586] Trying to unpack rootfs image as initramfs...
[ 0.695068] Freeing initrd memory: 160K
[ 0.695068] NetWinder Floating Point Emulator V0.97 (double precision)
[ 0.900329] ashmem: initialized
[ 0.900878] VFS: Disk quotas dquot_6.5.2
[ 0.901062] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.903808] JFFS2 version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.904998] Btrfs loaded
[ 0.905059] msgmni has been set to 1285
[ 0.907226] io scheduler noop registered
[ 0.907226] io scheduler deadline registered
[ 0.907348] io scheduler cfq registered (default)
[ 0.909271] OMAP DSS rev 4.0
[ 0.911865] omap_hwmod: dss_core: _wait_target_disable failed
[ 0.915313] omap_hwmod: dss_dispc: _wait_target_disable failed
[ 0.918151] omap_hwmod: dss_core: _wait_target_disable failed
[ 0.921112] omap_hwmod: dss_dispc: _wait_target_disable failed
[ 0.923675] omap_hwmod: dss_core: _wait_target_disable failed
[ 0.924438] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.089996] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
[ 1.214477] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
[ 1.339447] omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
[ 2.208587] console [ttyO2] enabled
[ 2.253509] omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
[ 2.309967] brd: module loaded
[ 2.323486] loop: module loaded
[ 2.330200] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 2.337036] omap2-nand driver initializing
[ 2.341766] OneNAND driver initializing
[ 2.350158] usbcore: registered new interface driver usb8xxx
[ 2.356170] libertas_sdio: Libertas SDIO driver
[ 2.360931] libertas_sdio: Copyright Pierre Ossman
[ 2.366546] usbcore: registered new interface driver asix
[ 2.372528] usbcore: registered new interface driver cdc_ether
[ 2.378997] usbcore: registered new interface driver smsc75xx
[ 2.385314] usbcore: registered new interface driver smsc95xx
[ 2.391662] usbcore: registered new interface driver net1080
[ 2.397918] usbcore: registered new interface driver cdc_subset
[ 2.404449] usbcore: registered new interface driver zaurus
[ 2.410369] cdc_ncm: 04-Aug-2011
[ 2.414031] usbcore: registered new interface driver cdc_ncm
[ 2.421630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.428955] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[ 2.437530] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
[ 2.445770] ehci-omap ehci-omap.0: irq 109, io mem 0x4a064c00
[ 2.464385] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[ 2.471130] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.478302] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.485900] usb usb1: Product: OMAP-EHCI Host Controller
[ 2.491516] usb usb1: Manufacturer: Linux 3.2.0-rc6-22342-g018e902 ehci_hcd
[ 2.498870] usb usb1: SerialNumber: ehci-omap.0
[ 2.505889] hub 1-0:1.0: USB hub found
[ 2.509948] hub 1-0:1.0: 3 ports detected
[ 2.543060] usbcore: registered new interface driver cdc_wdm
[ 2.549011] Initializing USB Mass Storage driver...
[ 2.554534] usbcore: registered new interface driver usb-storage
[ 2.560882] USB Mass Storage support registered.
[ 2.566406] usbcore: registered new interface driver libusual
[ 2.572784] usbcore: registered new interface driver usbtest
[ 2.780334] gadget: Mass Storage Function, version: 2009/09/11
[ 2.786590] gadget: Number of LUNs=1
[ 2.790435] lun0: LUN: removable file: (no medium)
[ 2.796417] gadget: android_usb ready
[ 2.995300] musb-hdrc musb-hdrc: MUSB HDRC host driver
[ 3.001617] musb-hdrc musb-hdrc: new USB bus registered, assigned bus number 2
[ 3.009460] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.016632] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.024230] usb usb2: Product: MUSB HDRC host driver
[ 3.029479] usb usb2: Manufacturer: Linux 3.2.0-rc6-22342-g018e902 musb-hcd
[ 3.036804] usb usb2: SerialNumber: musb-hdrc
[ 3.043060] hub 2-0:1.0: USB hub found
[ 3.047058] hub 2-0:1.0: 1 port detected
[ 3.053619] mousedev: PS/2 mouse device common for all mice
[ 3.063079] twl_rtc twl_rtc: Power up reset detected.
[ 3.069335] twl_rtc twl_rtc: Enabling TWL-RTC.
[ 3.076385] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[ 3.083435] i2c /dev entries driver
[ 3.090209] lirc_dev: IR Remote Control driver registered, major 250
[ 3.097045] IR NEC protocol handler initialized
[ 3.101837] IR RC5(x) protocol handler initialized
[ 3.106964] IR RC6 protocol handler initialized
[ 3.111724] IR JVC protocol handler initialized
[ 3.116485] IR Sony protocol handler initialized
[ 3.121368] IR RC5 (streamzap) protocol handler initialized
[ 3.127227] IR MCE Keyboard/mouse protocol handler initialized
[ 3.128479] usb 1-1: new high-speed USB device number 2 using ehci-omap
[ 3.140319] IR LIRC bridge handler initialized
[ 3.144989] Linux video capture interface: v2.00
[ 3.150482] usbcore: registered new interface driver uvcvideo
[ 3.156616] USB Video Class driver (1.1.1)
[ 3.161224] Driver for 1-wire Dallas network protocol.
[ 3.168701] OMAP Watchdog Timer Rev 0x00: initial timeout 60 sec
[ 3.175781] cpuidle: using governor ladder
[ 3.180084] cpuidle: using governor menu
[ 3.194671] usbcore: registered new interface driver usbhid
[ 3.200592] usbhid: USB HID core driver
[ 3.205871] logger: created 256K log 'log_main'
[ 3.211090] logger: created 256K log 'log_events'
[ 3.216430] logger: created 256K log 'log_radio'
[ 3.221618] logger: created 256K log 'log_system'
[ 3.228942] usbcore: registered new interface driver snd-usb-audio
[ 3.238372] ALSA device list:
[ 3.241516] No soundcards found.
[ 3.245117] oprofile: hardware counters not available
[ 3.250732] oprofile: using timer interrupt.
[ 3.255737] TCP cubic registered
[ 3.259155] Initializing XFRM netlink socket
[ 3.263824] NET: Registered protocol family 17
[ 3.268676] NET: Registered protocol family 15
[ 3.273376] lib80211: common routines for IEEE802.11 drivers
[ 3.279418] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 1
[ 3.287658] Registering SWP/SWPB emulation handler
[ 3.292785] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[ 3.297912] omap_vc_i2c_init: I2C config for all channels must match.
[ 3.297943] omap_vc_i2c_init: I2C config for all channels must match.
[ 3.298797] Power Management for TI OMAP4.
[ 3.317687] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.327453] hub 1-1:1.0: USB hub found
[ 3.331573] hub 1-1:1.0: 5 ports detected
[ 3.336425] omapfb omapfb: no driver for display: dvi
[ 3.361114] omapdss DISPC error: SYNC_LOST on channel tv, restarting the output with video overlays disabled
[ 3.456573] omapdss DISPC error: timeout waiting for digit out to stop
[ 3.465270] mmc0: host does not support reading read-only switch. assuming write-enable.
[ 3.475891] mmc0: new high speed SDHC card at address 1234
[ 3.483612] mmcblk0: mmc0:1234 SA04G 3.65 GiB
[ 3.495635] mmcblk0: p1 p2 p3 p4 < p5 p6 >
[ 3.515563] omap_hwmod: dss_hdmi: _wait_target_disable failed
[ 3.521667] omapdss DISPC error: SYNC_LOST on channel tv, restarting the output with video overlays disabled
[ 3.583374] omap_hwmod: dss_dispc: _wait_target_disable failed
[ 3.589691] omapdss DISPC error: SYNC_LOST on channel tv, restarting the output with video overlays disabled
[ 3.649597] omapdss DISPC error: SYNC_LOST on channel tv, restarting the output with video overlays disabled
[ 3.667663] usb 1-1.1: new high-speed USB device number 3 using ehci-omap
[ 3.711547] omap_hwmod: dss_dispc: _wait_target_disable failed
[ 3.717742] omapdss DISPC error: SYNC_LOST on channel tv, restarting the output with video overlays disabled
[ 3.758850] regulator_init_complete: VANA: incomplete constraints, leaving on
[ 3.767700] regulator_init_complete: VDAC: incomplete constraints, leaving on
[ 3.775909] regulator_init_complete: VUSB: incomplete constraints, leaving on
[ 3.785095] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
[ 3.785461] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 3.785461] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.789093] smsc95xx v1.0.4
[ 3.813415] Freeing init memory: 296K
[ 3.870361] smsc95xx 1-1.1:1.0: eth0: register 'smsc95xx' at usb-ehci-omap.0-1.1, smsc95xx USB 2.0 Ethernet, b6:6c:b9:c6:f7:fc
[ 4.070281] init: cannot open '/initlogo.rle'
[ 4.097015] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 5.320404] EXT4-fs (mmcblk0p3): recovery complete
[ 5.630676] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
[ 10.030029] EXT4-fs (mmcblk0p5): recovery complete
[ 10.038085] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null)
[ 10.067993] android_usb: already disabled
[ 10.072906] adb_bind_config
[ 10.292022] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
[ 10.301605] init: cannot find '/system/bin/pvrsrvinit', disabling 'pvrsrvinit'
[ 10.309326] init: cannot find '/system/bin/uim', disabling 'uim'
[ 10.426391] Disabling lock debugging due to kernel taint
[ 10.632873] adb_bind_config
[ 10.833221] adb_open
root@android:/ # [ 11.151672] warning: `rild' uses 32-bit capabilities (legacy support in use)
[ 25.798156] er.ServerThread (1127): /proc/1112/oom_adj is deprecated, please use /proc/1112/oom_score_adj instead.
[ 30.259796] request_suspend_state: wakeup (3->0) at 30264190675 (2000-01-01 00:00:26.973297119 UTC)
[ 30.800170] acc_open
[ 30.802520] acc_release
[ 72.226440] binder: release 1459:1459 transaction 5887 out, still active
[ 72.233520] binder: release 1459:1499 transaction 5869 out, still active
[ 72.240600] binder: release 1459:1500 transaction 5874 out, still active
[ 72.247680] binder: release 1459:1501 transaction 5890 out, still active
[ 74.738525] binder: 1258:1285 transaction failed 29189, size 32-4
[ 74.744934] binder: send failed reply for transaction 5869, target dead
[ 74.873321] binder: 1258:1502 transaction failed 29189, size 2396-0
[ 74.879943] binder: send failed reply for transaction 5887, target dead
[ 74.931518] binder: 1258:1286 transaction failed 29189, size 32-4
[ 74.938201] binder: send failed reply for transaction 5874, target dead
[ 74.946441] binder: 1258:1503 transaction failed 29189, size 32-4
[ 74.952911] binder: send failed reply for transaction 5890, target dead
[ 103.559051] usb 1-1.2: new low-speed USB device number 4 using ehci-omap
[ 103.751403] usb 1-1.2: New USB device found, idVendor=413c, idProduct=3016
[ 103.758697] usb 1-1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 103.766418] usb 1-1.2: Product: Dell Premium USB Optical Mouse
[ 103.824615] input: Dell Premium USB Optical Mouse as /devices/platform/usbhs-omap.0/ehci-omap.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input0
[ 103.886474] generic-usb 0003:413C:3016.0001: input: USB HID v1.11 Mouse [Dell Premium USB Optical Mouse] on usb-ehci-omap.0-1.2/input0
[ 104.042205] request_suspend_state: sleep (0->3) at 104046600343 (2000-01-01 00:01:40.755706787 UTC)
[ 113.359130] request_suspend_state: wakeup (3->0) at 113363525393 (2000-01-01 00:01:50.072631837 UTC)
[ 123.670684] request_suspend_state: sleep (0->3) at 123675079346 (2000-01-01 00:02:00.384185790 UTC)
[ 126.101531] usb 1-1.2: USB disconnect, device number 4
[ 128.128723] usb 1-1.3: new low-speed USB device number 5 using ehci-omap
[ 128.258758] usb 1-1.3: New USB device found, idVendor=413c, idProduct=3016
[ 128.266021] usb 1-1.3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 128.273742] usb 1-1.3: Product: Dell Premium USB Optical Mouse
[ 128.285949] input: Dell Premium USB Optical Mouse as /devices/platform/usbhs-omap.0/ehci-omap.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input1
[ 128.299743] generic-usb 0003:413C:3016.0002: input: USB HID v1.11 Mouse [Dell Premium USB Optical Mouse] on usb-ehci-omap.0-1.3/input0
[ 131.206848] usb 1-1.2: new low-speed USB device number 6 using ehci-omap
[ 131.337371] usb 1-1.2: New USB device found, idVendor=0603, idProduct=00f2
[ 131.344635] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 131.352355] usb 1-1.2: Product: USB Keyboard
[ 131.356842] usb 1-1.2: Manufacturer: NOVATEK
[ 131.367553] input: NOVATEK USB Keyboard as /devices/platform/usbhs-omap.0/ehci-omap.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input2
[ 131.379730] generic-usb 0003:0603:00F2.0003: input: USB HID v1.10 Keyboard [NOVATEK USB Keyboard] on usb-ehci-omap.0-1.2/input0
[ 131.400024] input: NOVATEK USB Keyboard as /devices/platform/usbhs-omap.0/ehci-omap.0/usb1/1-1/1-1.2/1-1.2:1.1/input/input3
[ 131.412475] generic-usb 0003:0603:00F2.0004: input: USB HID v1.10 Device [NOVATEK USB Keyboard] on usb-ehci-omap.0-1.2/input1
[ 133.473632] request_suspend_state: wakeup (3->0) at 133478027351 (2000-01-01 00:02:10.187133795 UTC)
[ 223.492004] binder: release proc 1323, transaction 19078, not freed