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.

Problems booting DM3730 EVM from SD card

Other Parts Discussed in Thread: ADS7846, TVP5146M2, WL1271

Hello, I am working with ti-dvsdk_dm3730-evm_04_03_00_06 and I am trying to boot board from SD card according to TMS320DM3730_Software_Developers_Guide.pdf.

The boot process doesn't finish ok: the magrix-gui is not launched and you are no able to log in. The calibration of LCD is done ok.

This is how I created the SD card (host ubuntu 10.04):

user@HP:~$ echo 'Testing TMDXEVM3730 with ti-dvsdk_dm3730-evm_04_03_00_06'
Testing TMDXEVM3730 with ti-dvsdk_dm3730-evm_04_03_00_06
user@HP:~$ echo 'Creating SD card according to TMS320DM3730_Software_Developers_Guide.pdf'
Creating SD card according to TMS320DM3730_Software_Developers_Guide.pdf
user@HP:~$ export DVSDK="/home/user/ti-dvsdk_dm3730-evm_04_03_00_06"
user@HP:~$ echo 'Now I insert SD card'
Now I insert SD card
user@HP:~$ dmesg | grep sd
[    1.240358] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.240434] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    1.240471] sd 0:0:0:0: [sda] Write Protect is off
[    1.240473] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.240492] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.240600]  sda: sda1 sda3 < sda5 sda6 sda7 sda8
[    1.326780]  sda9 sda10 > sda4
[    1.338376] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.970728] EXT4-fs (sda10): mounted filesystem with ordered data mode
[   13.172641] Adding 3999736k swap on /dev/sda7.  Priority:-1 extents:1 across:3999736k
[   16.478252] EXT3 FS on sda6, internal journal
[   18.455041] EXT3 FS on sda1, internal journal
[   18.591364] EXT3 FS on sda4, internal journal
[   18.716466] type=1505 audit(1327494450.761:14):  operation="profile_load" pid=1157 name="/usr/sbin/cupsd"
[   19.041435] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[  172.708545] nfsd: last server has exited, flushing export cache
[16995.113491] nfsd: last server has exited, flushing export cache
[18342.076970] nfsd: last server has exited, flushing export cache
[18512.486703] nfsd: last server has exited, flushing export cache
[19390.012028] nfsd: last server has exited, flushing export cache
[20715.824114] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[20715.824247] sd 0:0:0:0: [sda] Stopping disk
[20716.231791] PM: suspend of drv:sd dev:0:0:0:0 complete after 407.679 msecs
[20719.619369] sd 0:0:0:0: [sda] Starting disk
[20720.743998] PM: resume of drv:sd dev:0:0:0:0 complete after 1124.630 msecs
[23465.076303] sd 6:0:0:0: Attached scsi generic sg2 type 0
[23465.268078] sd 6:0:0:0: [sdb] 7744512 512-byte logical blocks: (3.96 GB/3.69 GiB)
[23465.272661] sd 6:0:0:0: [sdb] Write Protect is off
[23465.272671] sd 6:0:0:0: [sdb] Mode Sense: 23 00 00 00
[23465.272679] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[23465.287534] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[23465.287549]  sdb: sdb1 sdb2
[23465.303315] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[23465.303329] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[23466.619232] EXT3 FS on sdb2, internal journal
[23961.330151] sd 7:0:0:0: Attached scsi generic sg2 type 0
[23961.526639] sd 7:0:0:0: [sdb] 7744512 512-byte logical blocks: (3.96 GB/3.69 GiB)
[23961.530999] sd 7:0:0:0: [sdb] Write Protect is off
[23961.531009] sd 7:0:0:0: [sdb] Mode Sense: 23 00 00 00
[23961.531016] sd 7:0:0:0: [sdb] Assuming drive cache: write through
[23961.546223] sd 7:0:0:0: [sdb] Assuming drive cache: write through
[23961.546238]  sdb: sdb1 sdb2
[23961.561516] sd 7:0:0:0: [sdb] Assuming drive cache: write through
[23961.561528] sd 7:0:0:0: [sdb] Attached SCSI removable disk
[23962.279593] EXT3 FS on sdb2, internal journal
user@HP:~$ sudo ${DVSDK}/bin/mksdboot.sh --device /dev/sdb --sdk ${DVSDK}
[sudo] password for user:
************************************************************
*         THIS WILL DELETE ALL THE DATA ON /dev/sdb        *
*                                                          *
*         WARNING! Make sure your computer does not go     *
*                  in to idle mode while this script is    *
*                  running. The script will complete,      *
*                  but your SD card may be corrupted.      *
*                                                          *
*         Press <ENTER> to confirm....                     *
************************************************************

unmounting device '/dev/sdb1'
unmounting device '/dev/sdb2'
1024+0 records in
1024+0 records out
1048576 bytes (1.0 MB) copied, 0.760277 s, 1.4 MB/s
Disk /dev/sdb doesn't contain a valid partition table
Checking that no-one is using this disk right now ...
OK

Disk /dev/sdb: 482 cylinders, 255 heads, 63 sectors/track

sfdisk: ERROR: sector 0 does not have an MSDOS signature
 /dev/sdb: unrecognised partition table type
Old situation:
No partitions found
New situation:
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0

   Device Boot Start     End   #cyls    #blocks   Id  System
/dev/sdb1   *      0+      4       5-     40131    c  W95 FAT32 (LBA)
/dev/sdb2          5     481     477    3831502+  83  Linux
/dev/sdb3          0       -       0          0    0  Empty
/dev/sdb4          0       -       0          0    0  Empty
Successfully wrote the new partition table

Re-reading the partition table ...

If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
to zero the first 512 bytes:  dd if=/dev/zero of=/dev/foo7 bs=512 count=1
(See fdisk(8).)
Formating /dev/sdb1 ...
Formating /dev/sdb2 ...
mke2fs 1.41.11 (14-Mar-2010)
Image Name:   Execute uImage.bin
Created:      Thu Jan 26 09:01:22 2012
Image Type:   ARM Linux Script (uncompressed)
Data Size:    238 Bytes = 0.23 kB = 0.00 MB
Load Address: 0x00000000
Entry Point:  0x00000000
Contents:
   Image 0:      230 Bytes =    0 kB = 0 MB
Image Name:   Execute uImage.bin
Created:      Thu Jan 26 09:01:22 2012
Image Type:   ARM Linux Script (uncompressed)
Data Size:    295 Bytes = 0.29 kB = 0.00 MB
Load Address: 0x00000000
Entry Point:  0x00000000
Contents:
   Image 0:      287 Bytes =    0 kB = 0 MB
Select Primary display output:
 1: LCD
 2: DVI

[ 1 ]
Copying u-boot/mlo/uImage on /dev/sdb1
unmounting /dev/sdb1
Extracting filesystem on /dev/sdb2 ...
Creating matrix-gui-e symbolic link...done
unmounting /dev/sdb2
completed!
user@HP:~$ echo 'Now I am going to insert the SD card into evm'
Now I am going to insert the SD card into evm


This is the boot log of EVM:

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

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


U-Boot 2010.06 (Dec 22 2011 - 23:11:38)

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
*** Warning - bad CRC or NAND, using default environment

In:    serial
Out:   serial
Err:   serial
Read back SMSC id 0x92200000
Die ID #578400011ff00000015a5e590e01a02f
Net:   smc911x-0
Hit any key to stop autoboot: 10  9  8  0
OMAP3_EVM # nand erase

NAND erase: device 0 whole chip
Erasing at 0x0 --   0% complete.Erasing at 0x500000 --   1% complete.Erasing at 0xa20000 --   2% complete.Erasing at 0xf40000 --   3% complete.Erasing at 0x1460000 --   4% complete.Erasing at 0x1980000 --   5% complete.Erasing at 0x1ea0000 --   6% complete.Erasing at 0x23c0000 --   7% complete.Erasing at 0x28e0000 --   8% complete.Erasing at 0x2e00000 --   9% complete.Erasing at 0x3320000 --  10% complete.Erasing at 0x3840000 --  11% complete.Erasing at 0x3d60000 --  12% complete.Erasing at 0x4280000 --  13% complete.Erasing at 0x47a0000 --  14% complete.Erasing at 0x4cc0000 --  15% complete.Erasing at 0x51e0000 --  16% complete.Erasing at 0x5700000 --  17% complete.Erasing at 0x5c20000 --  18% complete.Erasing at 0x6140000 --  19% complete.Erasing at 0x6660000 --  20% complete.Erasing at 0x6b80000 --  21% complete.Erasing at 0x70a0000 --  22% complete.Erasing at 0x75c0000 --  23% complete.Erasing at 0x7ae0000 --  24% complete.Erasing at 0x7fe0000 --  25% complete.Erasing at 0x8500000 --  26% complete.Erasing at 0x8a20000 --  27% complete.Erasing at 0x8f40000 --  28% complete.Erasing at 0x9460000 --  29% complete.Erasing at 0x9980000 --  30% complete.Erasing at 0x9ea0000 --  31% complete.Erasing at 0xa3c0000 --  32% complete.Erasing at 0xa8e0000 --  33% complete.Erasing at 0xae00000 --  34% complete.Erasing at 0xb320000 --  35% complete.Erasing at 0xb840000 --  36% complete.Erasing at 0xbd60000 --  37% complete.Erasing at 0xc280000 --  38% complete.Erasing at 0xc7a0000 --  39% complete.Erasing at 0xccc0000 --  40% complete.Erasing at 0xd1e0000 --  41% complete.Erasing at 0xd700000 --  42% complete.Erasing at 0xdc20000 --  43% complete.Erasing at 0xe140000 --  44% complete.Erasing at 0xe660000 --  45% complete.Erasing at 0xeb80000 --  46% complete.Erasing at 0xf0a0000 --  47% complete.Erasing at 0xf5c0000 --  48% complete.Erasing at 0xfae0000 --  49% complete.Erasing at 0xffe0000 --  50% complete.Erasing at 0x10500000 --  51% complete.Erasing at 0x10a20000 --  52% complete.Erasing at 0x10f40000 --  53% complete.Erasing at 0x11460000 --  54% complete.Erasing at 0x11980000 --  55% complete.Erasing at 0x11ea0000 --  56% complete.Erasing at 0x123c0000 --  57% complete.Erasing at 0x128e0000 --  58% complete.Erasing at 0x12e00000 --  59% complete.Erasing at 0x13320000 --  60% complete.Erasing at 0x13840000 --  61% complete.Erasing at 0x13d60000 --  62% complete.Erasing at 0x14280000 --  63% complete.Skipping bad block at  0x14300000                                          
Erasing at 0x147a0000 --  64% complete.Erasing at 0x14cc0000 --  65% complete.Erasing at 0x151e0000 --  66% complete.Erasing at 0x15700000 --  67% complete.Erasing at 0x15c20000 --  68% complete.Erasing at 0x16140000 --  69% complete.Erasing at 0x16660000 --  70% complete.Erasing at 0x16b80000 --  71% complete.Erasing at 0x170a0000 --  72% complete.Erasing at 0x175c0000 --  73% complete.Erasing at 0x17ae0000 --  74% complete.Erasing at 0x17fe0000 --  75% complete.Erasing at 0x18500000 --  76% complete.Erasing at 0x18a20000 --  77% complete.Erasing at 0x18f40000 --  78% complete.Erasing at 0x19460000 --  79% complete.Erasing at 0x19980000 --  80% complete.Erasing at 0x19ea0000 --  81% complete.Erasing at 0x1a3c0000 --  82% complete.Erasing at 0x1a8e0000 --  83% complete.Erasing at 0x1ae00000 --  84% complete.Erasing at 0x1b320000 --  85% complete.Erasing at 0x1b840000 --  86% complete.Erasing at 0x1bd60000 --  87% complete.Erasing at 0x1c280000 --  88% complete.Erasing at 0x1c7a0000 --  89% complete.Erasing at 0x1ccc0000 --  90% complete.Erasing at 0x1d1e0000 --  91% complete.Erasing at 0x1d700000 --  92% complete.Erasing at 0x1dc20000 --  93% complete.Erasing at 0x1e140000 --  94% complete.Erasing at 0x1e660000 --  95% complete.Erasing at 0x1eb80000 --  96% complete.Erasing at 0x1f0a0000 --  97% complete.Erasing at 0x1f5c0000 --  98% complete.Erasing at 0x1fae0000 --  99% complete.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.vram=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/1000 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... 998.84 BogoMIPS (lpj=3899392)
[    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.078857] bio: create slab <bio-0> at 0
[    0.082305] regulator: vwl1271: 1800 mV
[    0.086029] SCSI subsystem initialized
[    0.094757] usbcore: registered new interface driver usbfs
[    0.095703] usbcore: registered new interface driver hub
[    0.096313] usbcore: registered new device driver usb
[    0.099731] omap_device: omap_i2c.1: new worst case activate latency 0: 30517
[    0.099853] omap_i2c omap_i2c.1: bus 1 rev4.0 at 2600 kHz
[    0.107604] twl4030: PIH (irq 7) chaining IRQs 368..375
[    0.107727] twl4030: power (irq 373) chaining IRQs 376..383
[    0.109344] twl4030: gpio (irq 368) chaining IRQs 384..401
[    0.121398] regulator: VIO: 1800 mV normal standby
[    0.123291] regulator: VMMC1: 1850 <--> 3150 mV at 3000 mV normal standby
[    0.125213] regulator: VDAC: 1800 mV normal standby
[    0.127014] regulator: VAUX2_4030: 2800 mV normal standby
[    0.128967] regulator: VPLL2: 1800 mV normal standby
[    0.130828] regulator: VSIM: 1800 <--> 3000 mV at 1800 mV normal standby
[    0.132690] regulator: VAUX3: 2800 mV normal standby
[    0.133544] omap_device: omap_i2c.1: new worst case deactivate latency 0: 30517
[    0.133789] omap_i2c omap_i2c.2: bus 2 rev4.0 at 400 kHz
[    0.144165] omap_i2c omap_i2c.3: bus 3 rev4.0 at 400 kHz
[    0.148468] Advanced Linux Sound Architecture Driver Version 1.0.23.
[    0.151031] Bluetooth: Core ver 2.15
[    0.151580] NET: Registered protocol family 31
[    0.151611] Bluetooth: HCI device and connection manager initialized
[    0.151702] Bluetooth: HCI socket layer initialized
[    0.153411] Switching to clocksource 32k_counter
[    0.237396] musb-hdrc: version 6.0, otg (peripheral+host), debug=0
[    0.237670] musb-hdrc musb-hdrc.0: dma type: dma-inventra
[    0.238403] musb-hdrc musb-hdrc.0: USB OTG mode controller at fa0ab000 using DMA, IRQ 92
[    0.239868] NET: Registered protocol family 2
[    0.240264] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.241424] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.241668] TCP bind hash table entries: 8192 (order: 6, 360448 bytes)
[    0.244201] TCP: Hash tables configured (established 8192 bind 8192)
[    0.244262] TCP reno registered
[    0.244293] UDP hash table entries: 128 (order: 1, 12288 bytes)
[    0.244476] UDP-Lite hash table entries: 128 (order: 1, 12288 bytes)
[    0.245117] NET: Registered protocol family 1
[    0.246124] RPC: Registered udp transport module.
[    0.246154] RPC: Registered tcp transport module.
[    0.246154] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.246826] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.249633] omap_device: omap_i2c.1: new worst case activate latency 0: 61035
[    0.251770] omap3evm camera init done successfully...
[    0.252288] omap-iommu omap-iommu.0: isp registered
[    0.252868] AM37x/DM37x  Linux PSP version 04.02.00.07 (OMAP3EVM)
[    0.356445] VFS: Disk quotas dquot_6.5.2
[    0.356536] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.358306] JFFS2 version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    0.358978] msgmni has been set to 327
[    0.362915] io scheduler noop registered
[    0.362915] io scheduler deadline registered
[    0.363067] io scheduler cfq registered (default)
[    0.427215] OMAP DSS rev 2.0
[    0.427581] OMAP DISPC rev 3.0
[    0.427642] OMAP VENC rev 2
[    0.428405] OMAP DSI rev 1.0
[    0.758117] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.763885] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
[    1.605010] console [ttyO0] enabled
[    1.609954] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
[    1.618347] omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
[    1.626708] omap_uart.3: ttyO3 at MMIO 0x49042000 (irq = 80) is a OMAP UART3
[    1.663604] brd: module loaded
[    1.680969] loop: module loaded
[    1.690307] mtdoops: mtd device (mtddev=name/number) must be supplied
[    1.697204] omap2-nand driver initializing
[    1.702056] NAND device: Manufacturer ID: 0xad, Chip ID: 0xbc (Hynix )
[    1.708984] Creating 5 MTD partitions on "omap2-nand.0":
[    1.714538] 0x000000000000-0x000000080000 : "X-Loader-NAND"
[    1.726715] 0x000000080000-0x0000001c0000 : "U-Boot-NAND"
[    1.737182] 0x0000001c0000-0x000000280000 : "Boot Env-NAND"
[    1.747741] 0x000000280000-0x000000780000 : "Kernel-NAND"
[    1.759796] 0x000000780000-0x000020000000 : "File System - NAND"
[    2.009979] OneNAND driver initializing
[    2.014282] omap2-onenand omap2-onenand: Cannot request GPMC CS
[    2.020629] omap2-onenand: probe of omap2-onenand failed with error -16
[    2.030517] smsc911x: Driver version 2008-10-21.
[    2.040344] smsc911x-mdio: probed
[    2.044250] eth0: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=ffffffff:01, irq=-1)
[    2.054443] net eth0: MAC Address: 00:50:c2:7e:94:86
[    2.060791] usbcore: registered new interface driver asix
[    2.066894] usbcore: registered new interface driver cdc_ether
[    2.073516] usbcore: registered new interface driver net1080
[    2.079925] usbcore: registered new interface driver cdc_subset
[    2.086608] usbcore: registered new interface driver zaurus
[    2.092529] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.106658] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[    3.113800] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
[    3.122100] ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
[    3.138000] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[    3.144592] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.151733] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.159332] usb usb1: Product: OMAP-EHCI Host Controller
[    3.164916] usb usb1: Manufacturer: Linux 2.6.37 ehci_hcd
[    3.170562] usb usb1: SerialNumber: ehci-omap.0
[    3.178924] hub 1-0:1.0: USB hub found
[    3.182983] hub 1-0:1.0: 3 ports detected
[    3.216766] Initializing USB Mass Storage driver...
[    3.222473] usbcore: registered new interface driver usb-storage
[    3.228790] USB Mass Storage support registered.
[    3.234222] usbcore: registered new interface driver usbtest
[    3.240264] g_ether gadget: using random self ethernet address
[    3.246398] g_ether gadget: using random host ethernet address
[    3.253997] usb0: MAC 56:7d:e7:54:4d:55
[    3.258087] usb0: HOST MAC 06:44:f4:59:39:4f
[    3.262573] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
[    3.269561] g_ether gadget: g_ether ready
[    3.273773] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
[    3.279541] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2
[    3.288269] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    3.295440] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.303009] usb usb2: Product: MUSB HDRC host driver
[    3.308197] usb usb2: Manufacturer: Linux 2.6.37 musb-hcd
[    3.313873] usb usb2: SerialNumber: musb-hdrc.0
[    3.321136] hub 2-0:1.0: USB hub found
[    3.325195] hub 2-0:1.0: 1 port detected
[    3.333160] mice: PS/2 mouse device common for all mice
[    3.341400] input: TWL4030 Keypad as /devices/platform/omap/omap_i2c.1/i2c-1/1-004a/twl4030_keypad/input/input0
[    3.359161] ads7846 spi1.0: touchscreen, irq 335
[    3.365966] input: ADS7846 Touchscreen as /devices/platform/omap2_mcspi.1/spi1.0/input/input1
[    3.380249] input: twl4030_pwrbutton as /devices/platform/omap/omap_i2c.1/i2c-1/1-0049/twl4030_pwrbutton/input/input2
[    3.394470] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[    3.401184] twl_rtc twl_rtc: Power up reset detected.
[    3.407226] twl_rtc twl_rtc: Enabling TWL-RTC.
[    3.413543] i2c /dev entries driver
[    3.421783] Linux media interface: v0.10
[    3.426361] Linux video capture interface: v2.00
[    3.433258] omap3isp supply VDD_CSIPHY1 not found, using dummy regulator
[    3.440368] omap3isp supply VDD_CSIPHY2 not found, using dummy regulator
[    3.447784] omap3isp omap3isp: Revision 15.0 found
[    3.453063] omap-iommu omap-iommu.0: isp: version 1.1
[    3.526184] mt9t111 2-003c: Unable to detectmt9t111sensor
[    3.536956] isp_register_subdev_group: Unable to register subdev mt9t111
[    3.545349] tvp514x 3-005c: tvp514x 3-005c decoder driver registered !!
[    3.556304] tvp514x 3-005c: tvp5146m2 (Version - 0x03) found at 0xb8 (OMAP I2C adapter)
[    3.571594] usbcore: registered new interface driver uvcvideo
[    3.577667] USB Video Class driver (v1.0.0)
[    3.582305] omap_device: omap_wdt.-1: new worst case activate latency 0: 30517
[    3.591369] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
[    3.597686] omap_device: omap_wdt.-1: new worst case deactivate latency 0: 30517
[    3.606018] Bluetooth: HCI UART driver ver 2.2
[    3.610717] Bluetooth: HCI H4 protocol initialized
[    3.615753] Bluetooth: HCILL protocol initialized
[    3.628753] mmci-omap-hs.1 supply vmmc_aux not found, using dummy regulator
[    3.641601] usbcore: registered new interface driver usbhid
[    3.647491] usbhid: USB HID core driver
[    3.654083] usbcore: registered new interface driver snd-usb-audio
[    3.664184] OMAP3 EVM SoC init
[    3.764343] asoc: twl4030-hifi <-> omap-mcbsp-dai.1 mapping ok
[    3.775787] ALSA device list:
[    3.778991]   #0: omap3evm
[    3.781829] oprofile: hardware counters not available
[    3.787139] oprofile: using timer interrupt.
[    3.791748] nf_conntrack version 0.5.0 (2621 buckets, 10484 max)
[    3.799377] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.805480] TCP cubic registered
[    3.808868] Initializing XFRM netlink socket
[    3.813507] NET: Registered protocol family 17
[    3.818267] NET: Registered protocol family 15
[    3.823791] Bluetooth: L2CAP ver 2.15
[    3.827667] Bluetooth: L2CAP socket layer initialized
[    3.833007] Bluetooth: SCO (Voice Link) ver 0.6
[    3.837768] Bluetooth: SCO socket layer initialized
[    3.843322] Bluetooth: RFCOMM TTY layer initialized
[    3.848480] Bluetooth: RFCOMM socket layer initialized
[    3.853912] Bluetooth: RFCOMM ver 1.11
[    3.857849] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.863403] Bluetooth: BNEP filters: protocol multicast
[    3.868896] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    3.877624] Registering the dns_resolver key type
[    3.883087] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    3.894165] ThumbEE CPU extension supported.
[    3.913543] Power Management for TI OMAP3.
[    3.918426] sr_init: No PMIC hook to init smartreflex
[    3.924133] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
[    3.932769] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
[    3.941894] SmartReflex Class3 initialized
[    3.976715] clock: disabling unused clocks to save power
[    3.984222] platform mpu.0: omap_voltage_scale: Already at the requestedrate 1000000000
[    4.086486] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
[    4.095275] omap_vout omap_vout: Buffer Size = 3686400
[    4.113739] omap_vout omap_vout: : registered and initialized video device 16
[    4.121337] omap_vout omap_vout: Buffer Size = 3686400
[    4.128570] omap_vout omap_vout: : registered and initialized video device 17
[    4.139953] Waiting for root device /dev/mmcblk0p2...
[    4.161529] mmc0: new SDHC card at address ea7e
[    4.168182] mmcblk0: mmc0:ea7e SD04G 3.69 GiB
[    4.181121]  mmcblk0: p1 p2
[    4.274536] EXT3-fs: barriers not enabled
[    4.281066] kjournald starting.  Commit interval 5 seconds
[    4.291412] EXT3-fs (mmcblk0p2): using internal journal
[    4.297302] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
[    4.304931] VFS: Mounted root (ext3 filesystem) on device 179:2.
[    4.311370] Freeing init memory: 220K
[    4.320465] mmc1: card claims to support voltages below the defined range. These will be ignored.
[    4.351348] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[    4.359771] mmc1: new SDIO card at address 0001
INIT: version 2.86 booting
Please wait: booting...
Starting udev
WARNING: -e needs -E or -F
[    6.447937] udevd (737): /proc/737/oom_adj is deprecated, please use /proc/737/oom_score_adj instead.
[    7.460296] cfg80211: Calling CRDA to update world regulatory domain
[    7.785980] Compat-wireless backport release: compat-wireless-2011-04-26-3-g6542f4c
[    7.794097] Backport based on wl12xx.git v2.6.35-33527-g1bbadc2
[   11.426177] cfg80211: World regulatory domain updated:
[   11.431640] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   11.440429] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   11.448760] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   11.457061] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   11.465362] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   11.473663] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   16.522338] wl1271: loaded
[   16.525177] wl1271: initialized
Remounting root file system...
Caching udev devnodes
Populating dev cachemv: cannot rename '/tmp/devices': No such file or directory
ALSA: Restoring mixer settings...
No state is present for card omap3evm
Found hardware: "" "" "" "" ""
Hardware is initialized using a generic method
No state is present for card omap3evm
Configuring dbus.
 Adding system startup for /etc/init.d/dbus-1.
Configuring qt4-embedded-demos.
Configuring qt4-embedded-blitrix.
Configuring update-modules.
Configuring omap3-sgx-modules.
Configuring wl1271-bluetooth.
Configuring ti-dsplink-module.
Configuring ti-lpm-module.
Configuring kernel-module-gspca-main.
Configuring ti-cmem-module.
Configuring kernel-module-cryptodev.
Configuring kernel-module-scsi-wait-scan.
Configuring kernel-module-generic-bl.
Configuring ti-dvsdk-demos.
Configuring ti-dvtb.
Configuring ti-sdma-module.
Configuring ti-dmai-apps.
Configuring ti-ocf-crypto-module.
Configuring wpa-supplicant.
Configuring kernel-image-2.6.37.
Configuring ti-compat-wireless-wl12xx.
Configuring network interfaces... [   23.946533] net eth0: SMSC911x/921x identified at 0xd0884000, IRQ: 336
eth0      no wireless extensions.

udhcpc (v1.13.2) started
Sending discover...
Sending discover...
Sending discover...
No lease, forking to background
done.
Setting up IP spoofing protection: rp_filter.
Fri Dec 23 00:34:00 UTC 2011
[   33.481750] omap_device: omap_i2c.1: new worst case deactivate latency 0: 61035
INIT: Entering runlevel: 5
Starting system message bus: dbus.
Creating Dropbear SSH server RSA host key.
Will output 1024 bit rsa secret key to '/etc/dropbear/dropbear_rsa_host_key'
Generating key, this may take a while...
Public key portion is:
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgwCcX5jGGEZ6rsEgt06I20bMt7wsn6i2gzn1CM70zpPG4KW4P55hdR3ImCA4mciTvJncwStzWR8SF6Re/0/hjNJU1MVrXyPIsFIhlXGTvC2Yoj0mEC2Iqb1ZmkqLUaFuOezBNsNkuTx4Cb4Z8ZKjVDXXWgOlilYrwgMdtgiCYlWWfzrB root@dm37x-evm
Fingerprint: md5 52:39:4f:9d:93:7a:66:75:ac:ed:ca:5b:6d:91:d9:2d
Starting Dropbear SSH server: dropbear.
Starting telnet daemon.
Starting network benchmark server: netserver.
Starting syslogd/klogd: done
Starting thttpd.
Starting PVR
Starting SGX fixup for ES5.x
[   36.156433]
[   36.156463] =============================================
[   36.163635] [ INFO: possible recursive locking detected ]
[   36.169281] 2.6.37 #1
[   36.171661] ---------------------------------------------
[   36.177276] pvrsrvinit/2552 is trying to acquire lock:
[   36.182647]  (psPVRSRVMutex){+.+.+.}, at: [<bf16abc8>] PVRMMapRegisterArea+0x14/0x68 [pvrsrvkm]
[   36.191894]
[   36.191894] but task is already holding lock:
[   36.197967]  (psPVRSRVMutex){+.+.+.}, at: [<bf16db34>] PVRSRV_BridgeDispatchKM+0x20/0x16c [pvrsrvkm]
[   36.207580]
[   36.207611] other info that might help us debug this:
[   36.214416] 1 lock held by pvrsrvinit/2552:
[   36.218780]  #0:  (psPVRSRVMutex){+.+.+.}, at: [<bf16db34>] PVRSRV_BridgeDispatchKM+0x20/0x16c [pvrsrvkm]
[   36.228851]
[   36.228851] stack backtrace:
[   36.233428] [<c004faf0>] (unwind_backtrace+0x0/0xec) from [<c00a91ac>] (__lock_acquire+0xf98/0x18d0)
[   36.242980] [<c00a91ac>] (__lock_acquire+0xf98/0x18d0) from [<c00a9bb8>] (lock_acquire+0xd4/0xf4)
[   36.252258] [<c00a9bb8>] (lock_acquire+0xd4/0xf4) from [<c047375c>] (mutex_lock_nested+0x5c/0x2d8)
[   36.261688] [<c047375c>] (mutex_lock_nested+0x5c/0x2d8) from [<bf16abc8>] (PVRMMapRegisterArea+0x14/0x68 [pvrsrvkm])
[   36.272766] [<bf16abc8>] (PVRMMapRegisterArea+0x14/0x68 [pvrsrvkm]) from [<bf16d944>] (OSAllocPages_Impl+0x68/0xa4 [pvrsrvkm])
[   36.284759] [<bf16d944>] (OSAllocPages_Impl+0x68/0xa4 [pvrsrvkm]) from [<bf1642e8>] (BM_ImportMemory+0xe4/0x290 [pvrsrvkm])
[   36.296478] [<bf1642e8>] (BM_ImportMemory+0xe4/0x290 [pvrsrvkm]) from [<bf168b0c>] (RA_Alloc+0xb4/0x288 [pvrsrvkm])
[   36.307464] [<bf168b0c>] (RA_Alloc+0xb4/0x288 [pvrsrvkm]) from [<bf163cb0>] (BM_Alloc+0xa8/0x280 [pvrsrvkm])
[   36.317810] [<bf163cb0>] (BM_Alloc+0xa8/0x280 [pvrsrvkm]) from [<bf169ac0>] (AllocDeviceMem+0x80/0x108 [pvrsrvkm])
[   36.328735] [<bf169ac0>] (AllocDeviceMem+0x80/0x108 [pvrsrvkm]) from [<bf169fd8>] (_PVRSRVAllocDeviceMemKM+0x80/0x158 [pvrsrvkm])
[   36.341003] [<bf169fd8>] (_PVRSRVAllocDeviceMemKM+0x80/0x158 [pvrsrvkm]) from [<bf174190>] (PVRSRVAllocDeviceMemBW+0x9c/0x1a0 [pvrsrvkm])
[   36.354034] [<bf174190>] (PVRSRVAllocDeviceMemBW+0x9c/0x1a0 [pvrsrvkm]) from [<bf171d24>] (BridgedDispatchKM+0xd4/0x12c [pvrsrvkm])
[   36.366485] [<bf171d24>] (BridgedDispatchKM+0xd4/0x12c [pvrsrvkm]) from [<bf16dc28>] (PVRSRV_BridgeDispatchKM+0x114/0x16c [pvrsrvkm])
[   36.379089] [<bf16dc28>] (PVRSRV_BridgeDispatchKM+0x114/0x16c [pvrsrvkm]) from [<c0116cf8>] (do_vfs_ioctl+0x4e0/0x54c)
[   36.390289] [<c0116cf8>] (do_vfs_ioctl+0x4e0/0x54c) from [<c0116db4>] (sys_ioctl+0x50/0x74)
[   36.399017] [<c0116db4>] (sys_ioctl+0x50/0x74) from [<c0049cc0>] (ret_fast_syscall+0x0/0x3c)


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

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


U-Boot 2010.06 (Dec 22 2011 - 23:11:38)

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
*** Warning - bad CRC or NAND, using default environment

In:    serial
Out:   serial
Err:   serial
Read back SMSC id 0x92200000
Die ID #578400011ff00000015a5e590e01a02f
Net:   smc911x-0
Hit any key to stop autoboot: 10  9  8  7  6  5  4  3  2  1  0
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.vram=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/1000 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... 998.84 BogoMIPS (lpj=3899392)
[    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.078887] bio: create slab <bio-0> at 0
[    0.082366] regulator: vwl1271: 1800 mV
[    0.086090] SCSI subsystem initialized
[    0.094848] usbcore: registered new interface driver usbfs
[    0.095764] usbcore: registered new interface driver hub
[    0.096496] usbcore: registered new device driver usb
[    0.099792] omap_device: omap_i2c.1: new worst case activate latency 0: 30517
[    0.112915] omap_i2c omap_i2c.1: bus 1 rev4.0 at 2600 kHz
[    0.120819] twl4030: PIH (irq 7) chaining IRQs 368..375
[    0.120941] twl4030: power (irq 373) chaining IRQs 376..383
[    0.122589] twl4030: gpio (irq 368) chaining IRQs 384..401
[    0.134582] regulator: VIO: 1800 mV normal standby
[    0.136535] regulator: VMMC1: 1850 <--> 3150 mV at 3000 mV normal standby
[    0.138458] regulator: VDAC: 1800 mV normal standby
[    0.140289] regulator: VAUX2_4030: 2800 mV normal standby
[    0.142181] regulator: VPLL2: 1800 mV normal standby
[    0.144073] regulator: VSIM: 1800 <--> 3000 mV at 1800 mV normal standby
[    0.145935] regulator: VAUX3: 2800 mV normal standby
[    0.147033] omap_i2c omap_i2c.2: bus 2 rev4.0 at 400 kHz
[    0.147857] omap_device: omap_i2c.2: new worst case deactivate latency 0: 30517
[    0.159698] omap_i2c omap_i2c.3: bus 3 rev4.0 at 400 kHz
[    0.163970] Advanced Linux Sound Architecture Driver Version 1.0.23.
[    0.166534] Bluetooth: Core ver 2.15
[    0.167083] NET: Registered protocol family 31
[    0.167114] Bluetooth: HCI device and connection manager initialized
[    0.167205] Bluetooth: HCI socket layer initialized
[    0.168914] Switching to clocksource 32k_counter
[    0.252929] musb-hdrc: version 6.0, otg (peripheral+host), debug=0
[    0.253204] musb-hdrc musb-hdrc.0: dma type: dma-inventra
[    0.253936] musb-hdrc musb-hdrc.0: USB OTG mode controller at fa0ab000 using DMA, IRQ 92
[    0.255371] NET: Registered protocol family 2
[    0.255767] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.256927] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.257202] TCP bind hash table entries: 8192 (order: 6, 360448 bytes)
[    0.259704] TCP: Hash tables configured (established 8192 bind 8192)
[    0.259765] TCP reno registered
[    0.259796] UDP hash table entries: 128 (order: 1, 12288 bytes)
[    0.259979] UDP-Lite hash table entries: 128 (order: 1, 12288 bytes)
[    0.260620] NET: Registered protocol family 1
[    0.261627] RPC: Registered udp transport module.
[    0.261657] RPC: Registered tcp transport module.
[    0.261657] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.262329] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.265106] omap_device: omap_i2c.1: new worst case activate latency 0: 61035
[    0.267272] omap3evm camera init done successfully...
[    0.267791] omap-iommu omap-iommu.0: isp registered
[    0.268371] AM37x/DM37x  Linux PSP version 04.02.00.07 (OMAP3EVM)
[    0.371978] VFS: Disk quotas dquot_6.5.2
[    0.372039] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.373840] JFFS2 version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    0.374481] msgmni has been set to 327
[    0.378448] io scheduler noop registered
[    0.378448] io scheduler deadline registered
[    0.378570] io scheduler cfq registered (default)
[    0.442718] OMAP DSS rev 2.0
[    0.443054] OMAP DISPC rev 3.0
[    0.443145] OMAP VENC rev 2
[    0.443908] OMAP DSI rev 1.0
[    0.773529] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.779327] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
[    1.620452] console [ttyO0] enabled
[    1.625396] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
[    1.633789] omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
[    1.642181] omap_uart.3: ttyO3 at MMIO 0x49042000 (irq = 80) is a OMAP UART3
[    1.679138] brd: module loaded
[    1.696441] loop: module loaded
[    1.705841] mtdoops: mtd device (mtddev=name/number) must be supplied
[    1.712707] omap2-nand driver initializing
[    1.717559] NAND device: Manufacturer ID: 0xad, Chip ID: 0xbc (Hynix )
[    1.724487] Creating 5 MTD partitions on "omap2-nand.0":
[    1.730072] 0x000000000000-0x000000080000 : "X-Loader-NAND"
[    1.742187] 0x000000080000-0x0000001c0000 : "U-Boot-NAND"
[    1.752655] 0x0000001c0000-0x000000280000 : "Boot Env-NAND"
[    1.763214] 0x000000280000-0x000000780000 : "Kernel-NAND"
[    1.775238] 0x000000780000-0x000020000000 : "File System - NAND"
[    2.025421] OneNAND driver initializing
[    2.029754] omap2-onenand omap2-onenand: Cannot request GPMC CS
[    2.036102] omap2-onenand: probe of omap2-onenand failed with error -16
[    2.045989] smsc911x: Driver version 2008-10-21.
[    2.055816] smsc911x-mdio: probed
[    2.059753] eth0: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=ffffffff:01, irq=-1)
[    2.068878] net eth0: MAC Address: 00:50:c2:7e:94:86
[    2.075195] usbcore: registered new interface driver asix
[    2.081390] usbcore: registered new interface driver cdc_ether
[    2.087982] usbcore: registered new interface driver net1080
[    2.094390] usbcore: registered new interface driver cdc_subset
[    2.101074] usbcore: registered new interface driver zaurus
[    2.106964] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.122161] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[    3.129302] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
[    3.137573] ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
[    3.153503] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[    3.160095] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.167236] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.174835] usb usb1: Product: OMAP-EHCI Host Controller
[    3.180419] usb usb1: Manufacturer: Linux 2.6.37 ehci_hcd
[    3.186096] usb usb1: SerialNumber: ehci-omap.0
[    3.194427] hub 1-0:1.0: USB hub found
[    3.198486] hub 1-0:1.0: 3 ports detected
[    3.232299] Initializing USB Mass Storage driver...
[    3.238006] usbcore: registered new interface driver usb-storage
[    3.244323] USB Mass Storage support registered.
[    3.249755] usbcore: registered new interface driver usbtest
[    3.255798] g_ether gadget: using random self ethernet address
[    3.261932] g_ether gadget: using random host ethernet address
[    3.269561] usb0: MAC de:fc:ed:60:01:fc
[    3.273620] usb0: HOST MAC 06:0b:2c:0a:49:1b
[    3.278137] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
[    3.285095] g_ether gadget: g_ether ready
[    3.289337] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
[    3.295104] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2
[    3.303833] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    3.311004] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.318572] usb usb2: Product: MUSB HDRC host driver
[    3.323760] usb usb2: Manufacturer: Linux 2.6.37 musb-hcd
[    3.329437] usb usb2: SerialNumber: musb-hdrc.0
[    3.336730] hub 2-0:1.0: USB hub found
[    3.340759] hub 2-0:1.0: 1 port detected
[    3.348785] mice: PS/2 mouse device common for all mice
[    3.356964] input: TWL4030 Keypad as /devices/platform/omap/omap_i2c.1/i2c-1/1-004a/twl4030_keypad/input/input0
[    3.374725] ads7846 spi1.0: touchscreen, irq 335
[    3.381530] input: ADS7846 Touchscreen as /devices/platform/omap2_mcspi.1/spi1.0/input/input1
[    3.395874] input: twl4030_pwrbutton as /devices/platform/omap/omap_i2c.1/i2c-1/1-0049/twl4030_pwrbutton/input/input2
[    3.410034] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[    3.419219] i2c /dev entries driver
[    3.426971] Linux media interface: v0.10
[    3.431579] Linux video capture interface: v2.00
[    3.438171] omap3isp supply VDD_CSIPHY1 not found, using dummy regulator
[    3.445312] omap3isp supply VDD_CSIPHY2 not found, using dummy regulator
[    3.452758] omap3isp omap3isp: Revision 15.0 found
[    3.457977] omap-iommu omap-iommu.0: isp: version 1.1
[    3.531402] mt9t111 2-003c: Unable to detectmt9t111sensor
[    3.542083] isp_register_subdev_group: Unable to register subdev mt9t111
[    3.550506] tvp514x 3-005c: tvp514x 3-005c decoder driver registered !!
[    3.561462] tvp514x 3-005c: tvp5146m2 (Version - 0x03) found at 0xb8 (OMAP I2C adapter)
[    3.576843] usbcore: registered new interface driver uvcvideo
[    3.582824] USB Video Class driver (v1.0.0)
[    3.587524] omap_device: omap_wdt.-1: new worst case activate latency 0: 30517
[    3.596557] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
[    3.603485] Bluetooth: HCI UART driver ver 2.2
[    3.608184] Bluetooth: HCI H4 protocol initialized
[    3.613189] Bluetooth: HCILL protocol initialized
[    3.626098] mmci-omap-hs.1 supply vmmc_aux not found, using dummy regulator
[    3.639038] usbcore: registered new interface driver usbhid
[    3.644866] usbhid: USB HID core driver
[    3.651428] usbcore: registered new interface driver snd-usb-audio
[    3.661590] OMAP3 EVM SoC init
[    3.759246] asoc: twl4030-hifi <-> omap-mcbsp-dai.1 mapping ok
[    3.770690] ALSA device list:
[    3.773803]   #0: omap3evm
[    3.776641] oprofile: hardware counters not available
[    3.781982] oprofile: using timer interrupt.
[    3.786621] nf_conntrack version 0.5.0 (2621 buckets, 10484 max)
[    3.794281] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.800292] TCP cubic registered
[    3.803741] Initializing XFRM netlink socket
[    3.808349] NET: Registered protocol family 17
[    3.813110] NET: Registered protocol family 15
[    3.818634] Bluetooth: L2CAP ver 2.15
[    3.822479] Bluetooth: L2CAP socket layer initialized
[    3.827850] Bluetooth: SCO (Voice Link) ver 0.6
[    3.832580] Bluetooth: SCO socket layer initialized
[    3.838104] Bluetooth: RFCOMM TTY layer initialized
[    3.843322] Bluetooth: RFCOMM socket layer initialized
[    3.848724] Bluetooth: RFCOMM ver 1.11
[    3.852661] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.858245] Bluetooth: BNEP filters: protocol multicast
[    3.863708] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    3.872528] Registering the dns_resolver key type
[    3.877838] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    3.888946] ThumbEE CPU extension supported.
[    3.906311] Power Management for TI OMAP3.
[    3.911163] sr_init: No PMIC hook to init smartreflex
[    3.916900] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
[    3.925537] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
[    3.935668] SmartReflex Class3 initialized
[    3.970489] clock: disabling unused clocks to save power
[    3.977966] platform mpu.0: omap_voltage_scale: Already at the requestedrate 1000000000
[    4.078582] twl_rtc twl_rtc: setting system clock to 2011-12-23 00:35:08 UTC (1324600508)
[    4.087463] omap_vout omap_vout: Buffer Size = 3686400
[    4.105957] omap_vout omap_vout: : registered and initialized video device 16
[    4.113525] omap_vout omap_vout: Buffer Size = 3686400
[    4.120635] omap_vout omap_vout: : registered and initialized video device 17
[    4.132049] Waiting for root device /dev/mmcblk0p2...
[    4.153594] mmc0: new SDHC card at address ea7e
[    4.160247] mmcblk0: mmc0:ea7e SD04G 3.69 GiB
[    4.173187]  mmcblk0: p1 p2
[    4.267669] EXT3-fs: barriers not enabled
[    4.298736] mmc1: card claims to support voltages below the defined range. These will be ignored.
[    4.335571] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[    4.344055] mmc1: new SDIO card at address 0001
[    5.184814] kjournald starting.  Commit interval 5 seconds
[    5.195892] EXT3-fs (mmcblk0p2): using internal journal
[    5.201446] EXT3-fs (mmcblk0p2): recovery complete
[    5.211273] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
[    5.218902] VFS: Mounted root (ext3 filesystem) on device 179:2.
[    5.225341] Freeing init memory: 220K
INIT: version 2.86 booting
Please wait: booting...
Starting udev
[    6.533905] udevd (737): /proc/737/oom_adj is deprecated, please use /proc/737/oom_score_adj instead.
[    7.708374] cfg80211: Calling CRDA to update world regulatory domain
[    7.969085] Compat-wireless backport release: compat-wireless-2011-04-26-3-g6542f4c
[    7.977172] Backport based on wl12xx.git v2.6.35-33527-g1bbadc2
[   12.378326] cfg80211: World regulatory domain updated:
[   12.383819] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   12.392578] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.400878] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   12.409210] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   12.417510] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.425842] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   16.506256] wl1271: loaded
[   16.509094] wl1271: initialized
Remounting root file system...
Caching udev devnodes
Populating dev cachemv: cannot rename '/tmp/devices': No such file or directory
ALSA: Restoring mixer settings...
Configuring network interfaces... No state is present for card omap3evm
Found hardware: "" "" "" "" ""
Hardware is initialized using a generic method
No state is present for card omap3evm
[   19.630645] net eth0: SMSC911x/921x identified at 0xd0884000, IRQ: 336
eth0      no wireless extensions.

udhcpc (v1.13.2) started
Sending discover...
Sending discover...
Sending discover...
Sending select for 1.1.8.1...
Lease of 1.1.8.1 obtained, lease time 3600
adding dns 1.1.1.131
adding dns 1.0.0.88
done.
Setting up IP spoofing protection: rp_filter.
INIT: Entering runlevel: 5
UUID file '/var/lib/dbus/machine-id' should contain a hex string of length 32, not length 0, with no other text
Creating Dropbear SSH server RSA host key.
Will output 1024 bit rsa secret key to '/etc/dropbear/dropbear_rsa_host_key'
Generating key, this may take a while...
Public key portion is:
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgwCjL9JwxnS8iOx+xhgeQ4dwa3s42O8SZ7e4Nvw/yjev4E967etgw0fEXhwJfvA4ETek11Oyk8oaJghcxR9xgnxo7u9cmb9LMkNTqX1GMZIVtyGTbcpknbMthtflrVEMknSVx9nDPS7HNKjo+4kgZX/Kc05PWlpMyocxm38g3ylLzy69 root@dm37x-evm
Fingerprint: md5 a4:01:c1:a8:d7:f1:4c:b6:96:e2:1b:ea:94:fb:ca:4b
Starting Dropbear SSH server: dropbear.
Starting telnet daemon.
Starting network benchmark server: netserver.
Starting syslogd/klogd: done
Starting thttpd.
Starting PVR
Starting SGX fixup for ES5.x
[   29.035491]
[   29.035491] =============================================
[   29.042694] [ INFO: possible recursive locking detected ]
[   29.048339] 2.6.37 #1
[   29.050689] ---------------------------------------------
[   29.056335] pvrsrvinit/2180 is trying to acquire lock:
[   29.061706]  (psPVRSRVMutex){+.+.+.}, at: [<bf171bc8>] PVRMMapRegisterArea+0x14/0x68 [pvrsrvkm]
[   29.070922]
[   29.070922] but task is already holding lock:
[   29.077026]  (psPVRSRVMutex){+.+.+.}, at: [<bf174b34>] PVRSRV_BridgeDispatchKM+0x20/0x16c [pvrsrvkm]
[   29.086639]
[   29.086639] other info that might help us debug this:
[   29.093475] 1 lock held by pvrsrvinit/2180:
[   29.097839]  #0:  (psPVRSRVMutex){+.+.+.}, at: [<bf174b34>] PVRSRV_BridgeDispatchKM+0x20/0x16c [pvrsrvkm]
[   29.107879]
[   29.107910] stack backtrace:
[   29.112457] [<c004faf0>] (unwind_backtrace+0x0/0xec) from [<c00a91ac>] (__lock_acquire+0xf98/0x18d0)
[   29.122009] [<c00a91ac>] (__lock_acquire+0xf98/0x18d0) from [<c00a9bb8>] (lock_acquire+0xd4/0xf4)
[   29.131317] [<c00a9bb8>] (lock_acquire+0xd4/0xf4) from [<c047375c>] (mutex_lock_nested+0x5c/0x2d8)
[   29.140716] [<c047375c>] (mutex_lock_nested+0x5c/0x2d8) from [<bf171bc8>] (PVRMMapRegisterArea+0x14/0x68 [pvrsrvkm])
[   29.151824] [<bf171bc8>] (PVRMMapRegisterArea+0x14/0x68 [pvrsrvkm]) from [<bf174944>] (OSAllocPages_Impl+0x68/0xa4 [pvrsrvkm])
[   29.163818] [<bf174944>] (OSAllocPages_Impl+0x68/0xa4 [pvrsrvkm]) from [<bf16b2e8>] (BM_ImportMemory+0xe4/0x290 [pvrsrvkm])
[   29.175537] [<bf16b2e8>] (BM_ImportMemory+0xe4/0x290 [pvrsrvkm]) from [<bf16fb0c>] (RA_Alloc+0xb4/0x288 [pvrsrvkm])
[   29.186523] [<bf16fb0c>] (RA_Alloc+0xb4/0x288 [pvrsrvkm]) from [<bf16acb0>] (BM_Alloc+0xa8/0x280 [pvrsrvkm])
[   29.196868] [<bf16acb0>] (BM_Alloc+0xa8/0x280 [pvrsrvkm]) from [<bf170ac0>] (AllocDeviceMem+0x80/0x108 [pvrsrvkm])
[   29.207763] [<bf170ac0>] (AllocDeviceMem+0x80/0x108 [pvrsrvkm]) from [<bf170fd8>] (_PVRSRVAllocDeviceMemKM+0x80/0x158 [pvrsrvkm])
[   29.220062] [<bf170fd8>] (_PVRSRVAllocDeviceMemKM+0x80/0x158 [pvrsrvkm]) from [<bf17b190>] (PVRSRVAllocDeviceMemBW+0x9c/0x1a0 [pvrsrvkm])
[   29.233062] [<bf17b190>] (PVRSRVAllocDeviceMemBW+0x9c/0x1a0 [pvrsrvkm]) from [<bf178d24>] (BridgedDispatchKM+0xd4/0x12c [pvrsrvkm])
[   29.245544] [<bf178d24>] (BridgedDispatchKM+0xd4/0x12c [pvrsrvkm]) from [<bf174c28>] (PVRSRV_BridgeDispatchKM+0x114/0x16c [pvrsrvkm])
[   29.258148] [<bf174c28>] (PVRSRV_BridgeDispatchKM+0x114/0x16c [pvrsrvkm]) from [<c0116cf8>] (do_vfs_ioctl+0x4e0/0x54c)
[   29.269317] [<c0116cf8>] (do_vfs_ioctl+0x4e0/0x54c) from [<c0116db4>] (sys_ioctl+0x50/0x74)
[   29.278076] [<c0116db4>] (sys_ioctl+0x50/0x74) from [<c0049cc0>] (ret_fast_syscall+0x0/0x3c)
[   29.347351] CMEMK module: built on Dec 22 2011 at 23:52:43
[   29.353179]   Reference Linux version 2.6.37
[   29.357666]   File /datalocal/DVSDK43_HPDL380G7/arago-tmp/work/dm37x-evm-arago-linux-gnueabi/ti-linuxutils-1_2_26_02_05-r102d/linuxutils_2_26_02_05/packages/ti/sdo/linuxutils/cmem/src/module/cmemk.c
[   29.376464] CMEM Range Overlaps Kernel Physical - allowing overlap
[   29.382965] CMEM phys_start (0x83700000) overlaps kernel (0x80000000 -> 0x8b300000)
[   29.392425] allocated heap buffer 0xd2000000 of size 0x2200000
[   29.398559] heap fallback enabled - will try heap if pool buffer is not available
[   29.406433] cmemk initialized
[   29.614685] DSPLINK Module (1.65.01.05_eng) created on Date: Dec 22 2011 Time: 23:55:34
[   29.703460] SDMAK module: built on Dec 22 2011 at 23:52:50
[   29.709289]   Reference Linux version 2.6.37
[   29.713745]   File /datalocal/DVSDK43_HPDL380G7/arago-tmp/work/dm37x-evm-arago-linux-gnueabi/ti-linuxutils-1_2_26_02_05-r102d/linuxutils_2_26_02_05/packages/ti/sdo/linuxutils/sdma/src/module/sdmak.c
numid=49,iface=MIXER,name='HeadsetL Mixer AudioL1'
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
numid=46,iface=MIXER,name='HeadsetR Mixer AudioR1'
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
Simple mixer control 'Headset',0
  Capabilities: pvolume penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 3
  Mono:
  Front Left: Playback 1 [33%] [-6.00dB]
  Front Right: Playback 1 [33%] [-6.00dB]
Calibrating touchscreen (first time only)xres = 480, yres = 640
Took 9 samples...
Top left : X =  502 Y =  450
Took 16 samples...
Top right : X = 3449 Y =  460
Took 11 samples...
Bot right : X = 3342 Y = 3492
Took 8 samples...
Bot left : X =  490 Y = 3588
Took 7 samples...
Center : X = 1845 Y = 1955
-16.968811 0.130928 0.002440
-32.838501 0.002467 0.175007
Calibration constants: -1112068 8580 159 -2152104 161 11469 65536
.
Starting Matrix GUI application.

 _____                    _____           _         _   
|  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
|     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
|__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
              |___|                    |___|            

Arago Project http://arago-project.org dm37x-evm ttyO0

Arago 2011.06 dm37x-evm ttyO0

dm37x-evm login: