Hello TI,
We have AM3505 based custom board. While looking into the bootlog what we observed that MPU is running at 500MHz.
[ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/332/500 MHz
So when I searched for it I got some reference from http://processors.wiki.ti.com/index.php/AM35x-OMAP35x-PSP_03.00.00.05_UserGuide
According to it if we add "mpurate=600" in bootargs the MPU frequency will change to 600MHz.
But when I did that I got some kernel crash messages
[ 0.000000] ------------[ cut here ]------------
[ 0.000000] WARNING: at arch/arm/mach-omap2/clkt_clksel.c:194 omap2_clksel_recalc+0xd4/0xe4()
[ 0.000000] clock: Could not find fieldval 2 for clock clkout2_src_ck parent omap_54m_fck
[ 0.000000] Modules linked in:
[ 0.000000] [<c006b440>] (unwind_backtrace+0x0/0xec) from [<c008e198>] (warn_slowpath_common+0x4c/0x64)
[ 0.000000] [<c008e198>] (warn_slowpath_common+0x4c/0x64) from [<c008e230>] (warn_slowpath_fmt+0x2c/0x3c)
[ 0.000000] [<c008e230>] (warn_slowpath_fmt+0x2c/0x3c) from [<c0079d94>] (omap2_clksel_recalc+0xd4/0xe4)
[ 0.000000] [<c0079d94>] (omap2_clksel_recalc+0xd4/0xe4) from [<c007c0ac>] (propagate_rate+0x20/0x50)
[ 0.000000] [<c007c0ac>] (propagate_rate+0x20/0x50) from [<c007c0b8>] (propagate_rate+0x2c/0x50)
[ 0.000000] ---[ end trace 1b75b31a2719ed1c ]---
[ 0.000000] Switched to new clocking rate (Crystal/Core/MPU): 26.0/332/600 MHz
Can anyone please help me with this? How can I change the clock frequency to Maximum?
Kindly let me know if there is any more information required.
PS: Please find the full logs along with this thread
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
[ 0.000000] Linux version 2.6.37liveu_050 (root@AHMCPU0275) (gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203) )
#2 Sat Jan 10 01:45:02 IST 2015
[ 0.000000] CPU: ARMv7 Processor [411fc087] revision 7 (ARMv7), cr=10c53c7f
[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[ 0.000000] Machine: AM3505 LU100
[ 0.000000] Reserving 4194304 bytes SDRAM for VRAM
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] AM3505 ES1.1 (l2cache iva neon isp )
[ 0.000000] SRAM: Mapped pa 0x40200000 to va 0xfe400000 size: 0x10000
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 54856
[ 0.000000] Kernel command line: console=ttyS2,115200n8 noinitrd rw ip=dhcp root=/dev/nfs nfsroot=10.99.15.178:/
home/hiteshv/lu200/filesys_37/,nolock, mem=220M eth=00:01:02:03:04:06 hwRev=2 ondieEcc=1
[ 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: 216MB = 216MB total
[ 0.000000] Memory: 209052k/209052k available, 16228k 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 : 0xffa00000 - 0xffe00000 ( 4 MB)
[ 0.000000] vmalloc : 0xce000000 - 0xf8000000 ( 672 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xcdc00000 ( 220 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .init : 0xc0008000 - 0xc005b000 ( 332 kB)
[ 0.000000] .text : 0xc005b000 - 0xc0574580 (5222 kB)
[ 0.000000] .data : 0xc0576000 - 0xc05c79e0 ( 327 kB)
[ 0.000000] NR_IRQS:375
[ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/332/500 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 332000000 Hz
[ 0.000000] dpll3_m2_clk rate change failed: -22
[ 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 IRQ368
[ 0.000000] Trying to install interrupt handler for IRQ369
[ 0.000000] Trying to install interrupt handler for IRQ370
[ 0.000000] Trying to install interrupt handler for IRQ371
[ 0.000000] Trying to install interrupt handler for IRQ372
[ 0.000000] Trying to install interrupt handler for IRQ373
[ 0.000000] Trying to install interrupt handler for IRQ374
[ 0.000000] Trying to install type control for IRQ375
[ 0.000000] Trying to set irq flags for IRQ375
[ 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: 3679 kB
[ 0.000000] per task-struct memory footprint: 1152 bytes
[ 0.000000] Calibrating delay loop... 498.87 BogoMIPS (lpj=1945600)
[ 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] devtmpfs: initialized
[ 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] am3517_evm_init:omap3_mux_init
[ 0.000000] omap_mux_init: Add partition: #1: core, flags: 0
[ 0.000000] am3517_evm_init:init_lu100_pinmux
[ 0.000000] am3517_evm_init:am3517_evm_i2c_init
[ 0.000000] am3517_evm_init:init_sysCLKOUT2
[ 0.000000] SYSCLKOUT2 fa004d70
[ 0.000000] am3517_evm_init:platform_add_devices
[ 0.000000] am3517_evm_init:omap_serial_init
[ 0.000000] am3517_evm_init:am3517_evm_musb_init
[ 0.000000] usb_ehci_init
[ 0.000000] am3517_evm_display_init
[ 0.000000] Display initialized successfully
[ 0.000000] am3517_evm_init:am3517_evm_ethernet_init
[ 0.000000] am3517_evm_init:board_nand_init
[ 0.000000] am3517_evm_init:omap2_hsmmc_init
[ 0.000000] _omap_mux_init_gpio: Multiple gpio paths (2) for gpio125
[ 0.000000] wl12xx wlan init done
[ 0.000000] am3517_evm_init:late_wl12xx_power_control_init
[ 0.000000] am3517_evm_init done
[ 0.000000] hw-breakpoint: debug architecture 0x4 unsupported.
[ 0.000000] OMAP DMA hardware revision 4.0
[ 0.069488] bio: create slab <bio-0> at 0
[ 0.073486] SCSI subsystem initialized
[ 0.081481] usbcore: registered new interface driver usbfs
[ 0.082427] usbcore: registered new interface driver hub
[ 0.083068] usbcore: registered new device driver usb
[ 0.086853] omap_device: omap_i2c.1: new worst case activate latency 0: 30517
[ 0.087005] omap_i2c omap_i2c.1: bus 1 rev3.12 at 400 kHz
[ 0.100067] omap_i2c omap_i2c.2: bus 2 rev3.12 at 400 kHz
[ 0.101654] omap_device: omap_i2c.2: new worst case deactivate latency 0: 30517
[ 0.101989] omap_i2c omap_i2c.3: bus 3 rev3.12 at 100 kHz
[ 0.111297] Advanced Linux Sound Architecture Driver Version 1.0.23.
[ 0.113372] Bluetooth: Core ver 2.15
[ 0.113861] NET: Registered protocol family 31
[ 0.113861] Bluetooth: HCI device and connection manager initialized
[ 0.114013] Bluetooth: HCI socket layer initialized
[ 0.115570] Switching to clocksource 32k_counter
[ 0.175048] musb-hdrc: version 6.0, otg (peripheral+host), debug=0
[ 0.175415] musb-hdrc musb-hdrc.0: dma type: dma-cppi41
[ 0.176513] <6>Waiting for PHY clock good...
[ 0.188018] musb-hdrc musb-hdrc.0: USB OTG mode controller at ce010000 using DMA, IRQ 71
[ 0.189178] NET: Registered protocol family 2
[ 0.189880] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.191162] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.191589] TCP bind hash table entries: 8192 (order: 6, 294912 bytes)
[ 0.194396] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.194458] TCP reno registered
[ 0.194488] UDP hash table entries: 128 (order: 1, 10240 bytes)
[ 0.194702] UDP-Lite hash table entries: 128 (order: 1, 10240 bytes)
[ 0.195312] NET: Registered protocol family 1
[ 0.196319] RPC: Registered udp transport module.
[ 0.196350] RPC: Registered tcp transport module.
[ 0.196380] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.196960] NetWinder Floating Point Emulator V0.97 (double precision)
[ 0.198669] omap_init_opp_table: no hwmod or odev for iva, [9] cannot add OPPs.
[ 0.200775] AM3505 Linux PSP version 04.02.00.07 (AM3517EVM)
[ 0.364044] msgmni has been set to 408
[ 0.368041] io scheduler noop registered
[ 0.368072] io scheduler deadline registered
[ 0.368255] io scheduler cfq registered (default)
[ 0.428497] OMAP DSS rev 2.0
[ 0.428527] omapdss supply vdds_dsi not found, using dummy regulator
[ 0.428802] OMAP DISPC rev 3.0
[ 0.428833] omapdss supply vdda_dac not found, using dummy regulator
[ 0.428894] OMAP VENC rev 2
[ 0.758972] omap_uart.0: ttyS0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
[ 0.760406] omap_uart.1: ttyS1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
[ 0.761535] omap_uart.2: ttyS2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
[ 1.527343] console [ttyS2] enabled
[ 1.560150] brd: module loaded
[ 1.577758] loop: module loaded
[ 1.581909] io_expander: PCA9555 Driver Initialized.
[ 1.588562] Detected LU50
[ 1.593231] io_expander 3-0022: io_expander_22 probe()
[ 1.602203] io_expander 3-0021: io_expander_21 probe()
[ 1.614532] msp430: msp430 misc Driver Initialized.
[ 1.621246] bq24765: bq24765 misc Driver Initialized.
[ 1.628082] bq20z40: bq20z40 misc Driver Initialized.
[ 1.635406] at25 spi1.0: 128 Byte at25640a eeprom, pagesize 16
[ 1.646667] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 1.654510] omap2-nand driver initializing
[ 1.659301] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xc3 (Micron NAND 1GiB 3,3V 16-bit)
[ 1.668334] Division by zero in kernel.
[ 1.672454] [<c006b440>] (unwind_backtrace+0x0/0xec) from [<c01c6884>] (Ldiv0+0x8/0x10)
[ 1.680908] NAND_ECC_NONE selected by board driver. This is not recommended !!
[ 1.688537] Creating 7 MTD partitions on "omap2-nand.0":
[ 1.694152] 0x000000000000-0x000000080000 : "xloader"
[ 1.705322] 0x000000080000-0x000000240000 : "uboot"
[ 1.715423] 0x000000240000-0x000000280000 : "uboot-env"
[ 1.725158] 0x000000280000-0x000000780000 : "factory-kernel"
[ 1.737457] 0x000000780000-0x000000c80000 : "kernel"
[ 1.749145] 0x000000c80000-0x000019c80000 : "factory-filesystem"
[ 1.937347] 0x000019c80000-0x000040000000 : "filesystem"
[ 2.264373] davinci_mdio davinci_mdio: davinci mdio revision 1.5
[ 2.270690] davinci_mdio davinci_mdio: detected phy mask e0ffff
[ 2.294677] davinci_mdio: probed
[ 2.298126] davinci_mdio davinci_mdio: phy[16]: device ffffffff:10, driver unknown
[ 2.306121] davinci_mdio davinci_mdio: phy[17]: device ffffffff:11, driver unknown
[ 2.314117] davinci_mdio davinci_mdio: phy[18]: device ffffffff:12, driver unknown
[ 2.322082] davinci_mdio davinci_mdio: phy[19]: device ffffffff:13, driver unknown
[ 2.330078] davinci_mdio davinci_mdio: phy[20]: device ffffffff:14, driver unknown
[ 2.338043] davinci_mdio davinci_mdio: phy[24]: device ffffffff:18, driver unknown
[ 2.346038] davinci_mdio davinci_mdio: phy[25]: device ffffffff:19, driver unknown
[ 2.354003] davinci_mdio davinci_mdio: phy[26]: device ffffffff:1a, driver unknown
[ 2.361999] davinci_mdio davinci_mdio: phy[27]: device ffffffff:1b, driver unknown
[ 2.369964] davinci_mdio davinci_mdio: phy[28]: device ffffffff:1c, driver unknown
[ 2.377960] davinci_mdio davinci_mdio: phy[29]: device ffffffff:1d, driver unknown
[ 2.385925] davinci_mdio davinci_mdio: phy[30]: device ffffffff:1e, driver unknown
[ 2.393920] davinci_mdio davinci_mdio: phy[31]: device ffffffff:1f, driver unknown
[ 2.402465] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.409606] ehci-omap.0 supply hsusb0 not found, using dummy regulator
[ 3.420410] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[ 3.427276] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
[ 3.435516] ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
[ 3.451843] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[ 3.458435] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.465637] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.473236] usb usb1: Product: OMAP-EHCI Host Controller
[ 3.478851] usb usb1: Manufacturer: Linux 2.6.37liveu_050 ehci_hcd
[ 3.485382] usb usb1: SerialNumber: ehci-omap.0
[ 3.493713] hub 1-0:1.0: USB hub found
[ 3.497680] hub 1-0:1.0: 3 ports detected
[ 3.530639] Initializing USB Mass Storage driver...
[ 3.536376] usbcore: registered new interface driver usb-storage
[ 3.542755] USB Mass Storage support registered.
[ 3.548156] usbcore: registered new interface driver usbtest
[ 3.554168] ftdi: ftdi gpio init called.
[ 3.558776] usbcore: registered new interface driver ftdi_gpio
[ 3.564941] ftdi_gpio: v1.0.0:USB FTDI gpio access Driver
[ 3.574676] input: TSC2004 Touchscreen as /devices/virtual/input/input0
[ 3.584442] rtc-ds1374 1-0068: oscillator discontinuity flagged, time unreliable
[ 3.594604] rtc-ds1374 1-0068: rtc core: registered ds1374 as rtc0
[ 3.602416] i2c /dev entries driver
[ 3.610198] Linux video capture interface: v2.00
[ 3.616607] usbcore: registered new interface driver uvcvideo
[ 3.622619] USB Video Class driver (v1.0.0)
[ 3.627502] vpfe-capture vpfe-capture: v4l2 device registered
[ 3.636322] Standard Name: NTSC
[ 3.639892] lu100Capture: lu100Capture decoder driver registered !!
[ 3.646697] vpfe-capture vpfe-capture: v4l2 sub device lu100Capture registered
[ 3.655364] DM6446 CCDC is registered with vpfe.
[ 3.663635] amc6821 3-0018: Revision 3
[ 3.690216] tmp102: TMP102 Driver Initialized.
[ 3.697967] omap_device: omap_wdt.-1: new worst case activate latency 0: 30517
[ 3.707458] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
[ 3.714080] omap_device: omap_wdt.-1: new worst case deactivate latency 0: 30517
[ 3.722442] Bluetooth: HCI UART driver ver 2.2
[ 3.727172] Bluetooth: HCI H4 protocol initialized
[ 3.732208] Bluetooth: HCI BCSP protocol initialized
[ 3.737426] Bluetooth: HCILL protocol initialized
[ 3.742401] Bluetooth: Generic Bluetooth USB driver ver 0.6
[ 3.748931] usbcore: registered new interface driver btusb
[ 3.754669] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[ 3.761108] Bluetooth: Atheros AR30xx firmware driver ver 1.0
[ 3.767791] usbcore: registered new interface driver ath3k
[ 3.782287] usbcore: registered new interface driver usbhid
[ 3.788238] usbhid: USB HID core driver
[ 3.798156] usbcore: registered new interface driver snd-usb-audio
[ 3.810363] 1-001a supply AVDD not found, using dummy regulator
[ 3.816711] 1-001a supply HPVDD not found, using dummy regulator
[ 3.823120] 1-001a supply DCVDD not found, using dummy regulator
[ 3.829528] 1-001a supply DBVDD not found, using dummy regulator
[ 3.836364] usb 1-1: new high speed USB device using ehci-omap and address 2
[ 3.845489] Failed to add route Mic In->MICIN
[ 3.850372] test_and_set_bit error
[ 3.853973] status -16
[ 3.856475] dapm: wm8731.1-001a: configuring unknown pin Mic In
[ 3.864929] asoc: wm8731 <-> omap-mcbsp-dai.0 mapping ok
[ 3.878173] input: am3505Lu100 Headphone Jack as /devices/platform/soc-audio/sound/card0/input1
[ 3.889617] ALSA device list:
[ 3.892730] #0: am3505Lu100
[ 3.896270] Netfilter messages via NETLINK v0.30.
[ 3.901733] nf_conntrack version 0.5.0 (3266 buckets, 13064 max)
[ 3.908721] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[ 3.916076] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[ 3.923156] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 3.929229] TCP cubic registered
[ 3.932617] Initializing XFRM netlink socket
[ 3.937316] NET: Registered protocol family 17
[ 3.942047] NET: Registered protocol family 15
[ 3.947021] Bridge firewalling registered
[ 3.951629] Distributed Switch Architecture driver version 0.1
[ 3.957824] dsa: probe of dsa.0 failed with error -22
[ 3.963989] Powering on wl12xx
[ 4.137969] Bluetooth: L2CAP ver 2.15
[ 4.142089] Bluetooth: L2CAP socket layer initialized
[ 4.147430] Bluetooth: SCO (Voice Link) ver 0.6
[ 4.152191] Bluetooth: SCO socket layer initialized
[ 4.157653] Bluetooth: RFCOMM TTY layer initialized
[ 4.162841] Bluetooth: RFCOMM socket layer initialized
[ 4.168212] Bluetooth: RFCOMM ver 1.11
[ 4.172180] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 4.177764] Bluetooth: BNEP filters: protocol multicast
[ 4.183288] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 4.191070] 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
[ 4.198272] All bugs added by David S. Miller <davem@redhat.com>
[ 4.204803] Registering the dns_resolver key type
[ 4.210357] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 1
[ 4.220672] omap_voltage_late_init: Unable to create voltage debugfs main dir
[ 4.228240] am3517_vdd_data_configure: PMIC info requried to configure vdd_mpu notpopulated.Hence cannot initial
ize vdd_mpu
[ 4.239959] am3517_vdd_data_configure: PMIC info requried to configure vdd_core notpopulated.Hence cannot initia
lize vdd_core
[ 4.251953] omap_voltage_scale_vdd: No voltage scale API registered for vdd_mpu
[ 4.259674] omap_voltage_scale_vdd: No voltage scale API registered for vdd_core
[ 4.267486] Power Management for TI OMAP3.
[ 4.281005] mmc1: card claims to support voltages below the defined range. These will be ignored.
[ 4.294067] fb_find_logo(24)
[ 4.300445] Console: switching to colour frame buffer device 60x34
[ 4.323699] rtc-ds1374 1-0068: setting system clock to 2009-12-03 21:53:24 UTC (1259877204)
[ 4.335357] usb 1-1: New USB device found, idVendor=0424, idProduct=2514
[ 4.342529] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.355926] hub 1-1:1.0: USB hub found
[ 4.360168] hub 1-1:1.0: 4 ports detected
[ 4.383728] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[ 4.391571] mmc1: new SDIO card at address 0001
[ 4.397338] Powering off wl12xx
[ 4.401580] Powering on wl12xx
[ 4.764739] usb 1-1.2: new high speed USB device using ehci-omap and address 3
[ 4.890380] usb 1-1.2: New USB device found, idVendor=0424, idProduct=2514
[ 4.897644] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.908355] hub 1-1.2:1.0: USB hub found
[ 4.912750] davinci_mdio davinci_mdio: davinci mdio revision 1.5
[ 4.919067] davinci_mdio davinci_mdio: detected phy mask e0ffff
[ 4.925323] net eth0: no phy, defaulting to 100/full
[ 4.930816] hub 1-1.2:1.0: 4 ports detected
[ 5.022583] usb 1-1.3: new high speed USB device using ehci-omap and address 4
[ 5.147949] usb 1-1.3: New USB device found, idVendor=0424, idProduct=2514
[ 5.155212] usb 1-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.165985] hub 1-1.3:1.0: USB hub found
[ 5.170440] hub 1-1.3:1.0: 4 ports detected
[ 5.264678] usb 1-1.4: new high speed USB device using ehci-omap and address 5
[ 5.390289] usb 1-1.4: New USB device found, idVendor=0424, idProduct=2514
[ 5.397552] usb 1-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.408203] hub 1-1.4:1.0: USB hub found
[ 5.412811] hub 1-1.4:1.0: 4 ports detected
[ 5.506744] usb 1-1.2.1: new full speed USB device using ehci-omap and address 6
[ 5.640167] usb 1-1.2.1: New USB device found, idVendor=0403, idProduct=6015
[ 5.647613] usb 1-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5.655578] usb 1-1.2.1: Product: FT230X Basic UART
[ 5.660705] usb 1-1.2.1: Manufacturer: FTDI
[ 5.665161] usb 1-1.2.1: SerialNumber: DB00CTFC
[ 5.678070] Added ftdio-gpio to /dev/ftdi_gpio
[ 5.764709] usb 1-1.2.3: new high speed USB device using ehci-omap and address 7
[ 5.890258] usb 1-1.2.3: New USB device found, idVendor=0424, idProduct=9e00
[ 5.897705] usb 1-1.2.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.936187] Sending DHCP requests ., OK
[ 6.092803] IP-Config: Got DHCP answer from 192.168.6.59, my address is 10.99.15.215
[ 6.102233] IP-Config: Complete:
[ 6.105438] device=eth0, addr=10.99.15.215, mask=255.255.252.0, gw=10.99.13.1,
[ 6.113494] host=10.99.15.215, domain=, nis-domain=(none),
[ 6.120697] bootserver=192.168.6.59, rootserver=10.99.15.178, rootpath=
[ 6.229309] VFS: Mounted root (nfs filesystem) on device 0:14.
[ 6.262359] devtmpfs: mounted
[ 6.265747] Freeing init memory: 332K
INIT: version 2.86 booting
Please wait: booting...
Starting udev
[ 12.266326] udevd (735): /proc/735/oom_adj is deprecated, please use /proc/735/oom_score_adj instead.
[ 12.278778] udev: starting version 141
udevd[735]: inotify_add_watch(3, (null), 10) failed: Bad address
udevd[735]: inotify_add_watch(3, (null), 10) failed: Bad address
udevd[735]: inotify_add_watch(3, (null), 10) failed: Bad address
udevd[735]: inotify_add_watch(3, (null), 10) failed: Bad address
udevd[735]: inotify_add_watch(3, (null), 10) failed: Bad address
udevd[735]: inotify_add_watch(3, (null), 10) failed: Bad address
udevd[735]: inotify_add_watch(3, (null), 10) failed: Bad address
udevd[735]: inotify_add_watch(3, (null), 10) failed: Bad address
udevd[735]: inotify_add_watch(3, (null), 10) failed: Bad address
udevd[735]: inotify_add_watch(3, (null), 10) failed: Bad address
udevd[735]: inotify_add_watch(3, (null), 10) failed: Bad address
udevd[735]: inotify_add_watch(3, (null), 10) failed: Bad address
udevd[735]: inotify_add_watch(3, (null), 10) failed: Bad address
udevd[735]: inotify_add_watch(3, (null), 10) failed: Bad address
udevd[735]: inotify_add_watch(3, (null), 10) failed: Bad address
udevd[735]: inotify_add_watch(3, (null), 10) failed: Bad address
udevd[735]: inotify_add_watch(3, (null), 10) failed: Bad address
udevd[735]: inotify_add_watch(3, (null), 10) failed: Bad address
udevd[735]: inotify_add_watch(3, (null), 10) failed: Bad address
udevd[735]: inotify_add_watch(3, (null), 10) failed: Bad address
udevd[735]: inotify_add_watch(3, (null), 10) failed: Bad address
udevd[735]: inotify_add_watch(3, (null), 10) failed: Bad address
udevd[735]: inotify_add_watch(3, (null), 10) failed: Bad address
udevd[735]: inotify_add_watch(3, (null), 10) failed: Bad address
udevd-event[742]: error changing netif name eth0 to eth17: Device or resource busy
Root filesystem already rw, not remounting
WARNING: Couldn't open directory /lib/modules/2.6.37liveu_050: No such file or directory
FATAL: Could not open /lib/modules/2.6.37liveu_050/modules.dep.temp for writing: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.37liveu_050/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.37liveu_050/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.37liveu_050/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.37liveu_050/modules.dep: No such file or directory
root: mount: mounting rootfs on / failed: Invalid argument
Setting up IP spoofing protection: rp_filter.
Configuring network interfaces... done.
Fri Oct 22 00:32:00 UTC 2010
INIT: Entering runlevel: 5
Starting telnet daemon.
modprobe: FATAL: Could not load /lib/modules/2.6.37liveu_050/modules.dep: No such file or directory
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
[ 0.000000] Linux version 2.6.37liveu_050 (root@AHMCPU0275) (gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203) )
#2 Sat Jan 10 01:45:02 IST 2015
[ 0.000000] CPU: ARMv7 Processor [411fc087] revision 7 (ARMv7), cr=10c53c7f
[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[ 0.000000] Machine: AM3505 LU100
[ 0.000000] Reserving 4194304 bytes SDRAM for VRAM
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] AM3505 ES1.1 (l2cache iva neon isp )
[ 0.000000] SRAM: Mapped pa 0x40200000 to va 0xfe400000 size: 0x10000
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 54856
[ 0.000000] Kernel command line: console=ttyS2,115200n8 noinitrd rw ip=dhcp root=/dev/nfs nfsroot=10.99.15.178:/
home/hiteshv/lu200/filesys_37/,nolock, mem=220M eth=00:01:02:03:04:06 hwRev=2 mpurate=600 ondieEcc=1
[ 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: 216MB = 216MB total
[ 0.000000] Memory: 209052k/209052k available, 16228k 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 : 0xffa00000 - 0xffe00000 ( 4 MB)
[ 0.000000] vmalloc : 0xce000000 - 0xf8000000 ( 672 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xcdc00000 ( 220 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .init : 0xc0008000 - 0xc005b000 ( 332 kB)
[ 0.000000] .text : 0xc005b000 - 0xc0574580 (5222 kB)
[ 0.000000] .data : 0xc0576000 - 0xc05c79e0 ( 327 kB)
[ 0.000000] NR_IRQS:375
[ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/332/500 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 332000000 Hz
[ 0.000000] dpll3_m2_clk rate change failed: -22
[ 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 IRQ368
[ 0.000000] Trying to install interrupt handler for IRQ369
[ 0.000000] Trying to install interrupt handler for IRQ370
[ 0.000000] Trying to install interrupt handler for IRQ371
[ 0.000000] Trying to install interrupt handler for IRQ372
[ 0.000000] Trying to install interrupt handler for IRQ373
[ 0.000000] Trying to install interrupt handler for IRQ374
[ 0.000000] Trying to install type control for IRQ375
[ 0.000000] Trying to set irq flags for IRQ375
[ 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: 3679 kB
[ 0.000000] per task-struct memory footprint: 1152 bytes
[ 0.000000] Calibrating delay loop... 498.87 BogoMIPS (lpj=1945600)
[ 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] devtmpfs: initialized
[ 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] am3517_evm_init:omap3_mux_init
[ 0.000000] omap_mux_init: Add partition: #1: core, flags: 0
[ 0.000000] am3517_evm_init:init_lu100_pinmux
[ 0.000000] am3517_evm_init:am3517_evm_i2c_init
[ 0.000000] am3517_evm_init:init_sysCLKOUT2
[ 0.000000] SYSCLKOUT2 fa004d70
[ 0.000000] am3517_evm_init:platform_add_devices
[ 0.000000] am3517_evm_init:omap_serial_init
[ 0.000000] am3517_evm_init:am3517_evm_musb_init
[ 0.000000] usb_ehci_init
[ 0.000000] am3517_evm_display_init
[ 0.000000] Display initialized successfully
[ 0.000000] am3517_evm_init:am3517_evm_ethernet_init
[ 0.000000] am3517_evm_init:board_nand_init
[ 0.000000] am3517_evm_init:omap2_hsmmc_init
[ 0.000000] _omap_mux_init_gpio: Multiple gpio paths (2) for gpio125
[ 0.000000] wl12xx wlan init done
[ 0.000000] am3517_evm_init:late_wl12xx_power_control_init
[ 0.000000] am3517_evm_init done
[ 0.000000] hw-breakpoint: debug architecture 0x4 unsupported.
[ 0.000000] ------------[ cut here ]------------
[ 0.000000] WARNING: at arch/arm/mach-omap2/clkt_clksel.c:194 omap2_clksel_recalc+0xd4/0xe4()
[ 0.000000] clock: Could not find fieldval 2 for clock clkout2_src_ck parent omap_54m_fck
[ 0.000000] Modules linked in:
[ 0.000000] [<c006b440>] (unwind_backtrace+0x0/0xec) from [<c008e198>] (warn_slowpath_common+0x4c/0x64)
[ 0.000000] [<c008e198>] (warn_slowpath_common+0x4c/0x64) from [<c008e230>] (warn_slowpath_fmt+0x2c/0x3c)
[ 0.000000] [<c008e230>] (warn_slowpath_fmt+0x2c/0x3c) from [<c0079d94>] (omap2_clksel_recalc+0xd4/0xe4)
[ 0.000000] [<c0079d94>] (omap2_clksel_recalc+0xd4/0xe4) from [<c007c0ac>] (propagate_rate+0x20/0x50)
[ 0.000000] [<c007c0ac>] (propagate_rate+0x20/0x50) from [<c007c0b8>] (propagate_rate+0x2c/0x50)
[ 0.000000] ---[ end trace 1b75b31a2719ed1c ]---
[ 0.000000] Switched to new clocking rate (Crystal/Core/MPU): 26.0/332/600 MHz
[ 0.000000] OMAP DMA hardware revision 4.0
[ 0.058319] bio: create slab <bio-0> at 0
[ 0.061859] SCSI subsystem initialized
[ 0.068756] usbcore: registered new interface driver usbfs
[ 0.069549] usbcore: registered new interface driver hub
[ 0.070098] usbcore: registered new device driver usb
[ 0.073394] omap_i2c omap_i2c.1: bus 1 rev3.12 at 400 kHz
[ 0.090942] omap_i2c omap_i2c.2: bus 2 rev3.12 at 400 kHz
[ 0.092559] omap_i2c omap_i2c.3: bus 3 rev3.12 at 100 kHz
[ 0.096771] omap_device: omap_i2c.3: new worst case deactivate latency 0: 30517
[ 0.100494] Advanced Linux Sound Architecture Driver Version 1.0.23.
[ 0.102294] Bluetooth: Core ver 2.15
[ 0.102722] NET: Registered protocol family 31
[ 0.102752] Bluetooth: HCI device and connection manager initialized
[ 0.102844] Bluetooth: HCI socket layer initialized
[ 0.104187] Switching to clocksource 32k_counter
[ 0.155242] musb-hdrc: version 6.0, otg (peripheral+host), debug=0
[ 0.155578] musb-hdrc musb-hdrc.0: dma type: dma-cppi41
[ 0.156555] <6>Waiting for PHY clock good...
[ 0.168548] musb-hdrc musb-hdrc.0: USB OTG mode controller at ce010000 using DMA, IRQ 71
[ 0.169555] NET: Registered protocol family 2
[ 0.170074] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.171203] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.171569] TCP bind hash table entries: 8192 (order: 6, 294912 bytes)
[ 0.173675] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.173736] TCP reno registered
[ 0.173767] UDP hash table entries: 128 (order: 1, 10240 bytes)
[ 0.173950] UDP-Lite hash table entries: 128 (order: 1, 10240 bytes)
[ 0.174468] NET: Registered protocol family 1
[ 0.175598] RPC: Registered udp transport module.
[ 0.175628] RPC: Registered tcp transport module.
[ 0.175628] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.176116] NetWinder Floating Point Emulator V0.97 (double precision)
[ 0.177642] omap_init_opp_table: no hwmod or odev for iva, [9] cannot add OPPs.
[ 0.179504] AM3505 Linux PSP version 04.02.00.07 (AM3517EVM)
[ 0.316955] msgmni has been set to 408
[ 0.320312] io scheduler noop registered
[ 0.320343] io scheduler deadline registered
[ 0.320495] io scheduler cfq registered (default)
[ 0.385833] OMAP DSS rev 2.0
[ 0.385864] omapdss supply vdds_dsi not found, using dummy regulator
[ 0.386108] OMAP DISPC rev 3.0
[ 0.386138] omapdss supply vdda_dac not found, using dummy regulator
[ 0.386199] OMAP VENC rev 2
[ 0.716064] omap_uart.0: ttyS0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
[ 0.717315] omap_uart.1: ttyS1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
[ 0.718292] omap_uart.2: ttyS2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
[ 1.563201] console [ttyS2] enabled
[ 1.592102] brd: module loaded
[ 1.607574] loop: module loaded
[ 1.611602] io_expander: PCA9555 Driver Initialized.
[ 1.617156] omap_device: omap_i2c.3: new worst case activate latency 0: 30517
[ 1.625701] Detected LU50
[ 1.630126] io_expander 3-0022: io_expander_22 probe()
[ 1.638885] io_expander 3-0021: io_expander_21 probe()
[ 1.650573] msp430: msp430 misc Driver Initialized.
[ 1.657073] bq24765: bq24765 misc Driver Initialized.
[ 1.663665] bq20z40: bq20z40 misc Driver Initialized.
[ 1.670745] at25 spi1.0: 128 Byte at25640a eeprom, pagesize 16
[ 1.681304] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 1.689025] omap2-nand driver initializing
[ 1.693786] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xc3 (Micron NAND 1GiB 3,3V 16-bit)
[ 1.702667] Division by zero in kernel.
[ 1.706756] [<c006b440>] (unwind_backtrace+0x0/0xec) from [<c01c6884>] (Ldiv0+0x8/0x10)
[ 1.715179] NAND_ECC_NONE selected by board driver. This is not recommended !!
[ 1.722778] Creating 7 MTD partitions on "omap2-nand.0":
[ 1.728363] 0x000000000000-0x000000080000 : "xloader"
[ 1.738586] 0x000000080000-0x000000240000 : "uboot"
[ 1.748107] 0x000000240000-0x000000280000 : "uboot-env"
[ 1.757232] 0x000000280000-0x000000780000 : "factory-kernel"
[ 1.769073] 0x000000780000-0x000000c80000 : "kernel"
[ 1.780059] 0x000000c80000-0x000019c80000 : "factory-filesystem"
[ 1.964752] 0x000019c80000-0x000040000000 : "filesystem"
[ 2.292022] davinci_mdio davinci_mdio: davinci mdio revision 1.5
[ 2.298339] davinci_mdio davinci_mdio: detected phy mask e0ffff
[ 2.320159] davinci_mdio: probed
[ 2.323638] davinci_mdio davinci_mdio: phy[16]: device ffffffff:10, driver unknown
[ 2.331604] davinci_mdio davinci_mdio: phy[17]: device ffffffff:11, driver unknown
[ 2.339569] davinci_mdio davinci_mdio: phy[18]: device ffffffff:12, driver unknown
[ 2.347534] davinci_mdio davinci_mdio: phy[19]: device ffffffff:13, driver unknown
[ 2.355499] davinci_mdio davinci_mdio: phy[20]: device ffffffff:14, driver unknown
[ 2.363464] davinci_mdio davinci_mdio: phy[24]: device ffffffff:18, driver unknown
[ 2.371398] davinci_mdio davinci_mdio: phy[25]: device ffffffff:19, driver unknown
[ 2.379364] davinci_mdio davinci_mdio: phy[26]: device ffffffff:1a, driver unknown
[ 2.387329] davinci_mdio davinci_mdio: phy[27]: device ffffffff:1b, driver unknown
[ 2.395294] davinci_mdio davinci_mdio: phy[28]: device ffffffff:1c, driver unknown
[ 2.403259] davinci_mdio davinci_mdio: phy[29]: device ffffffff:1d, driver unknown
[ 2.411224] davinci_mdio davinci_mdio: phy[30]: device ffffffff:1e, driver unknown
[ 2.419189] davinci_mdio davinci_mdio: phy[31]: device ffffffff:1f, driver unknown
[ 2.427642] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.434753] ehci-omap.0 supply hsusb0 not found, using dummy regulator
[ 3.448059] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[ 3.454833] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
[ 3.462982] ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
[ 3.479400] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[ 3.485900] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.493103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.500701] usb usb1: Product: OMAP-EHCI Host Controller
[ 3.506317] usb usb1: Manufacturer: Linux 2.6.37liveu_050 ehci_hcd
[ 3.512817] usb usb1: SerialNumber: ehci-omap.0
[ 3.520965] hub 1-0:1.0: USB hub found
[ 3.524932] hub 1-0:1.0: 3 ports detected
[ 3.558197] Initializing USB Mass Storage driver...
[ 3.563873] usbcore: registered new interface driver usb-storage
[ 3.570220] USB Mass Storage support registered.
[ 3.575561] usbcore: registered new interface driver usbtest
[ 3.581542] ftdi: ftdi gpio init called.
[ 3.586090] usbcore: registered new interface driver ftdi_gpio
[ 3.592224] ftdi_gpio: v1.0.0:USB FTDI gpio access Driver
[ 3.601562] input: TSC2004 Touchscreen as /devices/virtual/input/input0
[ 3.613769] rtc-ds1374 1-0068: rtc core: registered ds1374 as rtc0
[ 3.621154] i2c /dev entries driver
[ 3.628723] Linux video capture interface: v2.00
[ 3.634826] usbcore: registered new interface driver uvcvideo
[ 3.640930] USB Video Class driver (v1.0.0)
[ 3.645721] vpfe-capture vpfe-capture: v4l2 device registered
[ 3.654205] Standard Name: NTSC
[ 3.657684] lu100Capture: lu100Capture decoder driver registered !!
[ 3.664489] vpfe-capture vpfe-capture: v4l2 sub device lu100Capture registered
[ 3.672973] DM6446 CCDC is registered with vpfe.
[ 3.681091] amc6821 3-0018: Revision 3
[ 3.706176] tmp102: TMP102 Driver Initialized.
[ 3.714294] omap_device: omap_wdt.-1: new worst case activate latency 0: 30517
[ 3.723022] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
[ 3.729492] omap_device: omap_wdt.-1: new worst case deactivate latency 0: 30517
[ 3.738189] Bluetooth: HCI UART driver ver 2.2
[ 3.742858] Bluetooth: HCI H4 protocol initialized
[ 3.748046] Bluetooth: HCI BCSP protocol initialized
[ 3.753265] Bluetooth: HCILL protocol initialized
[ 3.758209] Bluetooth: Generic Bluetooth USB driver ver 0.6
[ 3.764678] usbcore: registered new interface driver btusb
[ 3.770477] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[ 3.776824] Bluetooth: Atheros AR30xx firmware driver ver 1.0
[ 3.783264] usbcore: registered new interface driver ath3k
[ 3.796661] usbcore: registered new interface driver usbhid
[ 3.802581] usbhid: USB HID core driver
[ 3.811584] usbcore: registered new interface driver snd-usb-audio
[ 3.823516] 1-001a supply AVDD not found, using dummy regulator
[ 3.829772] 1-001a supply HPVDD not found, using dummy regulator
[ 3.836181] 1-001a supply DCVDD not found, using dummy regulator
[ 3.842529] 1-001a supply DBVDD not found, using dummy regulator
[ 3.851562] Failed to add route Mic In->MICIN
[ 3.856445] test_and_set_bit error
[ 3.859985] status -16
[ 3.862579] dapm: wm8731.1-001a: configuring unknown pin Mic In
[ 3.870544] asoc: wm8731 <-> omap-mcbsp-dai.0 mapping ok
[ 3.876525] usb 1-1: new high speed USB device using ehci-omap and address 2
[ 3.889801] input: am3505Lu100 Headphone Jack as /devices/platform/soc-audio/sound/card0/input1
[ 3.901428] ALSA device list:
[ 3.904541] #0: am3505Lu100
[ 3.908020] Netfilter messages via NETLINK v0.30.
[ 3.913391] nf_conntrack version 0.5.0 (3266 buckets, 13064 max)
[ 3.920257] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[ 3.927581] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[ 3.934539] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 3.940551] TCP cubic registered
[ 3.943939] Initializing XFRM netlink socket
[ 3.948608] NET: Registered protocol family 17
[ 3.953308] NET: Registered protocol family 15
[ 3.958282] Bridge firewalling registered
[ 3.962799] Distributed Switch Architecture driver version 0.1
[ 3.969024] dsa: probe of dsa.0 failed with error -22
[ 3.975463] Powering on wl12xx
[ 4.149139] Bluetooth: L2CAP ver 2.15
[ 4.153228] Bluetooth: L2CAP socket layer initialized
[ 4.158538] Bluetooth: SCO (Voice Link) ver 0.6
[ 4.163330] Bluetooth: SCO socket layer initialized
[ 4.169006] Bluetooth: RFCOMM TTY layer initialized
[ 4.174133] Bluetooth: RFCOMM socket layer initialized
[ 4.179565] Bluetooth: RFCOMM ver 1.11
[ 4.183532] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 4.189086] Bluetooth: BNEP filters: protocol multicast
[ 4.194610] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 4.202331] 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
[ 4.209503] All bugs added by David S. Miller <davem@redhat.com>
[ 4.216003] Registering the dns_resolver key type
[ 4.221374] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 1
[ 4.234130] omap_voltage_late_init: Unable to create voltage debugfs main dir
[ 4.241668] am3517_vdd_data_configure: PMIC info requried to configure vdd_mpu notpopulated.Hence cannot initial
ize vdd_mpu
[ 4.253356] am3517_vdd_data_configure: PMIC info requried to configure vdd_core notpopulated.Hence cannot initia
lize vdd_core
[ 4.265289] omap_voltage_scale_vdd: No voltage scale API registered for vdd_mpu
[ 4.273010] omap_voltage_scale_vdd: No voltage scale API registered for vdd_core
[ 4.280792] Power Management for TI OMAP3.
[ 4.287200] mmc1: card claims to support voltages below the defined range. These will be ignored.
[ 4.308074] fb_find_logo(24)
[ 4.313323] Console: switching to colour frame buffer device 60x34
[ 4.330688] usb 1-1: New USB device found, idVendor=0424, idProduct=2514
[ 4.337799] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.351440] hub 1-1:1.0: USB hub found
[ 4.355621] hub 1-1:1.0: 4 ports detected
[ 4.361297] rtc-ds1374 1-0068: setting system clock to 2009-12-04 04:24:07 UTC (1259900647)
[ 4.375793] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[ 4.386627] mmc1: new SDIO card at address 0001
[ 4.392486] Powering off wl12xx
[ 4.396697] Powering on wl12xx
[ 4.753204] usb 1-1.2: new high speed USB device using ehci-omap and address 3
[ 4.878479] usb 1-1.2: New USB device found, idVendor=0424, idProduct=2514
[ 4.885742] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.899658] hub 1-1.2:1.0: USB hub found
[ 4.904144] hub 1-1.2:1.0: 4 ports detected
[ 4.940307] davinci_mdio davinci_mdio: davinci mdio revision 1.5
[ 4.946624] davinci_mdio davinci_mdio: detected phy mask e0ffff
[ 4.952911] net eth0: no phy, defaulting to 100/full
[ 4.995452] usb 1-1.3: new high speed USB device using ehci-omap and address 4
[ 5.120880] usb 1-1.3: New USB device found, idVendor=0424, idProduct=2514
[ 5.128112] usb 1-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.138458] hub 1-1.3:1.0: USB hub found
[ 5.142913] hub 1-1.3:1.0: 4 ports detected
[ 5.229919] usb 1-1.4: new high speed USB device using ehci-omap and address 5
[ 5.355377] usb 1-1.4: New USB device found, idVendor=0424, idProduct=2514
[ 5.362609] usb 1-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.373016] hub 1-1.4:1.0: USB hub found
[ 5.377258] hub 1-1.4:1.0: 4 ports detected
[ 5.471984] usb 1-1.2.1: new full speed USB device using ehci-omap and address 6
[ 5.605224] usb 1-1.2.1: New USB device found, idVendor=0403, idProduct=6015
[ 5.612670] usb 1-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5.620605] usb 1-1.2.1: Product: FT230X Basic UART
[ 5.625823] usb 1-1.2.1: Manufacturer: FTDI
[ 5.630249] usb 1-1.2.1: SerialNumber: DB00CTFC
[ 5.642883] Added ftdio-gpio to /dev/ftdi_gpio
[ 5.729827] usb 1-1.2.3: new high speed USB device using ehci-omap and address 7
[ 5.855041] usb 1-1.2.3: New USB device found, idVendor=0424, idProduct=9e00
[ 5.862487] usb 1-1.2.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.963836] Sending DHCP requests ...,. OK
[ 21.800354] IP-Config: Got DHCP answer from 192.168.6.59, my address is 10.99.15.215
[ 21.809692] IP-Config: Complete:
[ 21.812896] device=eth0, addr=10.99.15.215, mask=255.255.252.0, gw=10.99.13.1,
[ 21.820953] host=10.99.15.215, domain=, nis-domain=(none),
[ 21.827270] bootserver=192.168.6.59, rootserver=10.99.15.178, rootpath=
[ 21.908477] VFS: Mounted root (nfs filesystem) on device 0:14.
[ 21.915985] devtmpfs: mounted
[ 21.919342] Freeing init memory: 332K
INIT: version 2.86 booting
Please wait: booting...
Starting udev
[ 22.957122] udevd (733): /proc/733/oom_adj is deprecated, please use /proc/733/oom_score_adj instead.
Populating dev cache
Root filesystem already rw, not remounting
WARNING: Couldn't open directory /lib/modules/2.6.37liveu_050: No such file or directory
FATAL: Could not open /lib/modules/2.6.37liveu_050/modules.dep.temp for writing: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.37liveu_050/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.37liveu_050/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.37liveu_050/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.37liveu_050/modules.dep: No such file or directory
root: mount: mounting rootfs on / failed: Invalid argument
Setting up IP spoofing protection: rp_filter.
Configuring network interfaces... done.
Fri Oct 22 07:00:00 UTC 2010
INIT: Entering runlevel: 5
Starting telnet daemon.
modprobe: FATAL: Could not load /lib/modules/2.6.37liveu_050/modules.dep: No such file or directory
Thanks in advace.
Krunal