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.

Some modules are missing when installing recompiled demos from dvsdk-4.03 on omap3-evm

Other Parts Discussed in Thread: OMAP3530

Hello, I'm having problems when installing re-compiled demos on omap3-evm. It seems that some modules are missing after doing

sudo make install

The modules loaded in prebuit image are:

lsmod
Module                  Size  Used by
sdmak                   5498  0
lpm_omap3530            7243  0
dsplinkk              130077  1 lpm_omap3530
cmemk                  23051  0
bufferclass_ti          5044  0
omaplfb                 8872  0
pvrsrvkm              158124  2 bufferclass_ti,omaplfb
wl12xx_sdio             4210  0
wl12xx                135344  1 wl12xx_sdio
mac80211              271734  1 wl12xx
compat                  5896  1 mac80211
cfg80211              159785  2 wl12xx,mac80211

But the modules loaded after sudo make install are:

sdmak                   5422  0
lpm_omap3530            7243  0
dsplinkk              130077  1 lpm_omap3530
cmemk                  22975  0

and you can see in the log the next errors:

...

FATAL: Module bufferclass_ti not found.
...

FATAL: Module omaplfb not found.

...

chmod: /dev/pvrsrvkm: No such file or directory

...

[   20.951141] cfg80211: disagrees about version of symbol module_layout
..






This is the log form executing ./setup.sh:

user@HP:~/ti-dvsdk_dm3730-evm$ ./setup.sh 

--------------------------------------------------------------------------------
TISDK setup script

This script will set up your development host for dvsdk development.
Parts of this script require administrator priviliges (sudo access).
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Verifying Linux host distribution
Ubuntu 10.04 LTS found successfully, continuing..
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
This step will make sure you have the proper host support packages installed
using the following command: sudo apt-get install xinetd tftpd nfs-kernel-server minicom build-essential libncurses5-dev uboot-mkimage autoconf automake

Note! This command requires you to have administrator priviliges (sudo access) 
on your host.
Press return to continue

[sudo] password for user: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
xinetd is already the newest version.
tftpd is already the newest version.
nfs-kernel-server is already the newest version.
minicom is already the newest version.
build-essential is already the newest version.
libncurses5-dev is already the newest version.
uboot-mkimage is already the newest version.
autoconf is already the newest version.
automake is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Package verification and installation successfully completed
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
In which directory do you want to install the target filesystem?(if this directory does not exist it will be created)
[ /home/user/targetfs ] 
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
This step will extract the target filesystem to /home/user/targetfs

Note! This command requires you to have administrator priviliges (sudo access) 
on your host.
Press return to continue

Successfully extracted dvsdk-dm37x-evm-rootfs.tar.gz to /home/user/targetfs
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
This step will update the EXEC_DIR variables in the Rules.make file
This will facilitate the SDK to install (with make install) rebuilt binaries in
    /home/user/targetfs

The files will be available from / on the target.

This setting can be changed later by editing Rules.make and changing the
EXEC_DIR variable.

Press return to continue
Rules.make edited successfully..
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
This step will export your target filesystem for NFS access.

Note! This command requires you to have administrator priviliges (sudo access) 
on your host.
Press return to continue
/home/user/targetfs already NFS exported, skipping..

 * Stopping NFS kernel daemon                                                                                                                       [ OK ] 
 * Unexporting directories for NFS kernel daemon...                                                                                                 [ OK ] 
 * Exporting directories for NFS kernel daemon...                                                                                                          exportfs: Warning: /home/user/ti-dvsdk_dm3730-evm-4.03/rootfs does not exist
exportfs: Warning: /aux/DM3730/psp/rootfs does not exist
                                                                                                                                                    [ OK ]
 * Starting NFS kernel daemon                                                                                                                       [ OK ] 
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Which directory do you want to be your tftp root directory?(if this directory does not exist it will be created for you)
[ /tftpboot ] 
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
This step will set up the tftp server in the /tftpboot directory.

Note! This command requires you to have administrator priviliges (sudo access) 
on your host.
Press return to continue

/tftpboot already exists, not creating..

/tftpboot/uImage-dm37x-evm.bin already exists. The existing installed file can be renamed and saved under the new name.
(r) rename (o) overwrite (s) skip copy 
[r] o

Successfully overwritten uImage-dm37x-evm.bin in tftp root directory /tftpboot

/etc/xinetd.d/tftp already exists..
/tftpboot already exported for TFTP, skipping..

Restarting tftp server
 * Stopping internet superserver xinetd                                                                                                             [ OK ] 
 * Starting internet superserver xinetd                                                                                                             [ OK ] 
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
This step will set up minicom (serial communication application) for
DVSDK development

Which serial port do you want to use with minicom?
[ /dev/ttyS0 ] 

Copied existing /home/user/.minirc.dfl to /home/user/.minirc.dfl.old

Configuration saved to /home/user/.minirc.dfl. You can change it further from inside
minicom, see the Software Development Guide for more information.
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
This step will set up the u-boot variables for booting the EVM.
Autodetected the following ip address of your host, correct it if necessary
[ 1.1.3.155
192.168.10.1
192.168.170.1 ] 1.1.3.155

Select Primary display output:
 1: LCD
 2: DVI

[ 1 ] 
Select Linux kernel location:
 1: TFTP
 2: SD card

[ 1 ] 

Select root file system location:
 1: NFS
 2: SD card

[ 1 ] 

Available kernel images in /tftpboot:
    uImage
    uImage2
    uImage-am37x-evm.bin
    uImage-dm37x-evm-4.02.bin
    uImage-dm37x-evm-4.02-org.bin
    uImage-dm37x-evm-4.03-org.bin
    uImage-dm37x-evm.bin
    uImage-dm37x-evm-prebuilt.bin
    uImage-tdm3730.bin

Which kernel image do you want to boot from TFTP?
[ uImage-dm37x-evm.bin ] 

Resulting u-boot variable settings:

setenv bootdelay 4
setenv baudrate 115200
setenv bootargs console=ttyO0,115200n8 rw mem=55M@0x80000000 mpurate=1000 mem=128M@0x88000000 omap_vout.vid1_static_vrfb_alloc=y omapfb.vram=0:4M root=/dev/nfs nfsroot=1.1.3.155:/home/user/targetfs ip=dhcp
setenv bootcmd 'dhcp;setenv serverip 1.1.3.155;tftpboot;bootm'
setenv autoload no
setenv serverip 1.1.3.155
setenv bootfile uImage-dm37x-evm.bin
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Would you like to create a minicom script with the above parameters (y/n)?
[ y ] 

Moving existing setup_uimage-tftp_fs-nfs.minicom to setup_uimage-tftp_fs-nfs.minicom.old
Successfully wrote setup_uimage-tftp_fs-nfs.minicom

Would you like to run the setup script now (y/n)? This requires you to connect
the RS-232 cable between your host and EVM as well as your ethernet cable as
described in the Quick Start Guide. Once answering 'y' on the prompt below
you will have 300 seconds to connect the board and power cycle it
before the setup times out

After successfully executing this script, your EVM will be set up. You will be 
able to connect to it by executing 'minicom -w' or if you prefer a windows host
you can set up Tera Term as explained in the Software Developer's Guide.
If you connect minicom or Tera Term and power cycle the board Linux will boot.

[ y ] 
~/ti-dvsdk_dm3730-evm ~/ti-dvsdk_dm3730-evm


Welcome to minicom 2.4

OPTIONS: I18n 
Compiled on Jan 25 2010, 06:49:09.
Port /dev/ttyS0

Press CTRL-A Z for help on special keys



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

229608 Bytes Read from MMC
Starting OS Bootloader from MMC...
Starting OS Bootloader...                                                                                                                                  
                                                                                                                                                           
                                                                                                                                                           
U-Boot 2010.06-00015-g42de45c (Apr 30 2013 - 14:08:33)                                                                                                     
                                                                                                                                                           
U-Boot code: 80E80000 -> 80EB80E8  BSS: -> 80EF74E8                                                                                                        
OMAP34xx/35xx-GP ES2.0, CPU-OPP2 L3-165MHz                                                                                                                 
OMAP3 EVM board + LPDDR/NAND                                                                                                                               
I2C:   ready                                                                                                                                               
RAM Configuration:                                                                                                                                         
Bank #0: 80000000 256 MiB                                                                                                                                  
Bank #1: 90000000 128 MiB                                                                                                                                  
NAND:  512 MiB                                                                                                                                             
In:    serial                                                                                                                                              
Out:   serial                                                                                                                                              
Err:   serial                                                                                                                                              
Read back SMSC id 0x92200000                                                                                                                               
Die ID #578400011ff00000015a5e590e01a02f                                                                                                                   
Trace point at board.c:384/start_armboot()!                                                                                                                
Trace point at board.c:426/start_armboot()!                                                                                                                
Net:   smc911x-0                                                                                                                                           
Trace point at board.c:439/start_armboot()!                                                                                                                
### main_loop entered: bootdelay=4                                                                                                                         
                                                                                                                                                           
### main_loop: bootcmd="dhcp;setenv serverip 1.1.3.155;tftpboot;bootm"                                                                                     
Hit any key to stop autobo 0                                                                                                                               
OMAP3_EVM #setenv bootdelay 4                                                                                                                              
OMAP3_EVM #setenv baudrate 115200                                                                                                                          
## Switch baudrate to 115200 bps and press ENTER ...OMAP3_EVM #setenv oldbootargs ${bootargs}                                                              
OMAP3_EVM #ip=dhcp                                                                                                                                         
OMAP3_EVM #setenv autoload no                                                                                                                              
OMAP3_EVM #setenv oldserverip ${serverip}                                                                                                                  
OMAP3_EVM #setenv serverip 1.1.3.155                                                                                                                       
OMAP3_EVM #setenv oldbootfile ${bootfile}                                                                                                                  
OMAP3_EVM #setenv bootfile uImage-dm37x-evm.bin                                                                                                            
OMAP3_EVM #setenv oldbootcmd ${bootcmd}                                                                                                                    
OMAP3_EVM #setenv bootcmd 'dhcp;setenv serverip 1.1.3.155;tftpboot;bootm'                                                                                  
OMAP3_EVM #saveenv                                                                                                                                         
Saving Environment to NAND...                                                                                                                              
Erasing Nand...                                                                                                                                            
Erasing at 0x260000 -- 100% complete.                                                                                                                      
Writing to Nand... done                                                                                                                                    
OMAP3_EVM #

You can manually run minicom in the future with this setup script using: minicom -S setup_uimage-tftp_fs-nfs.minicom
--------------------------------------------------------------------------------

TISDK setup completed!
Please continue reading the Software Developer's Guide for more information on
how to develop software on the EVM
user@HP:~/ti-dvsdk_dm3730-evm$

This is the log of booting prebuilt demo image:


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

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


U-Boot 2010.06-00015-g42de45c (Apr 30 2013 - 14:08:33)

U-Boot code: 80E80000 -> 80EB80E8  BSS: -> 80EF74E8
OMAP34xx/35xx-GP ES2.0, CPU-OPP2 L3-165MHz
OMAP3 EVM board + LPDDR/NAND
I2C:   ready
RAM Configuration:
Bank #0: 80000000 256 MiB
Bank #1: 90000000 128 MiB
NAND:  512 MiB
In:    serial
Out:   serial
Err:   serial
Read back SMSC id 0x92200000
Die ID #578400011ff00000015a5e590e01a02f
Trace point at board.c:384/start_armboot()!
Trace point at board.c:426/start_armboot()!
Net:   smc911x-0
Trace point at board.c:439/start_armboot()!
### main_loop entered: bootdelay=4

### main_loop: bootcmd="dhcp;setenv serverip 1.1.3.155;tftpboot;bootm"
Hit any key to stop autoboot:  4  3  2  1  0 
smc911x: detected LAN9220 controller
smc911x: phy initialized
smc911x: MAC 00:50:c2:7e:94:86
BOOTP broadcast 1
DHCP client bound to address 1.1.2.155
smc911x: detected LAN9220 controller
smc911x: phy initialized
smc911x: MAC 00:50:c2:7e:94:86
Using smc911x-0 device
TFTP from server 1.1.3.155; our IP address is 1.1.2.155
Filename 'uImage-dm37x-evm.bin'.
Load address: 0x82000000
Loading: *#################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 ##########################################################
done
Bytes transferred = 3289936 (323350 hex)
Trace point at cmd_bootm.c:214/bootm_start()!
*  kernel: default image load address = 0x82000000
## Booting kernel from Legacy Image at 82000000 ...
   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
   kernel data at 0x82000040, len = 0x00323310 (3289872)
   Loading Kernel Image ... OK
OK
   kernel loaded at 0x80008000, end = 0x8032b310

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 rw mem=55M@0x80000000 mpurate=1000 mem=128M@0x88000000 omap_vout.vid1_static_vrfb_alloc=y omapfb.vram=0:4M root=/dev/nfs nfsroot=1.1.3.155:/home/user/targetfs ip=dhcp
[    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/800 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... 796.19 BogoMIPS (lpj=3112960)
[    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.092926] bio: create slab <bio-0> at 0
[    0.096954] regulator: vwl1271: 1800 mV 
[    0.101287] SCSI subsystem initialized
[    0.111572] usbcore: registered new interface driver usbfs
[    0.112670] usbcore: registered new interface driver hub
[    0.113403] usbcore: registered new device driver usb
[    0.125671] omap_i2c omap_i2c.1: bus 1 rev4.0 at 2600 kHz
[    0.134674] twl4030: PIH (irq 7) chaining IRQs 368..375
[    0.134826] twl4030: power (irq 373) chaining IRQs 376..383
[    0.136657] twl4030: gpio (irq 368) chaining IRQs 384..401
[    0.150482] regulator: VIO: 1800 mV normal standby
[    0.152709] regulator: VMMC1: 1850 <--> 3150 mV at 3000 mV normal standby
[    0.154937] regulator: VDAC: 1800 mV normal standby
[    0.157135] regulator: VAUX2_4030: 2800 mV normal standby
[    0.159362] regulator: VPLL2: 1800 mV normal standby
[    0.161499] regulator: VSIM: 1800 <--> 3000 mV at 1800 mV normal standby
[    0.163665] regulator: VAUX3: 2800 mV normal standby
[    0.164642] omap_device: omap_i2c.1: new worst case deactivate latency 0: 30517
[    0.164916] omap_i2c omap_i2c.2: bus 2 rev4.0 at 400 kHz
[    0.180236] omap_i2c omap_i2c.3: bus 3 rev4.0 at 400 kHz
[    0.185211] Advanced Linux Sound Architecture Driver Version 1.0.23.
[    0.188262] Bluetooth: Core ver 2.15
[    0.188934] NET: Registered protocol family 31
[    0.188964] Bluetooth: HCI device and connection manager initialized
[    0.189086] Bluetooth: HCI socket layer initialized
[    0.190948] Switching to clocksource 32k_counter
[    0.289581] musb-hdrc: version 6.0, otg (peripheral+host), debug=0
[    0.289886] musb-hdrc musb-hdrc.0: dma type: dma-inventra
[    0.290740] musb-hdrc musb-hdrc.0: USB OTG mode controller at fa0ab000 using DMA, IRQ 92
[    0.292175] NET: Registered protocol family 2
[    0.292846] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.294219] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.294555] TCP bind hash table entries: 8192 (order: 6, 360448 bytes)
[    0.297698] TCP: Hash tables configured (established 8192 bind 8192)
[    0.297760] TCP reno registered
[    0.297790] UDP hash table entries: 128 (order: 1, 12288 bytes)
[    0.298034] UDP-Lite hash table entries: 128 (order: 1, 12288 bytes)
[    0.298797] NET: Registered protocol family 1
[    0.299957] RPC: Registered udp transport module.
[    0.299987] RPC: Registered tcp transport module.
[    0.299987] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.300872] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.303802] omap_device: omap_i2c.1: new worst case activate latency 0: 91552
[    0.306182] omap3evm camera init done successfully...
[    0.306762] omap-iommu omap-iommu.0: isp registered
[    0.307434] AM37x/DM37x  Linux PSP version 04.02.00.07 (OMAP3EVM)
[    0.435607] VFS: Disk quotas dquot_6.5.2
[    0.435699] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.437652] JFFS2 version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    0.438476] msgmni has been set to 327
[    0.443145] io scheduler noop registered
[    0.443176] io scheduler deadline registered
[    0.443328] io scheduler cfq registered (default)
[    0.503845] OMAP DSS rev 2.0
[    0.504241] OMAP DISPC rev 3.0
[    0.504364] OMAP VENC rev 2
[    0.505218] OMAP DSI rev 1.0
[    0.835021] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.841674] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
[    1.678802] console [ttyO0] enabled
[    1.683959] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
[    1.692565] omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
[    1.701080] omap_uart.3: ttyO3 at MMIO 0x49042000 (irq = 80) is a OMAP UART3
[    1.743133] brd: module loaded
[    1.763092] loop: module loaded
[    1.774017] mtdoops: mtd device (mtddev=name/number) must be supplied
[    1.780944] omap2-nand driver initializing
[    1.785858] NAND device: Manufacturer ID: 0xad, Chip ID: 0xbc (Hynix )
[    1.792816] Creating 5 MTD partitions on "omap2-nand.0":
[    1.798370] 0x000000000000-0x000000080000 : "X-Loader-NAND"
[    1.811523] 0x000000080000-0x0000001c0000 : "U-Boot-NAND"
[    1.822723] 0x0000001c0000-0x000000280000 : "Boot Env-NAND"
[    1.834014] 0x000000280000-0x000000780000 : "Kernel-NAND"
[    1.846862] 0x000000780000-0x000020000000 : "File System - NAND"
[    2.102874] OneNAND driver initializing
[    2.107238] omap2-onenand omap2-onenand: Cannot request GPMC CS
[    2.113677] omap2-onenand: probe of omap2-onenand failed with error -16
[    2.123992] smsc911x: Driver version 2008-10-21.
[    2.134552] smsc911x-mdio: probed
[    2.138519] eth0: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=ffffffff:01, irq=-1)
[    2.147705] net eth0: MAC Address: 00:50:c2:7e:94:86
[    2.154235] usbcore: registered new interface driver asix
[    2.160522] usbcore: registered new interface driver cdc_ether
[    2.167144] usbcore: registered new interface driver net1080
[    2.173675] usbcore: registered new interface driver cdc_subset
[    2.180450] usbcore: registered new interface driver zaurus
[    2.186370] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.198913] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[    3.206268] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
[    3.214721] ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
[    3.230224] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[    3.236968] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.244140] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.251770] usb usb1: Product: OMAP-EHCI Host Controller
[    3.257354] usb usb1: Manufacturer: Linux 2.6.37 ehci_hcd
[    3.263061] usb usb1: SerialNumber: ehci-omap.0
[    3.272003] hub 1-0:1.0: USB hub found
[    3.276092] hub 1-0:1.0: 3 ports detected
[    3.309082] Initializing USB Mass Storage driver...
[    3.314880] usbcore: registered new interface driver usb-storage
[    3.321228] USB Mass Storage support registered.
[    3.326751] usbcore: registered new interface driver usbtest
[    3.332855] g_ether gadget: using random self ethernet address
[    3.338989] g_ether gadget: using random host ethernet address
[    3.346893] usb0: MAC 52:96:89:c6:b6:4a
[    3.350982] usb0: HOST MAC 46:48:2f:ec:ea:35
[    3.355529] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
[    3.362487] g_ether gadget: g_ether ready
[    3.366729] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
[    3.372558] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2
[    3.381439] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    3.388610] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.396209] usb usb2: Product: MUSB HDRC host driver
[    3.401397] usb usb2: Manufacturer: Linux 2.6.37 musb-hcd
[    3.407104] usb usb2: SerialNumber: musb-hdrc.0
[    3.414825] hub 2-0:1.0: USB hub found
[    3.418945] hub 2-0:1.0: 1 port detected
[    3.427581] mice: PS/2 mouse device common for all mice
[    3.436157] input: TWL4030 Keypad as /devices/platform/omap/omap_i2c.1/i2c-1/1-004a/twl4030_keypad/input/input0
[    3.454925] ads7846 spi1.0: touchscreen, irq 335
[    3.462036] input: ADS7846 Touchscreen as /devices/platform/omap2_mcspi.1/spi1.0/input/input1
[    3.477233] input: twl4030_pwrbutton as /devices/platform/omap/omap_i2c.1/i2c-1/1-0049/twl4030_pwrbutton/input/input2
[    3.491912] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[    3.498870] twl_rtc twl_rtc: Power up reset detected.
[    3.505187] twl_rtc twl_rtc: Enabling TWL-RTC.
[    3.511688] i2c /dev entries driver
[    3.520690] Linux media interface: v0.10
[    3.525390] Linux video capture interface: v2.00
[    3.532287] omap3isp supply VDD_CSIPHY1 not found, using dummy regulator
[    3.539428] omap3isp supply VDD_CSIPHY2 not found, using dummy regulator
[    3.546936] omap3isp omap3isp: Revision 15.0 found
[    3.552276] omap-iommu omap-iommu.0: isp: version 1.1
[    3.628051] mt9t111 2-003c: Unable to detectmt9t111sensor
[    3.639648] isp_register_subdev_group: Unable to register subdev mt9t111
[    3.648315] tvp514x 3-005c: tvp514x 3-005c decoder driver registered !!
[    3.659729] tvp514x 3-005c: tvp5146m2 (Version - 0x03) found at 0xb8 (OMAP I2C adapter)
[    3.675994] usbcore: registered new interface driver uvcvideo
[    3.682006] USB Video Class driver (v1.0.0)
[    3.688354] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
[    3.695373] Bluetooth: HCI UART driver ver 2.2
[    3.700103] Bluetooth: HCI H4 protocol initialized
[    3.705108] Bluetooth: HCILL protocol initialized
[    3.719116] mmci-omap-hs.1 supply vmmc_aux not found, using dummy regulator
[    3.732788] usbcore: registered new interface driver usbhid
[    3.738708] usbhid: USB HID core driver
[    3.745544] usbcore: registered new interface driver snd-usb-audio
[    3.756256] OMAP3 EVM SoC init
[    3.850067] asoc: twl4030-hifi <-> omap-mcbsp-dai.1 mapping ok
[    3.862030] ALSA device list:
[    3.865234]   #0: omap3evm
[    3.868072] oprofile: hardware counters not available
[    3.873413] oprofile: using timer interrupt.
[    3.878051] nf_conntrack version 0.5.0 (2621 buckets, 10484 max)
[    3.885833] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.892028] TCP cubic registered
[    3.895477] Initializing XFRM netlink socket
[    3.900115] NET: Registered protocol family 17
[    3.904907] NET: Registered protocol family 15
[    3.910278] Bluetooth: L2CAP ver 2.15
[    3.914093] Bluetooth: L2CAP socket layer initialized
[    3.919525] Bluetooth: SCO (Voice Link) ver 0.6
[    3.924255] Bluetooth: SCO socket layer initialized
[    3.929840] Bluetooth: RFCOMM TTY layer initialized
[    3.935058] Bluetooth: RFCOMM socket layer initialized
[    3.940429] Bluetooth: RFCOMM ver 1.11
[    3.944396] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.950012] Bluetooth: BNEP filters: protocol multicast
[    3.955474] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    3.963348] Registering the dns_resolver key type
[    3.968841] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    3.977996] ThumbEE CPU extension supported.
[    3.999542] Power Management for TI OMAP3.
[    4.004547] sr_init: No PMIC hook to init smartreflex
[    4.010284] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
[    4.019073] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
[    4.028350] SmartReflex Class3 initialized
[    4.068359] clock: disabling unused clocks to save power
[    4.076110] platform mpu.0: omap_voltage_scale: Already at the requestedrate 800000000
[    4.178649] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
[    4.187530] omap_vout omap_vout: Buffer Size = 3686400
[    4.206359] omap_vout omap_vout: : registered and initialized video device 16
[    4.213958] omap_vout omap_vout: Buffer Size = 3686400
[    4.221252] omap_vout omap_vout: : registered and initialized video device 17
[    4.236968] mmc0: new SDHC card at address ea7e
[    4.243865] mmcblk0: mmc0:ea7e SD04G 3.69 GiB 
[    4.257720]  mmcblk0: p1 p2
[    4.383300] mmc1: card claims to support voltages below the defined range. These will be ignored.
[    4.412719] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[    4.421051] mmc1: new SDIO card at address 0001
[    4.732086] net eth0: SMSC911x/921x identified at 0xd0884000, IRQ: 336
[    5.745819] Sending DHCP requests .., OK
[    9.222839] IP-Config: Got DHCP answer from 1.1.1.131, my address is 1.1.2.155
[    9.232086] IP-Config: Complete:
[    9.235290]      device=eth0, addr=1.1.2.155, mask=255.0.0.0, gw=255.255.255.255,
[    9.243133]      host=1.1.2.155, domain=televes.com, nis-domain=(none),
[    9.250213]      bootserver=1.1.1.131, rootserver=1.1.3.155, rootpath=
[    9.459167] VFS: Mounted root (nfs filesystem) on device 0:14.
[    9.465576] Freeing init memory: 220K
INIT: version 2.86 booting
Please wait: booting...
Starting udev
WARNING: -e needs -E or -F
[   13.287475] udevd (737): /proc/737/oom_adj is deprecated, please use /proc/737/oom_score_adj instead.
[   15.089172] cfg80211: Calling CRDA to update world regulatory domain
[   16.125274] Compat-wireless backport release: compat-wireless-2011-04-26-3-g6542f4c
[   16.133361] Backport based on wl12xx.git v2.6.35-33527-g1bbadc2
[   21.133880] FAT: bogus number of reserved sectors
[   21.138916] VFS: Can't find a valid FAT filesystem on dev mmcblk0.
[   22.466339] EXT3-fs (mmcblk0): error: can't find ext3 filesystem on dev mmcblk0.
[   22.849060] EXT2-fs (mmcblk0): error: can't find an ext2 filesystem on dev mmcblk0.
[   23.359527] cramfs: wrong magic
[   23.643981] FAT: bogus number of reserved sectors
[   23.649017] VFS: Can't find a valid FAT filesystem on dev mmcblk0.
[   26.578491] cfg80211: World regulatory domain updated:
[   26.584228] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   26.593017] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   26.601531] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   26.609985] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   26.618316] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   26.626647] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   28.223510] wl1271: loaded
[   28.226348] wl1271: initialized
[   29.743408] EXT3-fs: barriers not enabled
[   29.750183] kjournald starting.  Commit interval 5 seconds
[   29.756408] EXT3-fs (mmcblk0p2): warning: maximal mount count reached, running e2fsck is recommended
[   29.770568] EXT3-fs (mmcblk0p2): using internal journal
[   29.776611] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
Root filesystem already rw, not remounting
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.
NOT configuring network interfaces: / is an NFS mount
Fri Dec 23 00:34:00 UTC 2011
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 AAAAB3NzaC1yc2EAAAADAQABAAAAgwCXz2rOqUxsKgWRLUvLNO3SEOO5/lzwLJqj2Lrdjqrh3nYRGIOhgjiiiVFi7EofNSpmBGoowWUY+32Z4vanoAO9ZQPtjVQBn1YpzgKM9LGVycZGQCZhppW1DkHA3QaRMCNVrNXWFi3shpUp2PmCiU2akNBhSFIA4vyCfH46XFYyeKWp root@dm37x-evm
Fingerprint: md5 80:1d:f8:ea:cc:54:79:3f:8b:9b:ac:7c:33:55:5f:5f
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
[   43.840972] 
[   43.840972] =============================================
[   43.848175] [ INFO: possible recursive locking detected ]
[   43.853820] 2.6.37 #1
[   43.856201] ---------------------------------------------
[   43.861846] pvrsrvinit/2506 is trying to acquire lock:
[   43.867248]  (psPVRSRVMutex){+.+.+.}, at: [<bf132bc8>] PVRMMapRegisterArea+0x14/0x68 [pvrsrvkm]
[   43.876495] 
[   43.876495] but task is already holding lock:
[   43.882598]  (psPVRSRVMutex){+.+.+.}, at: [<bf135b34>] PVRSRV_BridgeDispatchKM+0x20/0x16c [pvrsrvkm]
[   43.892242] 
[   43.892272] other info that might help us debug this:
[   43.899078] 1 lock held by pvrsrvinit/2506:
[   43.903472]  #0:  (psPVRSRVMutex){+.+.+.}, at: [<bf135b34>] PVRSRV_BridgeDispatchKM+0x20/0x16c [pvrsrvkm]
[   43.913574] 
[   43.913574] stack backtrace:
[   43.918151] [<c004faf0>] (unwind_backtrace+0x0/0xec) from [<c00a91ac>] (__lock_acquire+0xf98/0x18d0)
[   43.927734] [<c00a91ac>] (__lock_acquire+0xf98/0x18d0) from [<c00a9bb8>] (lock_acquire+0xd4/0xf4)
[   43.937042] [<c00a9bb8>] (lock_acquire+0xd4/0xf4) from [<c047375c>] (mutex_lock_nested+0x5c/0x2d8)
[   43.946472] [<c047375c>] (mutex_lock_nested+0x5c/0x2d8) from [<bf132bc8>] (PVRMMapRegisterArea+0x14/0x68 [pvrsrvkm])
[   43.957611] [<bf132bc8>] (PVRMMapRegisterArea+0x14/0x68 [pvrsrvkm]) from [<bf135944>] (OSAllocPages_Impl+0x68/0xa4 [pvrsrvkm])
[   43.969665] [<bf135944>] (OSAllocPages_Impl+0x68/0xa4 [pvrsrvkm]) from [<bf12c2e8>] (BM_ImportMemory+0xe4/0x290 [pvrsrvkm])
[   43.981414] [<bf12c2e8>] (BM_ImportMemory+0xe4/0x290 [pvrsrvkm]) from [<bf130b0c>] (RA_Alloc+0xb4/0x288 [pvrsrvkm])
[   43.992431] [<bf130b0c>] (RA_Alloc+0xb4/0x288 [pvrsrvkm]) from [<bf12bcb0>] (BM_Alloc+0xa8/0x280 [pvrsrvkm])
[   44.002838] [<bf12bcb0>] (BM_Alloc+0xa8/0x280 [pvrsrvkm]) from [<bf131ac0>] (AllocDeviceMem+0x80/0x108 [pvrsrvkm])
[   44.013793] [<bf131ac0>] (AllocDeviceMem+0x80/0x108 [pvrsrvkm]) from [<bf131fd8>] (_PVRSRVAllocDeviceMemKM+0x80/0x158 [pvrsrvkm])
[   44.026123] [<bf131fd8>] (_PVRSRVAllocDeviceMemKM+0x80/0x158 [pvrsrvkm]) from [<bf13c190>] (PVRSRVAllocDeviceMemBW+0x9c/0x1a0 [pvrsrvkm])
[   44.039184] [<bf13c190>] (PVRSRVAllocDeviceMemBW+0x9c/0x1a0 [pvrsrvkm]) from [<bf139d24>] (BridgedDispatchKM+0xd4/0x12c [pvrsrvkm])
[   44.051696] [<bf139d24>] (BridgedDispatchKM+0xd4/0x12c [pvrsrvkm]) from [<bf135c28>] (PVRSRV_BridgeDispatchKM+0x114/0x16c [pvrsrvkm])
[   44.064361] [<bf135c28>] (PVRSRV_BridgeDispatchKM+0x114/0x16c [pvrsrvkm]) from [<c0116cf8>] (do_vfs_ioctl+0x4e0/0x54c)
[   44.075561] [<c0116cf8>] (do_vfs_ioctl+0x4e0/0x54c) from [<c0116db4>] (sys_ioctl+0x50/0x74)
[   44.084320] [<c0116db4>] (sys_ioctl+0x50/0x74) from [<c0049cc0>] (ret_fast_syscall+0x0/0x3c)
[   44.141204] CMEMK module: built on Dec 22 2011 at 23:52:43
[   44.147186]   Reference Linux version 2.6.37
[   44.151672]   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
[   44.170684] CMEM Range Overlaps Kernel Physical - allowing overlap
[   44.177185] CMEM phys_start (0x83700000) overlaps kernel (0x80000000 -> 0x8b300000)
[   44.186920] allocated heap buffer 0xd2000000 of size 0x2200000
[   44.193084] heap fallback enabled - will try heap if pool buffer is not available
[   44.200958] cmemk initialized
[   44.245910] DSPLINK Module (1.65.01.05_eng) created on Date: Dec 22 2011 Time: 23:55:34
[   44.315582] SDMAK module: built on Dec 22 2011 at 23:52:50
[   44.321411]   Reference Linux version 2.6.37
[   44.325927]   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]

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

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

Arago 2011.06 dm37x-evm ttyO0

dm37x-evm login: root
root@dm37x-evm:~# ts_calibrate
xres = 480, yres = 640
Took 8 samples...
Top left : X =  509 Y =  439
Took 17 samples...
Top right : X = 3560 Y =  311
Took 15 samples...
Bot right : X = 3398 Y = 3437
Took 8 samples...
Bot left : X =  599 Y = 3572
Took 13 samples...
Center : X = 1976 Y = 1965
-23.422791 0.129721 0.001487
-31.304626 0.007753 0.172632
Calibration constants: -1535036 8501 97 -2051580 508 11313 65536 
root@dm37x-evm:~# /etc/init.d/matrix-gui-e start
Starting Matrix GUI application.
root@dm37x-evm:~# echio  o 'Mari  trix GUI OK  ok'
Matrix GUI ok
root@dm37x-evm:~# /etc/init.d/matrix-gui-e stop
Stopping Matrix GUI application.
root@dm37x-evm:~# lsmod
Module                  Size  Used by
sdmak                   5498  0 
lpm_omap3530            7243  0 
dsplinkk              130077  1 lpm_omap3530
cmemk                  23051  0 
bufferclass_ti          5044  0 
omaplfb                 8872  0 
pvrsrvkm              158124  2 bufferclass_ti,omaplfb
wl12xx_sdio             4210  0 
wl12xx                135344  1 wl12xx_sdio
mac80211              271734  1 wl12xx
compat                  5896  1 mac80211
cfg80211              159785  2 wl12xx,mac80211
root@dm37x-evm:~# echo 'Load the kernel modules before running the below gstream
er pipelines'
Load the kernel modules before running the below gstreamer pipelines
root@dm37x-evm:~# /etc/init.d/loadmodule-rc restart
[  546.710876] cmemk unregistered
[  546.824615] CMEMK module: built on Dec 22 2011 at 23:52:43
[  546.830383]   Reference Linux version 2.6.37
[  546.834899]   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
[  546.854187] CMEM Range Overlaps Kernel Physical - allowing overlap
[  546.860687] CMEM phys_start (0x83700000) overlaps kernel (0x80000000 -> 0x8b300000)
[  546.870330] allocated heap buffer 0xd2000000 of size 0x2200000
[  546.876464] heap fallback enabled - will try heap if pool buffer is not available
[  546.884368] cmemk initialized
[  546.930114] DSPLINK Module (1.65.01.05_eng) created on Date: Dec 22 2011 Time: 23:55:34
[  547.002105] SDMAK module: built on Dec 22 2011 at 23:52:50
[  547.007934]   Reference Linux version 2.6.37
[  547.012420]   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 2 [67%] [0.00dB]
  Front Right: Playback 2 [67%] [0.00dB]
root@dm37x-evm:~# echo 'This pipeline decodes AAC audio'
This pipeline decodes AAC audio
root@dm37x-evm:~# gst-launch filesrc location=/usr/share/ti/data/sounds/davincie
ffect_lc.aac ! typefind ! TIAuddec1 ! alsasink -v

(gst-plugin-scanner:2605): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstmad.so': /usr/lib/libid3tag.so.0: undefined symbol: id3_frametype_obsolete
Setting pipeline to PAUSED ...
/GstPipeline:pipeline0/GstTypeFindElement:typefindelement0.GstPad:src: caps = audio/mpeg, framed=(boolean)false, mpegversion=(int)4, stream-type=(string)adts, base-profile=(string)lc, profile=(string)lc, level=(string)2, channels=(int)2, rate=(int)44100
Pipeline is PREROLLING ...
/GstPipeline:pipeline0/GstTIAuddec1:tiauddec10.GstPad:sink: caps = audio/mpeg, framed=(boolean)false, mpegversion=(int)4, stream-type=(string)adts, base-profile=(string)lc, profile=(string)lc, level=(string)2, channels=(int)2, rate=(int)44100
/GstPipeline:pipeline0/GstTIAuddec1:tiauddec10.GstPad:src: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2
/GstPipeline:pipeline0/GstAlsaSink:alsasink0.GstPad:sink: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstAudioSinkClock
root@dm37x-evm:~# echo 'Audio is ok'
Audio is ok
root@dm37x-evm:~# echo 'Running the Digital Video Test Bench (DVTB)'
Running the Digital Video Test Bench (DVTB)
root@dm37x-evm:~# gst-launch filesrc location=/usr/share/ti/data/videos/davincie
ffect.mpeg4 ! typefind ! mpeg4videoparse ! TIViddec2 padAllocOutbufs=TRUE ! queu
e ! tidisplaysink2 -v
Setting pipeline to PAUSED ...
/GstPipeline:pipeline0/GstTypeFindElement:typefindelement0.GstPad:src: caps = video/mpeg, systemstream=(boolean)false, mpegversion=(int)4, parsed=(boolean)false
Pipeline is PREROLLING ...
/GstPipeline:pipeline0/GstMpeg4VParse:mpeg4vparse0.GstPad:src: caps = video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, parsed=(boolean)true
/GstPipeline:pipeline0/GstMpeg4VParse:mpeg4vparse0.GstPad:sink: caps = video/mpeg, systemstream=(boolean)false, mpegversion=(int)4, parsed=(boolean)false
/GstPipeline:pipeline0/GstMpeg4VParse:mpeg4vparse0.GstPad:src: caps = video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, parsed=(boolean)true, profile-level-id=(string)241, codec_data=(buffer)000001b0f1000001b5a913000001000000012008d48d0800f528045a14103f000001b24c61766335322e37342e31, pixel-aspect-ratio=(fraction)1/1, width=(int)1280, height=(int)720
/GstPipeline:pipeline0/GstTIViddec2:tividdec20.GstPad:sink: caps = video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, parsed=(boolean)true, profile-level-id=(string)241, codec_data=(buffer)000001b0f1000001b5a913000001000000012008d48d0800f528045a14103f000001b24c61766335322e37342e31, pixel-aspect-ratio=(fraction)1/1, width=(int)1280, height=(int)720
/GstPipeline:pipeline0/GstTIViddec2:tividdec20.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)30000/1001, width=(int)1280, height=(int)720
/GstPipeline:pipeline0/GstQueue:queue0.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)30000/1001, width=(int)1280, height=(int)720
/GstPipeline:pipeline0/GstQueue:queue0.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)30000/1001, width=(int)1280, height=(int)720
/GstPipeline:pipeline0/GstTIDisplaySink2:tidisplaysink20.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)30000/1001, width=(int)1280, height=(int)720
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
/GstPipeline:pipeline0/GstTIDisplaySink2:tidisplaysink20: device = "/dev/video7"
/GstPipeline:pipeline0/GstTIDisplaySink2:tidisplaysink20: video-standard = "auto"
/GstPipeline:pipeline0/GstTIDisplaySink2:tidisplaysink20: display-output = "lcd"
New clock: GstSystemClock
/GstPipeline:pipeline0/GstTIDisplaySink2:tidisplaysink20: queue-size = 3
/GstPipeline:pipeline0/GstTIDisplaySink2:tidisplaysink20: mmap-buffer = FALSE
root@dm37x-evm:~#  echo 'Video is ok'
Video is ok
root@dm37x-evm:~# uname -r
2.6.37
root@dm37x-evm:~# poweroff

Broadcast message from root (ttyO0) (Fri Dec 23 00:44:52 2011):

The system is going down for system halt NOW!
INIT: Switching to runlevel: 0
root@dm37x-evm:~# INIT: SendStopping Dropbear SSH server: stopped /usr/sbin/dropbear (pid 2420)
dropbear.
Stopping telnet daemon.
Stopping system message bus: stopped process in pidfile '/var/run/dbus/pid' (pid 2406)
dbus.
Stopping network benchmark server: netserverstopped /usr/sbin/netserver (pid 2432)
.
Stopping thttpd.
ALSA: Storing mixer settings...
Stopping PVR
NOT deconfiguring network interfaces: / is an NFS mount
Stopping syslogd/klogd: stopped syslogd (pid 2437)
stopped klogd (pid 2439)
done
[  692.905303] cmemk unregistered
Stopping Matrix GUI applicationstart-stop-daemon: warning: killing process 0: No such process
.
Sending all processes the TERM signal...
Sending all processes the KILL signal...
Unmounting remote filesystems...
Deactivating swap...
Unmounting local filesystems...
[  700.742584] System halted.

This works ok.

This the log of rebuilding all components using these commands:

make clean

make components

make all

2543.build_all.log

This is the log of executing sudo make install:

install -d /home/user/targetfs/boot
install  /home/user/ti-dvsdk_dm3730-evm/psp/linux-2.6.37-psp04.02.00.07.sdk/arch/arm/boot/uImage /home/user/targetfs/boot
install  /home/user/ti-dvsdk_dm3730-evm/psp/linux-2.6.37-psp04.02.00.07.sdk/vmlinux /home/user/targetfs/boot
install  /home/user/ti-dvsdk_dm3730-evm/psp/linux-2.6.37-psp04.02.00.07.sdk/System.map /home/user/targetfs/boot
make -C /home/user/ti-dvsdk_dm3730-evm/psp/linux-2.6.37-psp04.02.00.07.sdk ARCH=arm CROSS_COMPILE=/home/user/ti-dvsdk_dm3730-evm/linux-devkit//bin/arm-arago-linux-gnueabi- INSTALL_MOD_PATH=/home/user/targetfs/ modules_install
make[1]: Entering directory `/home/user/ti-dvsdk_dm3730-evm/psp/linux-2.6.37-psp04.02.00.07.sdk'
  INSTALL crypto/ocf/cryptodev.ko
  INSTALL drivers/media/video/gspca/gspca_main.ko
  INSTALL drivers/scsi/scsi_wait_scan.ko
  INSTALL drivers/video/backlight/generic_bl.ko
  DEPMOD  2.6.37
WARNING: /home/user/targetfs//lib/modules/2.6.37/updates/net/mac80211/mac80211.ko needs unknown symbol lockdep_rtnl_is_held
WARNING: /home/user/targetfs//lib/modules/2.6.37/updates/net/wireless/cfg80211.ko needs unknown symbol trace_hardirqs_off
WARNING: /home/user/targetfs//lib/modules/2.6.37/updates/net/wireless/cfg80211.ko needs unknown symbol trace_hardirqs_on
make[1]: Leaving directory `/home/user/ti-dvsdk_dm3730-evm/psp/linux-2.6.37-psp04.02.00.07.sdk'
install -d /home/user/targetfs/lib/modules/2.6.37/kernel/drivers/dsp
install /home/user/ti-dvsdk_dm3730-evm/linuxutils_2_26_02_05/packages/ti/sdo/linuxutils/cmem/src/module/cmemk.ko /home/user/targetfs/lib/modules/2.6.37/kernel/drivers/dsp
install -d /home/user/targetfs/lib/modules/2.6.37/kernel/drivers/dsp
install /home/user/ti-dvsdk_dm3730-evm/linuxutils_2_26_02_05/packages/ti/sdo/linuxutils/sdma/src/module/sdmak.ko /home/user/targetfs/lib/modules/2.6.37/kernel/drivers/dsp
mkdir -p /home/user/targetfs/opengl-demos/etc/init.d
make -C /home/user/ti-dvsdk_dm3730-evm/graphics-sdk_4.03.00.02 \
		CSTOOL_DIR=/home/user/ti-dvsdk_dm3730-evm/linux-devkit/ \
		KERNEL_INSTALL_DIR=/home/user/ti-dvsdk_dm3730-evm/psp/linux-2.6.37-psp04.02.00.07.sdk \
		GRAPHICS_INSTALL_DIR=/home/user/ti-dvsdk_dm3730-evm/graphics-sdk_4.03.00.02 \
		TARGETFS_INSTALL_DIR=/home/user/targetfs/opengl-demos \
		BUILD=release OMAPES=5.x install 
make[1]: Entering directory `/home/user/ti-dvsdk_dm3730-evm/graphics-sdk_4.03.00.02'

exporting necessary variables and installing...
########################################################
Please ensure that PSP Linux kernel is re-built atleast once,
Please refer online guide for further details.
########################################################
creating directories...
copying startup files...
installing and adding kernel modules to target file system...
make[2]: Entering directory `/home/user/ti-dvsdk_dm3730-evm/psp/linux-2.6.37-psp04.02.00.07.sdk'
  INSTALL crypto/ocf/cryptodev.ko
  INSTALL drivers/media/video/gspca/gspca_main.ko
  INSTALL drivers/scsi/scsi_wait_scan.ko
  INSTALL drivers/video/backlight/generic_bl.ko
  DEPMOD  2.6.37
make[2]: Leaving directory `/home/user/ti-dvsdk_dm3730-evm/psp/linux-2.6.37-psp04.02.00.07.sdk'
copying user space graphics libraries to target file system...
copying install information to target file system...
copying graphics SDK demos to target file system...
make[1]: Leaving directory `/home/user/ti-dvsdk_dm3730-evm/graphics-sdk_4.03.00.02'

**** Don't have working install target ****
Copy the required application binaries and data files from /home/user/ti-dvsdk_dm3730-evm/codec-engine_2_26_02_11/examples/ti/sdo/ce/examples/codecs to target filesystem. 


**** Don't have working install target ****
Copy the required application binaries and data files from /home/user/ti-dvsdk_dm3730-evm/codec-engine_2_26_02_11/examples/ti/sdo/ce/examples/extensions to target filesystem. 


**** Don't have working install target ****
Copy the required application binaries and data files from /home/user/ti-dvsdk_dm3730-evm/codec-engine_2_26_02_11/examples/ti/sdo/ce/examples/servers to target filesystem. 


**** Don't have working install target ****
Copy the required application binaries and data files from /home/user/ti-dvsdk_dm3730-evm/codec-engine_2_26_02_11/examples/ti/sdo/ce/examples/apps to target filesystem. 

install -d /home/user/targetfs/usr/share/ti/ti-codecs-server
for file in /home/user/ti-dvsdk_dm3730-evm/codecs-omap3530_4_02_00_00/packages/ti/sdo/server/cs/bin/cs.x64P; do \
	cp $file /home/user/targetfs/usr/share/ti/ti-codecs-server ; \
	done
install -d /home/user/targetfs/lib/modules/2.6.37/kernel/drivers/dsp
install /home/user/ti-dvsdk_dm3730-evm/local-power-manager_1_24_03_10_eng/packages/ti/bios/power/modules/omap3530/lpm/lpm_omap3530.ko /home/user/targetfs/lib/modules/2.6.37/kernel/drivers/dsp
install -d /home/user/targetfs/lib/modules/2.6.37/kernel/drivers/dsp
install /home/user/ti-dvsdk_dm3730-evm/dsplink_1_65_01_05_eng/dsplink/gpp/export/BIN/Linux/OMAP3530/RELEASE/dsplinkk.ko /home/user/targetfs/lib/modules/2.6.37/kernel/drivers/dsp
install -d /home/user/targetfs/usr/share/ti/ti-dsplink-examples
cp /home/user/ti-dvsdk_dm3730-evm/dsplink_1_65_01_05_eng/dsplink/gpp/export/BIN/Linux/OMAP3530/RELEASE/*gpp /home/user/targetfs/usr/share/ti/ti-dsplink-examples
install -d /home/user/targetfs/boot
install /home/user/ti-dvsdk_dm3730-evm/psp/u-boot-*/u-boot.bin /home/user/targetfs/boot
install /home/user/ti-dvsdk_dm3730-evm/psp/u-boot-*/u-boot.map /home/user/targetfs/boot
make -C /home/user/ti-dvsdk_dm3730-evm/dmai_2_20_00_15 PLATFORM=dm3730_al \
	EXEC_DIR_dm3730_al=/home/user/targetfs/usr/share/ti/ti-dmai-apps \
	install
make[1]: Entering directory `/home/user/ti-dvsdk_dm3730-evm/dmai_2_20_00_15'
make -C ./packages/ti/sdo/dmai install
make[2]: Entering directory `/home/user/ti-dvsdk_dm3730-evm/dmai_2_20_00_15/packages/ti/sdo/dmai'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/home/user/ti-dvsdk_dm3730-evm/dmai_2_20_00_15/packages/ti/sdo/dmai'
make -C ./packages/ti/sdo/dmai/apps install
make[2]: Entering directory `/home/user/ti-dvsdk_dm3730-evm/dmai_2_20_00_15/packages/ti/sdo/dmai/apps'

Executing make install in subdirectory audio_decode1/...

Installed audio_decode1 binaries to /home/user/targetfs/usr/share/ti/ti-dmai-apps..

Executing make install in subdirectory audio_decode_io/...
make[3]: Nothing to be done for `install'.

Executing make install in subdirectory audio_decode_io1/...

Installed audio_decode_io1 binaries to /home/user/targetfs/usr/share/ti/ti-dmai-apps..

Executing make install in subdirectory audio_encode1/...
make[3]: Nothing to be done for `install'.

Executing make install in subdirectory audio_encode_io1/...
make[3]: Nothing to be done for `install'.

Executing make install in subdirectory image_decode_io/...
make[3]: Nothing to be done for `install'.

Executing make install in subdirectory image_decode_io1/...

Installed image_decode_io1 binaries to /home/user/targetfs/usr/share/ti/ti-dmai-apps..

Executing make install in subdirectory image_encode_io/...
make[3]: Nothing to be done for `install'.

Executing make install in subdirectory image_encode_io1/...

Installed image_encode_io1 binaries to /home/user/targetfs/usr/share/ti/ti-dmai-apps..

Executing make install in subdirectory speech_decode1/...
make[3]: Nothing to be done for `install'.

Executing make install in subdirectory speech_decode_io1/...

Installed speech_decode_io1 binaries to /home/user/targetfs/usr/share/ti/ti-dmai-apps..

Executing make install in subdirectory speech_encode1/...
make[3]: Nothing to be done for `install'.

Executing make install in subdirectory speech_encode_io1/...

Installed speech_encode_io1 binaries to /home/user/targetfs/usr/share/ti/ti-dmai-apps..

Executing make install in subdirectory video_decode_io/...
make[3]: Nothing to be done for `install'.

Executing make install in subdirectory video_decode_io2/...

Installed video_decode_io2 binaries to /home/user/targetfs/usr/share/ti/ti-dmai-apps..

Executing make install in subdirectory video_display/...

Installed video_display binaries to /home/user/targetfs/usr/share/ti/ti-dmai-apps..

Executing make install in subdirectory video_encode_io/...
make[3]: Nothing to be done for `install'.

Executing make install in subdirectory video_encode_io1/...

Installed video_encode_io1 binaries to /home/user/targetfs/usr/share/ti/ti-dmai-apps..

Executing make install in subdirectory video_encode_io_multich1/...
make[3]: Nothing to be done for `install'.

Executing make install in subdirectory video_loopback/...

Installed video_loopback binaries to /home/user/targetfs/usr/share/ti/ti-dmai-apps..

Executing make install in subdirectory video_loopback_blend/...
make[3]: Nothing to be done for `install'.

Executing make install in subdirectory video_loopback_convert/...
make[3]: Nothing to be done for `install'.

Executing make install in subdirectory video_loopback_copy/...

Installed video_loopback_copy binaries to /home/user/targetfs/usr/share/ti/ti-dmai-apps..

Executing make install in subdirectory video_loopback_resize/...

Installed video_loopback_resize binaries to /home/user/targetfs/usr/share/ti/ti-dmai-apps..
make[2]: Leaving directory `/home/user/ti-dvsdk_dm3730-evm/dmai_2_20_00_15/packages/ti/sdo/dmai/apps'
make[1]: Leaving directory `/home/user/ti-dvsdk_dm3730-evm/dmai_2_20_00_15'
cd /home/user/targetfs/usr/share/ti/ti-dmai-apps && rm -rf cs.x64P && ln -s ../ti-codecs-server/cs.x64P cs.x64P
install -d /home/user/targetfs/usr/share/ti/dvsdk-demos
. /home/user/ti-dvsdk_dm3730-evm/linux-devkit/environment-setup ; cd /home/user/ti-dvsdk_dm3730-evm/dvsdk-demos_4_02_00_01/qtInterface ; qmake ; make PLATFORM=omap3530 EXEC_DIR=/home/user/targetfs/usr/share/ti/dvsdk-demos install
make[1]: Entering directory `/home/user/ti-dvsdk_dm3730-evm/dvsdk-demos_4_02_00_01/qtInterface'
install -m 755 -p "qtInterface" "//home/user/targetfs/usr/share/ti/dvsdk-demos/qtInterface"
echo "//home/user/targetfs/usr/share/ti/dvsdk-demos/qtInterface"
//home/user/targetfs/usr/share/ti/dvsdk-demos/qtInterface
make[1]: Leaving directory `/home/user/ti-dvsdk_dm3730-evm/dvsdk-demos_4_02_00_01/qtInterface'
make -C /home/user/ti-dvsdk_dm3730-evm/dvsdk-demos_4_02_00_01/omap3530 install DVSDK_INSTALL_DIR=/home/user/ti-dvsdk_dm3730-evm XDC_INSTALL_DIR=/home/user/ti-dvsdk_dm3730-evm/xdctools_3_16_03_36 CE_INSTALL_DIR=/home/user/ti-dvsdk_dm3730-evm/codec-engine_2_26_02_11 FC_INSTALL_DIR=/home/user/ti-dvsdk_dm3730-evm/framework-components_2_26_00_01 CMEM_INSTALL_DIR=/home/user/ti-dvsdk_dm3730-evm/linuxutils_2_26_02_05 CODEC_INSTALL_DIR=/home/user/ti-dvsdk_dm3730-evm/codecs-omap3530_4_02_00_00 XDAIS_INSTALL_DIR=/home/user/ti-dvsdk_dm3730-evm/xdais_6_26_01_03 LINK_INSTALL_DIR=/home/user/ti-dvsdk_dm3730-evm/dsplink_1_65_01_05_eng DMAI_INSTALL_DIR=/home/user/ti-dvsdk_dm3730-evm/dmai_2_20_00_15 MVTOOL_DIR=/home/user/ti-dvsdk_dm3730-evm/linux-devkit/ CC=/home/user/ti-dvsdk_dm3730-evm/linux-devkit//bin/arm-arago-linux-gnueabi-gcc CROSS_COMPILE=/home/user/ti-dvsdk_dm3730-evm/linux-devkit//bin/arm-arago-linux-gnueabi- LINUXLIBS_INSTALL_DIR=/home/user/ti-dvsdk_dm3730-evm/linux-devkit/arm-arago-linux-gnueabi/usr C6ACCEL_INSTALL_DIR=/home/user/ti-dvsdk_dm3730-evm/c6accel_1_01_00_07 EXEC_DIR=/home/user/targetfs/usr/share/ti/dvsdk-demos PLATFORM=omap3530
make[1]: Entering directory `/home/user/ti-dvsdk_dm3730-evm/dvsdk-demos_4_02_00_01/omap3530'

Executing make install in subdirectory decode/...
make[2]: Entering directory `/home/user/ti-dvsdk_dm3730-evm/dvsdk-demos_4_02_00_01/omap3530/decode'

Installed decode binaries to /home/user/targetfs/usr/share/ti/dvsdk-demos..
make[2]: Leaving directory `/home/user/ti-dvsdk_dm3730-evm/dvsdk-demos_4_02_00_01/omap3530/decode'

Executing make install in subdirectory edge_detection/...
make[2]: Entering directory `/home/user/ti-dvsdk_dm3730-evm/dvsdk-demos_4_02_00_01/omap3530/edge_detection'

Installed edge_detection binaries to /home/user/targetfs/usr/share/ti/dvsdk-demos..
make[2]: Leaving directory `/home/user/ti-dvsdk_dm3730-evm/dvsdk-demos_4_02_00_01/omap3530/edge_detection'

Executing make install in subdirectory encode/...
make[2]: Entering directory `/home/user/ti-dvsdk_dm3730-evm/dvsdk-demos_4_02_00_01/omap3530/encode'

Installed encode binaries to /home/user/targetfs/usr/share/ti/dvsdk-demos..
make[2]: Leaving directory `/home/user/ti-dvsdk_dm3730-evm/dvsdk-demos_4_02_00_01/omap3530/encode'

make[1]: Leaving directory `/home/user/ti-dvsdk_dm3730-evm/dvsdk-demos_4_02_00_01/omap3530'
cd /home/user/targetfs/usr/share/ti/dvsdk-demos && rm -rf cs.x64P && ln -s ../ti-codecs-server/cs.x64P cs.x64P
mkdir -p /home/user/targetfs/usr/share/ti/linux-driver-examples//audio
cp  /home/user/ti-dvsdk_dm3730-evm/psp/linux-driver-examples-*/audio/bin/* /home/user/targetfs/usr/share/ti/linux-driver-examples//audio
mkdir -p /home/user/targetfs/usr/share/ti/linux-driver-examples/video
cp  /home/user/ti-dvsdk_dm3730-evm/psp/linux-driver-examples-*/video/bin/* /home/user/targetfs/usr/share/ti/linux-driver-examples/video
make -C /home/user/ti-dvsdk_dm3730-evm/c6accel_1_01_00_07 \
	PLATFORM="omap3530" \
	CMEM_INSTALL_DIR="/home/user/ti-dvsdk_dm3730-evm/linuxutils_2_26_02_05" \
	LINK_INSTALL_DIR="/home/user/ti-dvsdk_dm3730-evm/dsplink_1_65_01_05_eng" \
	LPM_INSTALL_DIR="/home/user/ti-dvsdk_dm3730-evm/local-power-manager_1_24_03_10_eng" \
	C6ACCEL_INSTALL_DIR="/home/user/ti-dvsdk_dm3730-evm/c6accel_1_01_00_07" \
	EXEC_DIR_C6ACCEL="/home/user/targetfs//usr/share/ti/c6accel-apps" \
	install
make[1]: Entering directory `/home/user/ti-dvsdk_dm3730-evm/c6accel_1_01_00_07'
Creating /home/user/targetfs//usr/share/ti/c6accel-apps
Copying kernel modules to target file system: /home/user/targetfs//usr/share/ti/c6accel-apps/
Copying cmemk.ko
Copying dsplinkk.ko
Copying lpm_omap3530.ko
Copying c6accel codec servers from /home/user/ti-dvsdk_dm3730-evm/c6accel_1_01_00_07
Copying c6accel test app from /home/user/ti-dvsdk_dm3730-evm/c6accel_1_01_00_07
Copying testfile from /home/user/ti-dvsdk_dm3730-evm/c6accel_1_01_00_07
make[1]: Leaving directory `/home/user/ti-dvsdk_dm3730-evm/c6accel_1_01_00_07'
install -d /home/user/targetfs/boot
install /home/user/ti-dvsdk_dm3730-evm/psp/x-load-*/x-load.bin /home/user/targetfs/boot
install /home/user/ti-dvsdk_dm3730-evm/psp/x-load-*/x-load.bin.ift /home/user/targetfs/boot
install -d /home/user/targetfs/usr/share/ti/c6run-apps
make -C /home/user/ti-dvsdk_dm3730-evm/c6run_0_98_03_03 \
	INSTALL_DIR="/home/user/targetfs/usr/share/ti/c6run-apps" \
	CODEGEN_INSTALL_DIR="/home/user/ti-dvsdk_dm3730-evm/cgt6x_6_1_14" \
	BIOS_INSTALL_DIR="/home/user/ti-dvsdk_dm3730-evm/dspbios_5_41_03_17" \
	XDC_INSTALL_DIR="/home/user/ti-dvsdk_dm3730-evm/xdctools_3_16_03_36" \
	LINK_INSTALL_DIR="/home/user/ti-dvsdk_dm3730-evm/dsplink_1_65_01_05_eng" \
	CMEM_INSTALL_DIR="/home/user/ti-dvsdk_dm3730-evm/linuxutils_2_26_02_05" \
	LPM_INSTALL_DIR="/home/user/ti-dvsdk_dm3730-evm/local-power-manager_1_24_03_10_eng" \
	ARM_TOOLCHAIN_PATH="/home/user/ti-dvsdk_dm3730-evm/linux-devkit/" \
	ARM_TOOLCHAIN_PREFIX="arm-arago-linux-gnueabi-" \
	install_programs
make[1]: Entering directory `/home/user/ti-dvsdk_dm3730-evm/c6run_0_98_03_03'
CMEM kernel module found. Copying to install directory...
DSPLink kernel module found. Copying to install directory...
LPM kernel module found. Copying to install directory...
LPM kernel module found. Copying to install directory...
make[1]: Leaving directory `/home/user/ti-dvsdk_dm3730-evm/c6run_0_98_03_03'
install -d /home/user/targetfs/etc/init.d
install -m 0755 /home/user/ti-dvsdk_dm3730-evm/example-applications/matrix-gui-*/dm3730/etc/init /home/user/targetfs/etc/init.d/matrix-gui-e
install -d /home/user/targetfs/usr/bin
install -m 0755 /home/user/ti-dvsdk_dm3730-evm/example-applications/matrix-gui-*/matrix_gui /home/user/targetfs/usr/bin/matrix_guiE
cp -ar /home/user/ti-dvsdk_dm3730-evm/example-applications/matrix-gui-*/dm3730/bin/* \
	/home/user/targetfs/usr/bin/
install -d /home/user/targetfs/usr/share/matrix
cp -ar /home/user/ti-dvsdk_dm3730-evm/example-applications/matrix-gui-*/dm3730/html \
	/home/user/targetfs/usr/share/matrix/
install -d /home/user/targetfs/usr/share/matrix
cp -ar /home/user/ti-dvsdk_dm3730-evm/example-applications/matrix-gui-*/images/ \
	/home/user/targetfs/usr/share/matrix/
install -d /home/user/targetfs/usr/lib/gstreamer-0.10
cp /home/user/ti-dvsdk_dm3730-evm/gstreamer-ti_svn*/src/.libs/*.so /home/user/targetfs/usr/lib/gstreamer-0.10
install -d /home/user/targetfs/etc/init.d/
install -d /home/user/targetfs/etc/rc3.d/
install -m 0755 /home/user/ti-dvsdk_dm3730-evm/etc/init.d/loadmodule-rc /home/user/targetfs/etc/init.d/
cd /home/user/targetfs/etc && rm -rf rc3.d/S99loadmodule-rc && ln -s ../init.d/loadmodule-rc rc3.d/S99loadmodule-rc
install -d /home/user/targetfs/usr/share/ti/dvtb/scripts
install /home/user/ti-dvsdk_dm3730-evm/dvtb_4_20_18/packages/ti/sdo/dvtb/dm3730/linux/bin/* /home/user/targetfs/usr/share/ti/dvtb
install /home/user/ti-dvsdk_dm3730-evm/dvtb_4_20_18/packages/ti/sdo/dvtb/scripts/dm3730/* /home/user/targetfs/usr/share/ti/dvtb/scripts

After excuting the previous command I did:

sudo cp /home/user/targetfs/boot/uImage /tftpboot/uImage-dm37x-evm.bin

This is the log booting the target with compiled components:


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

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


U-Boot 2010.06-00015-g42de45c (Apr 30 2013 - 14:08:33)

U-Boot code: 80E80000 -> 80EB80E8  BSS: -> 80EF74E8
OMAP34xx/35xx-GP ES2.0, CPU-OPP2 L3-165MHz
OMAP3 EVM board + LPDDR/NAND
I2C:   ready
RAM Configuration:
Bank #0: 80000000 256 MiB
Bank #1: 90000000 128 MiB
NAND:  512 MiB
In:    serial
Out:   serial
Err:   serial
Read back SMSC id 0x92200000
Die ID #578400011ff00000015a5e590e01a02f
Trace point at board.c:384/start_armboot()!
Trace point at board.c:426/start_armboot()!
Net:   smc911x-0
Trace point at board.c:439/start_armboot()!
### main_loop entered: bootdelay=4

### main_loop: bootcmd="dhcp;setenv serverip 1.1.3.155;tftpboot;bootm"
Hit any key to stop autoboot:  4  3  2  1  0 
smc911x: detected LAN9220 controller
smc911x: phy initialized
smc911x: MAC 00:50:c2:7e:94:86
BOOTP broadcast 1
DHCP client bound to address 1.1.2.155
smc911x: detected LAN9220 controller
smc911x: phy initialized
smc911x: MAC 00:50:c2:7e:94:86
Using smc911x-0 device
TFTP from server 1.1.3.155; our IP address is 1.1.2.155
Filename 'uImage-dm37x-evm.bin'.
Load address: 0x82000000
Loading: *#################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 ########################################################
done
Bytes transferred = 3279504 (320a90 hex)
Trace point at cmd_bootm.c:214/bootm_start()!
*  kernel: default image load address = 0x82000000
## Booting kernel from Legacy Image at 82000000 ...
   Image Name:   Linux-2.6.37
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3279440 Bytes = 3.1 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   kernel data at 0x82000040, len = 0x00320a50 (3279440)
   Loading Kernel Image ... OK
OK
   kernel loaded at 0x80008000, end = 0x80328a50

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Linux version 2.6.37 (user@HP) (gcc version 4.3.3 (GCC) ) #1 Fri Jun 7 14:39:28 CEST 2013
[    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 rw mem=55M@0x80000000 mpurate=1000 mem=128M@0x88000000 omap_vout.vid1_static_vrfb_alloc=y omapfb.vram=0:4M root=/dev/nfs nfsroot=1.1.3.155:/home/user/targetfs ip=dhcp
[    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: 168884k/168884k available, 18508k 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 - 0xc061f35c   (6017 kB)
[    0.000000]       .data : 0xc0620000 - 0xc07e2520   (1802 kB)
[    0.000000] NR_IRQS:409
[    0.000000] Clocking rate (Crystal/Core/MPU): 26.0/400/800 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: 3935 kB
[    0.000000]  per task-struct memory footprint: 2304 bytes
[    0.000000] Calibrating delay loop... 796.19 BogoMIPS (lpj=3112960)
[    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] [<c004fa88>] (unwind_backtrace+0x0/0xec) from [<c0078f10>] (warn_slowpath_common+0x4c/0x64)
[    0.000000] [<c0078f10>] (warn_slowpath_common+0x4c/0x64) from [<c0078fbc>] (warn_slowpath_fmt+0x30/0x40)
[    0.000000] [<c0078fbc>] (warn_slowpath_fmt+0x30/0x40) from [<c001389c>] (omap2_clk_switch_mpurate_at_boot+0x80/0xb4)
[    0.000000] [<c001389c>] (omap2_clk_switch_mpurate_at_boot+0x80/0xb4) from [<c00138dc>] (omap3xxx_clk_arch_init+0xc/0x3c)
[    0.000000] [<c00138dc>] (omap3xxx_clk_arch_init+0xc/0x3c) from [<c003f3c8>] (do_one_initcall+0xc8/0x194)
[    0.000000] [<c003f3c8>] (do_one_initcall+0xc8/0x194) from [<c000869c>] (kernel_init+0x98/0x150)
[    0.000000] [<c000869c>] (kernel_init+0x98/0x150) from [<c004accc>] (kernel_thread_exit+0x0/0x8)
[    0.000000] ---[ end trace 1b75b31a2719ed1c ]---
[    0.000000] OMAP DMA hardware revision 5.0
[    0.073089] bio: create slab <bio-0> at 0
[    0.076019] regulator: vwl1271: 1800 mV 
[    0.079467] SCSI subsystem initialized
[    0.086639] usbcore: registered new interface driver usbfs
[    0.087524] usbcore: registered new interface driver hub
[    0.088104] usbcore: registered new device driver usb
[    0.091217] omap_device: omap_i2c.1: new worst case activate latency 0: 30517
[    0.091339] omap_i2c omap_i2c.1: bus 1 rev4.0 at 2600 kHz
[    0.097534] twl4030: PIH (irq 7) chaining IRQs 368..375
[    0.097656] twl4030: power (irq 373) chaining IRQs 376..383
[    0.099029] twl4030: gpio (irq 368) chaining IRQs 384..401
[    0.109100] regulator: VIO: 1800 mV normal standby
[    0.110687] regulator: VMMC1: 1850 <--> 3150 mV at 3000 mV normal standby
[    0.112243] regulator: VDAC: 1800 mV normal standby
[    0.113800] regulator: VAUX2_4030: 2800 mV normal standby
[    0.115325] regulator: VPLL2: 1800 mV normal standby
[    0.116882] regulator: VSIM: 1800 <--> 3000 mV at 1800 mV normal standby
[    0.118469] regulator: VAUX3: 2800 mV normal standby
[    0.119201] omap_device: omap_i2c.1: new worst case deactivate latency 0: 30517
[    0.119415] omap_i2c omap_i2c.2: bus 2 rev4.0 at 400 kHz
[    0.128631] omap_i2c omap_i2c.3: bus 3 rev4.0 at 400 kHz
[    0.132568] Advanced Linux Sound Architecture Driver Version 1.0.23.
[    0.134429] Bluetooth: Core ver 2.15
[    0.134948] NET: Registered protocol family 31
[    0.134948] Bluetooth: HCI device and connection manager initialized
[    0.135040] Bluetooth: HCI socket layer initialized
[    0.136199] Switching to clocksource 32k_counter
[    0.213836] musb-hdrc: version 6.0, otg (peripheral+host), debug=0
[    0.214111] musb-hdrc musb-hdrc.0: dma type: dma-inventra
[    0.214904] musb-hdrc musb-hdrc.0: USB OTG mode controller at fa0ab000 using DMA, IRQ 92
[    0.216003] NET: Registered protocol family 2
[    0.216369] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.217254] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.217498] TCP bind hash table entries: 8192 (order: 6, 360448 bytes)
[    0.219024] TCP: Hash tables configured (established 8192 bind 8192)
[    0.219085] TCP reno registered
[    0.219085] UDP hash table entries: 128 (order: 1, 12288 bytes)
[    0.219238] UDP-Lite hash table entries: 128 (order: 1, 12288 bytes)
[    0.219787] NET: Registered protocol family 1
[    0.220642] RPC: Registered udp transport module.
[    0.220642] RPC: Registered tcp transport module.
[    0.220672] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.221221] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.225616] omap3evm camera init done successfully...
[    0.226135] omap-iommu omap-iommu.0: isp registered
[    0.226684] AM37x/DM37x  Linux PSP version 04.02.00.07 (OMAP3EVM)
[    0.353210] VFS: Disk quotas dquot_6.5.2
[    0.353302] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.354797] JFFS2 version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    0.355529] msgmni has been set to 329
[    0.358978] io scheduler noop registered
[    0.359008] io scheduler deadline registered
[    0.359130] io scheduler cfq registered (default)
[    0.417846] OMAP DSS rev 2.0
[    0.418060] OMAP DISPC rev 3.0
[    0.418121] OMAP VENC rev 2
[    0.418823] OMAP DSI rev 1.0
[    0.748535] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.753204] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
[    1.588745] console [ttyO0] enabled
[    1.593353] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
[    1.601623] omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
[    1.609832] omap_uart.3: ttyO3 at MMIO 0x49042000 (irq = 80) is a OMAP UART3
[    1.645019] brd: module loaded
[    1.661560] loop: module loaded
[    1.670379] mtdoops: mtd device (mtddev=name/number) must be supplied
[    1.677246] omap2-nand driver initializing
[    1.682006] NAND device: Manufacturer ID: 0xad, Chip ID: 0xbc (Hynix )
[    1.688934] Creating 5 MTD partitions on "omap2-nand.0":
[    1.694549] 0x000000000000-0x000000080000 : "X-Loader-NAND"
[    1.705017] 0x000000080000-0x0000001c0000 : "U-Boot-NAND"
[    1.715026] 0x0000001c0000-0x000000280000 : "Boot Env-NAND"
[    1.724853] 0x000000280000-0x000000780000 : "Kernel-NAND"
[    1.736328] 0x000000780000-0x000020000000 : "File System - NAND"
[    1.983001] OneNAND driver initializing
[    1.987182] omap2-onenand omap2-onenand: Cannot request GPMC CS
[    1.993591] omap2-onenand: probe of omap2-onenand failed with error -16
[    2.003204] smsc911x: Driver version 2008-10-21.
[    2.012054] smsc911x-mdio: probed
[    2.015869] eth0: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=ffffffff:01, irq=-1)
[    2.025024] net eth0: MAC Address: 00:50:c2:7e:94:86
[    2.031311] usbcore: registered new interface driver asix
[    2.037445] usbcore: registered new interface driver cdc_ether
[    2.044036] usbcore: registered new interface driver net1080
[    2.050384] usbcore: registered new interface driver cdc_subset
[    2.057067] usbcore: registered new interface driver zaurus
[    2.062957] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.073852] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[    3.080322] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
[    3.088470] ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
[    3.105163] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[    3.111572] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.118743] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.126342] usb usb1: Product: OMAP-EHCI Host Controller
[    3.131927] usb usb1: Manufacturer: Linux 2.6.37 ehci_hcd
[    3.137603] usb usb1: SerialNumber: ehci-omap.0
[    3.144836] hub 1-0:1.0: USB hub found
[    3.148803] hub 1-0:1.0: 3 ports detected
[    3.183868] Initializing USB Mass Storage driver...
[    3.189544] usbcore: registered new interface driver usb-storage
[    3.195892] USB Mass Storage support registered.
[    3.201293] usbcore: registered new interface driver usbtest
[    3.207336] g_ether gadget: using random self ethernet address
[    3.213470] g_ether gadget: using random host ethernet address
[    3.220855] usb0: MAC 7a:0b:bc:c5:97:32
[    3.224914] usb0: HOST MAC f6:4c:16:33:b1:fc
[    3.229431] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
[    3.236419] g_ether gadget: g_ether ready
[    3.240661] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
[    3.246368] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2
[    3.254821] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    3.261993] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.269592] usb usb2: Product: MUSB HDRC host driver
[    3.274780] usb usb2: Manufacturer: Linux 2.6.37 musb-hcd
[    3.280456] usb usb2: SerialNumber: musb-hdrc.0
[    3.287261] hub 2-0:1.0: USB hub found
[    3.291229] hub 2-0:1.0: 1 port detected
[    3.298400] mice: PS/2 mouse device common for all mice
[    3.306243] input: TWL4030 Keypad as /devices/platform/omap/omap_i2c.1/i2c-1/1-004a/twl4030_keypad/input/input0
[    3.322845] ads7846 spi1.0: touchscreen, irq 335
[    3.329254] input: ADS7846 Touchscreen as /devices/platform/omap2_mcspi.1/spi1.0/input/input1
[    3.342681] input: twl4030_pwrbutton as /devices/platform/omap/omap_i2c.1/i2c-1/1-0049/twl4030_pwrbutton/input/input2
[    3.356536] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[    3.363403] twl_rtc twl_rtc: Power up reset detected.
[    3.369537] twl_rtc twl_rtc: Enabling TWL-RTC.
[    3.375793] i2c /dev entries driver
[    3.383148] Linux media interface: v0.10
[    3.387786] Linux video capture interface: v2.00
[    3.394287] omap3isp supply VDD_CSIPHY1 not found, using dummy regulator
[    3.401336] omap3isp supply VDD_CSIPHY2 not found, using dummy regulator
[    3.408630] omap3isp omap3isp: Revision 15.0 found
[    3.413848] omap-iommu omap-iommu.0: isp: version 1.1
[    3.485107] mt9t111 2-003c: Unable to detectmt9t111sensor
[    3.494354] isp_register_subdev_group: Unable to register subdev mt9t111
[    3.502655] tvp514x 3-005c: tvp514x 3-005c decoder driver registered !!
[    3.513519] tvp514x 3-005c: tvp5146m2 (Version - 0x03) found at 0xb8 (OMAP I2C adapter)
[    3.528564] usbcore: registered new interface driver uvcvideo
[    3.534606] USB Video Class driver (v1.0.0)
[    3.539306] omap_device: omap_wdt.-1: new worst case activate latency 0: 30517
[    3.547943] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
[    3.554321] omap_device: omap_wdt.-1: new worst case deactivate latency 0: 30517
[    3.562591] Bluetooth: HCI UART driver ver 2.2
[    3.567291] Bluetooth: HCI H4 protocol initialized
[    3.572296] Bluetooth: HCILL protocol initialized
[    3.584075] mmci-omap-hs.1 supply vmmc_aux not found, using dummy regulator
[    3.596405] usbcore: registered new interface driver usbhid
[    3.602325] usbhid: USB HID core driver
[    3.608276] usbcore: registered new interface driver snd-usb-audio
[    3.618072] OMAP3 EVM SoC init
[    3.706848] asoc: twl4030-hifi <-> omap-mcbsp-dai.1 mapping ok
[    3.716339] ALSA device list:
[    3.719421]   #0: omap3evm
[    3.722259] oprofile: hardware counters not available
[    3.727630] oprofile: using timer interrupt.
[    3.732269] nf_conntrack version 0.5.0 (2638 buckets, 10552 max)
[    3.739685] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.745605] TCP cubic registered
[    3.749053] Initializing XFRM netlink socket
[    3.753662] NET: Registered protocol family 17
[    3.758392] NET: Registered protocol family 15
[    3.763671] Bluetooth: L2CAP ver 2.15
[    3.767517] Bluetooth: L2CAP socket layer initialized
[    3.772888] Bluetooth: SCO (Voice Link) ver 0.6
[    3.777679] Bluetooth: SCO socket layer initialized
[    3.783081] Bluetooth: RFCOMM TTY layer initialized
[    3.788299] Bluetooth: RFCOMM socket layer initialized
[    3.793731] Bluetooth: RFCOMM ver 1.11
[    3.797668] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.803253] Bluetooth: BNEP filters: protocol multicast
[    3.808776] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    3.816497] Registering the dns_resolver key type
[    3.821716] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    3.832061] ThumbEE CPU extension supported.
[    3.849334] Power Management for TI OMAP3.
[    3.854187] sr_init: No PMIC hook to init smartreflex
[    3.859954] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
[    3.868530] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
[    3.877563] SmartReflex Class3 initialized
[    3.909545] clock: disabling unused clocks to save power
[    3.916625] platform mpu.0: omap_voltage_scale: Already at the requestedrate 800000000
[    4.022094] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
[    4.030883] omap_vout omap_vout: Buffer Size = 3686400
[    4.049255] omap_vout omap_vout: : registered and initialized video device 16
[    4.056854] omap_vout omap_vout: Buffer Size = 3686400
[    4.063873] omap_vout omap_vout: : registered and initialized video device 17
[    4.078735] mmc0: new SDHC card at address ea7e
[    4.084716] mmcblk0: mmc0:ea7e SD04G 3.69 GiB 
[    4.096588]  mmcblk0: p1 p2
[    4.219146] mmc1: card claims to support voltages below the defined range. These will be ignored.
[    4.248046] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[    4.255859] mmc1: new SDIO card at address 0001
[    4.575012] net eth0: SMSC911x/921x identified at 0xd0884000, IRQ: 336
[    5.589538] Sending DHCP requests .., OK
[    9.097808] IP-Config: Got DHCP answer from 1.1.1.131, my address is 1.1.2.155
[    9.106567] IP-Config: Complete:
[    9.109985]      device=eth0, addr=1.1.2.155, mask=255.0.0.0, gw=255.255.255.255,
[    9.117797]      host=1.1.2.155, domain=televes.com, nis-domain=(none),
[    9.124786]      bootserver=1.1.1.131, rootserver=1.1.3.155, rootpath=
[    9.169189] VFS: Mounted root (nfs filesystem) on device 0:14.
[    9.175750] Freeing init memory: 220K
INIT: version 2.86 booting
Please wait: booting...
Starting udev
[   10.811309] udevd (735): /proc/735/oom_adj is deprecated, please use /proc/735/oom_score_adj instead.
[   12.599121] cfg80211: disagrees about version of symbol module_layout
[   12.607482] cfg80211: disagrees about version of symbol module_layout
[   13.137420] cfg80211: disagrees about version of symbol module_layout
[   13.150177] cfg80211: disagrees about version of symbol module_layout
[   21.406005] FAT: bogus number of reserved sectors
[   21.411010] VFS: Can't find a valid FAT filesystem on dev mmcblk0.
[   22.110351] EXT3-fs (mmcblk0): error: can't find ext3 filesystem on dev mmcblk0.
[   22.201324] EXT2-fs (mmcblk0): error: can't find an ext2 filesystem on dev mmcblk0.
[   22.296539] cramfs: wrong magic
[   22.323974] FAT: bogus number of reserved sectors
[   22.328948] VFS: Can't find a valid FAT filesystem on dev mmcblk0.
[   24.295288] EXT3-fs: barriers not enabled
[   24.301666] kjournald starting.  Commit interval 5 seconds
[   24.307586] EXT3-fs (mmcblk0p2): warning: maximal mount count reached, running e2fsck is recommended
[   24.321624] EXT3-fs (mmcblk0p2): using internal journal
[   24.327606] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
Root filesystem already rw, not remounting
Caching udev devnodes
Populating dev cachemv: cannot rename '/tmp/devices': No such file or directory
ALSA: Restoring mixer settings...
NOT configuring network interfaces: / is an NFS mount
Fri Dec 23 00:36:00 UTC 2011
INIT: Entering runlevel: 5
Starting system message bus: dbus.
Starting Dropbear SSH server: dropbear.
Starting telnet daemon.
Starting network benchmark server: netserver.
Starting syslogd/klogd: done
Starting thttpd.
Starting PVR
Usage: insmod filename [args]
FATAL: Module omaplfb not found.
FATAL: Module bufferclass_ti not found.
BusyBox v1.13.2 (2011-12-23 00:31:29 IST) multi-call binary

Usage: mknod [OPTIONS] NAME TYPE MAJOR MINOR

Create a special file (block, character, or pipe)

Options:
	-m	Create the special file using the specified mode (default a=rw)
TYPEs include:
	b:	Make a block device
	c or u:	Make a character device
	p:	Make a named pipe (MAJOR and MINOR are ignored)

chmod: /dev/pvrsrvkm: No such file or directory
FATAL: Module cmemk not found.
FATAL: Module dsplinkk not found.
FATAL: Module lpm_omap3530 not found.
FATAL: Module sdmak not found.
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 2 [67%] [0.00dB]
  Front Right: Playback 2 [67%] [0.00dB]

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

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

Arago 2011.06 dm37x-evm ttyO0

dm37x-evm login: root
root@dm37x-evm:~# d dmesg | grep version
[    0.000000] Linux version 2.6.37 (user@HP) (gcc version 4.3.3 (GCC) ) #1 Fri Jun 7 14:39:28 CEST 2013
[    0.000000] regulator: core version 0.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 GPIO hardware version 2.5
[    0.213836] musb-hdrc: version 6.0, otg (peripheral+host), debug=0
[    0.214233] musb-hdrc: MHDRC RTL version 1.800 
[    0.226684] AM37x/DM37x  Linux PSP version 04.02.00.07 (OMAP3EVM)
[    0.354797] JFFS2 version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    2.003204] smsc911x: Driver version 2008-10-21.
[    3.229431] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
[    3.413848] omap-iommu omap-iommu.0: isp: version 1.1
[    3.732269] nf_conntrack version 0.5.0 (2638 buckets, 10552 max)
[   12.599121] cfg80211: disagrees about version of symbol module_layout
[   12.607482] cfg80211: disagrees about version of symbol module_layout
[   13.137420] cfg80211: disagrees about version of symbol module_layout
[   13.150177] cfg80211: disagrees about version of symbol module_layout
root@dm37x-evm:~# depmod -a
root@dm37x-evm:~# poweroff

Broadcast message from root (ttyO0) (Fri Dec 23 00:37:25 2011):

The system is going down for system halt NOW!
INIT: Switching to runlevel: 0
root@dm37x-evm:~# INIT: SendingStopping Dropbear SSH server: stopped /usr/sbin/dropbear (pid 2011)
dropbear.
Stopping telnet daemon.
Stopping system message bus: stopped process in pidfile '/var/run/dbus/pid' (pid 1998)
dbus.
Stopping network benchmark server: netserverstopped /usr/sbin/netserver (pid 2023)
.
Stopping thttpd.
ALSA: Storing mixer settings...
Stopping PVR
ERROR: Module bufferclass_ti does not exist in /proc/modules
NOT deconfiguring network interfaces: / is an NFS mount
Stopping syslogd/klogd: stopped syslogd (pid 2028)
stopped klogd (pid 2030)
done
Stopping Matrix GUI application.
Sending all processes the TERM signal...
Sending all processes the KILL signal...
Unmounting remote filesystems...
Deactivating swap...
Unmounting local filesystems...
[  121.505676] System halted.


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

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


U-Boot 2010.06-00015-g42de45c (Apr 30 2013 - 14:08:33)

U-Boot code: 80E80000 -> 80EB80E8  BSS: -> 80EF74E8
OMAP34xx/35xx-GP ES2.0, CPU-OPP2 L3-165MHz
OMAP3 EVM board + LPDDR/NAND
I2C:   ready
RAM Configuration:
Bank #0: 80000000 256 MiB
Bank #1: 90000000 128 MiB
NAND:  512 MiB
In:    serial
Out:   serial
Err:   serial
Read back SMSC id 0x92200000
Die ID #578400011ff00000015a5e590e01a02f
Trace point at board.c:384/start_armboot()!
Trace point at board.c:426/start_armboot()!
Net:   smc911x-0
Trace point at board.c:439/start_armboot()!
### main_loop entered: bootdelay=4

### main_loop: bootcmd="dhcp;setenv serverip 1.1.3.155;tftpboot;bootm"
Hit any key to stop autoboot:  4  3  2  1  0 
smc911x: detected LAN9220 controller
smc911x: phy initialized
smc911x: MAC 00:50:c2:7e:94:86
BOOTP broadcast 1
DHCP client bound to address 1.1.2.155
smc911x: detected LAN9220 controller
smc911x: phy initialized
smc911x: MAC 00:50:c2:7e:94:86
Using smc911x-0 device
TFTP from server 1.1.3.155; our IP address is 1.1.2.155
Filename 'uImage-dm37x-evm.bin'.
Load address: 0x82000000
Loading: *#################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 ########################################################
done
Bytes transferred = 3279504 (320a90 hex)
Trace point at cmd_bootm.c:214/bootm_start()!
*  kernel: default image load address = 0x82000000
## Booting kernel from Legacy Image at 82000000 ...
   Image Name:   Linux-2.6.37
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3279440 Bytes = 3.1 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   kernel data at 0x82000040, len = 0x00320a50 (3279440)
   Loading Kernel Image ... OK
OK
   kernel loaded at 0x80008000, end = 0x80328a50

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Linux version 2.6.37 (user@HP) (gcc version 4.3.3 (GCC) ) #1 Fri Jun 7 14:39:28 CEST 2013
[    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 rw mem=55M@0x80000000 mpurate=1000 mem=128M@0x88000000 omap_vout.vid1_static_vrfb_alloc=y omapfb.vram=0:4M root=/dev/nfs nfsroot=1.1.3.155:/home/user/targetfs ip=dhcp
[    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: 168884k/168884k available, 18508k 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 - 0xc061f35c   (6017 kB)
[    0.000000]       .data : 0xc0620000 - 0xc07e2520   (1802 kB)
[    0.000000] NR_IRQS:409
[    0.000000] Clocking rate (Crystal/Core/MPU): 26.0/400/800 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: 3935 kB
[    0.000000]  per task-struct memory footprint: 2304 bytes
[    0.000000] Calibrating delay loop... 796.19 BogoMIPS (lpj=3112960)
[    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] [<c004fa88>] (unwind_backtrace+0x0/0xec) from [<c0078f10>] (warn_slowpath_common+0x4c/0x64)
[    0.000000] [<c0078f10>] (warn_slowpath_common+0x4c/0x64) from [<c0078fbc>] (warn_slowpath_fmt+0x30/0x40)
[    0.000000] [<c0078fbc>] (warn_slowpath_fmt+0x30/0x40) from [<c001389c>] (omap2_clk_switch_mpurate_at_boot+0x80/0xb4)
[    0.000000] [<c001389c>] (omap2_clk_switch_mpurate_at_boot+0x80/0xb4) from [<c00138dc>] (omap3xxx_clk_arch_init+0xc/0x3c)
[    0.000000] [<c00138dc>] (omap3xxx_clk_arch_init+0xc/0x3c) from [<c003f3c8>] (do_one_initcall+0xc8/0x194)
[    0.000000] [<c003f3c8>] (do_one_initcall+0xc8/0x194) from [<c000869c>] (kernel_init+0x98/0x150)
[    0.000000] [<c000869c>] (kernel_init+0x98/0x150) from [<c004accc>] (kernel_thread_exit+0x0/0x8)
[    0.000000] ---[ end trace 1b75b31a2719ed1c ]---
[    0.000000] OMAP DMA hardware revision 5.0
[    0.073150] bio: create slab <bio-0> at 0
[    0.076110] regulator: vwl1271: 1800 mV 
[    0.079559] SCSI subsystem initialized
[    0.086730] usbcore: registered new interface driver usbfs
[    0.087615] usbcore: registered new interface driver hub
[    0.088195] usbcore: registered new device driver usb
[    0.091369] omap_i2c omap_i2c.1: bus 1 rev4.0 at 2600 kHz
[    0.097625] twl4030: PIH (irq 7) chaining IRQs 368..375
[    0.097747] twl4030: power (irq 373) chaining IRQs 376..383
[    0.099121] twl4030: gpio (irq 368) chaining IRQs 384..401
[    0.109222] regulator: VIO: 1800 mV normal standby
[    0.110809] regulator: VMMC1: 1850 <--> 3150 mV at 3000 mV normal standby
[    0.112335] regulator: VDAC: 1800 mV normal standby
[    0.113891] regulator: VAUX2_4030: 2800 mV normal standby
[    0.115447] regulator: VPLL2: 1800 mV normal standby
[    0.116973] regulator: VSIM: 1800 <--> 3000 mV at 1800 mV normal standby
[    0.118560] regulator: VAUX3: 2800 mV normal standby
[    0.119293] omap_device: omap_i2c.1: new worst case deactivate latency 0: 30517
[    0.119415] omap_device: omap_i2c.2: new worst case activate latency 0: 30517
[    0.119506] omap_i2c omap_i2c.2: bus 2 rev4.0 at 400 kHz
[    0.128601] omap_i2c omap_i2c.3: bus 3 rev4.0 at 400 kHz
[    0.132537] Advanced Linux Sound Architecture Driver Version 1.0.23.
[    0.134399] Bluetooth: Core ver 2.15
[    0.134887] NET: Registered protocol family 31
[    0.134918] Bluetooth: HCI device and connection manager initialized
[    0.135009] Bluetooth: HCI socket layer initialized
[    0.136169] Switching to clocksource 32k_counter
[    0.213836] musb-hdrc: version 6.0, otg (peripheral+host), debug=0
[    0.214111] musb-hdrc musb-hdrc.0: dma type: dma-inventra
[    0.214904] musb-hdrc musb-hdrc.0: USB OTG mode controller at fa0ab000 using DMA, IRQ 92
[    0.216003] NET: Registered protocol family 2
[    0.216369] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.217224] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.217468] TCP bind hash table entries: 8192 (order: 6, 360448 bytes)
[    0.219024] TCP: Hash tables configured (established 8192 bind 8192)
[    0.219055] TCP reno registered
[    0.219085] UDP hash table entries: 128 (order: 1, 12288 bytes)
[    0.219207] UDP-Lite hash table entries: 128 (order: 1, 12288 bytes)
[    0.219757] NET: Registered protocol family 1
[    0.220611] RPC: Registered udp transport module.
[    0.220611] RPC: Registered tcp transport module.
[    0.220642] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.221160] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.225616] omap3evm camera init done successfully...
[    0.226135] omap-iommu omap-iommu.0: isp registered
[    0.226684] AM37x/DM37x  Linux PSP version 04.02.00.07 (OMAP3EVM)
[    0.353027] VFS: Disk quotas dquot_6.5.2
[    0.353088] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.354797] JFFS2 version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    0.355560] msgmni has been set to 329
[    0.358947] io scheduler noop registered
[    0.358978] io scheduler deadline registered
[    0.359100] io scheduler cfq registered (default)
[    0.417816] OMAP DSS rev 2.0
[    0.418029] OMAP DISPC rev 3.0
[    0.418090] OMAP VENC rev 2
[    0.418792] OMAP DSI rev 1.0
[    0.748504] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.753173] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
[    1.588714] console [ttyO0] enabled
[    1.593322] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
[    1.601593] omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
[    1.609802] omap_uart.3: ttyO3 at MMIO 0x49042000 (irq = 80) is a OMAP UART3
[    1.644958] brd: module loaded
[    1.661529] loop: module loaded
[    1.670318] mtdoops: mtd device (mtddev=name/number) must be supplied
[    1.677185] omap2-nand driver initializing
[    1.681976] NAND device: Manufacturer ID: 0xad, Chip ID: 0xbc (Hynix )
[    1.688873] Creating 5 MTD partitions on "omap2-nand.0":
[    1.694488] 0x000000000000-0x000000080000 : "X-Loader-NAND"
[    1.704956] 0x000000080000-0x0000001c0000 : "U-Boot-NAND"
[    1.714965] 0x0000001c0000-0x000000280000 : "Boot Env-NAND"
[    1.724792] 0x000000280000-0x000000780000 : "Kernel-NAND"
[    1.736236] 0x000000780000-0x000020000000 : "File System - NAND"
[    1.982696] OneNAND driver initializing
[    1.986877] omap2-onenand omap2-onenand: Cannot request GPMC CS
[    1.993286] omap2-onenand: probe of omap2-onenand failed with error -16
[    2.002899] smsc911x: Driver version 2008-10-21.
[    2.011749] smsc911x-mdio: probed
[    2.015533] eth0: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=ffffffff:01, irq=-1)
[    2.024719] net eth0: MAC Address: 00:50:c2:7e:94:86
[    2.031005] usbcore: registered new interface driver asix
[    2.037139] usbcore: registered new interface driver cdc_ether
[    2.043731] usbcore: registered new interface driver net1080
[    2.050079] usbcore: registered new interface driver cdc_subset
[    2.056762] usbcore: registered new interface driver zaurus
[    2.062652] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.073822] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[    3.080291] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
[    3.088439] ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
[    3.105133] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[    3.111541] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.118713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.126312] usb usb1: Product: OMAP-EHCI Host Controller
[    3.131896] usb usb1: Manufacturer: Linux 2.6.37 ehci_hcd
[    3.137573] usb usb1: SerialNumber: ehci-omap.0
[    3.144805] hub 1-0:1.0: USB hub found
[    3.148773] hub 1-0:1.0: 3 ports detected
[    3.183837] Initializing USB Mass Storage driver...
[    3.189514] usbcore: registered new interface driver usb-storage
[    3.195861] USB Mass Storage support registered.
[    3.201263] usbcore: registered new interface driver usbtest
[    3.207336] g_ether gadget: using random self ethernet address
[    3.213439] g_ether gadget: using random host ethernet address
[    3.220794] usb0: MAC 7a:0b:bc:c5:97:32
[    3.224884] usb0: HOST MAC f6:4c:16:33:b1:fc
[    3.229400] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
[    3.236389] g_ether gadget: g_ether ready
[    3.240631] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
[    3.246337] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2
[    3.254791] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    3.261962] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.269561] usb usb2: Product: MUSB HDRC host driver
[    3.274749] usb usb2: Manufacturer: Linux 2.6.37 musb-hcd
[    3.280426] usb usb2: SerialNumber: musb-hdrc.0
[    3.287231] hub 2-0:1.0: USB hub found
[    3.291198] hub 2-0:1.0: 1 port detected
[    3.298370] mice: PS/2 mouse device common for all mice
[    3.306213] input: TWL4030 Keypad as /devices/platform/omap/omap_i2c.1/i2c-1/1-004a/twl4030_keypad/input/input0
[    3.322845] ads7846 spi1.0: touchscreen, irq 335
[    3.329284] input: ADS7846 Touchscreen as /devices/platform/omap2_mcspi.1/spi1.0/input/input1
[    3.342590] input: twl4030_pwrbutton as /devices/platform/omap/omap_i2c.1/i2c-1/1-0049/twl4030_pwrbutton/input/input2
[    3.356536] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[    3.365844] i2c /dev entries driver
[    3.372833] Linux media interface: v0.10
[    3.377380] Linux video capture interface: v2.00
[    3.383880] omap3isp supply VDD_CSIPHY1 not found, using dummy regulator
[    3.390991] omap3isp supply VDD_CSIPHY2 not found, using dummy regulator
[    3.398315] omap3isp omap3isp: Revision 15.0 found
[    3.403503] omap-iommu omap-iommu.0: isp: version 1.1
[    3.474792] mt9t111 2-003c: Unable to detectmt9t111sensor
[    3.484008] isp_register_subdev_group: Unable to register subdev mt9t111
[    3.492309] tvp514x 3-005c: tvp514x 3-005c decoder driver registered !!
[    3.503112] tvp514x 3-005c: tvp5146m2 (Version - 0x03) found at 0xb8 (OMAP I2C adapter)
[    3.518188] usbcore: registered new interface driver uvcvideo
[    3.524261] USB Video Class driver (v1.0.0)
[    3.528930] omap_device: omap_wdt.-1: new worst case activate latency 0: 30517
[    3.537567] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
[    3.544433] Bluetooth: HCI UART driver ver 2.2
[    3.549102] Bluetooth: HCI H4 protocol initialized
[    3.554168] Bluetooth: HCILL protocol initialized
[    3.565948] mmci-omap-hs.1 supply vmmc_aux not found, using dummy regulator
[    3.578369] usbcore: registered new interface driver usbhid
[    3.584259] usbhid: USB HID core driver
[    3.590270] usbcore: registered new interface driver snd-usb-audio
[    3.600036] OMAP3 EVM SoC init
[    3.688507] asoc: twl4030-hifi <-> omap-mcbsp-dai.1 mapping ok
[    3.697998] ALSA device list:
[    3.701171]   #0: omap3evm
[    3.704010] oprofile: hardware counters not available
[    3.709320] oprofile: using timer interrupt.
[    3.713958] nf_conntrack version 0.5.0 (2638 buckets, 10552 max)
[    3.721374] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.727355] TCP cubic registered
[    3.730804] Initializing XFRM netlink socket
[    3.735351] NET: Registered protocol family 17
[    3.740112] NET: Registered protocol family 15
[    3.745361] Bluetooth: L2CAP ver 2.15
[    3.749237] Bluetooth: L2CAP socket layer initialized
[    3.754608] Bluetooth: SCO (Voice Link) ver 0.6
[    3.759338] Bluetooth: SCO socket layer initialized
[    3.764831] Bluetooth: RFCOMM TTY layer initialized
[    3.770019] Bluetooth: RFCOMM socket layer initialized
[    3.775390] Bluetooth: RFCOMM ver 1.11
[    3.779357] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.784942] Bluetooth: BNEP filters: protocol multicast
[    3.790435] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    3.798156] Registering the dns_resolver key type
[    3.803436] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    3.813720] ThumbEE CPU extension supported.
[    3.830993] Power Management for TI OMAP3.
[    3.835906] sr_init: No PMIC hook to init smartreflex
[    3.841644] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
[    3.850250] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
[    3.859283] SmartReflex Class3 initialized
[    3.891265] clock: disabling unused clocks to save power
[    3.898345] platform mpu.0: omap_voltage_scale: Already at the requestedrate 800000000
[    3.998199] twl_rtc twl_rtc: setting system clock to 2011-12-23 00:37:55 UTC (1324600675)
[    4.007080] omap_vout omap_vout: Buffer Size = 3686400
[    4.025451] omap_vout omap_vout: : registered and initialized video device 16
[    4.033020] omap_vout omap_vout: Buffer Size = 3686400
[    4.040069] omap_vout omap_vout: : registered and initialized video device 17
[    4.066192] mmc0: new SDHC card at address ea7e
[    4.072082] mmcblk0: mmc0:ea7e SD04G 3.69 GiB 
[    4.083953]  mmcblk0: p1 p2
[    4.211303] mmc1: card claims to support voltages below the defined range. These will be ignored.
[    4.240203] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[    4.248016] mmc1: new SDIO card at address 0001
[    4.551574] net eth0: SMSC911x/921x identified at 0xd0884000, IRQ: 336
[    5.566070] Sending DHCP requests ..
[    9.870544] DHCP/BOOTP: Ignoring delayed packet
[   14.339477] ., OK
[   14.566497] IP-Config: Got DHCP answer from 1.1.1.131, my address is 1.1.2.155
[   14.575286] IP-Config: Complete:
[   14.578460]      device=eth0, addr=1.1.2.155, mask=255.0.0.0, gw=255.255.255.255,
[   14.586395]      host=1.1.2.155, domain=televes.com, nis-domain=(none),
[   14.593353]      bootserver=1.1.1.131, rootserver=1.1.3.155, rootpath=
[   17.644531] VFS: Mounted root (nfs filesystem) on device 0:14.
[   17.650878] Freeing init memory: 220K
INIT: version 2.86 booting
Please wait: booting...
Starting udev
[   19.216278] udevd (737): /proc/737/oom_adj is deprecated, please use /proc/737/oom_score_adj instead.
[   20.951141] cfg80211: disagrees about version of symbol module_layout
[   20.965026] cfg80211: disagrees about version of symbol module_layout
[   21.478546] cfg80211: disagrees about version of symbol module_layout
[   21.494079] cfg80211: disagrees about version of symbol module_layout
[   29.317474] FAT: bogus number of reserved sectors
[   29.322631] VFS: Can't find a valid FAT filesystem on dev mmcblk0.
[   30.397583] EXT3-fs (mmcblk0): error: can't find ext3 filesystem on dev mmcblk0.
[   30.487762] EXT2-fs (mmcblk0): error: can't find an ext2 filesystem on dev mmcblk0.
[   30.613342] cramfs: wrong magic
[   30.631103] FAT: bogus number of reserved sectors
[   30.636016] VFS: Can't find a valid FAT filesystem on dev mmcblk0.
[   32.685791] EXT3-fs: barriers not enabled
[   32.691986] kjournald starting.  Commit interval 5 seconds
[   32.698089] EXT3-fs (mmcblk0p2): warning: maximal mount count reached, running e2fsck is recommended
[   32.712097] EXT3-fs (mmcblk0p2): using internal journal
[   32.717956] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
Root filesystem already rw, not remounting
Caching udev devnodes
Populating dev cachemv: cannot rename '/tmp/devices': No such file or directory
ALSA: Restoring mixer settings...
NOT configuring network interfaces: / is an NFS mount
INIT: Entering runlevel: 5
Starting system message bus: dbus.
Starting Dropbear SSH server: dropbear.
Starting telnet daemon.
Starting network benchmark server: netserver.
Starting syslogd/klogd: done
Starting thttpd.
Starting PVR
Usage: insmod filename [args]
FATAL: Module omaplfb not found.
FATAL: Module bufferclass_ti not found.
BusyBox v1.13.2 (2011-12-23 00:31:29 IST) multi-call binary

Usage: mknod [OPTIONS] NAME TYPE MAJOR MINOR

Create a special file (block, character, or pipe)

Options:
	-m	Create the special file using the specified mode (default a=rw)
TYPEs include:
	b:	Make a block device
	c or u:	Make a character device
	p:	Make a named pipe (MAJOR and MINOR are ignored)

chmod: /dev/pvrsrvkm: No such file or directory
[   37.434173] CMEMK module: built on Jun  7 2013 at 14:40:43
[   37.440124]   Reference Linux version 2.6.37
[   37.444671]   File /home/user/ti-dvsdk_dm3730-evm/linuxutils_2_26_02_05/packages/ti/sdo/linuxutils/cmem/src/module/cmemk.c
[   37.457214] CMEM Range Overlaps Kernel Physical - allowing overlap
[   37.463684] CMEM phys_start (0x83700000) overlaps kernel (0x80000000 -> 0x8b300000)
[   37.473541] allocated heap buffer 0xd2000000 of size 0x2200000
[   37.479644] heap fallback enabled - will try heap if pool buffer is not available
[   37.487579] cmemk initialized
[   37.787445] DSPLINK Module (1.65.01.05_eng) created on Date: Jun 10 2013 Time: 08:35:45
[   37.938385] SDMAK module: built on Jun  7 2013 at 14:40:44
[   37.944488]   Reference Linux version 2.6.37
[   37.949005]   File /home/user/ti-dvsdk_dm3730-evm/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 3 [100%] [6.00dB]
  Front Right: Playback 3 [100%] [6.00dB]

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

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

Arago 2011.06 dm37x-evm ttyO0

dm37x-evm login: root
root@dm37x-evm:~# lsmod
Module                  Size  Used by
sdmak                   5422  0 
lpm_omap3530            7243  0 
dsplinkk              130077  1 lpm_omap3530
cmemk                  22975  0 
root@dm37x-evm:~# ls  ls /libroot@dm37x-evm:~# ls /lib/moroot@dm37x-evm:~# ls /lib/modules/2root@dm37x-evm:~# ls /lib/modules/2.6.37/moroot@dm37x-evm:~# ls /lib/modules/2.6.37/modules.depls /lib/modules/2.6.37/modules.dep  /lib/modules/2.6.37/modules.dep c /lib/modules/2.6.37/modules.depa /lib/modules/2.6.37/modules.dept /lib/modules/2.6.37/modules.dep /lib/modules/2.6.37/modules.dep
kernel/crypto/ocf/cryptodev.ko:
kernel/drivers/video/backlight/generic_bl.ko:
kernel/drivers/scsi/scsi_wait_scan.ko:
kernel/drivers/media/video/gspca/gspca_main.ko:
kernel/drivers/dsp/sdmak.ko:
kernel/drivers/dsp/dsplinkk.ko:
kernel/drivers/dsp/lpm_omap3530.ko: kernel/drivers/dsp/dsplinkk.ko
kernel/drivers/dsp/cmemk.ko:
updates/compat/compat.ko:
updates/drivers/net/wireless/wl12xx/wl12xx_spi.ko: updates/drivers/net/wireless/wl12xx/wl12xx.ko updates/net/mac80211/mac80211.ko updates/compat/compat.ko updates/net/wireless/cfg80211.ko
updates/drivers/net/wireless/wl12xx/wl12xx_sdio.ko: updates/drivers/net/wireless/wl12xx/wl12xx.ko updates/net/mac80211/mac80211.ko updates/compat/compat.ko updates/net/wireless/cfg80211.ko
updates/drivers/net/wireless/wl12xx/wl12xx.ko: updates/net/mac80211/mac80211.ko updates/compat/compat.ko updates/net/wireless/cfg80211.ko
updates/drivers/net/wireless/wl1251/wl1251.ko: updates/net/mac80211/mac80211.ko updates/compat/compat.ko updates/net/wireless/cfg80211.ko
updates/drivers/net/wireless/wl1251/wl1251_sdio.ko: updates/drivers/net/wireless/wl1251/wl1251.ko updates/net/mac80211/mac80211.ko updates/compat/compat.ko updates/net/wireless/cfg80211.ko
updates/drivers/net/wireless/wl1251/wl1251_spi.ko: updates/drivers/net/wireless/wl1251/wl1251.ko updates/net/mac80211/mac80211.ko updates/compat/compat.ko updates/net/wireless/cfg80211.ko
updates/net/mac80211/mac80211.ko: updates/compat/compat.ko updates/net/wireless/cfg80211.ko
updates/net/wireless/cfg80211.ko:
crypto/ocf/ocf_omap3_cryptok.ko:
root@dm37x-evm:~# ts_calibrate
xres = 480, yres = 640
Took 20 samples...
Top left : X =  513 Y =  482
Took 19 samples...
Top right : X = 3580 Y =  411
Took 17 samples...
Bot right : X = 3449 Y = 3594
Took 13 samples...
Bot left : X =  459 Y = 3499
Took 16 samples...
Center : X = 2001 Y = 1978
-18.470886 0.125442 0.003782
-25.569885 -0.000633 0.174045
Calibration constants: -1210508 8220 247 -1675748 -41 11406 65536 
root@dm37x-evm:~# /etc/init.d/matrix-gui-e start
Starting Matrix GUI application.
root@dm37x-evm:~# root@dm37x-evm:~# /etc/init.d/matrix-gui-e startroot@dm37x-evm:~# ts_calibrateroot@dm37x-evm:~# cat /lib/modules/2.6.37/modules.deproot@dm37x-evm:~# lsmodroot@dm37x-evm:~# poweroffroot@dm37x-evm:~# depmod -aroot@dm37x-evm:~# dmesg | grep versionroot@dm37x-evm:~# poweroffroot@dm37x-evm:~# /etc/init.d/matrix-gui-e stoproot@dm37x-evm:~# /etc/init.d/matrix-gui-e startroot@dm37x-evm:~# ts_calibrateroot@dm37x-evm:~# dmesg | grep versionroot@dm37x-evm:~# lsmodroot@dm37x-evm:~# dmesg | grep versionroot@dm37x-evm:~# ts_calibrateroot@dm37x-evm:~# /etc/init.d/matrix-gui-e startroot@dm37x-evm:~# /etc/init.d/matrix-gui-e stoproot@dm37x-evm:~# poweroffroot@dm37x-evm:~# dmesg | grep versionroot@dm37x-evm:~# depmod -aroot@dm37x-evm:~# poweroffroot@dm37x-evm:~# lsmodroot@dm37x-evm:~# cat /lib/modules/2.6.37/modules.deproot@dm37x-evm:~# ts_calibrateroot@dm37x-evm:~# /etc/init.d/matrix-gui-e startroot@dm37x-evm:~# echo 'Matrix GUI launchek ok, e 3D DEMOS     demos doest n't work' work'  work'  work'  work'  work'  work'  work' n work'o work't work' work'
Matrix GUI launchek ok, 3D demos not work
root@dm37x-evm:~# root@dm37x-evm:~# echo 'Matrix GUI launchek ok, 3D demos not work'' ' ' ' o'k''
Matrix GUI launchek ok, 3D demos not ok
root@dm37x-evm:~# /etc/init.d/matrix-gui-e stop
Stopping Matrix GUI application.
root@dm37x-evm:~# /etc/init.d/loadmodule-rc restart
[  240.502655] cmemk unregistered
[  240.679443] CMEMK module: built on Jun  7 2013 at 14:40:43
[  240.685546]   Reference Linux version 2.6.37
[  240.690002]   File /home/user/ti-dvsdk_dm3730-evm/linuxutils_2_26_02_05/packages/ti/sdo/linuxutils/cmem/src/module/cmemk.c
[  240.702545] CMEM Range Overlaps Kernel Physical - allowing overlap
[  240.709075] CMEM phys_start (0x83700000) overlaps kernel (0x80000000 -> 0x8b300000)
[  240.718750] allocated heap buffer 0xd2000000 of size 0x2200000
[  240.724884] heap fallback enabled - will try heap if pool buffer is not available
[  240.732818] cmemk initialized
[  240.799926] DSPLINK Module (1.65.01.05_eng) created on Date: Jun 10 2013 Time: 08:35:45
[  240.908508] SDMAK module: built on Jun  7 2013 at 14:40:44
[  240.914367]   Reference Linux version 2.6.37
[  240.919097]   File /home/user/ti-dvsdk_dm3730-evm/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 3 [100%] [6.00dB]
  Front Right: Playback 3 [100%] [6.00dB]
root@dm37x-evm:~# gst-launch filesrc location=/usr/share/ti/data/sounds/davincie
ffect_lc.aac ! typefind ! TIAuddec1 ! alsasink -v

(gst-plugin-scanner:2178): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstmad.so': /usr/lib/libid3tag.so.0: undefined symbol: id3_frametype_obsolete
Setting pipeline to PAUSED ...
/GstPipeline:pipeline0/GstTypeFindElement:typefindelement0.GstPad:src: caps = audio/mpeg, framed=(boolean)false, mpegversion=(int)4, stream-type=(string)adts, base-profile=(string)lc, profile=(string)lc, level=(string)2, channels=(int)2, rate=(int)44100
Pipeline is PREROLLING ...
/GstPipeline:pipeline0/GstTIAuddec1:tiauddec10.GstPad:sink: caps = audio/mpeg, framed=(boolean)false, mpegversion=(int)4, stream-type=(string)adts, base-profile=(string)lc, profile=(string)lc, level=(string)2, channels=(int)2, rate=(int)44100
/GstPipeline:pipeline0/GstTIAuddec1:tiauddec10.GstPad:src: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2
/GstPipeline:pipeline0/GstAlsaSink:alsasink0.GstPad:sink: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstAudioSinkClock
root@dm37x-evm:~# echo 'Audios is ok'
Audios is ok
root@dm37x-evm:~# gst-launch filesrc location=/usr/share/ti/data/videos/davincie
ffect.mpeg4 ! typefind ! mpeg4videoparse ! TIViddec2 padAllocOutbufs=TRUE ! queu
e ! tidisplaysink2 -v
Setting pipeline to PAUSED ...
/GstPipeline:pipeline0/GstTypeFindElement:typefindelement0.GstPad:src: caps = video/mpeg, systemstream=(boolean)false, mpegversion=(int)4, parsed=(boolean)false
Pipeline is PREROLLING ...
/GstPipeline:pipeline0/GstMpeg4VParse:mpeg4vparse0.GstPad:src: caps = video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, parsed=(boolean)true
/GstPipeline:pipeline0/GstMpeg4VParse:mpeg4vparse0.GstPad:sink: caps = video/mpeg, systemstream=(boolean)false, mpegversion=(int)4, parsed=(boolean)false
/GstPipeline:pipeline0/GstMpeg4VParse:mpeg4vparse0.GstPad:src: caps = video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, parsed=(boolean)true, profile-level-id=(string)241, codec_data=(buffer)000001b0f1000001b5a913000001000000012008d48d0800f528045a14103f000001b24c61766335322e37342e31, pixel-aspect-ratio=(fraction)1/1, width=(int)1280, height=(int)720
/GstPipeline:pipeline0/GstTIViddec2:tividdec20.GstPad:sink: caps = video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, parsed=(boolean)true, profile-level-id=(string)241, codec_data=(buffer)000001b0f1000001b5a913000001000000012008d48d0800f528045a14103f000001b24c61766335322e37342e31, pixel-aspect-ratio=(fraction)1/1, width=(int)1280, height=(int)720
/GstPipeline:pipeline0/GstTIViddec2:tividdec20.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)30000/1001, width=(int)1280, height=(int)720
/GstPipeline:pipeline0/GstQueue:queue0.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)30000/1001, width=(int)1280, height=(int)720
/GstPipeline:pipeline0/GstQueue:queue0.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)30000/1001, width=(int)1280, height=(int)720
/GstPipeline:pipeline0/GstTIDisplaySink2:tidisplaysink20.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)30000/1001, width=(int)1280, height=(int)720
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
/GstPipeline:pipeline0/GstTIDisplaySink2:tidisplaysink20: device = "/dev/video7"
/GstPipeline:pipeline0/GstTIDisplaySink2:tidisplaysink20: video-standard = "auto"
/GstPipeline:pipeline0/GstTIDisplaySink2:tidisplaysink20: display-output = "lcd"
/GstPipeline:pipeline0/GstTIDisplaySink2:tidisplaysink20: queue-size = 3
/GstPipeline:pipeline0/GstTIDisplaySink2:tidisplaysink20: mmap-buffer = FALSE
New clock: GstSystemClock
Got EOS from element "pipeline0".
Execution ended after 100061218263 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
/GstPipeline:pipeline0/GstTIDisplaySink2:tidisplaysink20.GstPad:sink: caps = NULL
/GstPipeline:pipeline0/GstQueue:queue0.GstPad:src: caps = NULL
/GstPipeline:pipeline0/GstQueue:queue0.GstPad:sink: caps = NULL
/GstPipeline:pipeline0/GstTIViddec2:tividdec20.GstPad:src: caps = NULL
/GstPipeline:pipeline0/GstTIViddec2:tividdec20.GstPad:sink: caps = NULL
/GstPipeline:pipeline0/GstMpeg4VParse:mpeg4vparse0.GstPad:src: caps = NULL
/GstPipeline:pipeline0/GstMpeg4VParse:mpeg4vparse0.GstPad:sink: caps = NULL
/GstPipeline:pipeline0/GstTypeFindElement:typefindelement0.GstPad:src: caps = NULL
Setting pipeline to NULL ...
Freeing pipeline ...
root@dm37x-evm:~# ecgi  ho 'Video is ok'
Video is ok
root@dm37x-evm:~# poweroff

Broadcast message from root (ttyO0) (Fri Dec 23 00:46:09 2011):

The system is going down for system halt NOW!
INIT: Switching to runlevel: 0
root@dm37x-evm:~# INIT: Sending procesStopping Dropbear SSH server: stopped /usr/sbin/dropbear (pid 2009)
dropbear.
Stopping telnet daemon.
Stopping system message bus: stopped process in pidfile '/var/run/dbus/pid' (pid 1996)
dbus.
Stopping network benchmark server: netserverstopped /usr/sbin/netserver (pid 2021)
.
Stopping thttpd.
ALSA: Storing mixer settings...
Stopping PVR
ERROR: Module bufferclass_ti does not exist in /proc/modules
NOT deconfiguring network interfaces: / is an NFS mount
Stopping syslogd/klogd: stopped syslogd (pid 2026)
stopped klogd (pid 2028)
done
[  501.262573] cmemk unregistered
Stopping Matrix GUI applicationstart-stop-daemon: warning: killing process 0: No such process
.
Sending all processes the TERM signal...
Sending all processes the KILL signal...
Unmounting remote filesystems...
Deactivating swap...
Unmounting local filesystems...
[  509.174041] System halted.

Best regards

Carlos

  • Hi Carlos,

    I saw the following messages in booting log:

    FATAL: Module cmemk not found.
    FATAL: Module dsplinkk not found.
    FATAL: Module lpm_omap3530 not found.
    FATAL: Module sdmak not found.

    Therefore I would like to ask you about the flashing SD card procedure. Are you follow "How to create an SD card" steps from the TSM320DM3730 Software developer guide?

    http://downloads.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/dvsdk/DVSDK_4_00/latest/exports/TMS320DM3730_Software_Developers_Guide.pdf

    BR

    Tsvetolin Shulev

  • Hi Tsvetolin,
    the errors

    FATAL: Module cmemk not found.
    FATAL: Module dsplinkk not found.
    FATAL: Module lpm_omap3530 not found.
    FATAL: Module sdmak not found.

    appears the first booting after doing "sudo make install".  When I enter as root for first time I execute
    the command "depmod -a" to resolve module dependencies (line 461), and then I execute "poweroff" to reboot
    the target.  When I enter the system for second time I execute "lsmod" to see what modules were loaded.

    sdmak                   5422  0
    lpm_omap3530            7243  0
    dsplinkk              130077  1 lpm_omap3530
    cmemk                  22975  0

    sdmak,lpm_omap3530,dsplinkk, cmemk are loaded ok, but these ones not:

    bufferclass_ti
    omaplfb
    pvrsrvkm
    cfg80211

    When I boot (nfs) the prebuilt image (located in filesystem/dvsdk-dm37x-evm-rootfs.tar.gz) there is no problem and
    all modules are loaded ok.You can see this in log:

    http://e2e.ti.com/cfs-file.ashx/__key/communityserver-discussions-components-files/537/2845.minicom_2D00_dvsdk_2D00_dm37x_2D00_evm_2D00_boot_2D00_tftp_2D00_nfs_2D00_prepuilt_2D00_image.log

    When booting the prebuilt image (
    filesystem/dvsdk-dm37x-evm-rootfs.tar.gz) from SD card  all works fine. The problem happens when I rebuild and install the source code.

    Best Regards

    Carlos