First try of Linaro Android 12.01 Pandaboard

Discuss TI Beagleboard, Pandaboard, their related extensions and accessories
esky-sh
Posts: 1435
Joined: Sat Dec 20, 2008 4:21 am

First try of Linaro Android 12.01 Pandaboard

Post by esky-sh » Tue Jan 24, 2012 2:36 am

I downloaded the test image from
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


esky-sh
Posts: 1435
Joined: Sat Dec 20, 2008 4:21 am

Re: First try of Linaro Android 12.01 Pandaboard

Post by esky-sh » Tue Jan 24, 2012 2:58 am

here is boot.scr

Code: Select all

setenv initrd_high "0xffffffff"
setenv fdt_high "0xffffffff"
setenv bootcmd "fatload mmc 0:1 0x80200000 uImage; fatload mmc 0:1 0x81600000 uInitrd; bootm 0x80200000 0x81600000"
setenv bootargs "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 
"
boot

esky-sh
Posts: 1435
Joined: Sat Dec 20, 2008 4:21 am

Re: First try of Linaro Android 12.01 Pandaboard

Post by esky-sh » Wed Jan 25, 2012 1:07 am

Today I tried another images of 'tracking-panda-12.01-release'
https://android-build.linaro.org/builds ... e/#build=5

I found it could not display to my DELL 1600X1200 display through HDMI port.

Code: Select all

U-Boot SPL 2011.12 (Jan 23 2012 - 06:10:01)
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:10:01)

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

4404960 bytes read
reading uInitrd

165635 bytes read
## Booting kernel from Legacy Image at 80200000 ...
   Image Name:   Linux-3.2.0-rc7+
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4404896 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-rc7+ (jenkins-build@ip-10-4-193-213) (gcc ver                                                                                                                     sion 4.6.3 20120105 (prerelease) (Linaro GCC 4.6-2012.01) ) #1 SMP PREEMPT Mon J                                                                                                                     an 23 06:51:48 UTC 2012
[    0.000000] CPU: ARMv7 Processor [411fc092] revision 2 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instructio                                                                                                                     n cache
[    0.000000] Machine: OMAP4 Panda board
[    0.000000] Reserving 50331648 bytes SDRAM for VRAM
[    0.000000] cma: CMA: reserved 32 MiB at 9a000000
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] OMAP4430 ES2.1
[    0.000000] PERCPU: Embedded 8 pages/cpu @e0808000 s10176 r8192 d14400 u32768
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pag                                                                                                                     es: 233216
[    0.000000] Kernel command line: console=ttyO2,115200n8 rootwait ro earlyprin                                                                                                                     tk fixrtc nocompcache vram=48M omapfb.vram=0:24M,1:24M mem=456M@0x80000000 mem=5                                                                                                                     12M@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 463MB = 919MB total
[    0.000000] Memory: 888892k/888892k available, 102340k reserved, 211968K high                                                                                                                     mem
[    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]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc07ec2c4   (8081 kB)
[    0.000000]       .init : 0xc07ed000 - 0xc082d7c0   ( 258 kB)
[    0.000000]       .data : 0xc082e000 - 0xc088f790   ( 390 kB)
[    0.000000]        .bss : 0xc088f7b4 - 0xc0a3a520   (1708 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:410
[    0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
[    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 13                                                                                                                     1071999ms
[    0.000000] Console: colour dummy device 80x30
[    0.000366] Calibrating delay loop... 1598.59 BogoMIPS (lpj=6242304)
[    0.070373] pid_max: default: 32768 minimum: 301
[    0.070587] Security Framework initialized
[    0.070709] Mount-cache hash table entries: 512
[    0.071441] CPU: Testing write buffer coherency: ok
[    0.071655] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.071716] Calibrating local timer... 390.28MHz.
[    0.117431] L310 cache controller enabled
[    0.117462] l2x0: 16 ways, CACHE_ID 0x410000c4, AUX_CTRL 0x5e470000, Cache si                                                                                                                     ze: 1048576 B
[    0.194000] CPU1: Booted secondary processor
[    0.224151] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.224182] CPU1: Unknown IPI message 0x1
[    0.224182] Brought up 2 CPUs
[    0.224212] SMP: Total of 2 processors activated (3152.07 BogoMIPS).
[    0.224731] devtmpfs: initialized
[    0.227722] omap_hwmod: l4_div_ck: missing clockdomain for l4_div_ck.
[    0.280700] omap_hwmod: mcpdm: _wait_target_ready: -16
[    0.280700] ------------[ cut here ]------------
[    0.280731] WARNING: at /mnt/jenkins/workspace/linaro-android_tracking-panda-                                                                                                                     12.01-release/build/kernel/arch/arm/mach-omap2/omap_hwmod.c:1509 _enable+0x1c8/0                                                                                                                     x28c()
[    0.280761] Modules linked in:
[    0.280792] [<c0019c10>] (unwind_backtrace+0x0/0xf8) from [<c0042858>] (warn_                                                                                                                     slowpath_common+0x4c/0x64)
[    0.280822] [<c0042858>] (warn_slowpath_common+0x4c/0x64) from [<c004288c>] (                                                                                                                     warn_slowpath_null+0x1c/0x24)
[    0.280822] [<c004288c>] (warn_slowpath_null+0x1c/0x24) from [<c00227a0>] (_e                                                                                                                     nable+0x1c8/0x28c)
[    0.280853] [<c00227a0>] (_enable+0x1c8/0x28c) from [<c0022c80>] (_setup+0xa0                                                                                                                     /0x170)
[    0.280883] [<c0022c80>] (_setup+0xa0/0x170) from [<c0022ed8>] (omap_hwmod_fo                                                                                                                     r_each+0x34/0x5c)
[    0.280883] [<c0022ed8>] (omap_hwmod_for_each+0x34/0x5c) from [<c07f6be0>] (o                                                                                                                     map_hwmod_setup_all+0x6c/0x98)
[    0.280914] [<c07f6be0>] (omap_hwmod_setup_all+0x6c/0x98) from [<c0008558>] (                                                                                                                     do_one_initcall+0x34/0x174)
[    0.280944] [<c0008558>] (do_one_initcall+0x34/0x174) from [<c07ed89c>] (kern                                                                                                                     el_init+0x8c/0x12c)
[    0.280975] [<c07ed89c>] (kernel_init+0x8c/0x12c) from [<c0013e24>] (kernel_t                                                                                                                     hread_exit+0x0/0x8)
[    0.281005] ---[ end trace 1b75b31a2719ed1c ]---
[    0.281005] omap_hwmod: mcpdm: cannot be enabled (3)
[    0.284912] Enabling ERRATA 751472
[    0.284942] OMAP4: Map 0xafe00000 to 0xfe600000 for dram barrier
[    0.286010] print_constraints: dummy:
[    0.288787] NET: Registered protocol family 16
[    0.293243] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.293640] GPMC revision 6.0
[    0.293701]  mpu.0: alias fck already exists
[    0.294128]  iva.0: alias fck already exists
[    0.295959] OMAP GPIO hardware version 0.1
[    0.298156] omap_mux_init: Add partition: #1: core, flags: 2
[    0.298950] omap_mux_init: Add partition: #2: wkup, flags: 2
[    0.301757] SRAM: Mapped pa 0x40300000 to va 0xf0840000 size: 0xd000
[    0.312927] OMAP DMA hardware revision 0.0
[    0.331604] bio: create slab <bio-0> at 0
[    0.332550] print_constraints: vwl1271: 1800 mV
[    0.333557] i2c-core: driver [twl] using legacy suspend method
[    0.333587] i2c-core: driver [twl] using legacy resume method
[    0.334106] SCSI subsystem initialized
[    0.335723] usbcore: registered new interface driver usbfs
[    0.335968] usbcore: registered new interface driver hub
[    0.336120] usbcore: registered new device driver usb
[    0.346221] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 400 kHz
[    0.347076] Skipping twl internal clock init and using bootloader value (unkn                                                                                                                     own osc rate)
[    0.347534] twl6030: PIH (irq 39) chaining IRQs 368..387
[    0.348205] print_constraints: VUSB: 3300 mV normal standby
[    0.545257] twl6030_usb twl6030_usb: Initialized TWL6030 USB module
[    0.546142] print_constraints: VMMC: 1200 <--> 3000 mV at 3000 mV normal stan                                                                                                                     dby
[    0.546630] print_constraints: VPP: 1800 <--> 2500 mV at 1900 mV normal stand                                                                                                                     by
[    0.547149] print_constraints: VUSIM: 1200 <--> 2900 mV at 1800 mV normal sta                                                                                                                     ndby
[    0.547698] print_constraints: VCXIO: 1800 mV normal standby
[    0.548065] print_constraints: VDAC: 1800 mV normal standby
[    0.548522] print_constraints: VAUX1_6030: 1000 <--> 3000 mV at 1800 mV norma                                                                                                                     l standby
[    0.548583] twl_reg twl_reg.37: Failed to set supply vmmc
[    0.548706] twl_reg twl_reg.37: can't register VAUX1_6030, -16
[    0.548736] twl_reg: probe of twl_reg.37 failed with error -16
[    0.549163] print_constraints: VAUX2_6030: 1200 <--> 2800 mV at 1800 mV norma                                                                                                                     l standby
[    0.549621] print_constraints: VAUX3_6030: 1000 <--> 3000 mV at 1200 mV norma                                                                                                                     l standby
[    0.549987] print_constraints: CLK32KG:
[    0.550323] print_constraints: VANA: 2100 mV normal standby
[    0.559631] omap_i2c omap_i2c.2: bus 2 rev2.4.0 at 400 kHz
[    0.574829] omap_i2c omap_i2c.3: bus 3 rev2.4.0 at 100 kHz
[    0.590087] omap_i2c omap_i2c.4: bus 4 rev2.4.0 at 400 kHz
[    0.590942] Advanced Linux Sound Architecture Driver Version 1.0.24.
[    0.591979] cfg80211: Calling CRDA to update world regulatory domain
[    0.592956] Switching to clocksource 32k_counter
[    0.617889] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
[    0.618408] musb-hdrc musb-hdrc: USB OTG mode controller at fc0ab000 using PI                                                                                                                     O, IRQ 124
[    0.618865] NET: Registered protocol family 2
[    0.619049] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.619506] TCP established hash table entries: 131072 (order: 8, 1048576 byt                                                                                                                     es)
[    0.621429] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
[    0.622497] TCP: Hash tables configured (established 131072 bind 65536)
[    0.622528] TCP reno registered
[    0.622528] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.622558] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.622802] NET: Registered protocol family 1
[    0.623077] RPC: Registered named UNIX socket transport module.
[    0.623077] RPC: Registered udp transport module.
[    0.623107] RPC: Registered tcp transport module.
[    0.623107] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.623260] Trying to unpack rootfs image as initramfs...
[    0.633850] Freeing initrd memory: 160K
[    0.633880] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.823059] highmem bounce pool size: 64 pages
[    0.823486] ashmem: initialized
[    0.823730] VFS: Disk quotas dquot_6.5.2
[    0.823852] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.825073] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.825347] ROMFS MTD (C) 2007 Red Hat, Inc.
[    0.825775] Btrfs loaded
[    0.825805] msgmni has been set to 1386
[    0.826660] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2                                                                                                                     53)
[    0.826690] io scheduler noop registered
[    0.826690] io scheduler deadline registered
[    0.826751] io scheduler cfq registered (default)
[    0.828155] OMAP DSS rev 4.0
[    0.851715] dsscomp: initializing.
[    0.851776] misc dsscomp: found 2 displays and 4 overlays
[    0.851959] could not allocate slot
[    0.852264] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.327606] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
[    1.452423] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
[    1.577392] omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
[    2.487152] console [ttyO2] enabled
[    2.577392] omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
[    2.702606] PVR: PVRCore_Init
[    2.705993] PVR: PVRSRVDriverProbe(pDevice=efeb1600)
[    2.711334] PVR: SGX register base: 0x56000000
[    2.716033] PVR: SGX register size: 65535
[    2.720306] PVR: SGX IRQ: 53
[    2.723358] PVR: EnableSystemClocks: Enabling System Clocks
[    2.729370] voltdm_scale: No voltage scale API registered for vdd_core
[    2.736297] pvrsrvkm pvrsrvkm.0: _dvfs_scale: Unable to scale the core to 120                                                                                                                     0000 volt
[    2.744689] pvrsrvkm pvrsrvkm.0: omap_device_scale: scale by pvrsrvkm.0 faile                                                                                                                     d -61[f=307200000, v=1200000]
[    2.754913] PVR_K:(Error): EnableSGXClocks: Unable to scale SGX frequency (-6                                                                                                                     1) [172, /mnt/jenkins/workspace/linaro-android_tracking-panda-12.01-release/buil                                                                                                                     d/kernel/drivers/gpu/pvr/omap4/sysutils_linux.c]
[    2.774414] voltdm_scale: No voltage scale API registered for vdd_core
[    2.781341] pvrsrvkm pvrsrvkm.0: _dvfs_scale: Unable to scale the core to 102                                                                                                                     5000 volt
[    2.789733] pvrsrvkm pvrsrvkm.0: omap_device_scale: scale by pvrsrvkm.0 faile                                                                                                                     d -61[f=153600000, v=1025000]
[    2.799987] PVR_K:(Error): EnableSGXClocks: Unable to scale SGX frequency (-6                                                                                                                     1) [172, /mnt/jenkins/workspace/linaro-android_tracking-panda-12.01-release/buil                                                                                                                     d/kernel/drivers/gpu/pvr/omap4/sysutils_linux.c]
[    2.822082] PVR: PVRCore_Init: major device 251
[    2.835784] brd: module loaded
[    2.843658] loop: module loaded
[    2.850860] usbcore: registered new interface driver asix
[    2.856719] usbcore: registered new interface driver cdc_ether
[    2.863098] usbcore: registered new interface driver smsc95xx
[    2.869323] usbcore: registered new interface driver net1080
[    2.875457] usbcore: registered new interface driver cdc_subset
[    2.881866] usbcore: registered new interface driver zaurus
[    2.887786] cdc_ncm: 04-Aug-2011
[    2.891357] usbcore: registered new interface driver cdc_ncm
[    2.897827] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.904846] _regulator_get: ehci-omap.0 supply hsusb0 not found, using dummy                                                                                                                      regulator
[    2.913696] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[    2.920043] ehci-omap ehci-omap.0: new USB bus registered, assigned bus numbe                                                                                                                     r 1
[    2.928192] ehci-omap ehci-omap.0: irq 109, io mem 0x4a064c00
[    2.944549] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[    2.950714] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.957916] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=                                                                                                                     1
[    2.965576] usb usb1: Product: OMAP-EHCI Host Controller
[    2.971374] usb usb1: Manufacturer: Linux 3.2.0-rc7+ ehci_hcd
[    2.977478] usb usb1: SerialNumber: ehci-omap.0
[    2.982879] hub 1-0:1.0: USB hub found
[    2.986877] hub 1-0:1.0: 3 ports detected
[    3.022796] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.029418] ohci-omap3 ohci-omap3.0: OMAP3 OHCI Host Controller
[    3.035980] ohci-omap3 ohci-omap3.0: new USB bus registered, assigned bus num                                                                                                                     ber 2
[    3.044158] ohci-omap3 ohci-omap3.0: irq 108, io mem 0x4a064800
[    3.128143] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    3.135345] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=                                                                                                                     1
[    3.143005] usb usb2: Product: OMAP3 OHCI Host Controller
[    3.148742] usb usb2: Manufacturer: Linux 3.2.0-rc7+ ohci_hcd
[    3.154815] usb usb2: SerialNumber: ohci-omap3.0
[    3.160278] hub 2-0:1.0: USB hub found
[    3.164245] hub 2-0:1.0: 3 ports detected
[    3.169097] usbcore: registered new interface driver cdc_wdm
[    3.175140] Initializing USB Mass Storage driver...
[    3.180511] usbcore: registered new interface driver usb-storage
[    3.186950] USB Mass Storage support registered.
[    3.192016] usbcore: registered new interface driver libusual
[    3.311737] usb 1-1: new high-speed USB device number 2 using ehci-omap
[    3.468322] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[    3.475433] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.483673] hub 1-1:1.0: USB hub found
[    3.487701] hub 1-1:1.0: 5 ports detected
[    3.493377] usbcore: registered new interface driver usbtest
[    3.697021]  gadget: Mass Storage Function, version: 2009/09/11
[    3.703308]  gadget: Number of LUNs=1
[    3.707244]  lun0: LUN: removable file: (no medium)
[    3.712799]  gadget: android_usb ready
[    3.780700] usb 1-1.1: new high-speed USB device number 3 using ehci-omap
[    3.913696] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    3.920989] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber                                                                                                                     =0
[    3.934661] musb-hdrc musb-hdrc: MUSB HDRC host driver
[    3.940612] musb-hdrc musb-hdrc: new USB bus registered, assigned bus number                                                                                                                      3
[    3.948577] smsc95xx v1.0.4
[    3.951568] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    3.958984] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=                                                                                                                     1
[    3.966735] usb usb3: Product: MUSB HDRC host driver
[    3.972076] usb usb3: Manufacturer: Linux 3.2.0-rc7+ musb-hcd
[    3.978210] usb usb3: SerialNumber: musb-hdrc
[    3.983612] hub 3-0:1.0: USB hub found
[    3.987640] hub 3-0:1.0: 1 port detected
[    4.038879] mousedev: PS/2 mouse device common for all mice
[    4.046630] input: twl6040:vibrator as /devices/platform/omap/omap_i2c.1/i2c-                                                                                                                     1/1-004b/twl6040/input/input0
[    4.057556] _regulator_get: twl6040-vibra supply vddvibl not found, using dum                                                                                                                     my regulator
[    4.066345] _regulator_get: twl6040-vibra supply vddvibr not found, using dum                                                                                                                     my regulator
[    4.076049] twl_rtc twl_rtc: Power up reset detected.
[    4.082244] twl_rtc twl_rtc: Enabling TWL-RTC.
[    4.088775] using rtc device, twl_rtc, for alarms
[    4.093719] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[    4.100891] i2c /dev entries driver
[    4.105865] Linux media interface: v0.10
[    4.110534] lirc_dev: IR Remote Control driver registered, major 247
[    4.117462] IR NEC protocol handler initialized
[    4.122314] IR RC5(x) protocol handler initialized
[    4.127441] IR RC6 protocol handler initialized
[    4.132293] IR JVC protocol handler initialized
[    4.137145] IR Sony protocol handler initialized
[    4.142120] IR RC5 (streamzap) protocol handler initialized
[    4.148101] IR LIRC bridge handler initialized
[    4.152832] Linux video capture interface: v2.00
[    4.158538] usbcore: registered new interface driver uvcvideo
[    4.164672] USB Video Class driver (1.1.1)
[    4.169158] smsc95xx 1-1.1:1.0: eth0: register 'smsc95xx' at usb-ehci-omap.0-                                                                                                                     1.1, smsc95xx USB 2.0 Ethernet, 2e:40:ce:ec:6c:0a
[    4.181457] dmm: probe base: fd300000, irq 145
[    4.188079] Driver for 1-wire Dallas network protocol.
[    4.194549] OMAP Watchdog Timer Rev 0x00: initial timeout 60 sec
[    4.201202] cpuidle: using governor ladder
[    4.205596] cpuidle: using governor menu
[    4.211730] _regulator_get: omap_hsmmc.0 supply vmmc_aux not found, using dum                                                                                                                     my regulator
[    4.222961] _regulator_get: omap_hsmmc.4 supply vmmc_aux not found, using dum                                                                                                                     my regulator
[    4.272888] usb 1-1.2: new low-speed USB device number 4 using ehci-omap
[    4.309326] usbcore: registered new interface driver usbhid
[    4.315216] usbhid: USB HID core driver
[    4.319824] logger: created 256K log 'log_main'
[    4.324768] logger: created 256K log 'log_events'
[    4.329956] logger: created 256K log 'log_radio'
[    4.334991] logger: created 256K log 'log_system'
[    4.340270] thermal_governor_dev_register:Adding omap_ondie_governor governor
[    4.347869] thermal_init_thermal_state:Not all components registered for cpu                                                                                                                      domain sensor   (null), gov=efa08d60, cooling=  (null)
[    4.363220] SDP4430 SoC init
[    4.395416] asoc: null-codec-dai <-> MultiMedia1 mapping ok
[    4.402313] asoc: null-codec-dai <-> MultiMedia2 mapping ok
[    4.409759] asoc: null-codec-dai <-> Voice mapping ok
[    4.415161] usb 1-1.2: New USB device found, idVendor=0603, idProduct=00f2
[    4.422454] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber                                                                                                                     =0
[    4.430236] usb 1-1.2: Product: USB Keyboard
[    4.434753] usb 1-1.2: Manufacturer: NOVATEK
[    4.435424] asoc: null-codec-dai <-> Tones mapping ok
[    4.445587] asoc: null-codec-dai <-> Vibra mapping ok
[    4.451263] asoc: null-codec-dai <-> MODEM mapping ok
[    4.456909] asoc: null-codec-dai <-> MultiMedia1 LP mapping ok
[    4.463989] input: NOVATEK USB Keyboard as /devices/platform/usbhs-omap.0/ehc                                                                                                                     i-omap.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input1
[    4.476318] generic-usb 0003:0603:00F2.0001: input: USB HID v1.10 Keyboard [N                                                                                                                     OVATEK USB Keyboard] on usb-ehci-omap.0-1.2/input0
[    4.476623] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
[    4.485046] mmc0: host does not support reading read-only switch. assuming wr                                                                                                                     ite-enable.
[    4.487060] mmc0: new high speed SDHC card at address 1234
[    4.510040] asoc: twl6040-legacy <-> mcpdm-dl mapping ok
[    4.510284] mmcblk0: mmc0:1234 SA04G 3.65 GiB
[    4.521423] asoc: dmic-hifi <-> omap-dmic-dai-0 mapping ok
[    4.528167] asoc: twl6040-dl1 <-> mcpdm-dl1 mapping ok
[    4.533966] asoc: twl6040-ul <-> mcpdm-ul1 mapping ok
[    4.539642]  mmcblk0: p1 p2 p3 p4 < p5 p6 >
[    4.539672] asoc: twl6040-dl2 <-> mcpdm-dl2 mapping ok
[    4.539886] asoc: twl6040-vib <-> mcpdm-vib mapping ok
[    4.540130] asoc: Bluetooth <-> omap-mcbsp-dai.0 mapping ok
[    4.540405] asoc: Bluetooth <-> omap-mcbsp-dai.0 mapping ok
[    4.540649] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
[    4.540924] asoc: MODEM <-> omap-mcbsp-dai.1 mapping ok
[    4.541137] asoc: dmic-hifi <-> omap-dmic-abe-dai-0 mapping ok
[    4.541351] asoc: dmic-hifi <-> omap-dmic-abe-dai-1 mapping ok
[    4.541595] asoc: dmic-hifi <-> omap-dmic-abe-dai-2 mapping ok
[    4.542053] input: NOVATEK USB Keyboard as /devices/platform/usbhs-omap.0/ehc                                                                                                                     i-omap.0/usb1/1-1/1-1.2/1-1.2:1.1/input/input2
[    4.542633] generic-usb 0003:0603:00F2.0002: input: USB HID v1.10 Device [NOV                                                                                                                     ATEK USB Keyboard] on usb-ehci-omap.0-1.2/input1
[    4.546478] input: Panda Headset Jack as /devices/platform/soc-audio.0/sound/                                                                                                                     card0/input3
[    4.550384] Error: Driver 'hdmi-audio-dai' is already registered, aborting...
[    4.550384] OMAP4 HDMI audio SoC init
[    4.641387] asoc: hdmi-audio-codec <-> hdmi-audio-dai mapping ok
[    4.649139] ALSA device list:
[    4.652282]   #0: TI OMAP4 Board
[    4.655853]   #1: TI OMAP4 HDMI Board
[    4.659729] oprofile: hardware counters not available
[    4.665161] oprofile: using timer interrupt.
[    4.669891] TCP cubic registered
[    4.673370] Initializing XFRM netlink socket
[    4.677917] NET: Registered protocol family 17
[    4.682678] NET: Registered protocol family 15
[    4.687469] lib80211: common routines for IEEE802.11 drivers
[    4.693572] Registering the dns_resolver key type
[    4.698608] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9                                                                                                                      rev 1
[    4.706787] ThumbEE CPU extension supported.
[    4.711334] Registering SWP/SWPB emulation handler
[    4.718719] thermal_cooling_dev_register:Found cpu cpu
[    4.724151] thermal_init_thermal_state:Not all components registered for cpu                                                                                                                      domain sensor   (null), gov=efa08d60, cooling=c08471e4
[    4.737091] Power Management for TI OMAP4.
[    4.742828] cma: CMA: reserved 32 MiB at ac000000
[    4.759582] omapfb omapfb: failed to apply dispc config
[    4.770751] omapfb omapfb: failed to apply dispc config
[    4.776306] mmc1: card claims to support voltages below the defined range. Th                                                                                                                     ese will be ignored.
[    4.781921] omapfb omapfb: failed to apply dispc config
[    4.782623] hdmi_set_timings: hdmi.mode=1
[    4.817016] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[    4.826171] mmc1: new SDIO card at address 0001
[    4.858917] usb 1-1.3: new low-speed USB device number 5 using ehci-omap
[    4.882354] omapdss DISPC error: timeout waiting for EVSYNC
[    4.998840] usb 1-1.3: New USB device found, idVendor=413c, idProduct=3016
[    5.006225] usb 1-1.3: New USB device strings: Mfr=0, Product=2, SerialNumber                                                                                                                     =0
[    5.010131] usb 1-1.3: Product: Dell Premium USB Optical Mouse
[    5.026611] 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/input4
[    5.040191] generic-usb 0003:413C:3016.0003: input: USB HID v1.11 Mouse [Dell                                                                                                                      Premium USB Optical Mouse] on usb-ehci-omap.0-1.3/input0
[    5.473724] Console: switching to colour frame buffer device 240x135
[    5.553619] regulator_init_complete: VANA: incomplete constraints, leaving on
[    5.562469] regulator_init_complete: CLK32KG: incomplete constraints, leaving                                                                                                                      on
[    5.575927] regulator_init_complete: VUSB: incomplete constraints, leaving on
[    5.586151] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:01 UTC                                                                                                                      (946684801)
[    5.595275] omap4iss omap4iss: Revision 40000101 found
[    5.606262] ov5650 3-0036: Failed reading register 0x302a!
[    5.606262] ov5650 3-0036: Failure to detect OV5650 chip
[    5.618347] iss_register_subdev_group: Unable to register subdev ov5650
[    5.626708] Freeing init memory: 256K
[    6.023468] init: cannot open '/initlogo.rle'
[    6.126922] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. O                                                                                                                     pts: (null)
[    6.469024] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. O                                                                                                                     pts: (null)
[    6.822631] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. O                                                                                                                     pts: (null)
[    6.862304] android_usb: already disabled
[    6.867401] adb_bind_config
[    6.935089] init: cannot find '/system/etc/install-recovery.sh', disabling 'f                                                                                                                     lash_recovery'
[    6.955963] init: cannot find '/system/bin/uim', disabling 'uim'
root@android:/ # [    7.241882] (stk) :sysfs entries created
[    7.246978] (stk) : debugfs entries created
[    7.309814] PVR: Installing MISR with cookie c092d198
[    7.315765] PVR: Installing device LISR SGX ISR on IRQ 53 with cookie eff7268                                                                                                                     0
[    7.323638] PVR: OSUnMapPhysToLin: unmapping 65535 bytes from f0a60000
[    7.331176] PVR: SysFinalise: Version string: SGX revision = 1.2.0
[    7.594207] warning: `rild' uses 32-bit capabilities (legacy support in use)
[    7.671051] Bluetooth: Core ver 2.16
[    7.677337] NET: Registered protocol family 31
[    7.682403] Bluetooth: HCI device and connection manager initialized
[    7.691070] Bluetooth: HCI socket layer initialized
[    7.696533] Bluetooth: L2CAP socket layer initialized
[    7.702545] Bluetooth: SCO socket layer initialized
[    7.777343] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    7.785491] Bluetooth: BNEP filters: protocol multicast
[    7.868438] Bluetooth: HCI UART driver ver 2.2
[    7.868804] Bluetooth: HCI H4 protocol initialized
[    7.878723] Bluetooth: HCI BCSP protocol initialized
[    7.885742] Bluetooth: HCILL protocol initialized
[    7.970733] Bluetooth: RFCOMM TTY layer initialized
[    7.976440] Bluetooth: RFCOMM socket layer initialized
[    7.983367] Bluetooth: RFCOMM ver 1.11
[    8.008514] Bluetooth: Bluetooth Driver for TI WiLink - Version 1.0
[    8.019409] (stc): st_register(4)
[    8.022918] (stc):  chnl_id list empty :4
[    8.027404] (stk) : st_kim_start
[    8.114257] Disabling lock debugging due to kernel taint
[    8.187927] (stk) :ldisc_install = 1
[    8.770080] adb_bind_config
[    8.970489] adb_open
[    9.201660] (stk) :line disc installation timed out
[    9.206787] (stk) :ldisc_install = 0
[    9.262451] misc dsscomp: [ef403000] ignoring set failure -22
[    9.309661] hdmi_set_timings: hdmi.mode=1
[    9.319580] in hpd work 1, state=0
[    9.389953] omapdss DISPC error: timeout waiting for EVSYNC
[    9.453521] in hpd work 2, state=1
[    9.779357] edid[000] = 00 ff ff ff ff ff ff 00 10 ac 21 a0 4c 55 38 30
[    9.789184] edid[010] = 1c 14 01 03 80 29 1f 78 ee ee 91 a3 54 4c 99 26
[    9.789184] edid[020] = 0f 50 54 a5 4b 00 81 80 a9 40 71 4f 01 01 01 01
[    9.803192] edid[030] = 01 01 01 01 01 01 48 3f 40 30 62 b0 32 40 40 c0
[    9.810211] edid[040] = 13 00 6f 13 11 00 00 1e 00 00 00 ff 00 4e 34 46
[    9.817230] edid[050] = 50 30 30 37 36 30 38 55 4c 0a 00 00 00 fc 00 44
[    9.824249] edid[060] = 45 4c 4c 20 32 30 30 37 46 50 0a 20 00 00 00 fd
[    9.831756] edid[070] = 00 38 4c 1e 53 11 00 0a 20 20 20 20 20 20 00 7d
[    9.838897] edid[080] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    9.846008] edid[090] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    9.853027] edid[0a0] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    9.860046] edid[0b0] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    9.867065] edid[0c0] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    9.867095] edid[0d0] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    9.867095] edid[0e0] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    9.867095] edid[0f0] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    9.867126] edid[100] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    9.867126] edid[110] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    9.867126] edid[120] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    9.867156] edid[130] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    9.867156] edid[140] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    9.867187] edid[150] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    9.867187] edid[160] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    9.867187] edid[170] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    9.867218] edid[180] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    9.867218] edid[190] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    9.867218] edid[1a0] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    9.867248] edid[1b0] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    9.867248] edid[1c0] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    9.867248] edid[1d0] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    9.867279] edid[1e0] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    9.867279] edid[1f0] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    9.867279] panel size 41 by 31
[   10.343322] (k) :ldisc_install = 1
[   11.347320] (stk) :line disc installation timed out
[   11.347351] (stk) :ldisc_install = 0
[   12.486541] (stk) :ldisc_install = 1
[   13.540039] (stk) :line disc installation timed out
[   13.540039] (stk) :ldisc_install = 0
[   14.641723] (stk) :ldisc_install = 1
[   15.658660] (stk) :line disc installation timed out
[   15.664001] (stk) :ldisc_install = 0
[   16.759155] (stk) :ldisc_install = 1
[   17.733123] (stk) :line disc installation timed out
[   17.738494] (stk) :ldisc_install = 0
[   18.847137] (stk) :ldisc_install = 1
[   19.900970] (stk) :line disc installation timed out
[   19.906311] (stk) :ldisc_install = 0
[   20.948028] Bluetooth: st_register failed -22
[   85.290954] er.ServerThread (1406): /proc/1391/oom_adj is deprecated, please use /proc/1391/oom_score_adj instead.
[   88.828887] request_suspend_state: wakeup (3->0) at 88837493900 (2000-01-01 00:01:24.724334718 UTC)
[   90.255218] init: no such service 'hciattach'
[   90.255401] (stc): st_register(4)
[   90.255432] (stc):  chnl_id list empty :4
[   90.255432] (stk) : st_kim_start
[   90.373474] (stk) :ldisc_install = 1
[   91.379272] (stk) :line disc installation timed out
[   91.384674] (stk) :ldisc_install = 0
[   92.534362] (stk) :ldisc_install = 1
[   93.065734] acc_open
[   93.069091] acc_release
[   93.533935] (stk) :line disc installation timed out
[   93.533935] (stk) :ldisc_install = 0
[   94.598449] smsc95xx 1-1.1:1.0: eth0: link up, 100Mbps, full-duplex, lpa 0x4DE1
[   94.641693] (stk) :ldisc_install = 1
[   95.659423] (stk) :line disc installation timed out
[   95.664794] (stk) :ldisc_install = 0
[   96.760986] (stk) :ldisc_install = 1
[   97.778594] (stk) :line disc installation timed out
[   97.784332] (stk) :ldisc_install = 0
[   98.882385] (stk) :ldisc_install = 1
[   99.888519] (stk) :line disc installation timed out
[   99.893890] (stk) :ldisc_install = 0
[  101.027404] (stk) :ldisc_install = 1
[  102.042297] (stk) :line disc installation timed out
[  102.047668] (stk) :ldisc_install = 0
[  103.090240] Bluetooth: st_register failed -22
[  103.197052] (stc): st_register(4)
[  103.197052] (stc):  chnl_id list empty :4
[  103.204956] (stk) : st_kim_start
[  103.312652] (stk) :ldisc_install = 1
[  104.330139] (stk) :line disc installation timed out
[  104.335479] (stk) :ldisc_install = 0
[  105.480224] (stk) :ldisc_install = 1
[  106.477935] (stk) :line disc installation timed out
[  106.483306] (stk) :ldisc_install = 0
[  107.638732] (stk) :ldisc_install = 1
[  108.652130] (stk) :line disc installation timed out
[  108.656433] (stk) :ldisc_install = 0
[  109.790527] (stk) :ldisc_install = 1
[  110.818389] (stk) :line disc installation timed out
[  110.824707] (stk) :ldisc_install = 0
[  111.946472] (stk) :ldisc_install = 1
[  112.958160] (stk) :line disc installation timed out
[  112.965393] (stk) :ldisc_install = 0
[  114.082946] (stk) :ldisc_install = 1
[  115.104431] (stk) :line disc installation timed out
[  115.110168] (stk) :ldisc_install = 0
[  116.137298] Bluetooth: st_register failed -22
[  116.244140] (stc): st_register(4)
[  116.244140] (stc):  chnl_id list empty :4
[  116.244140] (stk) : st_kim_start
[  116.388793] (stk) :ldisc_install = 1
[  117.420379] (stk) :line disc installation timed out
[  117.425781] (stk) :ldisc_install = 0
[  118.532745] (stk) :ldisc_install = 1
[  119.541839] (stk) :line disc installation timed out
[  119.547271] (stk) :ldisc_install = 0
[  120.699157] (stk) :ldisc_install = 1
[  121.629882] (stk) :line disc installation timed out
[  121.629882] (stk) :ldisc_install = 0
[  122.732208] (stk) :ldisc_install = 1
[  123.738098] (stk) :line disc installation timed out
[  123.743804] (stk) :ldisc_install = 0
[  124.849029] (stk) :ldisc_install = 1
[  125.854553] (stk) :line disc installation timed out
[  125.854553] (stk) :ldisc_install = 0
[  126.937835] (stk) :ldisc_install = 1
[  127.938476] (stk) :line disc installation timed out
[  127.943908] (stk) :ldisc_install = 0
[  128.948608] Bluetooth: st_register failed -22
[  129.059020] (stc): st_register(4)
[  129.059661] (stc):  chnl_id list empty :4
[  129.059661] (stk) : st_kim_start
[  129.247711] (stk) :ldisc_install = 1
[  130.269195] (stk) :line disc installation timed out
[  130.269195] (stk) :ldisc_install = 0
[  131.375885] (stk) :ldisc_install = 1
[  132.380462] (stk) :line disc installation timed out
[  132.385864] (stk) :ldisc_install = 0
[  133.477661] (stk) :ldisc_install = 1
[  134.483886] (stk) :line disc installation timed out
[  134.489257] (stk) :ldisc_install = 0
[  135.603881] (stk) :ldisc_install = 1
[  136.600799] (stk) :line disc installation timed out
[  136.606079] (stk) :ldisc_install = 0
[  137.697265] (stk) :ldisc_install = 1
[  138.718414] (stk) :line disc installation timed out
[  138.723754] (stk) :ldisc_install = 0
[  139.866210] (stk) :ldisc_install = 1
[  140.866210] (stk) :line disc installation timed out
[  140.871612] (stk) :ldisc_install = 0
[  141.912231] Bluetooth: st_register failed -22
[  142.025024] (stc): st_register(4)
[  142.025024] (stc):  chnl_id list empty :4
[  142.025024] (stk) : st_kim_start
[  142.140350] (stk) :ldisc_install = 1
[  143.162048] (stk) :line disc installation timed out
[  143.167755] (stk) :ldisc_install = 0
[  144.316162] (stk) :ldisc_install = 1
[  145.345458] (stk) :line disc installation timed out
[  145.345458] (stk) :ldisc_install = 0
[  146.470001] (stk) :ldisc_install = 1
[  147.493682] (stk) :line disc installation timed out
[  147.499023] (stk) :ldisc_install = 0
[  148.783630] (stk) :ldisc_install = 1
[  149.864013] (stk) :line disc installation timed out
[  149.864013] (stk) :ldisc_install = 0
[  151.140869] (stk) :ldisc_install = 1
[  152.145172] (stk) :line disc installation timed out
[  152.150482] (stk) :ldisc_install = 0
[  153.261627] (stk) :ldisc_install = 1
[  154.306365] (stk) :line disc installation timed out
[  154.306365] (stk) :ldisc_install = 0
[  155.305603] Bluetooth: st_register failed -22
[  155.417114] (stc): st_register(4)
[  155.417114] (stc):  chnl_id list empty :4
[  155.425048] (stk) : st_kim_start
[  155.530944] (stk) :ldisc_install = 1
[  156.539520] (stk) :line disc installation timed out
[  156.544860] (stk) :ldisc_install = 0
[  157.711029] (stk) :ldisc_install = 1
[  158.787902] (stk) :line disc installation timed out
[  158.787902] (stk) :ldisc_install = 0
[  160.094055] (stk) :ldisc_install = 1
[  161.104522] (stk) :line disc installation timed out
[  16105010] (stk) :ldisc_install = 0

esky-sh
Posts: 1435
Joined: Sat Dec 20, 2008 4:21 am

Re: First try of Linaro Android 12.01 Pandaboard

Post by esky-sh » Wed Jan 25, 2012 2:01 am

'landing-panda-12.01-release' as a third try
https://android-build.linaro.org/builds ... 1-release/

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 50fps;
I tested with it's GLMark2 and it works well;
I played http://download.blender.org/peach/bigbu ... nd-fix.avi with Gallery|Album but it stuck at 'Loading...' forever;
I did not find a way to test WIFI/BT yet.

logs when connect with DVI port:

Code: Select all

Texas Instruments X-Loader 1.41 (Jan 24 2012 - 10:05:52)
mmc read: Invalid size
Starting OS Bootloader from MMC/SD1 ...


U-Boot 2011.06 (Aug 20 2011 - 18:00:16)

CPU  : OMAP4430
Board: OMAP4 Panda
I2C:   ready
DRAM:  1 GiB
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 boot.scr

449 bytes read
Running bootscript from mmc0 ...
## Executing script at 82000000
reading uImage

3861860 bytes read
reading uInitrd

161812 bytes read
## Booting kernel from Legacy Image at 80200000 ...
   Image Name:   Linux-3.0.8-00009-g54475e6
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3861796 Bytes = 3.7 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:    161748 Bytes = 158 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] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.0.8-00009-g54475e6 (jenkins-build@ip-10-6-129-117) (gcc version 4.6.3 20120105 (prerelease) (Linaro GCC 4.6-2012.01) ) #1 SMP PREEMPT Tue Jan 24 11:16:18 UTC 2012
[    0.000000] CPU: ARMv7 Processor [411fc092] revision 2 (ARMv7), cr=10c5387f
[    0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: OMAP4 Panda board
[    0.000000] Truncating RAM at 80000000-bfffffff to -afffffff (vmalloc region overlap).
[    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] SRAM: Mapped pa 0x40300000 to va 0xfe400000 size: 0xd000
[    0.000000] PERCPU: Embedded 7 pages/cpu @c0f81000 s7808 r8192 d12672 u32768
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 164352
[    0.000000] Kernel command line: console=ttyO2,115200n8 mem=1G androidboot.console=ttyO2 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: 512MB 136MB = 648MB total
[    0.000000] Memory: 646668k/1235992k available, 279528k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     DMA     : 0xffc00000 - 0xffe00000   (   2 MB)
[    0.000000]     vmalloc : 0xf0800000 - 0xf8000000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .init : 0xc0008000 - 0xc0047000   ( 252 kB)
[    0.000000]       .text : 0xc0047000 - 0xc0772000   (7340 kB)
[    0.000000]       .data : 0xc0772000 - 0xc07da978   ( 419 kB)
[    0.000000]        .bss : 0xc07da99c - 0xc09765b0   (1648 kB)
[    0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible 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] Calibrating delay loop... 2007.19 BogoMIPS (lpj=7839744)
[    0.015686] pid_max: default: 32768 minimum: 301
[    0.015686] Mount-cache hash table entries: 512
[    0.015686] Initializing cgroup subsys debug
[    0.071533] Initializing cgroup subsys cpuacct
[    0.071594] Initializing cgroup subsys freezer
[    0.071594] CPU: Testing write buffer coherency: ok
[    0.071990] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
[    0.071990] L310 cache controller enabled
[    0.072082] l2x0: 16 ways, CACHE_ID 0x410000c4, AUX_CTRL 0x5e470000, Cache size: 1048576 B
[    0.150115] CPU1: Booted secondary processor
[    0.220458] Brought up 2 CPUs
[    0.220458] SMP: Total of 2 processors activated (4022.78 BogoMIPS).
[    0.220672] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for emif_fw
[    0.220672] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_instr
[    0.220672] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_main_1
[    0.223175] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_main_2
[    0.223175] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_abe
[    0.223175] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_cfg
[    0.223205] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_per
[    0.223205] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_wkup
[    0.223205] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for mpu_private
[    0.223266] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for sl2if
[    0.223266] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for usbhs_ohci
[    0.223327] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for usbhs_ehci
[    0.223327] omap_hwmod: l3_div_ck: missing clockdomain for l3_div_ck.
[    0.231201] omap_hwmod: mcpdm: cannot be enabled (3)
[    0.233215] print_constraints: dummy:
[    0.233581] NET: Registered protocol family 16
[    0.233947] GPMC revision 6.0
[    0.233947] EMIF0 is enabled with IRQ142
[    0.234954] EMIF1 is enabled with IRQ143
[    0.234954] Last reset was cold reset (PRM_RSTST=0x1)
[    0.234954]
[    0.235321] OMAP GPIO hardware version 0.1
[    0.236267] omap_mux_init: Add partition: #1: core, flags: 2
[    0.236267] omap_mux_init: Add partition: #2: wkup, flags: 2
[    0.236267] omap_mux_get_by_name: Could not find signal uart1_cts.uart1_cts
[    0.238433] omap_hwmod_mux_init: Could not allocate device mux entry
[    0.244995] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
[    0.244995] hw-breakpoint: 1 breakpoint(s) reserved for watchpoint single-step.
[    0.245025] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.248352] OMAP DMA hardware revision 0.0
[    0.248779] omap_rproc_get_pool: carveout memory is unavailable: 0x0, 0x0
[    0.254089] bio: create slab <bio-0> at 0
[    0.254302] print_constraints: vwl1271: 1800 mV
[    0.254821] i2c-core: driver [twl] using legacy suspend method
[    0.254821] i2c-core: driver [twl] using legacy resume method
[    0.254821] SCSI subsystem initialized
[    0.254821] usbcore: registered new interface driver usbfs
[    0.254821] usbcore: registered new interface driver hub
[    0.255401] usbcore: registered new device driver usb
[    0.267333] omap_i2c omap_i2c.1: bus 1 rev4.0 at 400 kHz
[    0.267333] Skipping twl internal clock init and using bootloader value (unknown osc rate)
[    0.268310] twl6030: PIH (irq 39) chaining IRQs 368..387
[    0.269744] print_constraints: VUSB: 3300 mV normal standby
[    0.472412] twl6030_usb twl6030_usb: Initialized TWL6030 USB module
[    0.472808] print_constraints: VMMC: 1200 <--> 3000 mV at 3000 mV normal standby
[    0.473327] print_constraints: VPP: 1800 <--> 2500 mV at 1900 mV normal standby
[    0.473327] print_constraints: VCXIO: 1800 mV normal standby
[    0.473327] print_constraints: VDAC: 1800 mV normal standby
[    0.474212] print_constraints: VAUX2_6030: 1200 <--> 2800 mV at 1800 mV normal standby
[    0.474609] print_constraints: VAUX3_6030: 1000 <--> 3000 mV at 1200 mV normal standby
[    0.475433] print_constraints: CLK32KG:
[    0.475433] print_constraints: VANA: 2100 mV normal standby
[    0.486083] omap_i2c omap_i2c.2: bus 2 rev4.0 at 400 kHz
[    0.501708] omap_i2c omap_i2c.3: bus 3 rev4.0 at 100 kHz
[    0.517272] omap_i2c omap_i2c.4: bus 4 rev4.0 at 400 kHz
[    0.517456] omap-rproc omap-rproc.0: dsp is available
[    0.517456] omap-rproc omap-rproc.1: ipu is available
[    0.517456] Advanced Linux Sound Architecture Driver Version 1.0.24.
[    0.517974] Bluetooth: Core ver 2.16
[    0.517974] NET: Registered protocol family 31
[    0.517974] Bluetooth: HCI device and connection manager initialized
[    0.517974] Bluetooth: HCI socket layer initialized
[    0.518554] Bluetooth: L2CAP socket layer initialized
[    0.518554] Bluetooth: SCO socket layer initialized
[    0.518951] cfg80211: Calling CRDA to update world regulatory domain
[    0.519042] Switching to clocksource 32k_counter
[    0.525115] Switched to NOHz mode on CPU #0
[    0.525146] Switched to NOHz mode on CPU #1
[    0.533477] musb-hdrc: version 6.0, musb-dma, peripheral
[    0.533874] musb-hdrc musb-hdrc: USB Peripheral mode controller at fc0ab000 using DMA, IRQ 124
[    0.534454] NET: Registered protocol family 2
[    0.534454] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.535369] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.537170] TCP bind hash table entries: 65536 (order: 8, 1572864 bytes)
[    0.539123] TCP: Hash tables configured (established 131072 bind 65536)
[    0.542785] TCP reno registered
[    0.542785] UDP hash table entries: 512 (order: 3, 32768 bytes)
[    0.542785] UDP-Lite hash table entries: 512 (order: 3, 32768 bytes)
[    0.543579] NET: Registered protocol family 1
[    0.543579] Trying to unpack rootfs image as initramfs...
[    0.543579] Freeing initrd memory: 156K
[    0.785369] ------------[ cut here ]------------
[    0.785430] WARNING: at /mnt/jenkins/workspace/linaro-android_landing-panda-12.01-release/build/kernel/arch/arm/mach-omap2/opp.c:74 omap_init_opp_table+0xb4/0x220()
[    0.785430] omap_init_opp_table: no hwmod or odev for hsi, [17] cannot add OPPs.
[    0.785430] Modules linked in:
[    0.785430] Backtrace:
[    0.785430] [<c0050d14>] (dump_backtrace+0x0/0x10c) from [<c0575c30>] (dump_stack+0x18/0x1c)
[    0.785522]  r6:0000004a r5:c0012788 r4:ea43df18 r3:00000000
[    0.785522] [<c0575c18>] (dump_stack+0x0/0x1c) from [<c0097390>] (warn_slowpath_common+0x54/0x6c)
[    0.785583] [<c009733c>] (warn_slowpath_common+0x0/0x6c) from [<c009744c>] (warn_slowpath_fmt+0x38/0x40)
[    0.785583]  r8:00000000 r7:00000015 r6:00000000 r5:00000011 r4:c003effc
[    0.785614] r3:00000009
[    0.785614] [<c0097414>] (warn_slowpath_fmt+0x0/0x40) from [<c0012788>] (omap_init_opp_table+0xb4/0x220)
[    0.785644]  r3:c0585410 r2:c06cd2cc
[    0.785644] [<c00126d4>] (omap_init_opp_table+0x0/0x220) from [<c0012998>] (omap4_opp_init+0x38/0xfc)
[    0.785675]  r7:00000013 r6:00000000 r5:ea43c000 r4:c07da9a0
[    0.785675] [<c0012960>] (omap4_opp_init+0x0/0xfc) from [<c004760c>] (do_one_initcall+0x40/0x184)
[    0.785675]  r6:00000000 r5:ea43c000 r4:c07da9a0 r3:00000000
[    0.785675] [<c00475cc>] (do_one_initcall+0x0/0x184) from [<c00089cc>] (kernel_init+0x90/0x130)
[    0.785766] [<c000893c>] (kernel_init+0x0/0x130) from [<c009acac>] (do_exit+0x0/0x724)
[    0.785766]  r5:c000893c r4:00000000
[    0.785766] ---[ end trace 6fcb132ac310d004 ]---
[    0.785827] ------------[ cut here ]------------
[    0.785827] WARNING: at /mnt/jenkins/workspace/linaro-android_landing-panda-12.01-release/build/kernel/arch/arm/mach-omap2/opp.c:74 omap_init_opp_table+0xb4/0x220()
[    0.785858] omap_init_opp_table: no hwmod or odev for hsi, [18] cannot add OPPs.
[    0.785858] Modules linked in:
[    0.785858] Backtrace:
[    0.785858] [<c0050d14>] (dump_backtrace+0x0/0x10c) from [<c0575c30>] (dump_stack+0x18/0x1c)
[    0.785858]  r6:0000004a r5:c0012788 r4:ea43df18 r3:00000000
[    0.785919] [<c0575c18>] (dump_stack+0x0/0x1c) from [<c0097390>] (warn_slowpath_common+0x54/0x6c)
[    0.785949] [<c009733c>] (warn_slowpath_common+0x0/0x6c) from [<c009744c>] (warn_slowpath_fmt+0x38/0x40)
[    0.785949]  r8:00000000 r7:00000015 r6:00000000 r5:00000012 r4:c003f014
[    0.785980] r3:00000009
[    0.785980] [<c0097414>] (warn_slowpath_fmt+0x0/0x40) from [<c0012788>] (omap_init_opp_table+0xb4/0x220)
[    0.786010]  r3:c0585410 r2:c06cd2cc
[    0.786010] [<c00126d4>] (omap_init_opp_table+0x0/0x220) from [<c0012998>] (omap4_opp_init+0x38/0xfc)
[    0.786041]  r7:00000013 r6:00000000 r5:ea43c000 r4:c07da9a0
[    0.786041] [<c0012960>] (omap4_opp_init+0x0/0xfc) from [<c004760c>] (do_one_initcall+0x40/0x184)
[    0.786071]  r6:00000000 r5:ea43c000 r4:c07da9a0 r3:00000000
[    0.786071] [<c00475cc>] (do_one_initcall+0x0/0x184) from [<c00089cc>] (kernel_init+0x90/0x130)
[    0.786102] [<c000893c>] (kernel_init+0x0/0x130) from [<c009acac>] (do_exit+0x0/0x724)
[    0.786102]  r5:c000893c r4:00000000
[    0.786132] ---[ end trace 6fcb132ac310d005 ]---
[    0.786132] omap-iommu omap-iommu.0: ducati registered
[    0.786132] omap-iommu omap-iommu.1: tesla registered
[    0.898895] ashmem: initialized
[    0.902923] fuse init (API version 7.16)
[    0.904510] msgmni has been set to 1263
[    0.906219] io scheduler noop registered
[    0.906219] io scheduler deadline registered
[    0.906280] io scheduler cfq registered (default)
[    0.906341] start plist test
[    0.906341] end plist test
[    0.913177] OMAP DSS rev 4.0
[    0.913177] OMAP PM: Error: no prior constraint to release
[    0.921051] dsscomp: initializing.
[    0.921081] misc dsscomp: found 2 displays and 4 overlays
[    0.921356] could not allocate slot
[    0.921447] omap-rproc omap-rproc.1: powering up ipu
[    0.921722] virtio_rpmsg_bus virtio0: rpmsg backend virtproc probed successfully
[    0.921722] virtio_rpmsg_bus virtio1: rpmsg backend virtproc probed successfully
[    0.923126] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
[    0.933837] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
[    0.965148] omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
[    2.235351] console [ttyO2] enabled
[    2.310180] omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
[    2.457397] omap_ion_probe: adding heap secure_input of type 2 with ba300000@5a00000
[    2.466156] omap_ion_probe: adding heap tiler of type 4 with ada00000@6000000
[    2.474060] omap_ion_probe: adding heap nonsecure_tiler of type 4 with a0200000@2000000
[    2.483001] PVR: PVRCore_Init
[    2.486419] PVR: PVRSRVDriverProbe(pDevice=ea4ad800)
[    2.492065] PVR: SGX register base: 0x56000000
[    2.497009] PVR: SGX register size: 65535
[    2.501434] PVR: SGX IRQ: 53
[    2.504608] PVR: EnableSystemClocks: Enabling System Clocks
[    2.510803] PVR_K:(Warning): EnableSGXClocks: Unable to scale SGX frequency (EBUSY) [167, /mnt/jenkins/workspace/linaro-android_landing-panda-12.01-release/build/kernel/drivers/gpu/pvr/omap4/sysutils_linux.c]
[    2.531372] PVR_K:(Warning): EnableSGXClocks: Unable to scale SGX frequency (EBUSY) [167, /mnt/jenkins/workspace/linaro-android_landing-panda-12.01-release/build/kernel/drivers/gpu/pvr/omap4/sysutils_linux.c]
[    2.551910] PVR: PVRCore_Init: major device 251
[    2.558807] brd: module loaded
[    2.566619] loop: module loaded
[    2.575408] PPP generic driver version 2.4.2
[    2.580261] PPP Deflate Compression module registered
[    2.580261] PPP BSD Compression module registered
[    2.591735] PPP MPPE Compression module registered
[    2.597015] NET: Registered protocol family 24
[    2.602020] usbcore: registered new interface driver asix
[    2.609497] usbcore: registered new interface driver cdc_ether
[    2.615936] usbcore: registered new interface driver smsc95xx
[    2.622406] usbcore: registered new interface driver net1080
[    2.628692] usbcore: registered new interface driver cdc_subset
[    2.635284] usbcore: registered new interface driver zaurus
[    2.641448] cdc_ncm: 04-Aug-2011
[    2.645080] usbcore: registered new interface driver cdc_ncm
[    2.651367] usbcore: registered new interface driver zd1201
[    2.657562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.664947] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[    2.671295] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
[    2.679534] ehci-omap ehci-omap.0: irq 109, io mem 0x4a064c00
[    2.707244] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[    2.713623] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.721099] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.729064] usb usb1: Product: OMAP-EHCI Host Controller
[    2.734893] usb usb1: Manufacturer: Linux 3.0.8-00009-g54475e6 ehci_hcd
[    2.742187] usb usb1: SerialNumber: ehci-omap.0
[    2.747222] hub 1-0:1.0: USB hub found
[    2.751678] hub 1-0:1.0: 3 ports detected
[    2.777679] usbcore: registered new interface driver cdc_acm
[    2.783905] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    2.792694] Initializing USB Mass Storage driver...
[    2.798187] usbcore: registered new interface driver usb-storage
[    2.804809] USB Mass Storage support registered.
[    2.809875] usbcore: registered new interface driver usbserial
[    2.816436] usbserial: USB Serial Driver core
[    2.821258] USB Serial support registered for Keyspan - (without firmware)
[    2.828857] USB Serial support registered for Keyspan 1 port adapter
[    2.835845] USB Serial support registered for Keyspan 2 port adapter
[    2.842926] USB Serial support registered for Keyspan 4 port adapter
[    2.850067] usbcore: registered new interface driver keyspan
[    2.856292] keyspan: v1.1.5:Keyspan USB to Serial Converter Driver
[    3.064849] android_usb gadget: Mass Storage Function, version: 2009/09/11
[    3.072418] android_usb gadget: Number of LUNs=1
[    3.077484]  lun0: LUN: removable file: (no medium)
[    3.082275] usb 1-1: new high speed USB device number 2 using ehci-omap
[    3.090118] android_usb gadget: android_usb ready
[    3.095520] mousedev: PS/2 mouse device common for all mice
[    3.102325] twl_rtc twl_rtc: Power up reset detected.
[    3.108795] twl_rtc twl_rtc: Enabling TWL-RTC.
[    3.114990] using rtc device, twl_rtc, for alarms
[    3.120239] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[    3.127166] i2c /dev entries driver
[    3.127166] lirc_dev: IR Remote Control driver registered, major 248
[    3.138610] IR NEC protocol handler initialized
[    3.143554] IR RC5(x) protocol handler initialized
[    3.148803] IR RC6 protocol handler initialized
[    3.148864] IR JVC protocol handler initialized
[    3.158660] IR Sony protocol handler initialized
[    3.163757] IR RC5 (streamzap) protocol handler initialized
[    3.169860] IR LIRC bridge handler initialized
[    3.174804] dmm: probe base: fd300000, irq 145
[    3.182006] OMAP Watchdog Timer Rev 0x00: initial timeout 60 sec
[    3.190032] device-mapper: uevent: version 1.0.3
[    3.195373] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
[    3.204711] Bluetooth: HCI UART driver ver 2.2
[    3.209625] Bluetooth: HCI H4 protocol initialized
[    3.214843] cpuidle: using governor ladder
[    3.219329] cpuidle: using governor menu
[    3.228546] usbcore: registered new interface driver usbhid
[    3.234619] usbhid: USB HID core driver
[    3.239135] logger: created 256K log 'log_main'
[    3.244079] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[    3.244140] logger: created 256K log 'log_events'
[    3.244232] logger: created 256K log 'log_radio'
[    3.244323] logger: created 256K log 'log_system'
[    3.244476] thermal_governor_dev_register:Adding omap_ondie_governor governor
[    3.246978] SDP4430 SoC init
[    3.277435] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.285522] twl6040-codec twl6040-codec: couldn't get VDDHF regulator -19
[    3.293029] hub 1-1:1.0: USB hub found
[    3.297271] hub 1-1:1.0: 5 ports detected
[    3.311798] twl6030: BAT_VLOW interrupt; threshold=3200mV
[    3.317657] handle_twl6030_vlow: disabling BAT_VLOW interrupt
[    3.318634] asoc: null-codec-dai <-> MultiMedia1 mapping ok
[    3.319641] asoc: null-codec-dai <-> MultiMedia2 mapping ok
[    3.320983] asoc: null-codec-dai <-> Voice mapping ok
[    3.321960] asoc: null-codec-dai <-> Tones mapping ok
[    3.322937] asoc: null-codec-dai <-> Vibra mapping ok
[    3.323608] asoc: null-codec-dai <-> MODEM mapping ok
[    3.324218] asoc: null-codec-dai <-> MultiMedia1 LP mapping ok
[    3.325622] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
[    3.326599] asoc: twl6040-dl1 <-> mcpdm-dl mapping ok
[    3.328094] asoc: dmic-hifi <-> omap-dmic-dai-0 mapping ok
[    3.329589] twl6040-codec twl6040-codec: ASoC: Failed to create Aux/FM Stereo In debugfs file
[    3.330322] asoc: twl6040-dl1 <-> mcpdm-dl1 mapping ok
[    3.330993] asoc: twl6040-ul <-> mcpdm-ul1 mapping ok
[    3.331665] asoc: twl6040-dl2 <-> mcpdm-dl2 mapping ok
[    3.332366] asoc: twl6040-vib <-> mcpdm-vib mapping ok
[    3.333038] asoc: Bluetooth <-> omap-mcbsp-dai.0 mapping ok
[    3.333740] asoc: Bluetooth <-> omap-mcbsp-dai.0 mapping ok
[    3.334411] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
[    3.335144] asoc: MODEM <-> omap-mcbsp-dai.1 mapping ok
[    3.335784] asoc: dmic-hifi <-> omap-dmic-abe-dai-0 mapping ok
[    3.336486] asoc: dmic-hifi <-> omap-dmic-abe-dai-1 mapping ok
[    3.337127] asoc: dmic-hifi <-> omap-dmic-abe-dai-2 mapping ok
[    3.338684] input: Panda Headset Jack as /devices/platform/soc-audio/sound/card0/input0
[    3.340270] ALSA device list:
[    3.340270]   #0: TI OMAP4 Board
[    3.340637] oprofile: using arm/armv7-ca9
[    3.340789] GACT probability NOT on
[    3.340789] Mirror/redirect action on
[    3.340820] u32 classifier
[    3.340820]     Actions configured
[    3.340820] Netfilter messages via NETLINK v0.30.
[    3.340881] nf_conntrack version 0.5.0 (10106 buckets, 40424 max)
[    3.341766] ctnetlink v0.93: registering with nfnetlink.
[    3.342041] xt_time: kernel timezone is -0000
[    3.343719] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.343872] arp_tables: (C) 2002 David S. Miller
[    3.343933] TCP cubic registered
[    3.344482] NET: Registered protocol family 10
[    3.349121] Mobile IPv6
[    3.349121] IPv6 over IPv4 tunneling driver
[    3.353668] NET: Registered protocol family 17
[    3.353698] NET: Registered protocol family 15
[    3.371398] Bluetooth: RFCOMM TTY layer initialized
[    3.371429] Bluetooth: RFCOMM socket layer initialized
[    3.371459] Bluetooth: RFCOMM ver 1.11
[    3.371490] NET: Registered protocol family 35
[    3.371887] lib80211: common routines for IEEE802.11 drivers
[    3.371917] VFP support v0.3:
[    3.578948] ------------[ cut here ]------------
[    3.579071] implementor 41 architecture 3 part 30 variant 9 rev 1
[    3.579101] ThumbEE CPU extension supported.
[    3.579162] Registering SWP/SWPB emulation handler
[    3.582824] Reprogramming LPDDR2 timings to 400000000 Hz
[    3.583129] thermal_cooling_dev_register:Found cpu cpu
[    3.583587] Power Management for TI OMAP4.
[    3.583801] OMAP4 PM: Static dependency added between MPUSS <-> EMIF, MPUSS <-> L4_PER/CFG MPUSS <-> L3_MAIN_1.
[    3.583831] OMAP4 PM: Static dependency added between DUCATI <-> L4_PER/CFG and DUCATI <-> L3.
[    3.584197] sr_init: No PMIC hook to init smartreflex
[    3.584289] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
[    3.584411] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
[    3.584503] smartreflex smartreflex.2: omap_sr_probe: SmartReflex driver initialized
[    3.589721] clock: disabling unused clocks to save power
[    3.608795] mmc0: host does not support reading read-only switch. assuming write-enable.
[    3.621368] mmc0: new SDHC card at address 1234
[    3.621765] mmcblk0: mmc0:1234 SA04G 3.65 GiB
[    3.626434]  mmcblk0: p1 p2 p3 p4 < p5 p6 >
[    3.692962] WARNING: at /mnt/jenkins/workspace/linaro-android_landing-panda-12.01-release/build/kernel/drivers/mfd/twl6030-irq.c:234 handle_twl6030_vlow+0x64/0x6c()
[    3.708496] Modules linked in:
[    3.711730] Backtrace:
[    3.714355] [<c0050d14>] (dump_backtrace+0x0/0x10c) from [<c0575c30>] (dump_stack+0x18/0x1c)
[    3.723297]  r6:000000ea r5:c02d690c r4:00000000 r3:00000000
[    3.729339] [<c0575c18>] (dump_stack+0x0/0x1c) from [<c0097390>] (warn_slowpath_common+0x54/0x6c)
[    3.738769] [<c009733c>] (warn_slowpath_common+0x0/0x6c) from [<c00973cc>] (warn_slowpath_null+0x24/0x2c)
[    3.748901]  r8:ea4ee000 r7:c07843b8 r6:ea4bb5c0 r5:c0782b2c r4:c086cb34
[    3.755828] r3:00000009
[    3.758636] [<c00973a8>] (warn_slowpath_null+0x0/0x2c) from [<c02d690c>] (handle_twl6030_vlow+0x64/0x6c)
[    3.768676] [<c02d68a8>] (handle_twl6030_vlow+0x0/0x6c) from [<c00e05a0>] (irq_thread+0x130/0x1f4)
[    3.778167]  r4:c0782ac0 r3:c02d68a8
[    3.781951] [<c00e0470>] (irq_thread+0x0/0x1f4) from [<c00b7790>] (kthread+0x8c/0x94)
[    3.790344] [<c00b7704>] (kthread+0x0/0x94) from [<c009acac>] (do_exit+0x0/0x724)
[    3.798248]  r6:c009acac r5:c00b7704 r4:ea43db2c
[    3.803161] ---[ end trace 6fcb132ac310d007 ]---
[    3.808166] usb 1-1.1: new high speed USB device number 3 using ehci-omap
[    3.907928] mmc1: card claims to support voltages below the defined range. These will be ignored.
[    3.943420] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[    3.951080] mmc1: new SDIO card at address 0001
[    3.956604] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    3.972930] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.983337] smsc95xx v1.0.4
[    4.067108] smsc95xx 1-1.1:1.0: eth0: register 'smsc95xx' at usb-ehci-omap.0-1.1, smsc95xx USB 2.0 Ethernet, 86:cc:3f:2d:a8:6a
[    4.157409] cannot apply mgr(lcd) on inactive device
[    4.168395] usb 1-1.2: new low speed USB device number 4 using ehci-omap
[    4.175506] omapfb omapfb: failed to apply dispc config
[    4.192596] cannot apply mgr(tv) on inactive device
[    4.197845] omapfb omapfb: failed to apply dispc config
[    4.206329] cannot apply mgr(lcd2) on inactive device
[    4.212066] omapfb omapfb: failed to apply dispc config
[    4.220611] omapdss DPI: Could not find exact pixel clock. Requested 74250 kHz, got 76800 kHz
[    4.235290] regulator_init_complete: VANA: incomplete constraints, leaving on
[    4.243927] regulator_init_complete: VDAC: incomplete constraints, leaving on
[    4.251831] regulator_init_complete: VCXIO: incomplete constraints, leaving on
[    4.260498] regulator_init_complete: VUSB: incomplete constraints, leaving on
[    4.287139] omap_tiler_alloc: failed to allocate pages to back tiler address space
[    4.298461] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801)
[    4.307678] Freeing init memory: 252K
[    4.322509] usb 1-1.2: New USB device found, idVendor=0603, idProduct=00f2
[    4.330200] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.338562] usb 1-1.2: Product: USB Keyboard
[    4.343109] usb 1-1.2: Manufacturer: NOVATEK
[    4.360198] input: NOVATEK USB Keyboard as /devices/platform/omap/usbhs_omap/ehci-omap.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input1
[    4.372711] generic-usb 0003:0603:00F2.0001: input: USB HID v1.10 Keyboard [NOVATEK USB Keyboard] on usb-ehci-omap.0-1.2/input0
[    4.391967] input: NOVATEK USB Keyboard as /devices/platform/omap/usbhs_omap/ehci-omap.0/usb1/1-1/1-1.2/1-1.2:1.1/input/input2
[    4.404235] generic-usb 0003:0603:00F2.0002: input: USB HID v1.10 Device [NOVATEK USB Keyboard] on usb-ehci-omap.0-1.2/input1
[    4.496704] usb 1-1.3: new low speed USB device number 5 using ehci-omap
[    4.505615] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    4.627319] usb 1-1.3: New USB device found, idVendor=413c, idProduct=3016
[    4.634826] usb 1-1.3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    4.642852] usb 1-1.3: Product: Dell Premium USB Optical Mouse
[    4.657043] input: Dell Premium USB Optical Mouse as /devices/platform/omap/usbhs_omap/ehci-omap.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input3
[    4.671752] generic-usb 0003:413C:3016.0003: input: USB HID v1.11 Mouse [Dell Premium USB Optical Mouse] on usb-ehci-omap.0-1.3/input0
[    4.850097] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
[    5.222015] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null)
[    5.861785] omap-rproc omap-rproc.1: Loaded BIOS image ducati-m3.bin, size 5756300
[    5.871002] omap-rproc omap-rproc.1: BIOS image version is 2
[    5.889587] android_usb: already disabled
[    5.894317] adb_bind_config
[    5.908172] omap-iommu omap-iommu.0: iommu_get: ducati qos_request
[    5.930114] omap_hwmod: ipu: failed to hardreset
[    5.935058] omap-iommu omap-iommu.0: ducati: version 2.1
[    5.947357] omap-rproc omap-rproc.1: remote processor ipu is now up
[    5.960388] omap_rpmsg_mbox_callback: received echo reply from ipu !
[    5.970825] wl1271: ERROR could not get nvs file: -2
[    5.972869] omap_rpmsg_mbox_callback: received echo reply from ipu !
[    5.972869] omap_rpmsg_mbox_callback: received echo reply from ipu !
[    5.972869] omap_rpmsg_mbox_callback: received echo reply from ipu !
[    5.972900] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x32
[    5.973052] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x33
[    5.973144] virtio_rpmsg_bus virtio0: creating channel rpmsg-omx addr 0x3c
[    5.973388] rpmsg_omx rpmsg-omx0: new OMX connection srv channel: 1024 -> 60!
[    6.031829] wl1271: loaded
[    6.034698] wl1271: initialized
[    6.118591] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
[    6.128112] init: cannot find '/system/bin/uim', disabling 'uim'
[    6.307037] virtio_rpmsg_bus virtio1: creating channel rpmsg-omx addr 0x3c
[    6.317138] rpmsg_omxpmsg-omx1: new OMX connection srv channel: 1024 -> 60!
root@android:/ # [    6.766387] warning: `rild' uses 32-bit capabilities (legacy support in use)
[    6.848907] adb_bind_config
[    6.854492] PVR: Installing MISR with cookie c0868634
[    6.863647] PVR: Installing device LISR SGX ISR on IRQ 53 with cookie ea499f00
[    6.871826] PVR: OSUnMapPhysToLin: unmapping 65535 bytes from f0d20000
[    6.878753] PVR: SysFinalise: Version string: SGX revision = 1.2.0
[    7.062805] adb_open
[    8.777343] misc dsscomp: [e7ee5000] ignoring set failure -22
[   80.999145] er.ServerThread (170): /proc/157/oom_adj is deprecated, please use /proc/157/oom_score_adj instead.
[   94.767333] request_suspend_state: wakeup (3->0) at 94763244633 (2000-01-01 00:01:31.960113528 UTC)
[  110.570587] acc_open
[  110.573089] acc_release
[  112.033813] smsc95xx 1-1.1:1.0: eth0: link up, 100Mbps, full-duplex, lpa 0x4DE1

esky-sh
Posts: 1435
Joined: Sat Dec 20, 2008 4:21 am

QA report from Linaro

Post by esky-sh » Wed Jan 25, 2012 2:04 am


esky-sh
Posts: 1435
Joined: Sat Dec 20, 2008 4:21 am

Re: First try of Linaro Android 12.01 Pandaboard

Post by esky-sh » Wed Jan 25, 2012 3:03 am

logs when connect with HDMI port:

Code: Select all

Texas Instruments X-Loader 1.41 (Jan 24 2012 - 10:05:52)
mmc read: Invalid size
Starting OS Bootloader from MMC/SD1 ...


U-Boot 2011.06 (Aug 20 2011 - 18:00:16)

CPU  : OMAP4430
Board: OMAP4 Panda
I2C:   ready
DRAM:  1 GiB
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 boot.scr

449 bytes read
Running bootscript from mmc0 ...
## Executing script at 82000000
reading uImage

3861860 bytes read
reading uInitrd

161812 bytes read
## Booting kernel from Legacy Image at 80200000 ...
   Image Name:   Linux-3.0.8-00009-g54475e6
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3861796 Bytes = 3.7 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 8160000 ...
   Image Name:   Android Ramdisk Image
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    161748 Bytes = 158 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] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.0.8-00009-g54475e6 (jenkins-build@ip-10-6-129-117) (gcc version 4.6.3 20120105 (prerelease) (Linaro GCC 4.6-2012.01) ) #1 SMP PREEMPT Tue Jan 24 11:16:18 UTC 2012
[    0.000000] CPU: ARMv7 Processor [411fc092] revision 2 (ARMv7), cr=10c5387f
[    0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: OMAP4 Panda board
[    0.000000] Truncating RAM at 80000000-bfffffff to -afffffff (vmalloc region overlap).
[    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] SRAM: Mapped pa 0x40300000 to va 0xfe400000 size: 0xd000
[    0.000000] PERCPU: Embedded 7 pages/cpu @c0f81000 s7808 r8192 d12672 u32768
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 164352
[    0.000000] Kernel command line: console=ttyO2,115200n8 mem=1G androidboot.console=ttyO2 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: 512MB 136MB = 648MB total
[    0.000000] Memory: 646668k/1235992k available, 279528k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     DMA     : 0xffc00000 - 0xffe00000   (   2 MB)
[    0.000000]     vmalloc : 0xf0800000 - 0xf8000000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .init : 0xc0008000 - 0xc0047000   ( 252 kB)
[    0.000000]       .text : 0xc0047000 - 0xc0772000   (7340 kB)
[    0.000000]       .data : 0xc0772000 - 0xc07da978   ( 419 kB)
[    0.000000]        .bss : 0xc07da99c - 0xc09765b0   (1648 kB)
[    0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:410
[    0.000000] omap_hod: 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] Calibrating delay loop... 2007.19 BogoMIPS (lpj=7839744)
[    0.015686] pid_max: default: 32768 minimum: 301
[    0.015686] Mount-cache hash table entries: 512
[    0.015686] Initializing cgroup subsys debug
[    0.015686] Initializing cgroup subsys cpuacct
[    0.071594] Initializing cgroup subsys freezer
[    0.071655] CPU: Testing write buffer coherency: ok
[    0.071990] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
[    0.071990] L310 cache controller enabled
[    0.072082] l2x0: 16 ways, CACHE_ID 0x410000c4, AUX_CTRL 0x5e470000, Cache size: 1048576 B
[    0.150146] CPU1: Booted secondary processor
[    0.220458] Brought up 2 CPUs
[    0.220489] SMP: Total of 2 processors activated (4022.78 BogoMIPS).
[    0.220672] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va r emif_fw
[    0.223175] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_instr
[    0.223175] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_main_1
[    0.223175] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_main_2
[    0.223205] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_abe
[    0.223205] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_cfg
[    0.223236] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_per
[    0.223236] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_wkup
[    0.223236] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for mpu_private
[    0.223297] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for sl2if
[    0.223297] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for usbhs_ohci
[    0.223358] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for usbhs_ehci
[    0.223358] omap_hwmod: l3_div_ck: missing clockdomain for l3_div_ck.
[    0.231201] omap_hwmod: mcpdm: cannot be enabled (3)
[    0.233581] print_constraints: dummy:
[    0.233581] NET: Registered protocol family 16
[    0.233947] GPMC revision 6.0
[    0.234893] EMIF0 is enabled with IRQ142
[    0.234893] EMIF1 is enabled with IRQ143
[    0.234985] Last reset was cold reset (PRM_RSTST=0x1)
[    0.234985]
[    0.235198] OMAP GPIO hardware version 0.1
[    0.236297] omap_mux_init: Add partition: #1: core, flags: 2
[    0.237579] omap_mux_init: Add partition: #2: wkup, flags: 2
[    0.237579] omap_mux_get_by_name: Could not find signal uart1_cts.uart1_cts
[    0.238494] omap_hwmod_mux_init: Could not allocate device mux entry
[    0.244201] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
[    0.244201] hw-breakpoint: 1 breakpoint(s) reserved for watchpoint single-step.
[    0.245086] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.248413] OMAP DMA hardware revision 0.0
[    0.248413] omap_rproc_get_pool: carveout memory is unavailable: 0x0, 0x0
[    0.253936] bio: create slab <bio-0> at 0
[    0.254577] print_constraints: vwl1271: 1800 mV
[    0.254577] i2c-core: driver [twl] using legacy suspend method
[    0.254821] i2c-core: driver [twl] using legacy resume method
[    0.254821] SCSI subsystem initialized
[    0.255218] usbcore: registered new interface driver usbfs
[    0.255218] usbcore: registered new interface driver hub
[    0.255401] usbcore: registered new device driver usb
[    0.267333] omap_i2c omap_i2c.1: bus 1 rev4.0 at 400 kHz
[    0.267822] Skipping twl internal clock init and using bootloader value (unknown osc rate)
[    0.268157] twl6030: PIH (irq 39) chaining IRQs 368..387
[    0.269958] print_constraints: VUSB: 3300 mV normal standby
[    0.472473] twl6030_usb twl6030_usb: Initialized TWL6030 USB module
[    0.472930] print_constraints: VMMC: 1200 <--> 3000 mV at 3000 mV normal standby
[    0.473388] print_constraints: VPP: 1800 <--> 2500 mV at 1900 mV normal standby
[    0.473388] print_constraints: VCXIO: 1800 mV normal standby
[    0.473388] print_constraints: VDAC: 1800 mV normal standby
[    0.474243] print_constraints: VAUX2_6030: 1200 <--> 2800 mV at 1800 mV normal standby
[    0.474700] print_constraints: VAUX3_6030: 1000 <--> 3000 mV at 1200 mV normal standby
[    0.475372] print_constraints: CLK32KG:
[    0.475463] print_constraints: VANA: 2100 mV normal standby
[    0.486083] omap_i2c omap_i2c.2: bus 2 rev4.0 at 400 kHz
[    0.501708] omap_i2c omap_i2c.3: bus 3 rev4.0 at 100 kHz
[    0.517333] omap_i2c omap_i2c.4: bus 4 rev4.0 at 400 kHz
[    0.517456] omap-rproc omap-rproc.0: dsp is available
[    0.517822] omap-rproc omap-rproc.1: ipu is available
[    0.517822] Advanced Linux Sound Architecture Driver Version 1.0.24.
[    0.518432] Bluetooth: Core ver 2.16
[    0.518493] NET: Registered protocol family 31
[    0.518493] Bluetooth: HCI device and connection manager initialized
[    0.518524] Bluetooth: HCI socket layer initialized
[    0.518524] Bluetooth: L2CAP socket layer initialized
[    0.518524] Bluetooth: SCO socket layer initialized
[    0.518920] cfg80211: Calling CRDA to update world regulatory domain
[    0.519653] Switching to clocksource 32k_counter
[    0.525115] Switched to NOHz mode on CPU #0
[    0.525146] Switched to NOHz mode on CPU #1
[    0.533538] musb-hdrc: version 6.0, musb-dma, peripheral
[    0.534149] musb-hdrc musb-hdrc: USB Peripheral mode controller at fc0ab000 using DMA, IRQ 124
[    0.534515] NET: Registered protocol family 2
[    0.534759] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.535369] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.535369] TCP bind hash table entries: 65536 (order: 8, 1572864 bytes)
[    0.542907] TCP: Hash tables configured (established 131072 bind 65536)
[    0.542907] TCP reno registered
[    0.542938] UDP hash table entries: 512 (order: 3, 32768 bytes)
[    0.542938] UDP-Lite hash table entries: 512 (order: 3, 32768 bytes)
[    0.543182] NET: Registered protocol family 1
[    0.543182] Trying to unpack rootfs image as initramfs...
[    0.553131] Freeing initrd memory: 156K
[    0.761932] ------------[ cut here ]------------
[    0.761932] WARNING: at /mnt/jenkins/workspace/linaro-android_landing-panda-12.01-release/build/kernel/arch/arm/mach-omap2/opp.c:74 omap_init_opp_table+0xb4/0x220()
[    0.761993] omap_init_opp_table: no hwmod or odev for hsi, [17] cannot add OPPs.
[    0.761993] Modules linked in:
[    0.761993] Backtrace:
[    0.762054] [<c0050d14>] (dump_backtrace+0x0/0x10c) from [<c0575c30>] (dump_stack+0x18/0x1c)
[    0.762054]  r6:0000004a r5:c0012788 r4:ea43df18 r3:00000000
[    0.762084] [<c0575c18>] (dump_stack+0x0/0x1c) from [<c0097390>] (warn_slowpath_common+0x54/0x6c)
[    0.762115] [<c009733c>] (warn_slowpath_common+0x0/0x6c) from [<c009744c>] (warn_slowpath_fmt+0x38/0x40)
[    0.762115]  r8:00000000 r7:00000015 r6:00000000 r5:00000011 r4:c003effc
[    0.762145] r3:00000009
[    0.762145] [<c0097414>] (warn_slowpath_fmt+0x0/0x40) from [<c0012788>] (omap_init_opp_table+0xb4/0x220)
[    0.762176]  r3:c0585410 r2:c06cd2cc
[    0.762176] [<c00126d4>] (omap_init_opp_table+0x0/0x220) from [<c0012998>] (omap4_opp_init+0x38/0xfc)
[    0.762207]  r7:00000013 r6:00000000 r5:ea43c000 r4:c07da9a0
[    0.762207] [<c0012960>] (omap4_opp_init+0x0/0xfc) from [<c004760c>] (do_one_initcall+0x40/0x184)
[    0.762207]  r6:00000000 r5:ea43c000 r4:c07da9a0 r3:00000000
[    0.762207] [<c00475cc>] (do_one_initcall+0x0/0x184) from [<c00089cc>] (kernel_init+0x90/0x130)
[    0.762207] [<c000893c>] (kernel_init+0x0/0x130) from [<c009acac>] (do_exit+0x0/0x724)
[    0.762207]  r5:c000893c r4:00000000
[    0.762207] ---[ end trace 6fcb132ac310d004 ]---
[    0.762359] ------------[ cut here ]------------
[    0.762359] WARNING: at /mnt/jenkins/workspace/linaro-android_landing-panda-12.01-release/build/kernel/arch/arm/mach-omap2/opp.c:74 omap_init_opp_table+0xb4/0x220()
[    0.762390] omap_init_opp_table: no hwmod or odev for hsi, [18] cannot add OPPs.
[    0.762390] Modules linked in:
[    0.762390] Backtrace:
[    0.762420] [<c0050d14>] (dump_backtrace+0x0/0x10c) from [<c0575c30>] (dump_stack+0x18/0x1c)
[    0.762420]  r6:0000004a r5:c0012788 r4:ea43df18 r3:00000000
[    0.762451] [<c0575c18>] (dump_stack+0x0/0x1c) from [<c0097390>] (warn_slowpath_common+0x54/0x6c)
[    0.762481] [<c009733c>] (warn_slowpath_common+0x0/0x6c) from [<c009744c>] (warn_slowpath_fmt+0x38/0x40)
[    0.762481]  r8:00000000 r7:00000015 r6:00000000 r5:00000012 r4:c003f014
[    0.762512] r3:00000009
[    0.762512] [<c0097414>] (warn_slowpath_fmt+0x0/0x40) from [<c0012788>] (omap_init_opp_table+0xb4/0x220)
[    0.762542]  r3:c0585410 r2:c06cd2cc
[    0.762542] [<c00126d4>] (omap_init_opp_table+0x0/0x220) from [<c0012998>] (omap4_opp_init+0x38/0xfc)
[    0.762542]  r7:00000013 r6:00000000 r5:ea43c000 r4:c07da9a0
[    0.762573] [<c0012960>] (omap4_opp_init+0x0/0xfc) from [<c004760c>] (do_one_initcall+0x40/0x184)
[    0.762603]  r6:00000000 r5:ea43c000 r4:c07da9a0 r3:00000000
[    0.762603] [<c00475cc>] (do_one_initcall+0x0/0x184) from [<c00089cc>] (kernel_init+0x90/0x130)
[    0.762634] [<c000893c>] (kernel_init+0x0/0x130) from [<c009acac>] (do_exit+0x0/0x724)
[    0.762634]  r5:c000893c r4:00000000
[    0.762634] ---[ end trace 6fcb132ac310d005 ]---
[    0.762664] omap-iommu omap-iommu.0: ducati registered
[    0.762664] omap-iommu omap-iommu.1: tesla registered
[    0.876007] ashmem: initialized
[    0.881835] fuse init (API version 7.16)
[    0.881835] msgmni has been set to 1263
[    0.883575] io scheduler noop registered
[    0.883605] io scheduler deadline registered
[    0.883636] io scheduler cfq registered (default)
[    0.883697] start plist test
[    0.883697] end plist test
[    0.892089] OMAP DSS rev 4.0
[    0.892333] OMAP PM: Error: no prior constraint to release
[    0.899444] dsscomp: initializing.
[    0.899932] misc dsscomp: found 2 displays and 4 overlays
[    0.900177] could not allocate slot
[    0.900451] omap-rproc omap-rproc.1: powering up ipu
[    0.900695] virtio_rpmsg_bus virtio0: rpmsg backend virtproc probed successfully
[    0.901336] virtio_rpmsg_bus virtio1: rpmsg backend virtproc probed successfully
[    0.901336] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
[    0.918182] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
[    0.934082] in hpd work 1, state=0
[    0.934082] omapdss HDMI: ENTER hdmi_display_enable
[    0.937500] omapdss HDMI: Set c-state constraint for HDMI
[    0.937500]
[    0.980743] omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
[    2.268829] in hpd work 2, state=1
[    2.272613] console [ttyO2] enabled
[    2.347930] omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
[    2.512054] omap_ion_probe: adding heap secure_input of type 2 with ba300000@5a00000
[    2.520812] omap_ion_probe: adding heap tiler of type 4 with ada00000@6000000
[    2.528717] omap_ion_probe: adding heap nonsecure_tiler of type 4 with a0200000@2000000
[    2.537658] PVR: PVRCore_Init
[    2.541107] PVR: PVRSRVDriverProbe(pDevice=ea4ad800)
[    2.546783] PVR: SGX register base: 0x56000000
[    2.551727] PVR: SGX register size: 65535
[    2.556152] PVR: SGX IRQ: 53
[    2.559326] PVR: EnableSystemClocks: Enabling System Clocks
[    2.565551] PVR_K:(Warning): EnableSGXClocks: Unable to scale SGX frequency (EBUSY) [167, /mnt/jenkins/workspace/linaro-android_landing-panda-12.01-release/build/kernel/drivers/gpu/pvr/omap4/sysutils_linux.c]
[    2.597961] PVR_K:(Warning): EnableSGXClocks: Unable to scale SGX frequency (EBUSY) [167, /mnt/jenkins/workspace/linaro-android_landing-panda-12.01-release/build/kernel/drivers/gpu/pvr/omap4/sysutils_linux.c]
[    2.618469] edid[000] = 00 ff ff ff ff ff ff 00 10 ac 21 a0 4c 55 38 30
[    2.628326] edid[010] = 1c 14 01 03 80 29 1f 78 ee ee 91 a3 54 4c 99 26
[    2.635772] PVR: PVRCore_Init: major device 251
[    2.644744] edid[020] = 0f 50 54 a5 4b 00 81 80 a9 40 71 4f 01 01 01 01
[    2.652038] edid[030] = 01 01 01 01 01 01 48 3f 40 30 62 b0 32 40 40 c0
[    2.660949] brd: module loaded
[    2.667053] loop: module loaded
[    2.671081] edid[040] = 13 00 6f 13 11 00 00 1e 00 00 00 ff 00 4e 34 46
[    2.678405] edid[050] = 50 30 30 37 36 30 38 55 4c 0a 00 00 00 fc 00 44
[    2.685913] edid[060] = 45 4c 4c 20 32 30 30 37 46 50 0a 20 00 00 00 fd
[    2.693359] edid[070] = 00 38 4c 1e 53 11 00 0a 20 20 20 20 20 20 00 7d
[    2.700744] edid[080] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    2.708099] edid[090] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    2.715484] edid[0a0] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    2.722808] edid[0b0] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    2.730194] edid[0c0] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    2.737670] edid[0d0] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    2.745056] edid[0e0] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    2.752410] edid[0f0] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    2.759765] edid[100] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    2.767150] PPP generic driver version 2.4.2
[    2.773132] PPP Deflate Compression module registered
[    2.778747] edid[110] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    2.786071] PPP BSD Compression module registered
[    2.791290] edid[120] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    2.798645] edid[130] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    2.806030] edid[140] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    2.813415] edid[150] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    2.820739] edid[160] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    2.828094] edid[170] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    2.835418] PPP MPPE Compression module registered
[    2.840728] NET: Registered protocol family 24
[    2.847229] usbcore: registered new interface driver asix
[    2.850769] edid[180] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    2.850830] edid[190] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    2.850830] edid[1a0] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    2.850860] edid[1b0] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    2.850860] edid[1c0] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    2.850891] edid[1d0] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    2.850891] edid[1e0] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    2.850891] edid[1f0] = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    2.850921] panel size 41 by 31
[    2.914947] usbcore: registered new interface driver cdc_ether
[    2.921417] usbcore: registered new interface driver smsc95xx
[    2.927917] usbcore: registered new interface driver net1080
[    2.934204] usbcore: registered new interface driver cdc_subset
[    2.940795] usbcore: registered new interface driver zaurus
[    2.946960] cdc_ncm: 04-Aug-2011
[    2.950592] usbcore: registered new interface driver cdc_ncm
[    2.956878] usbcore: registered new interface driver zd1201
[    2.963104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.970489] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[    2.976806] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
[    2.984985] ehci-omap ehci-omap.0: irq 109, io mem 0x4a064c00
[    3.000335] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[    3.006622] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.014160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.022094] usb usb1: Product: OMAP-EHCI Host Controller
[    3.027923] usb usb1: Manufacturer: Linux 3.0.8-00009-g54475e6 ehci_hcd
[    3.035156] usb usb1: SerialNumber: ehci-omap.0
[    3.040527] hub 1-0:1.0: USB hub found
[    3.044647] hub 1-0:1.0: 3 ports detected
[    3.125061] usbcore: registered new interface driver cdc_acm
[    3.125061] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    3.140167] Initializing USB Mass Storage driver...
[    3.145721] usbcore: registered new interface driver usb-storage
[    3.152282] USB Mass Storage support registered.
[    3.157501] usbcore: registered new interface driver usbserial
[    3.157501] usbserial: USB Serial Driver core
[    3.168731] USB Serial support registered for Keyspan - (without firmware)
[    3.176300] USB Serial support registered for Keyspan 1 port adapter
[    3.183288] USB Serial support registered for Keyspan 2 port adapter
[    3.190307] USB Serial support registered for Keyspan 4 port adapter
[    3.197326] usbcore: registered new interface driver keyspan
[    3.203552] keyspan: v1.1.5:Keyspan USB to Serial Converter Driver
[    3.371307] usb 1-1: new high speed USB device number 2 using ehci-omap
[    3.412048] android_usb gadget: Mass Storage Function, version: 2009/09/11
[    3.419525] android_usb gadget: Number of LUNs=1
[    3.424530]  lun0: LUN: removable file: (no medium)
[    3.430023] android_usb gadget: android_usb ready
[    3.435211] mousedev: PS/2 mouse device common for all mice
[    3.442321] twl_rtc twl_rtc: Power up reset detected.
[    3.448822] twl_rtc twl_rtc: Enabling TWL-RTC.
[    3.455078] using rtc device, twl_rtc, for alarms
[    3.455078] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[    3.467498] i2c /dev entries driver
[    3.471862] lirc_dev: IR Remote Control driver registered, major 248
[    3.478942] IR NEC protocol handler initialized
[    3.479003] IR RC5(x) protocol handler initialized
[    3.489166] IR RC6 protocol handler initialized
[    3.494110] IR JVC protocol handler initialized
[    3.499084] IR Sony protocol handler initialized
[    3.504150] IR RC5 (streamzap) protocol handler initialized
[    3.510192] IR LIRC bridge handler initialized
[    3.515075] dmm: probe base: fd300000, irq 145
[    3.522125] OMAP Watchdog Timer Rev 0x00: initial timeout 60 sec
[    3.530090] device-mapper: uevent: version 1.0.3
[    3.535339] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
[    3.544525] Bluetooth: HCI UART driver ver 2.2
[    3.549346] Bluetooth: HCI H4 protocol initialized
[    3.554565] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[    3.554595] cpuidle: using governor ladder
[    3.554595] cpuidle: using governor menu
[    3.558227] usbcore: registered new interface driver usbhid
[    3.558258] usbhid: USB HID core driver
[    3.580718] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.580932] logger: created 256K log 'log_main'
[    3.581024] logger: created 256K log 'log_events'
[    3.581115] logger: created 256K log 'log_radio'
[    3.581207] logger: created 256K log 'log_system'
[    3.581329] thermal_governor_dev_register:Adding omap_ondie_governor governor
[    3.583648] SDP4430 SoC init
[    3.619995] hub 1-1:1.0: USB hub found
[    3.619995] twl6040-codec twl6040-codec: couldn't get VDDHF regulator -19
[    3.631500] hub 1-1:1.0: 5 ports detected
[    3.646423] asoc: null-codec-dai <-> MultiMedia1 mapping ok
[    3.653350] asoc: null-codec-dai <-> MultiMedia2 mapping ok
[    3.660583] asoc: null-codec-dai <-> Voice mapping ok
[    3.666992] asoc: null-codec-dai <-> Tones mapping ok
[    3.676544] asoc: null-codec-dai <-> Vibra mapping ok
[    3.682739] asoc: null-codec-dai <-> MODEM mapping ok
[    3.688964] asoc: null-codec-dai <-> MultiMedia1 LP mapping ok
[    3.699615] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
[    3.706695] asoc: twl6040-dl1 <-> mcpdm-dl mapping ok
[    3.713653] asoc: dmic-hifi <-> omap-dmic-dai-0 mapping ok
[    3.721160] twl6040-codec twl6040-codec: ASoC: Failed to create Aux/FM Stereo In debugfs file
[    3.731323] asoc: twl6040-dl1 <-> mcpdm-dl1 mapping ok
[    3.737640] asoc: twl6040-ul <-> mcpdm-ul1 mapping ok
[    3.744232] asoc: twl6040-dl2 <-> mcpdm-dl2 mapping ok
[    3.750488] asoc: twl6040-vib <-> mcpdm-vib mapping ok
[    3.756805] asoc: Bluetooth <-> omap-mcbsp-dai.0 mapping ok
[    3.763580] asoc: Bluetooth <-> omap-mcbsp-dai.0 mapping ok
[    3.770324] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
[    3.777191] asoc: MODEM <-> omap-mcbsp-dai.1 mapping ok
[    3.783630] asoc: dmic-hifi <-> omap-dmic-abe-dai-0 mapping ok
[    3.790649] asoc: dmic-hifi <-> omap-dmic-abe-dai-1 mapping ok
[    3.797668] asoc: dmic-hifi <-> omap-dmic-abe-dai-2 mapping ok
[    3.805694] input: Panda Headset Jack as /devices/platform/soc-audio/sound/card0/input0
[    3.816070] ALSA device list:
[    3.819335]   #0: TI OMAP4 Board
[    3.823242] oprofile: using arm/armv7-ca9
[    3.827819] GACT probability NOT on
[    3.831634] Mirror/redirect action on
[    3.835693] u32 classifier
[    3.838653]     Actions configured
[    3.842468] Netfilter messages via NETLINK v0.30.
[    3.847686] nf_conntrack version 0.5.0 (10106 buckets, 40424 max)
[    3.855194] ctnetlink v0.93: registering with nfnetlink.
[    3.861297] xt_time: kernel timezone is -0000
[    3.867767] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.873779] arp_tables: (C) 2002 David S. Miller
[    3.878814] TCP cubic registered
[    3.882904] NET: Registered protocol family 10
[    3.892517] Mobile IPv6
[    3.895233] IPv6 over IPv4 tunneling driver
[    3.903320] mmc0: host does not support reading read-only switch. assuming write-enable.
[    3.913208] NET: Registered protocol family 17
[    3.918060] NET: Registered protocol family 15
[    3.922973] mmc0: new SDHC card at address 1234
[    3.928344] mmcblk0: mmc0:1234 SA04G 3.65 GiB
[    3.928375] Bluetooth: RFCOMM TTY layer initialized
[    3.928405] Bluetooth: RFCOMM socket layer initialized
[    3.928405] Bluetooth: RFCOMM ver 1.11
[    3.928436] NET: Registered protocol family 35
[    3.928833] lib80211: common routines for IEEE802.11 drivers
[    3.928833] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 1
[    3.967681] ThumbEE CPU extension supported.
[    3.967864] usb 1-1.1: new high speed USB device number 3 using ehci-omap
[    3.979583] Registering SWP/SWPB emulation handler
[    3.984832]  mmcblk0: p1 p2 p3 p4 < p5 p6 >
[    3.988067] Reprogramming LPDDR2 timings to 400000000 Hz
[    3.988372] thermal_cooling_dev_register:Found cpu cpu
[    3.988861] Power Management for TI OMAP4.
[    3.989105] OMAP4 PM: Static dependency added between MPUSS <-> EMIF, MPUSS <-> L4_PER/CFG MPUSS <-> L3_MAIN_1.
[    3.989105] OMAP4 PM: Static dependency added between DUCATI <-> L4_PER/CFG and DUCATI <-> L3.
[    3.989471] sr_init: No PMIC hook to init smartreflex
[    3.989593] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
[    3.989685] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
[    3.989807] smartreflex smartreflex.2: omap_sr_probe: SmartReflex driver initialized
[    3.995056] clock: disabling unused clocks to save power
[    4.153137] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    4.160430] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.170806] smsc95xx v1.0.4
[    4.180633] mmc1: card claims to support voltages below the defined range. These will be ignored.
[    4.209045] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[    4.216705] mmc1: new SDIO card at address 0001
[    4.325134] smsc95xx 1-1.1:1.0: eth0: register 'smsc95xx' at usb-ehci-omap.0-1.1, smsc95xx USB 2.0 Ethernet, ba:c5:5a:ab:fe:da
[    4.426116] usb 1-1.2: new low speed USB device number 4 using ehci-omap
[    4.557281] usb 1-1.2: New USB device found, idVendor=0603, idProduct=00f2
[    4.564788] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.572814] usb 1-1.2: Product: USB Keyboard
[    4.577514] usb 1-1.2: Manufacturer: NOVATEK
[    4.588806] input: NOVATEK USB Keyboard as /devices/platform/omap/usbhs_omap/ehci-omap.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input1
[    4.601898] generic-usb 0003:0603:00F2.0001: input: USB HID v1.10 Keyboard [NOVATEK USB Keyboard] on usb-ehci-omap.0-1.2/input0
[    4.622985] input: NOVATEK USB Keyboard as /devices/platform/omap/usbhs_omap/ehci-omap.0/usb1/1-1/1-1.2/1-1.2:1.1/input/input2
[    4.639587] cannot apply mgr(lcd) on inactive device
[    4.645111] generic-usb 0003:0603:00F2.0002: input: USB HID v1.10 Device [NOVATEK USB Keyboard] on usb-ehci-omap.0-1.2/input1
[    4.657409] omapfb omapfb: failed to apply dispc config
[    4.663177] cannot apply mgr(lcd2) on inactive device
[    4.668548] omapfb omapfb: failed to apply dispc config
[    4.674194] omapdss DPI: Could not find exact pixel clock. Requested 74250 kHz, got 76800 kHz
[    4.685729] regulator_init_complete: VANA: incomplete constraints, leaving on
[    4.694335] regulator_init_complete: VCXIO: incomplete constraints, leaving on
[    4.702636] regulator_init_complete: VUSB: incomplete constraints, leaving on
[    4.728302] omap_tiler_alloc: failed to allocate pages to back tiler address space
[    4.739624] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801)
[    4.748718] Freeing init memory: 252K
[    4.918579] usb 1-1.3: new low speed USB device number 5 using ehci-omap
[    4.942962] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    5.048919] usb 1-1.3: New USB device found, idVendor=413c, idProduct=3016
[    5.056427] usb 1-1.3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    5.064453] usb 1-1.3: Product: Dell Premium USB Optical Mouse
[    5.078948] input: Dell Premium USB Optical Mouse as /devices/platform/omap/usbhs_omap/ehci-omap.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input3
[    5.093719] generic-usb 0003:413C:3016.0003: input: USB HID v1.11 Mouse [Dell Premium USB Optical Mouse] on usb-ehci-omap.0-1.3/input0
[    6.088409] EXT4-fs (mmcblk0p3): recovery complete
[    6.400939] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
[    7.323913] omap-rproc omap-rproc.1: Loaded BIOS image ducati-m3.bin, size 5756300
[    7.332183] omap-rproc omap-rproc.1: BIOS image version is 2
[    7.384735] omap-iommu omap-iommu.0: iommu_get: ducati qos_request
[    7.407806] omap_hwmod: ipu: failed to hardreset
[    7.412933] omap-iommu omap-iommu.0: ducati: version 2.1
[    7.425689] op-rproc omap-rproc.1: remote processor ipu is now up
[    7.439086] omap_rpmsg_mbox_callback: received echo reply from ipu !
[    7.446258] omap_rpmsg_mbox_callback: received echo reply from ipu !
[    7.453002] omap_rpmsg_mbox_callback: received echo reply from ipu !
[    7.459716] omap_rpmsg_mbox_callback: received echo reply from ipu !
[    7.466918] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x32
[    7.475402] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x33
[    7.483917] virtio_rpmsg_bus virtio0: creating channel rpmsg-omx addr 0x3c
[    7.492004] rpmsg_omx rpmsg-omx0: new OMX connection srv channel: 1024 -> 60!
[    7.902679] virtio_rpmsg_bus virtio1: creating channel rpmsg-omx addr 0x3c
[    7.915252] rpmsg_omx rpmsg-omx1: new OMX connection srv channel: 1024 -> 60!
[   12.881774] EXT4-fs (mmcblk0p5): recovery complete
[   13.034210] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null)
[   13.060974] android_usb: already disabled
[   13.065399] adb_bind_config
[   13.125885] wl1271: ERROR could not get nvs file: -2
[   13.135437] wl1271: loaded
[   13.138366] wl1271: initialized
[   13.279937] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
[   13.289459] init: cannot find '/system/bin/uim', disabling 'uim'
root@android:/ # [   13.914031] warning: `rild' uses 32-bt capabilities (legacy support in use)
[   13.930114] PVR: Installing MISR with cookie c0868634
[   13.941680] PVR: Installing device LISR SGX ISR on IRQ 53 with cookie ea499f00
[   13.957427] PVR: OSUnMapPhysToLin: unmapping 65535 bytes from f0d20000
[   13.964752] PVR: SysFinalise: Version string: SGX revision = 1.2.0
[   14.029266] adb_bind_config
[   14.268249] adb_open
[   16.141967] omapdss HDMI: Enter omapdss_hdmi_display_set_mode
[   16.156097] omapdss HDMI: Enter hdmi_display_disable
[   16.169464] omapdss HDMI: Release c-state constraint for HDMI
[   16.169464]
[   16.179534] hdmi: clearing EDID info
[   16.184112] omapdss HDMI: ENTER hdmi_display_enable
[   16.192810] omapdss HDMI: Set c-state constraint for HDMI
[   16.192840]
[   16.301147] omapdss DISPC error: timeout waiting for EVSYNC
[   16.600280] misc dsscomp: [e96fa800] ignoring set failure -22
[   31.974243] er.ServerThread (160): /proc/147/oom_adj is deprecated, please use /proc/147/oom_score_adj instead.
[   37.139495] request_suspend_state: wakeup (3->0) at 37135437013 (2000-01-01 00:00:33.887786866 UTC)
[   37.969085] acc_open
[   37.971405] acc_release
[   39.354156] smsc95xx 1-1.1:1.0: eth0: link up, 100Mbps, full-duplex, lpa 0x4DE1
[   53.794860] omapdss DISPC error: VID3_FIFO_UNDERFLOW, disabling VID3
[   64.704437] binder: 311:318 refcount change on invalid ref 9
[   64.715423] binder: 311:318 refcount change on invalid ref 10
[   64.725524] binder: 311:318 refcount change on invalid ref 11
[   75.783416] omapdss DISPC error: VID3_FIFO_UNDERFLOW, disabling VID3
[   76.250488] omapdss DISPC error: VID3_FIFO_UNDERFLOW, disabling VID3
[   77.434997] omapdss DISPC error: VID3_FIFO_UNDERFLOW, disabling VID3
[   80.838378] omapdss DISPC error: VID3_FIFO_UNDERFLOW, disabling VID3
[   82.456665] omapdss DISPC error: VID3_FIFO_UNDERFLOW, disabling VID3
[   82.840362] omapdss DISPC error: VID3_FIFO_UNDERFLOW, disabling VID3
[   83.123962] omapdss DISPC error: VID3_FIFO_UNDERFLOW, disabling VID3
[   85.159332] omapdss DISPC error: VID3_FIFO_UNDERFLOW, disabling VID3
[   96.770874] omapdss DISPC error: VID3_FIFO_UNDERFLOW, disabling VID3
[  101.358795] omapdss DISPC error: VID3_FIFO_UNDERFLOW, disabling VID3
[  105.479522] omapdss DISPC error: VID3_FIFO_UNDERFLOW, disabling VID3
[  108.665985] omapdss DISPC error: VID3_FIFO_UNDERFLOW, disabling VID3
[  116.807434] omapdss DISPC error: VID3_FIFO_UNDERFLOW, disabling VID3
[  118.876129] omapdss DISPC error: VID3_FIFO_UNDERFLOW, disabling VID3
[  121.345245] omapdss DISPC error: VID3_FIFO_UNDERFLOW, disabling VID3
[  122.262847] omapdss DISPC error: VID3_FIFO_UNDERFLOW, disabling VID3
[  124.198059] omapdss DISPC error: VID3_FIFO_UNDERFLOW, disabling VID3
[  124.548431] omapdss DISPC error: VID3_FIFO_UNDERFLOW, disabling VID3
[  128.469665] omapdss DISPC error: VID3_FIFO_UNDERFLOW, disabling VID3

MrPec
Posts: 31
Joined: Mon Jan 02, 2012 11:39 pm

Re: First try of Linaro Android 12.01 Pandaboard

Post by MrPec » Sun Jan 29, 2012 11:58 pm

Have you made any progress on porting the driver to the latest linaro ICS sources? We just ordered 30 displays, and need the driver ASAP.

Regards,

Alex

esky-sh
Posts: 1435
Joined: Sat Dec 20, 2008 4:21 am

Re: First try of Linaro Android 12.01 Pandaboard

Post by esky-sh » Thu Feb 02, 2012 6:03 am

I uploaded a test image for you -- MrPec20120202
viewtopic.php?f=19&t=478&start=20

MrPec
Posts: 31
Joined: Mon Jan 02, 2012 11:39 pm

Re: First try of Linaro Android 12.01 Pandaboard

Post by MrPec » Thu Feb 02, 2012 6:57 am

Thank you, I'm going to test it ASAP.

MrPec
Posts: 31
Joined: Mon Jan 02, 2012 11:39 pm

Re: First try of Linaro Android 12.01 Pandaboard

Post by MrPec » Thu Feb 02, 2012 8:15 am

Could you please also upload the kernel config you used to compile that kernel, or the whole sources? We got the display running with latest-tracking on our own, be there are many bugs in that branch....

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest