This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM3730 EVM booting issue, stops at before filesystem mounting

Other Parts Discussed in Thread: DM3730, ADS7846

Hi,

I am trying to boot the EVM using the "dvsdk_dm3730-evm_04_03_00_06_setuplinux". But the board stops at 

"[    4.806610] Waiting for root device /dev/mmcblk0p2..."

I want to use the Board for the Video streaming. Does the SDK release supports it, if not which release i can use.

I am using

1. Mistrals DM3730 EVM REV G

2. Release dvsdk_dm3730-evm_04_03_00_06_setuplinux

3. boot arguments are as below:

    

bootcmd=if mmc init; then if run loadbootscript; then run bootscript; else if run loaduimage; then run mmcboot; else run nandboot; fi; fi; else run nandboot; fi

bootdelay=10
baudrate=115200
bootfile=uImage
loadaddr=0x82000000
usbtty=cdc_acm
console=ttyO0,115200n8
mmcargs=setenv bootargs console=${console} root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait omap_vout.vid1_static_vrfb_alloc=y
nandargs=setenv bootargs console=${console} root=/dev/mtdblock4 rw rootfstype=jffs2
loadbootscript=fatload mmc 0 ${loadaddr} boot.scr
bootscript=echo Running bootscript from mmc ...; source ${loadaddr}
loaduimage=fatload mmc 0 ${loadaddr} uImage
mmcboot=echo Booting from mmc ...; run mmcargs; bootm ${loadaddr}
nandboot=echo Booting from nand ...; run nandargs; onenand read ${loadaddr} 280000 400000; bootm ${loadaddr}
stdin=serial
stdout=serial
stderr=serial
dieid#=539200011ff00000015a5e590f023016

Environment size: 892/131068 bytes

The whole log is as below:

Texas Instruments X-Loader 1.51 (Dec 22 2011 - 23:00:39)
Starting X-loader on MMC
Reading boot sector

220148 Bytes Read from MMC
Starting OS Bootloader from MMC...
Starting OS Bootloader...


U-Boot 2010.06 (Feb 19 2013 - 18:07:17)

OMAP34xx/35xx-GP ES2.0, CPU-OPP2 L3-165MHz
OMAP3 EVM board + LPDDR/NAND
I2C: ready
DRAM: 256 MiB
NAND: HW ECC [Kernel/FS layout] selected
512 MiB
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
*** Warning - bad CRC or NAND, using default environment

In: serial
Out: serial
Err: serial
Read back SMSC id 0xffff0000
Die ID #539200011ff00000015a5e590f023016
Net: No ethernet found.
Hit any key to stop autoboot: 0
OMAP3_EVM #
OMAP3_EVM #
OMAP3_EVM # pr
bootcmd=if mmc init; then if run loadbootscript; then run bootscript; else if run loaduimage; then run mmcboot; else run nandboot; fi; fi; else run nandboot; fi
bootdelay=10
baudrate=115200
bootfile=uImage
loadaddr=0x82000000
usbtty=cdc_acm
console=ttyO0,115200n8
mmcargs=setenv bootargs console=${console} root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait omap_vout.vid1_static_vrfb_alloc=y
nandargs=setenv bootargs console=${console} root=/dev/mtdblock4 rw rootfstype=jffs2
loadbootscript=fatload mmc 0 ${loadaddr} boot.scr
bootscript=echo Running bootscript from mmc ...; source ${loadaddr}
loaduimage=fatload mmc 0 ${loadaddr} uImage
mmcboot=echo Booting from mmc ...; run mmcargs; bootm ${loadaddr}
nandboot=echo Booting from nand ...; run nandargs; onenand read ${loadaddr} 280000 400000; bootm ${loadaddr}
stdin=serial
stdout=serial
stderr=serial
dieid#=539200011ff00000015a5e590f023016

Environment size: 892/131068 bytes
OMAP3_EVM # nand erase

NAND erase: device 0 whole chip
Skipping bad block at 0x012e0000
Skipping bad block at 0x0dca0000
Skipping bad block at 0x117e0000
Skipping bad block at 0x138a0000
Skipping bad block at 0x143e0000
Skipping bad block at 0x160e0000
Skipping bad block at 0x17260000
Skipping bad block at 0x18da0000
Skipping bad block at 0x1b020000
Skipping bad block at 0x1d520000
Skipping bad block at 0x1e320000
Erasing at 0x1ffe0000 -- 100% complete.
OK
OMAP3_EVM # boot
mmc1 is available
reading boot.scr

302 bytes read
Running bootscript from mmc ...
## Executing script at 82000000
reading uImage

3289936 bytes read
## Booting kernel from Legacy Image at 80200000 ...
Image Name: Arago/2.6.37-psp04.02.00.07.sdk/
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3289872 Bytes = 3.1 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[ 0.000000] Linux version 2.6.37 (a0876316@bangdvsdkdev01) (gcc version 4.3.3 (GCC) ) #1 Thu Dec 22 23:02:19 IST 2011
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f
[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: OMAP3 EVM
[ 0.000000] Reserving 4194304 bytes SDRAM for VRAM
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] OMAP3630 ES1.1 (l2cache iva sgx neon isp 192mhz_clk )
[ 0.000000] SRAM: Mapped pa 0x40200000 to va 0xfe400000 size: 0x10000
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 45312
[ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2 rw ip=off mem=55M@0x80000000 mpurate=1000 omap_vout.vid1_static_vrfb_alloc=y omapfb.vra
m=0:4M mem=128M@0x88000000 rootwait
[ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Memory: 55MB 124MB = 179MB total
[ 0.000000] Memory: 167756k/167756k available, 19636k 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 : 0xd0800000 - 0xf8000000 ( 632 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .init : 0xc0008000 - 0xc003f000 ( 220 kB)
[ 0.000000] .text : 0xc003f000 - 0xc06254ec (6042 kB)
[ 0.000000] .data : 0xc0626000 - 0xc07e8560 (1802 kB)
[ 0.000000] NR_IRQS:409
[ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/400/600 MHz
[ 0.000000] omap_hwmod: i2c1: softreset failed (waited 10000 usec)
[ 0.000000] omap_hwmod: i2c2: softreset failed (waited 10000 usec)
[ 0.000000] omap_hwmod: i2c3: softreset failed (waited 10000 usec)
[ 0.000000] Reprogramming SDRC clock to 400000000 Hz
[ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
[ 0.000000] Total of 96 interrupts on 1 active controller
[ 0.000000] GPMC revision 5.0
[ 0.000000] Trying to install interrupt handler for IRQ402
[ 0.000000] Trying to install interrupt handler for IRQ403
[ 0.000000] Trying to install interrupt handler for IRQ404
[ 0.000000] Trying to install interrupt handler for IRQ405
[ 0.000000] Trying to install interrupt handler for IRQ406
[ 0.000000] Trying to install interrupt handler for IRQ407
[ 0.000000] Trying to install interrupt handler for IRQ408
[ 0.000000] Trying to install type control for IRQ409
[ 0.000000] Trying to set irq flags for IRQ409
[ 0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
[ 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: 3951 kB
[ 0.000000] per task-struct memory footprint: 2304 bytes
[ 0.000000] Calibrating delay loop... 597.64 BogoMIPS (lpj=2334720)
[ 0.000000] pid_max: default: 32768 minimum: 301
[ 0.000000] Security Framework initialized
[ 0.000000] Mount-cache hash table entries: 512
[ 0.000000] CPU: Testing write buffer coherency: ok
[ 0.000000] regulator: core version 0.5
[ 0.000000] regulator: dummy:
[ 0.000000] NET: Registered protocol family 16
[ 0.000000] OMAP GPIO hardware version 2.5
[ 0.000000] OMAP GPIO hardware version 2.5
[ 0.000000] OMAP GPIO hardware version 2.5
[ 0.000000] OMAP GPIO hardware version 2.5
[ 0.000000] OMAP GPIO hardware version 2.5
[ 0.000000] OMAP GPIO hardware version 2.5
[ 0.000000] omap_mux_init: Add partition: #1: core, flags: 0
[ 0.000000] hw-breakpoint: debug architecture 0x4 unsupported.
[ 0.000000] ------------[ cut here ]------------
[ 0.000000] WARNING: at arch/arm/mach-omap2/clock.c:438 omap2_clk_switch_mpurate_at_boot+0x80/0xb4()
[ 0.000000] clock: dpll1_ck: unable to set MPU rate to 1000: -22
[ 0.000000] Modules linked in:
[ 0.000000] [<c004faf0>] (unwind_backtrace+0x0/0xec) from [<c00790c4>] (warn_slowpath_common+0x4c/0x64)
[ 0.000000] [<c00790c4>] (warn_slowpath_common+0x4c/0x64) from [<c0079170>] (warn_slowpath_fmt+0x30/0x40)
[ 0.000000] [<c0079170>] (warn_slowpath_fmt+0x30/0x40) from [<c00138ac>] (omap2_clk_switch_mpurate_at_boot+0x80/0xb4)
[ 0.000000] [<c00138ac>] (omap2_clk_switch_mpurate_at_boot+0x80/0xb4) from [<c00138ec>] (omap3xxx_clk_arch_init+0xc/0x3c)
[ 0.000000] [<c00138ec>] (omap3xxx_clk_arch_init+0xc/0x3c) from [<c003f3c8>] (do_one_initcall+0xc8/0x198)
[ 0.000000] [<c003f3c8>] (do_one_initcall+0xc8/0x198) from [<c000869c>] (kernel_init+0x98/0x150)
[ 0.000000] [<c000869c>] (kernel_init+0x98/0x150) from [<c004ad10>] (kernel_thread_exit+0x0/0x8)
[ 0.000000] ---[ end trace 1b75b31a2719ed1c ]---
[ 0.000000] OMAP DMA hardware revision 5.0
[ 0.117004] bio: create slab <bio-0> at 0
[ 0.121856] regulator: vwl1271: 1800 mV
[ 0.127319] SCSI subsystem initialized
[ 0.140075] usbcore: registered new interface driver usbfs
[ 0.141418] usbcore: registered new interface driver hub
[ 0.142456] usbcore: registered new device driver usb
[ 0.147155] omap_device: omap_i2c.1: new worst case activate latency 0: 30517
[ 0.162353] omap_i2c omap_i2c.1: bus 1 rev4.0 at 2600 kHz
[ 0.173370] twl4030: PIH (irq 7) chaining IRQs 368..375
[ 0.173553] twl4030: power (irq 373) chaining IRQs 376..383
[ 0.175842] twl4030: gpio (irq 368) chaining IRQs 384..401
[ 0.192687] regulator: VIO: 1800 mV normal standby
[ 0.195495] regulator: VMMC1: 1850 <--> 3150 mV at 3000 mV normal standby
[ 0.198272] regulator: VDAC: 1800 mV normal standby
[ 0.200927] regulator: VAUX2_4030: 2800 mV normal standby
[ 0.203735] regulator: VPLL2: 1800 mV normal standby
[ 0.206451] regulator: VSIM: 1800 <--> 3000 mV at 1800 mV normal standby
[ 0.209197] regulator: VAUX3: 2800 mV normal standby
[ 0.210296] omap_device: omap_i2c.1: new worst case deactivate latency 0: 30517
[ 0.224761] omap_i2c omap_i2c.2: bus 2 rev4.0 at 400 kHz
[ 0.240356] omap_i2c omap_i2c.3: bus 3 rev4.0 at 400 kHz
[ 0.246520] Advanced Linux Sound Architecture Driver Version 1.0.23.
[ 0.250366] Bluetooth: Core ver 2.15
[ 0.251159] NET: Registered protocol family 31
[ 0.251159] Bluetooth: HCI device and connection manager initialized
[ 0.251312] Bluetooth: HCI socket layer initialized
[ 0.253692] Switching to clocksource 32k_counter
[ 0.376708] musb-hdrc: version 6.0, otg (peripheral+host), debug=0
[ 0.377105] musb-hdrc musb-hdrc.0: dma type: dma-inventra
[ 0.378143] musb-hdrc musb-hdrc.0: USB OTG mode controller at fa0ab000 using DMA, IRQ 92
[ 0.380187] NET: Registered protocol family 2
[ 0.380767] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.382476] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.382873] TCP bind hash table entries: 8192 (order: 6, 360448 bytes)
[ 0.387176] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.387268] TCP reno registered
[ 0.387298] UDP hash table entries: 128 (order: 1, 12288 bytes)
[ 0.387634] UDP-Lite hash table entries: 128 (order: 1, 12288 bytes)
[ 0.388610] NET: Registered protocol family 1
[ 0.390045] RPC: Registered udp transport module.
[ 0.390075] RPC: Registered tcp transport module.
[ 0.390075] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.391052] NetWinder Floating Point Emulator V0.97 (double precision)
[ 0.394653] omap_device: omap_i2c.1: new worst case activate latency 0: 91552
[ 0.397460] omap3evm camera init done successfully...
[ 0.398132] omap-iommu omap-iommu.0: isp registered
[ 0.398956] AM37x/DM37x Linux PSP version 04.02.00.07 (OMAP3EVM)
[ 0.568023] VFS: Disk quotas dquot_6.5.2
[ 0.568145] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.570617] JFFS2 version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.571624] msgmni has been set to 327
[ 0.577423] io scheduler noop registered
[ 0.577453] io scheduler deadline registered
[ 0.577636] io scheduler cfq registered (default)
[ 0.636932] OMAP DSS rev 2.0
[ 0.637420] OMAP DISPC rev 3.0
[ 0.637542] OMAP VENC rev 2
[ 0.638610] OMAP DSI rev 1.0
[ 0.968750] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.976959] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
[ 1.821289] console [ttyO0] enabled
[ 1.827087] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
[ 1.835998] omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
[ 1.844879] omap_uart.3: ttyO3 at MMIO 0x49042000 (irq = 80) is a OMAP UART3
[ 1.895782] brd: module loaded
[ 1.919738] loop: module loaded
[ 1.931701] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 1.938629] omap2-nand driver initializing
[ 1.943634] NAND device: Manufacturer ID: 0xad, Chip ID: 0xbc (Hynix )
[ 1.950653] Creating 5 MTD partitions on "omap2-nand.0":
[ 1.956237] 0x000000000000-0x000000080000 : "X-Loader-NAND"
[ 1.971038] 0x000000080000-0x0000001c0000 : "U-Boot-NAND"
[ 1.983581] 0x0000001c0000-0x000000280000 : "Boot Env-NAND"
[ 1.996124] 0x000000280000-0x000000780000 : "Kernel-NAND"
[ 2.010131] 0x000000780000-0x000020000000 : "File System - NAND"
[ 2.278259] OneNAND driver initializing
[ 2.282623] omap2-onenand omap2-onenand: Cannot request GPMC CS
[ 2.289123] omap2-onenand: probe of omap2-onenand failed with error -16
[ 2.300231] smsc911x: Driver version 2008-10-21.
[ 2.307128] usbcore: registered new interface driver asix
[ 2.313568] usbcore: registered new interface driver cdc_ether
[ 2.320404] usbcore: registered new interface driver net1080
[ 2.327087] usbcore: registered new interface driver cdc_subset
[ 2.334014] usbcore: registered new interface driver zaurus
[ 2.339996] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.355407] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[ 3.363342] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
[ 3.371643] ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
[ 3.386749] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[ 3.393615] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.400817] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.408447] usb usb1: Product: OMAP-EHCI Host Controller
[ 3.414062] usb usb1: Manufacturer: Linux 2.6.37 ehci_hcd
[ 3.419799] usb usb1: SerialNumber: ehci-omap.0
[ 3.429718] hub 1-0:1.0: USB hub found
[ 3.433959] hub 1-0:1.0: 3 ports detected
[ 3.473541] Initializing USB Mass Storage driver...
[ 3.479522] usbcore: registered new interface driver usb-storage
[ 3.485900] USB Mass Storage support registered.
[ 3.491577] usbcore: registered new interface driver usbtest
[ 3.497680] g_ether gadget: using random self ethernet address
[ 3.503875] g_ether gadget: using random host ethernet address
[ 3.512298] usb0: MAC 1a:88:2f:f5:a9:57
[ 3.516326] usb0: HOST MAC 8a:12:f6:5a:9a:b8
[ 3.520935] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
[ 3.527954] g_ether gadget: g_ether ready
[ 3.532165] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
[ 3.538330] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2
[ 3.547210] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.554412] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.562042] usb usb2: Product: MUSB HDRC host driver
[ 3.567291] usb usb2: Manufacturer: Linux 2.6.37 musb-hcd
[ 3.572967] usb usb2: SerialNumber: musb-hdrc.0
[ 3.581390] hub 2-0:1.0: USB hub found
[ 3.585571] hub 2-0:1.0: 1 port detected
[ 3.595062] mice: PS/2 mouse device common for all mice
[ 3.604309] input: TWL4030 Keypad as /devices/platform/omap/omap_i2c.1/i2c-1/1-004a/twl4030_keypad/input/input0
[ 3.624633] ads7846 spi1.0: touchscreen, irq 335
[ 3.632293] input: ADS7846 Touchscreen as /devices/platform/omap2_mcspi.1/spi1.0/input/input1
[ 3.649108] input: twl4030_pwrbutton as /devices/platform/omap/omap_i2c.1/i2c-1/1-0049/twl4030_pwrbutton/input/input2
[ 3.664672] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[ 3.671691] twl_rtc twl_rtc: Power up reset detected.
[ 3.678131] twl_rtc twl_rtc: Enabling TWL-RTC.
[ 3.684570] i2c /dev entries driver
[ 3.694763] Linux media interface: v0.10
[ 3.699676] Linux video capture interface: v2.00
[ 3.707031] omap3isp supply VDD_CSIPHY1 not found, using dummy regulator
[ 3.714141] omap3isp supply VDD_CSIPHY2 not found, using dummy regulator
[ 3.721740] omap3isp omap3isp: Revision 15.0 found
[ 3.727142] omap-iommu omap-iommu.0: isp: version 1.1
[ 3.808135] mt9t111 2-003c: Unable to detectmt9t111sensor
[ 3.820892] isp_register_subdev_group: Unable to register subdev mt9t111
[ 3.829895] tvp514x 3-005c: tvp514x 3-005c decoder driver registered !!
[ 3.838378] tvp514x 3-005c: Write: retry ... 0
[ 3.863433] tvp514x 3-005c: Write: retry ... 1
[ 3.886871] tvp514x 3-005c: Write: retry ... 2
[ 3.910308] tvp514x 3-005c: Write: retry ... 3
[ 3.933776] tvp514x 3-005c: Write: retry ... 4
[ 3.957214] tvp514x 3-005c: Write: retry ... 5
[ 3.980651] tvp514x 3-005c: Write failed. Err[-121]
[ 3.985748] tvp514x 3-005c: Unable to turn on decoder
[ 3.991302] tvp514x 3-005c: Read: retry ... 0
[ 4.011901] tvp514x 3-005c: Read: retry ... 1
[ 4.035339] tvp514x 3-005c: Read: retry ... 2
[ 4.058746] tvp514x 3-005c: Read: retry ... 3
[ 4.082214] tvp514x 3-005c: Read: retry ... 4
[ 4.105651] tvp514x 3-005c: Read: retry ... 5
[ 4.129058] tvp514x 3-005c: Unable to query std
[ 4.135375] usbcore: registered new interface driver uvcvideo
[ 4.141479] USB Video Class driver (v1.0.0)
[ 4.146301] omap_device: omap_wdt.-1: new worst case activate latency 0: 30517
[ 4.155822] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
[ 4.162261] omap_device: omap_wdt.-1: new worst case deactivate latency 0: 30517
[ 4.170837] Bluetooth: HCI UART driver ver 2.2
[ 4.175537] Bluetooth: HCI H4 protocol initialized
[ 4.180603] Bluetooth: HCILL protocol initialized
[ 4.196136] mmci-omap-hs.1 supply vmmc_aux not found, using dummy regulator
[ 4.280059] usbcore: registered new interface driver usbhid
[ 4.285980] usbhid: USB HID core driver
[ 4.293548] usbcore: registered new interface driver snd-usb-audio
[ 4.305114] OMAP3 EVM SoC init
[ 4.404296] asoc: twl4030-hifi <-> omap-mcbsp-dai.1 mapping ok
[ 4.417327] ALSA device list:
[ 4.420562] #0: omap3evm
[ 4.423400] oprofile: hardware counters not available
[ 4.428741] oprofile: using timer interrupt.
[ 4.433410] nf_conntrack version 0.5.0 (2621 buckets, 10484 max)
[ 4.441711] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 4.447967] TCP cubic registered
[ 4.451416] Initializing XFRM netlink socket
[ 4.456054] NET: Registered protocol family 17
[ 4.461120] NET: Registered protocol family 15
[ 4.466491] Bluetooth: L2CAP ver 2.15
[ 4.470336] Bluetooth: L2CAP socket layer initialized
[ 4.475769] Bluetooth: SCO (Voice Link) ver 0.6
[ 4.480590] Bluetooth: SCO socket layer initialized
[ 4.486175] Bluetooth: RFCOMM TTY layer initialized
[ 4.491424] Bluetooth: RFCOMM socket layer initialized
[ 4.496887] Bluetooth: RFCOMM ver 1.11
[ 4.500823] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 4.506439] Bluetooth: BNEP filters: protocol multicast
[ 4.511962] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 4.520233] Registering the dns_resolver key type
[ 4.525878] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[ 4.535369] ThumbEE CPU extension supported.
[ 4.556060] Power Management for TI OMAP3.
[ 4.561157] sr_init: No PMIC hook to init smartreflex
[ 4.567169] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
[ 4.576110] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
[ 4.585601] SmartReflex Class3 initialized
[ 4.634307] clock: disabling unused clocks to save power
[ 4.642547] platform mpu.0: omap_voltage_scale: Already at the requestedrate 600000000
[ 4.750061] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801)
[ 4.759002] omap_vout omap_vout: Buffer Size = 3686400
[ 4.778717] omap_vout omap_vout: : registered and initialized video device 16
[ 4.786315] omap_vout omap_vout: Buffer Size = 3686400
[ 4.793975] omap_vout omap_vout: : registered and initialized video device 17
[ 4.806610] Waiting for root device /dev/mmcblk0p2...

Please can any one point me what i am doing wrong.

Thanks,

Lokesh