Other Parts Discussed in Thread: TWL6030, WL1271
Hi,
I am trying to bring up panda board using ICS android source code. I used the source code from below link.
http://omappedia.org/wiki/4AI.1.4_OMAP4_Icecream_Sandwich_Panda_Notes
I am using 2 GB SD card for booting up. Made two partition, first partition for boot partition which is vfat file system and second partition as ext3 file system.
While flashing binaries to SD card. In first partition I am copying binaries(MLO. uImage, u-boot.bin) and in second partition copying the contains of root and complete system folder from “out/target/product/panda”.
when i power up the panda board with SD card and set following boot arguments as below:
setenv console console=ttyO2,115200n8 androidboot.console=ttyO2
setenv memory mem=456M@0x80000000 mem=512M@0xA0000000
setenv rootfs root=/dev/mmcblk0p2 rw rootdelay=2 init=/init
setenv vmem vram="32M" omapfb.vram=0:16M
setenv display omapdss.def_disp=hdmi consoleblank=0
setenv bootargs ${console} ${memory} ${rootfs} ${vmem} ${display}
printenv bootargs
setenv bootcmd 'mmcinit 0;fatload mmc 0 0x80000000 uImage; bootm 0x80000000'
boot
i am getting logs as below its not going further. could any one help me in this regard:
Texas Instruments X-Loader 1.41 (Dec 22 2012 - 14:19:23)
mmc read: Invalid size
Starting OS Bootloader from MMC/SD1 ...
U-Boot 1.1.4-L27.13.1^0-dirty (Nov 29 2012 - 11:29:03)
Load address: 0x80e80000
DRAM: 1024 MB
Flash: 0 kB
Using default environment
In: serial
Out: serial
Err: serial
efi partition table:
efi partition table not found
Net: KS8851SNL
Hit any key to stop autoboot: 1 \0x08\0x08\0x08 0
PANDA #
PANDA #
PANDA # setenv console console=ttyO2,115200n8 androidboot.console=ttyO2
PANDA # setenv memory mem=456M@0x80000000 mem=512M@0xA0000000
PANDA # setenv rootfs root=/dev/mmcblk0p2 rw rootdelay=5 init=/init
PANDA # setenv vmem vram="32M" omapfb.vram=0:16M
PANDA # setenv display omapdss.def_disp=hdmi consoleblank=0
PANDA # setenv bootargs ${console} ${memory} ${rootfs} ${vmem} ${display}
PANDA # printenv bootargs
bootargs=console=ttyO2,115200n8 androidboot.console=ttyO2 mem=456M@0x80000000 mem=512M@0xA0000000 root=/dev/mmcblk0p2 rw rootdelay=5 init=/init vram="32M" omapfb.vram=0:16M omapdss.def_disp=hdmi consoleblank=0
PANDA # setenv bootcmd 'mmcinit 0;fatload mmc 0 0x80000000 uImage; bootm 0x80000000'
PANDA # setenv bootcmd 'mmcinit 0;fatload mmc 0 0x80000000 uImage; bootm 0x80000000'
PANDA # boot
mmc read: Invalid size
3951660 bytes read
## Booting image at 80000000 ...
Image Name: Linux-3.0.1
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3951596 Bytes = 3.8 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
OK
I2C read: I/O error
Blaze/SDP Board.
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.0.1 (root@sandeep-Mindtree) (gcc version 4.4.1 (Sourcery G++ Lite 2010q1-202) ) #1 SMP PREEMPT Thu Nov 29 15:52:45 IST 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 33554432 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 @c0f00000 s6912 r8192 d13568 u32768
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 185088
[ 0.000000] Kernel command line: console=ttyO2,115200n8 mem=1G androidboot.console=ttyO2 console=ttyO2,115200n8 androidboot.console=ttyO2 mem=456M@0x80000000 mem=512M@0xA0000000 root=/dev/mmcblk0p2 rw rootdelay=5 init=/init vram="32M" omapfb.vram=0:16M omapdss.def_disp=hdmi consoleblank=0
[ 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: 729MB = 729MB total
[ 0.000000] Memory: 730288k/1403232k available, 112288k 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 - 0xc0045000 ( 244 kB)
[ 0.000000] .text : 0xc0045000 - 0xc074b000 (7192 kB)
[ 0.000000] .data : 0xc074c000 - 0xc07aacc0 ( 380 kB)
[ 0.000000] .bss : 0xc07aace4 - 0xc08f58f8 (1324 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.000061] Calibrating delay loop... 2007.19 BogoMIPS (lpj=7839744)
[ 0.015716] pid_max: default: 32768 minimum: 301
[ 0.070648] Mount-cache hash table entries: 512
[ 0.071411] Initializing cgroup subsys debug
[ 0.071411] Initializing cgroup subsys cpuacct
[ 0.071472] Initializing cgroup subsys freezer
[ 0.071472] CPU: Testing write buffer coherency: ok
[ 0.071685] L310 cache controller enabled
[ 0.071868] l2x0: 16 ways, CACHE_ID 0x410000c4, AUX_CTRL 0x5e470000, Cache size: 1048576 B
[ 0.149993] CPU1: Booted secondary processor
[ 0.220275] Brought up 2 CPUs
[ 0.220336] SMP: Total of 2 processors activated (4022.78 BogoMIPS).
[ 0.220520] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for emif_fw
[ 0.220520] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_instr
[ 0.222961] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_main_1
[ 0.222961] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_main_2
[ 0.222961] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_abe
[ 0.222991] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_cfg
[ 0.222991] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_per
[ 0.222991] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_wkup
[ 0.223022] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for mpu_private
[ 0.223022] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for sl2if
[ 0.223114] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for usbhs_ohci
[ 0.223114] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for usbhs_ehci
[ 0.223114] omap_hwmod: l3_div_ck: missing clockdomain for l3_div_ck.
[ 0.230926] omap_hwmod: mcpdm: cannot be enabled (3)
[ 0.232940] print_constraints: dummy:
[ 0.232940] NET: Registered protocol family 16
[ 0.232940] GPMC revision 6.0
[ 0.232940] EMIF0 is enabled with IRQ142
[ 0.232940] EMIF1 is enabled with IRQ143
[ 0.234558] Last reset was cold reset (PRM_RSTST=0x1)
[ 0.234558]
[ 0.234588] HSI: device registered as omap_hwmod: hsi
[ 0.234985] OMAP GPIO hardware version 0.1
[ 0.235900] omap_mux_init: Add partition: #1: core, flags: 2
[ 0.235900] omap_mux_init: Add partition: #2: wkup, flags: 2
[ 0.237945] omap_mux_get_by_name: Could not find signal uart1_cts.uart1_cts
[ 0.237976] omap_hwmod_mux_init: Could not allocate device mux entry
[ 0.247222] OMAP DMA hardware revision 0.0
[ 0.252349] bio: create slab <bio-0> at 0
[ 0.252838] print_constraints: vwl1271: 1800 mV
[ 0.252838] SCSI subsystem initialized
[ 0.253356] usbcore: registered new interface driver usbfs
[ 0.253356] usbcore: registered new interface driver hub
[ 0.253662] usbcore: registered new device driver usb
[ 0.267150] omap_i2c omap_i2c.1: bus 1 rev4.0 at 400 kHz
[ 0.267211] Skipping twl internal clock init and using bootloader value (unknown osc rate)
[ 0.268249] twl6030: PIH (irq 39) chaining IRQs 368..387
[ 0.269470] print_constraints: VUSB: 3300 mV normal standby
[ 0.472808] twl6030_usb twl6030_usb: Initialized TWL6030 USB module
[ 0.473815] print_constraints: VMMC: 1200 <--> 3000 mV at 3000 mV normal standby
[ 0.474121] print_constraints: VPP: 1800 <--> 2500 mV at 1900 mV normal standby
[ 0.474487] print_constraints: VCXIO: 1800 mV normal standby
[ 0.474487] print_constraints: VDAC: 1800 mV normal standby
[ 0.475128] print_constraints: VAUX2_6030: 1200 <--> 2800 mV at 1800 mV normal standby
[ 0.475524] print_constraints: VAUX3_6030: 1000 <--> 3000 mV at 1200 mV normal standby
[ 0.476257] print_constraints: CLK32KG:
[ 0.476257] print_constraints: VANA: 2100 mV normal standby
[ 0.485900] omap_i2c omap_i2c.2: bus 2 rev4.0 at 400 kHz
[ 0.501525] omap_i2c omap_i2c.3: bus 3 rev4.0 at 100 kHz
[ 0.517150] omap_i2c omap_i2c.4: bus 4 rev4.0 at 400 kHz
[ 0.517303] omap-rproc omap-rproc.0: dsp is available
[ 0.517303] omap-rproc omap-rproc.1: ipu is available
[ 0.517791] Advanced Linux Sound Architecture Driver Version 1.0.24.
[ 0.518310] Bluetooth: Core ver 2.16
[ 0.518310] NET: Registered protocol family 31
[ 0.518371] Bluetooth: HCI device and connection manager initialized
[ 0.518371] Bluetooth: HCI socket layer initialized
[ 0.518371] Bluetooth: L2CAP socket layer initialized
[ 0.518371] Bluetooth: SCO socket layer initialized
[ 0.518737] cfg80211: Calling CRDA to update world regulatory domain
[ 0.518859] Switching to clocksource 32k_counter
[ 0.522430] musb-hdrc: version 6.0, musb-dma, peripheral
[ 0.522857] musb-hdrc musb-hdrc: USB Peripheral mode controller at fc0ab000 using DMA, IRQ 124
[ 0.523010] NET: Registered protocol family 2
[ 0.523193] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.524200] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.524993] Switched to NOHz mode on CPU #0
[ 0.524993] Switched to NOHz mode on CPU #1
[ 0.525024] TCP bind hash table entries: 65536 (order: 8, 1572864 bytes)
[ 0.527374] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.531188] TCP reno registered
[ 0.531188] UDP hash table entries: 512 (order: 3, 32768 bytes)
[ 0.531188] UDP-Lite hash table entries: 512 (order: 3, 32768 bytes)
[ 0.531860] NET: Registered protocol family 1
[ 0.786254] omap-iommu omap-iommu.0: ducati registered
[ 0.786254] omap-iommu omap-iommu.1: tesla registered
[ 0.821777] ashmem: initialized
[ 0.826110] fuse init (API version 7.16)
[ 0.826110] msgmni has been set to 1426
[ 0.829284] io scheduler noop registered
[ 0.829284] io scheduler deadline registered
[ 0.829376] io scheduler cfq registered (default)
[ 0.829376] start plist test
[ 0.832061] end plist test
[ 0.837097] OMAP DSS rev 4.0
[ 0.840850] dsscomp: initializing.
[ 0.841766] misc dsscomp: found 2 displays and 4 overlays
[ 0.842010] could not allocate slot
[ 0.842285] omap-rproc omap-rproc.1: powering up ipu
[ 0.842529] virtio_rpmsg_bus virtio0: rpmsg backend virtproc probed successfully
[ 0.842529] virtio_rpmsg_bus virtio1: rpmsg backend virtproc probed successfully
[ 0.843902] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
[ 0.871185] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
[ 0.929046] omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
[ 1.820831] console [ttyO2] enabled
[ 1.950866] omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
[ 2.115020] PVR: PVRCore_Init
[ 2.118469] PVR: PVRSRVDriverProbe(pDevice=ed4ace00)
[ 2.124114] PVR: SGX register base: 0x56000000
[ 2.129028] PVR: SGX register size: 65535
[ 2.133422] PVR: SGX IRQ: 53
[ 2.136627] PVR: EnableSystemClocks: Enabling System Clocks
[ 2.142791] PVR_K:(Warning): EnableSGXClocks: Unable to scale SGX frequency (EBUSY) [200, drivers/gpu/pvr/omap4/sysutils_linux.c]
[ 2.155670] PVR_K:(Warning): DisableSGXClocks: Unable to scale SGX frequency (EBUSY) [275, drivers/gpu/pvr/omap4/sysutils_linux.c]
[ 2.168762] PVR: PVRCore_Init: major device 251
[ 2.175811] brd: module loaded
[ 2.183624] loop: module loaded
[ 2.190063] PPP generic driver version 2.4.2
[ 2.195953] PPP Deflate Compression module registered
[ 2.195953] PPP BSD Compression module registered
[ 2.207336] PPP MPPE Compression module registered
[ 2.212585] NET: Registered protocol family 24
[ 2.217590] usbcore: registered new interface driver asix
[ 2.225006] usbcore: registered new interface driver cdc_ether
[ 2.231567] usbcore: registered new interface driver smsc95xx
[ 2.237945] usbcore: registered new interface driver net1080
[ 2.244232] usbcore: registered new interface driver cdc_subset
[ 2.250793] usbcore: registered new interface driver zaurus
[ 2.256958] cdc_ncm: 01-June-2011
[ 2.260650] usbcore: registered new interface driver cdc_ncm
[ 2.266967] usbcore: registered new interface driver zd1201
[ 2.273162] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.280517] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[ 2.286834] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
[ 2.295043] ehci-omap ehci-omap.0: irq 109, io mem 0x4a064c00
[ 2.336059] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[ 2.342346] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.349853] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.357757] usb usb1: Product: OMAP-EHCI Host Controller
[ 2.363586] usb usb1: Manufacturer: Linux 3.0.1 ehci_hcd
[ 2.369384] usb usb1: SerialNumber: ehci-omap.0
[ 2.374328] hub 1-0:1.0: USB hub found
[ 2.378875] hub 1-0:1.0: 3 ports detected
[ 2.413330] usbcore: registered new interface driver cdc_acm
[ 2.419677] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 2.428436] Initializing USB Mass Storage driver...
[ 2.433898] usbcore: registered new interface driver usb-storage
[ 2.440460] USB Mass Storage support registered.
[ 2.445648] usbcore: registered new interface driver usbserial
[ 2.452026] usbserial: USB Serial Driver core
[ 2.456848] USB Serial support registered for Keyspan - (without firmware)
[ 2.464416] USB Serial support registered for Keyspan 1 port adapter
[ 2.471405] USB Serial support registered for Keyspan 2 port adapter
[ 2.478393] USB Serial support registered for Keyspan 4 port adapter
[ 2.485473] usbcore: registered new interface driver keyspan
[ 2.485473] keyspan: v1.1.5:Keyspan USB to Serial Converter Driver
[ 2.700164] android_usb gadget: Mass Storage Function, version: 2009/09/11
[ 2.707672] android_usb gadget: Number of LUNs=1
[ 2.712738] lun0: LUN: removable file: (no medium)
[ 2.714904] usb 1-1: new high speed USB device number 2 using ehci-omap
[ 2.725402] android_usb gadget: android_usb ready
[ 2.730529] mousedev: PS/2 mouse device common for all mice
[ 2.737182] i2c /dev entries driver
[ 2.740966] lirc_dev: IR Remote Control driver registered, major 249
[ 2.748413] IR NEC protocol handler initialized
[ 2.753326] IR RC5(x) protocol handler initialized
[ 2.758544] IR RC6 protocol handler initialized
[ 2.758605] IR JVC protocol handler initialized
[ 2.768371] IR Sony protocol handler initialized
[ 2.768432] IR RC5 (streamzap) protocol handler initialized
[ 2.779418] IR LIRC bridge handler initialized
[ 2.784271] dmm: probe base: fd300000, irq 145
[ 2.791137] device-mapper: uevent: version 1.0.3
[ 2.792999] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
[ 2.805572] Bluetooth: HCI UART driver ver 2.2
[ 2.810455] Bluetooth: HCI H4 protocol initialized
[ 2.815704] cpuidle: using governor ladder
[ 2.820190] cpuidle: using governor menu
[ 2.829101] usbcore: registered new interface driver usbhid
[ 2.835266] usbhid: USB HID core driver
[ 2.839569] logger: created 256K log 'log_main'
[ 2.844848] logger: created 256K log 'log_events'
[ 2.850067] logger: created 256K log 'log_radio'
[ 2.855194] logger: created 256K log 'log_system'
[ 2.860595] OMAP HSI: HSI DRIVER Version 0.4.1
[ 2.866119] omap_hsi omap_hsi.0: Registering IRQ mpu_p1 (99)
[ 2.872436] omap_hsi omap_hsi.0: Registering IRQ mpu_dma (103)
[ 2.878967] omap_hsi omap_hsi.0: HSI Hardware REVISION 0x50043101
[ 2.886779] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[ 2.886840] SDP4430 SoC init
[ 2.899139] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.907409] hub 1-1:1.0: USB hub found
[ 2.911651] hub 1-1:1.0: 5 ports detected
[ 2.928924] asoc: null-codec-dai <-> MultiMedia1 mapping ok
[ 2.936065] asoc: null-codec-dai <-> MultiMedia2 mapping ok
[ 2.942901] asoc: null-codec-dai <-> Voice mapping ok
[ 2.949890] asoc: null-codec-dai <-> Tones mapping ok
[ 2.955841] asoc: null-codec-dai <-> Vibra mapping ok
[ 2.962249] asoc: null-codec-dai <-> MODEM mapping ok
[ 2.968261] asoc: null-codec-dai <-> MultiMedia1 LP mapping ok
[ 2.975738] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
[ 2.982727] asoc: twl6040-dl1 <-> mcpdm-dl mapping ok
[ 2.989440] twl6040-codec twl6040-codec: ASoC: Failed to create Aux/FM Stereo In debugfs file
[ 2.999420] asoc: twl6040-dl1 <-> mcpdm-dl1 mapping ok
[ 3.005615] asoc: twl6040-ul <-> mcpdm-ul1 mapping ok
[ 3.011627] asoc: twl6040-dl2 <-> mcpdm-dl2 mapping ok
[ 3.018188] asoc: twl6040-vib <-> mcpdm-vib mapping ok
[ 3.024383] asoc: Bluetooth <-> omap-mcbsp-dai.0 mapping ok
[ 3.030914] asoc: Bluetooth <-> omap-mcbsp-dai.0 mapping ok
[ 3.037536] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
[ 3.044342] asoc: MODEM <-> omap-mcbsp-dai.1 mapping ok
[ 3.050689] android_work: sent uevent USB_STATE=CONNECTED
[ 3.056610] android_work: sent uevent USB_STATE=DISCONNECTED
[ 3.063079] input: Panda Headset Jack as /devices/platform/soc-audio/sound/card0/input0
[ 3.072631] ALSA device list:
[ 3.077056] #0: TI OMAP4 Board
[ 3.080627] GACT probability NOT on
[ 3.084533] Mirror/redirect action on
[ 3.088623] u32 classifier
[ 3.091613] mmc0: host does not support reading read-only switch. assuming write-enable.
[ 3.100494] Actions configured
[ 3.104217] Netfilter messages via NETLINK v0.30.
[ 3.104309] nf_conntrack version 0.5.0 (11410 buckets, 45640 max)
[ 3.117126] ctnetlink v0.93: registering with nfnetlink.
[ 3.123138] xt_time: kernel timezone is -0000
[ 3.129028] mmc0: new SD card at address e624
[ 3.134735] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 3.140594] arp_tables: (C) 2002 David S. Miller
[ 3.145690] mmcblk0: mmc0:e624 SU02G 1.84 GiB
[ 3.151031] TCP cubic registered
[ 3.154602] NET: Registered protocol family 10
[ 3.164367] mmcblk0: p1 p2
[ 3.175964] Mobile IPv6
[ 3.178619] IPv6 over IPv4 tunneling driver
[ 3.183197] android_work: sent uevent USB_STATE=CONNECTED
[ 3.189056] android_work: sent uevent USB_STATE=DISCONNECTED
[ 3.203521] NET: Registered protocol family 17
[ 3.208648] usb 1-1.1: new high speed USB device number 3 using ehci-omap
[ 3.222930] NET: Registered protocol family 15
[ 3.238433] Bluetooth: RFCOMM TTY layer initialized
[ 3.243713] Bluetooth: RFCOMM socket layer initialized
[ 3.261749] Bluetooth: RFCOMM ver 1.11
[ 3.265808] NET: Registered protocol family 35
[ 3.271026] lib80211: common routines for IEEE802.11 drivers
[ 3.277160] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 1
[ 3.285491] ThumbEE CPU extension supported.
[ 3.290100] Registering SWP/SWPB emulation handler
[ 3.298217] Reprogramming LPDDR2 timings to 400000000 Hz
[ 3.304046] android_work: sent uevent USB_STATE=CONNECTED
[ 3.310272] android_work: sent uevent USB_STATE=DISCONNECTED
[ 3.318023] Power Management for TI OMAP4.
[ 3.324493] OMAP4 PM: Static dependency added between MPUSS <-> EMIF, MPUSS <-> L4_PER/CFG MPUSS <-> L3_MAIN_1.
[ 3.335296] OMAP4 PM: Static dependency added between DUCATI <-> L4_PER/CFG and DUCATI <-> L3.
[ 3.346038] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 3.356262] mmc1: card claims to support voltages below the defined range. These will be ignored.
[ 3.371124] clock: disabling unused clocks to save power
[ 3.380218] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.393463] smsc95xx v1.0.4
[ 3.397338] cannot apply mgr(lcd) on inactive device
[ 3.402862] omapfb omapfb: failed to apply dispc config
[ 3.411560] cannot apply mgr(tv) on inactive device
[ 3.416992] omapfb omapfb: failed to apply dispc config
[ 3.425781] cannot apply mgr(lcd2) on inactive device
[ 3.431304] omapfb omapfb: failed to apply dispc config
[ 3.436981] android_work: sent uevent USB_STATE=CONNECTED
[ 3.442932] android_work: sent uevent USB_STATE=DISCONNECTED
[ 3.449035] omapfb omapfb: cannot find default display
[ 3.455596] regulator_init_complete: VANA: incomplete constraints, leaving on
[ 3.464385] regulator_init_complete: VDAC: incomplete constraints, leaving on
[ 3.472320] regulator_init_complete: VCXIO: incomplete constraints, leaving on
[ 3.480407] omaplfb: OMAPLFB_Init: OMAPLFBInit failed
[ 3.486083] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 3.493621] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[ 3.500427] Waiting 5sec before mounting root device...
[ 3.506927] mmc1: new SDIO card at address 0001
[ 3.539642] smsc95xx 1-1.1:1.0: eth0: register 'smsc95xx' at usb-ehci-omap.0-1.1, smsc95xx USB 2.0 Ethernet, a6:17:6a:37:c3:f4
[ 3.567108] android_work: sent uevent USB_STATE=CONNECTED
[ 3.581115] android_work: sent uevent USB_STATE=DISCONNECTED
[ 3.710632] android_work: sent uevent USB_STATE=CONNECTED
[ 4.076751] android_work: sent uevent USB_STATE=DISCONNECTED
[ 4.186950] android_work: sent uevent USB_STATE=CONNECTED
[ 4.194213] android_work: sent uevent USB_STATE=DISCONNECTED
[ 4.314819] android_work: sent uevent USB_STATE=CONNECTED
[ 4.326904] android_work: sent uevent USB_STATE=DISCONNECTED
[ 4.434875] android_work: sent uevent USB_STATE=CONNECTED
[ 4.440979] android_work: sent uevent USB_STATE=DISCONNECTED
[ 4.562591] android_work: sent uevent USB_STATE=CONNECTED
[ 4.574920] android_work: sent uevent USB_STATE=DISCONNECTED
[ 4.698822] android_work: sent uevent USB_STATE=CONNECTED
[ 4.714935] android_work: sent uevent USB_STATE=DISCONNECTED
[ 4.842834] android_work: sent uevent USB_STATE=CONNECTED
[ 61.007629] omap-rproc omap-rproc.1: rproc_loader_cont: failed to load ducati-m3.bin
[ 64.136901] wl1271: ERROR could not get nvs file: -2
[ 64.147460] wl1271: loaded
[ 64.153350] wl1271: initialized
[ 64.167907] EXT2-fs (mmcblk0p2): warning: mounting ext3 filesystem as ext2
[ 64.175628] EXT2-fs (mmcblk0p2): warning: mounting unchecked fs, running e2fsck is recommended
[ 64.200500] VFS: Mounted root (ext2 filesystem) on device 179:2.
[ 64.207031] Freeing init memory: 244K
[ 64.241912] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
[ 64.253479] init: cannot find '/sbin/ueventd', disabling 'ueventd'
[ 69.007873] init: Timed out waiting for /dev/.coldboot_done
[ 84.066192] init: cannot find '/vendor/bin/pvrsrvinit', disabling 'pvrsrvinit'
[ 84.092315] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
[ 84.104003] init: service 'console' requires console
[ 84.110168] android_usb: already disabled
[ 84.115081] adb_bind_config
[ 84.358337] init: untracked pid 80 exited
[ 84.364349] init: untracked pid 82 exited
[ 85.479766] request_suspend_state: wakeup (3->0) at 85475616458 (1970-01-01 00:01:25.469421390 UTC)
[ 85.494018] init: untracked pid 89 exited
[ 85.498626] init: untracked pid 76 exited
[ 86.095367] request_suspend_state: wakeup (0->0) at 86091461185 (1970-01-01 00:01:26.085266117 UTC)
[ 86.108459] init: untracked pid 100 exited
[ 86.113433] init: untracked pid 99 exited
[ 90.053161] init: untracked pid 122 exited
[ 90.225006] request_suspend_state: wakeup (0->0) at 90221099856 (1970-01-01 00:01:30.214904788 UTC)
[ 90.242279] init: untracked pid 110 exited
[ 90.248260] init: untracked pid 123 exited
[ 95.251281] init: untracked pid 138 exited
[ 95.425140] request_suspend_state: wakeup (0->0) at 95421173098 (1970-01-01 00:01:35.414978030 UTC)
[ 95.441650] init: untracked pid 126 exited
[ 95.463043] init: untracked pid 139 exited
[ 100.437652] init: untracked pid 155 exited
[ 100.558227] request_suspend_state: wakeup (0->0) at 100554321292 (1970-01-01 00:01:40.548126224 UTC)
[ 100.590393] init: untracked pid 142 exited
[ 100.593841] init: untracked pid 158 exited
[ 100.831787] request_suspend_state: wakeup (0->0) at 100827880863 (1970-01-01 00:01:40.821685795 UTC)
[ 100.845977] init: untracked pid 159 exited
[ 100.851867] init: untracked pid 160 exited
[ 101.192687] init: untracked pid 156 exited
[ 105.144439] init: critical process 'servicemanager' exited 4 times in 4 minutes; rebooting into recovery mode
[ 105.168090] SysRq : Emergency Remount R/O
[ 105.172973] Emergency Remount complete
Texas Instruments X-Loader 1.41 (Dec 22 2012 - 14:19:23)
mmc read: Invalid size
Starting OS Bootloader from MMC/SD1 ...
U-Boot 1.1.4-L27.13.1^0-dirty (Nov 29 2012 - 11:29:03)
Load address: 0x80e80000
DRAM: 1024 MB
Flash: 0 kB
Using default environment
In: serial
Out: serial
Err: serial
efi partition table:
efi partition table not found
Net: KS8851SNL
reboot command [recovery]
Case: %reboot recovery
Starting recovery img.....
booti: cannot find 'recovery' partition
Device Serial Number: 0DFA000300000001
Fastboot entered...
The error are highlighted above, can anyone provide guidelines to over come these errors.
Thanks in advance.