Android Release 11.11 Beagleboard XM => No menu

Bug #916825 reported by Adrien Ferré
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Linaro Android
Won't Fix
Undecided
Unassigned

Bug Description

Hi,

I built yesterday with following environment the Android 11.11 release for beagle:

MANIFEST_REPO=git://android.git.linaro.org/platform/manifest.git
MANIFEST_BRANCH=linaro-android-11.11-release
PRODUCT_MANIFEST=default.xml
TARGET_PRODUCT=beagleboard
TOOLCHAIN_URL=http://android-build.linaro.org/builds/~linaro-android/toolchain-4.6-2011.11/4/android-toolchain-eabi-linaro-4.6-2011.11-4-2011-11-15_12-22-49-linux-x86.tar.bz2
TOOLCHAIN_DIR=~/bin/android-toolchain-eabi

curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
chmod a+x ~/bin/repo
repo init -u git://android.git.linaro.org/platform/manifest.git -b ${MANIFEST_BRANCH} -m ${PRODUCT_MANIFEST}
repo sync -j4

cd ~/
wget --no-check-certificate ${TOOLCHAIN_URL}
tar -jxvf android-toolchain-eabi-linaro-4.6-2011.11-4-2011-11-15_12-22-49-linux-x86.tar.bz2
mv android-toolchain-eabi bin/

export START_DATE=`date`
make -j32 TARGET_PRODUCT=${TARGET_PRODUCT} TARGET_TOOLS_PREFIX=~/bin/android-toolchain-eabi/bin/arm-linux-androideabi- boottarball systemtarball userdatatarball

Android boots ok, but then when I try to open the menu (F1) I get a binder related error:

[ 24.004089] binder: 1114: binder_alloc_buf, no vma/r
[ 24.009246] binder: 1060:1066 transaction failed 29201, size 4-0/r
[ 24.015594] binder: send failed reply for transaction 548 to 1114:1114/r

Also not that I always have this kind of error on the beagle xm at boot time [ 11.804382] omap_device: omap_hsmmc.0: new worst case activate latency 0: 549316

See boot log below:

Texas Instruments X-Loader 1.5.1 (Jan 14 2012 - 22:20:45)/r
Beagle xM/r
Reading boot sector/r
Loading u-boot.bin from mmc/r
/r
/r
U-Boot 2011.09 (Jan 14 2012 - 22:20:47)/r
/r
OMAP36XX/37XX-GP ES1.2, CPU-OPP2, L3-165MHz, Max CPU Clock 1 Ghz/r
OMAP3 Beagle board + LPDDR/NAND/r
I2C: ready/r
DRAM: 512 MiB/r
WARNING: Caches not enabled/r
NAND: 0 MiB/r
MMC: OMAP SD/MMC: 0/r
*** Warning - readenv() failed, using default environment/r
/r
In: serial/r
Out: serial/r
Err: serial/r
Beagle xM Rev C/r
No EEPROM on expansion board/r
Die ID #388c00029ff80000016830100f008016/r
Net: No ethernet found./r
Hit any key to stop autoboot: 2  1  0 /r
The user button is currently NOT pressed./r
SD/MMC found on device 0/r
reading uEnv.txt/r
/r
** Unable to read "uEnv.txt" from mmc 0:1 **/r
reading boot.scr/r
/r
451 bytes read/r
Loaded script from boot.scr/r
Running bootscript from mmc0 .../r
## Executing script at 80200000/r
reading uImage/r
/r
4221864 bytes read/r
reading uInitrd/r
/r
195136 bytes read/r
## Booting kernel from Legacy Image at 80000000 .../r
   Image Name: Linux-3.1.1-10364-g4564065/r
   Image Type: ARM Linux Kernel Image (uncompressed)/r
   Data Size: 4221800 Bytes = 4 MiB/r
   Load Address: 80008000/r
   Entry Point: 80008000/r
   Verifying Checksum ... OK/r
## Loading init Ramdisk from Legacy Image at 81600000 .../r
   Image Name: Android Ramdisk Image/r
   Image Type: ARM Linux RAMDisk Image (gzip compressed)/r
   Data Size: 195072 Bytes = 190.5 KiB/r
   Load Address: 00000000/r
   Entry Point: 00000000/r
   Verifying Checksum ... OK/r
   Loading Kernel Image ... OK/r
OK/r
/r
Starting kernel .../r
/r
Uncompressing Linux... done, booting the kernel./r
[ 0.000000] Linux version 3.1.1-10364-g4564065 (ferre@ferre-desktop) (gcc version 4.6.2 (Linaro GCC 4.6-2011.11) ) #1 Sat Jan 14 22:26:12 CET 2012/r
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f/r
[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache/r
[ 0.000000] Machine: OMAP3 Beagle Board/r
[ 0.000000] Reserving 12582912 bytes SDRAM for VRAM/r
[ 0.000000] Memory policy: ECC disabled, Data cache writeback/r
[ 0.000000] OMAP3630 ES1.2 (l2cache iva sgx neon isp 192mhz_clk )/r
[ 0.000000] SRAM: Mapped pa 0x40200000 to va 0xfe400000 size: 0x10000/r
[ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/332/600 MHz/r
[ 0.000000] Reprogramming SDRC clock to 332000000 Hz/r
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 126976/r
[ 0.000000] Kernel command line: console=tty0 console=ttyO2,115200n8 rootwait ro earlyprintk fixrtc nocompcache vram=12M omapfb.mode=dvi:1024x768MR-16@60 mpurate=auto init=/init androidboot.console=ttyO2/r
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)/r
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)/r
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)/r
[ 0.000000] Memory: 500MB = 500MB total/r
[ 0.000000] Memory: 492408k/492408k available, 31880k reserved, 0K highmem/r
[ 0.000000] Virtual kernel memory layout:/r
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)/r
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)/r
[ 0.000000] vmalloc : 0xe0800000 - 0xf8000000 ( 376 MB)/r
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)/r
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)/r
[ 0.000000] .text : 0xc0008000 - 0xc07558fc (7479 kB)/r
[ 0.000000] .init : 0xc0756000 - 0xc0798000 ( 264 kB)/r
[ 0.000000] .data : 0xc0798000 - 0xc07b6878 ( 123 kB)/r
[ 0.000000] .bss : 0xc08300c0 - 0xc0e7f040 (6460 kB)/r
[ 0.000000] NR_IRQS:410/r
[ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts/r
[ 0.000000] Total of 96 interrupts on 1 active controller/r
[ 0.000000] OMAP clockevent source: GPTIMER12 at 32768 Hz/r
[ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms/r
[ 0.000000] Console: colour dummy device 80x30/r
[ 0.000000] console [tty0] enabled/r
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar/r
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8/r
[ 0.000000] ... MAX_LOCK_DEPTH: 48/r
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191/r
[ 0.000000] ... CLASSHASH_SIZE: 4096/r
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384/r
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768/r
[ 0.000000] ... CHAINHASH_SIZE: 16384/r
[ 0.000000] memory used by lock dependency info: 3695 kB/r
[ 0.000000] per task-struct memory footprint: 1152 bytes/r
[ 0.003417] Calibrating delay loop... 512.57 BogoMIPS (lpj=2002944)/r
[ 0.080657] pid_max: default: 32768 minimum: 301/r
[ 0.081054] Security Framework initialized/r
[ 0.081207] Mount-cache hash table entries: 512/r
[ 0.085266] CPU: Testing write buffer coherency: ok/r
[ 0.103149] print_constraints: dummy: /r
[ 0.104980] NET: Registered protocol family 16/r
[ 0.106018] GPMC revision 5.0/r
[ 0.113891] omap_device: omap_gpio.0: new worst case activate latency 0: 91552/r
[ 0.116516] OMAP GPIO hardware version 2.5/r
[ 0.129272] omap_mux_init: Add partition: #1: core, flags: 0/r
[ 0.131896] OMAP3 Beagle Rev: xM C/r
[ 0.139953] omap_device: omap_uart.0: new worst case activate latency 0: 30517/r
[ 0.147583] Found NAND on CS0/r
[ 0.147644] Registering NAND on CS0/r
[ 0.148986] Unable to get DVI reset GPIO/r
[ 0.149322] hw-breakpoint: debug architecture 0x4 unsupported./r
[ 0.158905] omap_device: omap-mcbsp.2: alias fck already exists/r
[ 0.159790] omap_device: omap-mcbsp.3: alias fck already exists/r
[ 0.164306] OMAP DMA hardware revision 5.0/r
[ 0.244049] bio: create slab <bio-0> at 0/r
[ 0.251861] SCSI subsystem initialized/r
[ 0.252471] omap_device: omap2_mcspi.1: new worst case activate latency 0: 30517/r
[ 0.256011] omap_device: omap2_mcspi.3: new worst case deactivate latency 0: 30517/r
[ 0.259857] usbcore: registered new interface driver usbfs/r
[ 0.260894] usbcore: registered new interface driver hub/r
[ 0.261718] usbcore: registered new device driver usb/r
[ 0.266662] omap_device: omap_i2c.1: new worst case activate latency 0: 30517/r
[ 0.275573] omap_i2c omap_i2c.1: bus 1 rev4.0 at 2600 kHz/r
[ 0.284698] twl4030: PIH (irq 7) chaining IRQs 368..375/r
[ 0.284881] twl4030: power (irq 373) chaining IRQs 376..383/r
[ 0.286590] twl4030: gpio (irq 368) chaining IRQs 384..401/r
[ 0.288024] _omap_mux_init_gpio: Could not set gpio192/r
[ 0.294708] print_constraints: VUSB1V5: 1500 mV normal standby/r
[ 0.297088] print_constraints: VUSB1V8: 1800 mV normal standby/r
[ 0.299011] print_constraints: VUSB3V1: 3100 mV normal standby/r
[ 0.305053] twl4030_usb twl4030_usb: Initialized TWL4030 USB module/r
[ 0.309387] print_constraints: VMMC1: 1850 <--> 3150 mV at 3000 mV normal standby/r
[ 0.311523] print_constraints: VDAC: 1800 mV normal standby/r
[ 0.313629] print_constraints: VDVI: 1800 mV normal standby/r
[ 0.316162] print_constraints: VSIM: 1800 <--> 3000 mV at 1800 mV normal standby/r
[ 0.316741] omap_device: omap_i2c.1: new worst case deactivate latency 0: 30517/r
[ 0.329132] omap_i2c omap_i2c.3: bus 3 rev4.0 at 100 kHz/r
[ 0.334472] Advanced Linux Sound Architecture Driver Version 1.0.24./r
[ 0.340698] cfg80211: Calling CRDA to update world regulatory domain/r
[ 0.342834] Switching to clocksource 32k_counter/r
[ 0.349395] Switched to NOHz mode on CPU #0/r
[ 0.471466] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)/r
[ 0.471771] omap_device: musb-omap2430.-1: new worst case activate latency 0: 30517/r
[ 0.472137] omap_device: omap_i2c.1: new worst case activate latency 0: 91552/r
[ 0.479583] musb-hdrc musb-hdrc: USB OTG mode controller at fa0ab000 using PIO, IRQ 92/r
[ 0.481597] NET: Registered protocol family 2/r
[ 0.482177] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)/r
[ 0.484130] TCP established hash table entries: 16384 (order: 5, 131072 bytes)/r
[ 0.484924] TCP bind hash table entries: 16384 (order: 7, 589824 bytes)/r
[ 0.496063] TCP: Hash tables configured (established 16384 bind 16384)/r
[ 0.496185] TCP reno registered/r
[ 0.496246] UDP hash table entries: 256 (order: 2, 20480 bytes)/r
[ 0.496643] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)/r
[ 0.497589] NET: Registered protocol family 1/r
[ 0.498596] Trying to unpack rootfs image as initramfs.../r
[ 0.503601] omap_device: musb-omap2430.-1: new worst case deactivate latency 0: 91552/r
[ 0.520782] Freeing initrd memory: 188K/r
[ 0.520843] NetWinder Floating Point Emulator V0.97 (double precision)/r
[ 0.710784] ashmem: initialized/r
[ 0.711425] VFS: Disk quotas dquot_6.5.2/r
[ 0.711547] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)/r
[ 0.715667] JFFS2 version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc./r
[ 0.717773] Btrfs loaded/r
[ 0.717926] msgmni has been set to 962/r
[ 0.722106] io scheduler noop registered/r
[ 0.722167] io scheduler deadline registered/r
[ 0.722351] io scheduler cfq registered (default)/r
[ 0.725341] omap_device: omapdss_dss.-1: new worst case activate latency 0: 61035/r
[ 0.725463] OMAP DSS rev 2.0/r
[ 0.725524] omap_device: omapdss_dss.-1: new worst case deactivate latency 0: 30517/r
[ 0.735626] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled/r
[ 0.742950] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0/r
[ 0.744628] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1/r
[ 0.745910] omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2/r
[ 1.481872] console [ttyO2] enabled/r
[ 1.486999] omap_uart.3: ttyO3 at MMIO 0x49042000 (irq = 80) is a OMAP UART3/r
[ 1.525817] brd: module loaded/r
[ 1.547180] loop: module loaded/r
[ 1.556396] mtdoops: mtd device (mtddev=name/number) must be supplied/r
[ 1.563385] omap2-nand driver initializing/r
[ 1.568298] No NAND device found./r
[ 1.572082] No NAND device found./r
[ 1.576538] OneNAND driver initializing/r
[ 1.588684] usbcore: registered new interface driver asix/r
[ 1.595245] usbcore: registered new interface driver cdc_ether/r
[ 1.602203] usbcore: registered new interface driver smsc75xx/r
[ 1.609008] usbcore: registered new interface driver smsc95xx/r
[ 1.615600] usbcore: registered new interface driver net1080/r
[ 1.622222] usbcore: registered new interface driver cdc_subset/r
[ 1.629089] usbcore: registered new interface driver zaurus/r
[ 1.635070] cdc_ncm: 04-Aug-2011/r
[ 1.639068] usbcore: registered new interface driver cdc_ncm/r
[ 1.645751] usbcore: registered new interface driver usb8xxx/r
[ 1.651794] libertas_sdio: Libertas SDIO driver/r
[ 1.656616] libertas_sdio: Copyright Pierre Ossman/r
[ 1.664001] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver/r
[ 3.686859] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller/r
[ 3.697509] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1/r
[ 3.705902] ehci-omap ehci-omap.0: irq 77, io mem 0x48064800/r
[ 3.725921] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00/r
[ 3.733001] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002/r
[ 3.740203] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1/r
[ 3.747833] usb usb1: Product: OMAP-EHCI Host Controller/r
[ 3.753448] usb usb1: Manufacturer: Linux 3.1.1-10364-g4564065 ehci_hcd/r
[ 3.760437] usb usb1: SerialNumber: ehci-omap.0/r
[ 3.769744] hub 1-0:1.0: USB hub found/r
[ 3.773986] hub 1-0:1.0: 3 ports detected/r
[ 3.812957] usbcore: registered new interface driver cdc_wdm/r
[ 3.818969] Initializing USB Mass Storage driver.../r
[ 3.824798] usbcore: registered new interface driver usb-storage/r
[ 3.831176] USB Mass Storage support registered./r
[ 3.837432] usbcore: registered new interface driver libusual/r
[ 3.844177] usbcore: registered new interface driver usbtest/r
[ 3.851837] omap_device: musb-omap2430.-1: new worst case activate latency 0: 91552/r
[ 3.878845] gadget: Mass Storage Function, version: 2009/09/11/r
[ 3.885162] gadget: Number of LUNs=1/r
[ 3.889038] lun0: LUN: removable file: (no medium)/r
[ 3.895843] gadget: android_usb ready/r
[ 3.904632] musb-hdrc musb-hdrc: MUSB HDRC host driver/r
[ 3.911987] musb-hdrc musb-hdrc: new USB bus registered, assigned bus number 2/r
[ 3.920135] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002/r
[ 3.927337] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1/r
[ 3.934967] usb usb2: Product: MUSB HDRC host driver/r
[ 3.940216] usb usb2: Manufacturer: Linux 3.1.1-10364-g4564065 musb-hcd/r
[ 3.947235] usb usb2: SerialNumber: musb-hdrc/r
[ 3.954986] hub 2-0:1.0: USB hub found/r
[ 3.959136] hub 2-0:1.0: 1 port detected/r
[ 3.968261] mousedev: PS/2 mouse device common for all mice/r
[ 3.981689] input: twl4030_pwrbutton as /devices/platform/omap/omap_i2c.1/i2c-1/1-0049/twl4030_pwrbutton/input/input0/r
[ 4.000823] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0/r
[ 4.008941] i2c /dev entries driver/r
[ 4.017364] lirc_dev: IR Remote Control driver registered, major 250 /r
[ 4.024383] IR NEC protocol handler initialized/r
[ 4.029174] IR RC5(x) protocol handler initialized/r
[ 4.034271] IR RC6 protocol handler initialized/r
[ 4.039093] IR JVC protocol handler initialized/r
[ 4.043853] IR Sony protocol handler initialized/r
[ 4.048767] IR RC5 (streamzap) protocol handler initialized/r
[ 4.054840] IR MCE Keyboard/mouse protocol handler initialized/r
[ 4.061004] IR LIRC bridge handler initialized/r
[ 4.065734] Linux video capture interface: v2.00/r
[ 4.072875] usbcore: registered new interface driver uvcvideo/r
[ 4.079010] USB Video Class driver (1.1.1)/r
[ 4.083892] Driver for 1-wire Dallas network protocol./r
[ 4.091125] omap_device: omap_wdt.-1: new worst case activate latency 0: 30517/r
[ 4.100555] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec/r
[ 4.106994] omap_device: omap_wdt.-1: new worst case deactivate latency 0: 30517/r
[ 4.116668] twl4030_wdt twl4030_wdt: Failed to register misc device/r
[ 4.123352] twl4030_wdt: probe of twl4030_wdt failed with error -16/r
[ 4.130767] cpuidle: using governor ladder/r
[ 4.135192] cpuidle: using governor menu/r
[ 4.139648] usb 1-2: new high speed USB device number 2 using ehci-omap/r
[ 4.152038] omap_device: omap_hsmmc.0: new worst case activate latency 0: 213623/r
[ 4.164001] omap_device: omap_hsmmc.0: new worst case deactivate latency 0: 30517/r
[ 4.173553] omap_device: omap_hsmmc.0: new worst case activate latency 0: 244140/r
[ 4.185577] usbcore: registered new interface driver usbhid/r
[ 4.191528] usbhid: USB HID core driver/r
[ 4.197845] logger: created 256K log 'log_main'/r
[ 4.203521] logger: created 256K log 'log_events'/r
[ 4.209197] logger: created 256K log 'log_radio'/r
[ 4.215118] logger: created 256K log 'log_system'/r
[ 4.224761] usbcore: registered new interface driver snd-usb-audio/r
[ 4.236633] ALSA device list:/r
[ 4.239776] No soundcards found./r
[ 4.243438] oprofile: hardware counters not available/r
[ 4.248748] oprofile: using timer interrupt./r
[ 4.253906] TCP cubic registered/r
[ 4.257385] Initializing XFRM netlink socket/r
[ 4.262054] NET: Registered protocol family 17/r
[ 4.267059] NET: Registered protocol family 15/r
[ 4.271759] lib80211: common routines for IEEE802.11 drivers/r
[ 4.277862] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3/r
[ 4.294158] omap_device: omap_i2c.1: new worst case deactivate latency 0: 61035/r
[ 4.339965] clock: disabling unused clocks to save power/r
[ 4.348754] usb 1-2: New USB device found, idVendor=0424, idProduct=9514/r
[ 4.355926] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0/r
[ 4.367340] fbcvt: 1024x768@60: CVT Name - .786M3-R/r
[ 4.375091] hub 1-2:1.0: USB hub found/r
[ 4.379333] hub 1-2:1.0: 5 ports detected/r
[ 4.399108] regulator_init_complete: VDAC: incomplete constraints, leaving on/r
[ 4.411499] input: gpio-keys as /devices/platform/gpio-keys/input/input1/r
[ 4.421874] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:01:38 UTC (946684898)/r
[ 4.433593] Freeing init memory: 264K/r
[ 4.531372] mmc0: host does not support reading read-only switch. assuming write-enable./r
[ 4.545196] mmc0: new SDHC card at address 1234/r
[ 4.556579] mmcblk0: mmc0:1234 SA04G 3.63 GiB /r
[ 4.576995] mmcblk0: p1 p2 p3 p4 < p5 p6 >/r
[ 4.679809] usb 1-2.1: new high speed USB device number 3 using ehci-omap/r
[ 4.806091] usb 1-2.1: New USB device found, idVendor=0424, idProduct=ec00/r
[ 4.813446] usb 1-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0/r
[ 4.833923] smsc95xx v1.0.4/r
[ 4.999755] smsc95xx 1-2.1:1.0: eth0: register 'smsc95xx' at usb-ehci-omap.0-2.1, smsc95xx USB 2.0 Ethernet, b2:c5:d2:9d:d4:a3/r
[ 5.022674] omap_device: omap_hsmmc.0: new worst case activate latency 0: 335693/r
[ 5.056365] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)/r
[ 5.101196] usb 1-2.2: new low speed USB device number 4 using ehci-omap/r
[ 5.232025] usb 1-2.2: New USB device found, idVendor=046d, idProduct=c01d/r
[ 5.239288] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0/r
[ 5.247039] usb 1-2.2: Product: USB-PS/2 Optical Mouse/r
[ 5.252471] usb 1-2.2: Manufacturer: Logitech/r
[ 5.271911] input: Logitech USB-PS/2 Optical Mouse as /devices/platform/usbhs-omap.0/ehci-omap.0/usb1/1-2/1-2.2/1-2.2:1.0/input/input2/r
[ 5.288696] generic-usb 0003:046D:C01D.0001: input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-ehci-omap.0-2.2/input0/r
[ 5.390380] usb 1-2.4: new low speed USB device number 5 using ehci-omap/r
[ 5.534637] usb 1-2.4: New USB device found, idVendor=04d9, idProduct=1503/r
[ 5.541900] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0/r
[ 5.549652] usb 1-2.4: Product: USB Keyboard/r
[ 5.554168] usb 1-2.4: Manufacturer: /r
[ 5.578216] input: USB Keyboard as /devices/platform/usbhs-omap.0/ehci-omap.0/usb1/1-2/1-2.4/1-2.4:1.0/input/input3/r
[ 5.591766] generic-usb 0003:04D9:1503.0002: input: USB HID v1.10 Keyboard [ USB Keyboard] on usb-ehci-omap.0-2.4/input0/r
[ 5.626586] input: USB Keyboard as /devices/platform/usbhs-omap.0/ehci-omap.0/usb1/1-2/1-2.4/1-2.4:1.1/input/input4/r
[ 5.639434] generic-usb 0003:04D9:1503.0003: input: USB HID v1.10 Device [ USB Keyboard] on usb-ehci-omap.0-2.4/input1/r
[ 6.023284] EXT4-fs (mmcblk0p3): recovery complete/r
[ 6.271301] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)/r
[ 7.473358] EXT4-fs (mmcblk0p5): recovery complete/r
[ 7.483306] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null)/r
[ 7.527832] android_usb: already disabled/r
[ 7.533599] adb_bind_config/r
[ 7.546478] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead./r
[ 7.597412] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'/r
[ 7.631530] init: cannot execve('/system/etc/init.omap3.sh'): Permission denied/r
[ 7.654449] adb_open/r
# [ 7.795349] input: Fake Touchscreen as /devices/virtual/input/input5/r
[ 8.034576] warning: `rild' uses 32-bit capabilities (legacy support in use)/r
[ 11.804382] omap_device: omap_hsmmc.0: new worst case activate latency 0: 549316/r
[ 23.474395] request_suspend_state: wakeup (3->0) at 23529907229 (2000-01-01 00:01:57.539459230 UTC)/r
[ 24.004089] binder: 1114: binder_alloc_buf, no vma/r
[ 24.009246] binder: 1060:1066 transaction failed 29201, size 4-0/r
[ 24.015594] binder: send failed reply for transaction 548 to 1114:1114/r

Revision history for this message
Oren Rokach (oren-n) wrote :

Hi Adrien
i have encountered the same on pandaboard. very same as you descriobe
have you foudn the root cause for it?

Thansk,
Oren.

Changed in linaro-android:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.