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.

720p capture on DM8148 EVM

Other Parts Discussed in Thread: PMP, TVP7002

We managed to get the EVM to capture data from the component input at 720p... but...

the video is not "aligned".. the luma and chroma are offset. There is also a bar of "junk" a the bottom of the screen. I imagine the 2 issues are related, but...

The full h264 file is at http://syr.criticallink.com/files/sample.h264

I did the following to run this demo..

root@dm814x-evm:/usr/share/ti/ti-omx# configure_graphics 0

 echo 720p-60 >/sys/devices/platform/vpss/display0/mode

root@dm814x-evm:/usr/share/ti/ti-omx# cat /sys/devices/platform/vpss/display0/mode
720p-60


root@dm814x-evm:/usr/share/ti/ti-omx# ./capture_encode_a8host_debug.xv5T -o sample2.h264 -m 720p -f 60 -b 1000000 -n 1000 -d 1
output file: sample2.h264
bit_rate: 1000000
frame_rate: 60
num_frames: 1000
mode: 720p
display_id: 1
 Capture-Encode example
===============================
 OMX_Init completed
 UIAClient is ready to send a UIA configuration command
UIAClient received UIA_CONFIGURE_ACK
UIAClient is done sending requests
UIAClient is ready to send a UIA configuration command
UIAClient received UIA_CONFIGURE_ACK
UIAClient is done sending requests
 openeing file
 capture compoenent is created
 control TVP compoenent is created
Buffer Size computed: 1382400
set input port params (width = 1280, height = 720)enable capture output port
got eventEnable/Disable Event
 dei compoenent is created
set input port params (width = 1280, height = 720)
set output port params (width = 1280, height = 720)set output port params (width = 1280, height = 720)set number of channelsset input resolutionset output resolutionenable dei input port
got eventEnable/Disable Event
enable dei output port 0
got eventEnable/Disable Event
enable dei output port 1
got eventEnable/Disable Event
 encoder compoenent is created
found handle 0x11c2d0 for component OMX.TI.VPSSM3.VFDC
 got display handle
found handle 0x11fdd8 for component OMX.TI.VPSSM3.CTRL.DC
Buffer Size computed: 1152000
set input port params (width = 1280, height = 720)setting input and output memory type to defaultenable input port
got eventEnable/Disable Event
 connect call for capture-Dei
  connect call for dei- encoder
  connect call for dei-display
 got eventState changed to: OMX_StateIdle
 Capture outport buffers allocated
 got eventState changed to: OMX_StateIdle
 Capture is in IDLE state
 Dei input port use buffer done
  DEI outport buffers allocated
 got eventState changed to: OMX_StateIdle
 DEI is in IDLE state
 encoder input port use buffer done
  encoder outport buffers allocated
 got eventState changed to: OMX_StateIdle
 Encoder state IDLE
 got eventState changed to: OMX_StateIdle
 ctrl-dc state IDLE
  display buffers allocated
 waiting for IDLEgot eventState changed to: OMX_StateIdle
 display state IDLE
 got eventState changed to: OMX_StateExecuting
 display control state execute
 got eventState changed to: OMX_StateExecuting
 display state execute
 got eventState changed to: OMX_StateExecuting
 encoder state execute
 got eventState changed to: OMX_StateExecuting
 dei state execute
 got eventState changed to: OMX_StateExecuting
 capture state execute
 got eventState changed to: OMX_StateExecuting
 capture control ( TVP ) state execute
  file write thread created
  encode connect thread created
  dei connect thread created
  capture connect thread created
  display connect thread created
  executing the application now!!
 tearing down the capture-encode example
 exiting thread
 exiting thread
 exiting thread
 exiting thread
 got eventState changed to: OMX_StateIdle
 capture state idle
 got eventState changed to: OMX_StateIdle
 control tvp state idle
 got eventState changed to: OMX_StateIdle
 DEI state idle
 got eventState changed to: OMX_StateIdle
 display state idle
 got eventState changed to: OMX_StateIdle
 display control state idle
 got eventState changed to: OMX_StateIdle
 Encoder state idle
 got eventState changed to: OMX_StateLoaded
 display state loaded
 got eventState changed to: OMX_StateLoaded
 ctrl-dc state loaded
 got eventState changed to: OMX_StateLoaded
 encoder state loaded
 got eventState changed to: OMX_StateLoaded
 dei state loaded
 got eventState changed to: OMX_StateLoaded
 capture state loaded
 got eventState changed to: OMX_StateLoaded
 ctrl-tvp state loaded
  capture free handle
 ctrl-tvp free handle
 encoder free handle
 dei free handle
 display free handle
 ctrl-dc free handle
IL Client deinitialized
 example exit

Is this operator error or something else???

thanks

/Tim

  • Hi Tim,

    At our end we tried the same but not seen any artifacts and it is working fine.

    EZSDK version used: 5.04.00.11on DM8148 EVM.

    Please give some more information about your setup and version of EZSDK.

    Regards,

    Vijayvithal Onkar

  • My setup is an out-of-the-box DM8148 EVM running the examples/demos from the SD card. The SD card has ezskd 5.03.00.09 setup on it, so I presume that is what is on the FS. I have tried building and running the 5.04.00.11 ezsdk via NFS, but I get errors

    SysLink module created on Date:Apr 30 2012 Time:01:23:00
    FIRMWARE: I2cInit will be done by M3
    FIRMWARE: Memory map bin file not passed
    Usage : firmware_loader <Processor Id> <Location of Firmware> <start|stop> [-mmap <memory_map_file>] [-i2c <0|1>]
    ===Mandatory arguments===
    <Processor Id>         0: DSP, 1: Video-M3, 2: Vpss-M3
    <Location of Firmware> firmware binary file
    <start|stop>           to start/stop the firmware
    ===Optional arguments===
    -mmap                  input memory map bin file name
    -i2c                   0: i2c init not done by M3, 1(default): i2c init done by M3
    FIRMWARE: isI2cInitRequiredOnM3: 1
    FIRMWARE: Default memory configuration is used
    MemCfg: DCMM (Dynamically Configurable Memory Map) Version :  2.1.2.1
    FIRMWARE: Memory Configuration status : In Progress
    FIRMWARE: 1 start Successful
    Loading HDVPSS Firmware
    FIRMWARE: I2cInit will be done by M3
    FIRMWARE: Memory map bin file not passed
    Usage : firmware_loader <Processor Id> <Location of Firmware> <start|stop> [-mmap <memory_map_file>] [-i2c <0|1>]
    ===Mandatory arguments===
    <Processor Id>         0: DSP, 1: Video-M3, 2: Vpss-M3
    <Location of Firmware> firmware binary file
    <start|stop>           to start/stop the firmware
    ===Optional arguments===
    -mmap                  input memory map bin file name
    -i2c                   0: i2c init not done by M3, 1(default): i2c init done by M3
    FIRMWARE: isI2cInitRequiredOnM3: 1
    FIRMWARE: Default memory configuration is used
    MemCfg: DCMM (Dynamically Configurable Memory Map) Version :  2.1.2.1
    FIRMWARE: Memory Configuration status : In Progress
    FIRMWARE: 2 start Successful
    notify_shm_drv_sendevent failed! status = 0xfffffff0
    notify_send_event failed! status = 0xfffffff0
    notify_shm_drv_sendevent failed! status = 0xfffffff0

    which looks like the firmware is not being loaded???

    cheers

    /Tim

  • Bump... any insignts into this issue???

  • Hi Tim,

    One question, does your board stuck at these errors or it finally manage to boot (despite of these errors)?

    You can check also here:

    http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/717/t/193744.aspx

    BR,

    Pavel

  • Hi,

     

    It looks like the shared address that you are using in your bootargs is incorrect. Can you please check it?

     

    Thx,

    Brijesh

  • hello

    We are working on the dm8168 and using ezsdk_05_00_02_48.We tried all the steps followed by Tim Iskander and the code stuck at:

    connect call for  dei- display

    got event****** unrecoverable error :OMX_ErrorUndefined (0x80001001)

    does same application not work for dm8168 or is there any other procedure to be followed for our EVM or the ezsdk package that we are using.

    Our bootlogs are as follows:

    U-Boot 2010.06 (Dec 09 2011 - 12:31:16)

    DRAM:  2 GiB
    Using default environment

    MMC:   OMAP SD/MMC: 0
    Hit any key to stop autoboot:  0
    raise: Signal # 8 caught
    reading u-boot.bin

    184792 bytes read
    ## Starting application at 0x80800000 ...
                                                                                    
                                                                                    
    U-Boot 2010.06 (Dec 09 2011 - 12:10:47)                                         
                                                                                    
    TI8168-GP rev 1.1                                                               
                                                                                    
    ARM clk: 987MHz                                                                 
    DDR clk: 796MHz                                                                 
                                                                                    
    I2C:   ready                                                                    
    DRAM:  2 GiB                                                                    
    NAND:  HW ECC Hamming Code selected                                             
    256 MiB                                                                         
    *** Warning - bad CRC or NAND, using default environment                        
                                                                                    
    :,;;:;:;;;;;;;;r;;:,;;:;:;;;;;;;;:,;;:;:;;;;;;;;:,;;:;:;;;;;;;;:;;;;;;;;:,;;:;:
    ;,;:::;;;;r;;;rssiSiS552X5252525259GX2X9hX9X9XX2325S55252i5:,;;:;:;;;;;;;;:,;;:
    ;:;;;;;;;rrssSsS52S22h52299GGAAMHMM#BBH#B#HMM#HMBA&&XX2255S2S5Si:,;;:;:;;;;;;;;
    ;:;;r;;rsrrriiXS5S329&A&MH#BMB#A&9XXA252GXiSXX39AAMMMBB&G22S5i2SSiiiisi:,;;:;:;
    ;;;;;r;rr2iisiih393HB#B#AA99i22irrrX3X52AGsisss2Xii2299HBMA&X2S5S5iSiisSsi:,;;:
    r:r;rrsrsihXSi2&##MHB&Ahh3AGHGA9G9h&#H##@@@##MAMMXXX9SSS29&&HGGX2i5iisiiisisi:,
    ;;rrrrsSiiiA&ABH&A9GAGhAhBAMHA9HM@@@@@@@@@@@@@@@@@@@HHhAh2S2SX9&Gh22SSiisiiisii
    r:rrssisiS2XM##&h3AGAX&3GG3Ssr5H@M#HM2; ;2X&&&MHMB###GBB#B&XXSSs529XX55iSsisisi
    r;rsrisSi2XHAhX99A3XXG&&XS;:,rH#HGhAS   @@@@3rs2XBM@@A552&&AHA2XiisSS252SSsisSs
    r;issi5S22&&3iSSX292&hXsr;;:;h@&G339&S9@@@@2@MA&9&HB##Xris29ABMAAX2ir;rsSi5iss5
    rrsSi2XhG&9GXh399&X99i;;;;;;r#H&293H9X#@@@@@@@B&9GhAH@XrrsrsiXABHB&HG2rr;rrSiSi
    ;:rsisS599&AA9XG&3A35r;:::;,;BMh&&2iX5A@@@@@@@&392X5GB2;;;r;iSX393A##A&Xi:::rsi
    ;:rss552222X553&XHMhir;;::,:,h#HhGSXhG3#@@@@#AXXS2XAHA;::;;;;ss55XShBA3239r:,;;
    r;ii2S5SSi2i53hirsh2srr::,,,,;MMXX359&Ah3h&Si59SX99A#i:,::::;;sri2,.2r;:SGAr;,:
    ;:;rrrrssiriXGSi::shs;;;,,,:,,rBBA9h5s5h5iS5isi2SAHB5:,,,:::;rrs5&SrisSX5Srrr:,
    ;,r;;;;rsriSSrrrr;;5Xrr;;,:,,.,;9AA2SsisS5323XXXG9&i:.,,::;;r;;;srrrrrr;;:;::::
    :,;r;r;rrissrrr;:;::;s;;;;,:,,..,r293h222hXXAAGGGX;:,,,:,:,::;:;::,:,,,,...,,,,
    ;,;;;;rrrrrrrrirr;,.,,:::::::,,,,.,;SX&ABAB2hhXir:,,.,,.,,:,,,,..,,,..,..,,,..:
    :.:;:;;;:;;;;r;rrs;:.. ,,:::::,:,:,,.::rrsrr;;,,.......,..,....,,,,,,,...,.,,:,
    :.:::,::::::;;r;rrr;:.......,.,.,,:::,,...............,,::.,,,,:,::,,:,:,,,:,;:
    ,.::,:,,,,,;;;;;;;;r;;::,..............................;;;:;::::,:::::::,:,:,,,
    : ,,:,,,,,,,,,,,,,:;rrr;;:;,,,,,,,::,.,.:.,.,;s,:;;;;:;:;;;;;::::,:::,:::,:,:,:
    ,.,,,,,,,...,,.,,....................................:,............:,,,:,:,,,,,
                                                                                    
    MMC:   OMAP SD/MMC: 0                                                           
    Net:   <ethaddr> not set. Reading from E-fuse                                   
    Detected MACID:40:5f:c2:21:1e:ac                                                
    Ethernet PHY: GENERIC @ 0x01                                                    
    DaVinci EMAC                                                                    
    Hit any key to stop autoboot:  0                                                
    raise: Signal # 8 caught                                                        
    reading boot.scr                                                                
                                                                                    
    301 bytes read                                                                  
    Running bootscript from MMC/SD to set the ENV...                                
    ## Executing script at 80900000                                                 
    reading uImage                                                                  
                                                                                    
    2428376 bytes read                                                              
    ## Booting kernel from Legacy Image at 80009000 ...                             
       Image Name:   Arago/2.6.37-psp04.00.01.13/dm81                               
       Image Type:   ARM Linux Kernel Image (uncompressed)                          
       Data Size:    2428312 Bytes = 2.3 MiB                                        
       Load Address: 80008000                                                       
       Entry Point:  80008000                                                       
       Verifying Checksum ... OK                                                    
       Loading Kernel Image ... OK                                                  
    OK                                                                              
                                                                                    
    Starting kernel ...                                                             
                                                                                    
    Uncompressing Linux... done, booting the kernel.                                
    Linux version 2.6.37 (x0029463@swubn01) (gcc version 4.3.3 (Sourcery G++ Lite 21
    CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f                 
    CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache               
    Machine: ti8168evm                                                              
    bootconsole [earlycon0] enabled                                                 
    vram size = 52428800 at 0x0                                                     
    reserved size = 52428800 at 0x0                                                 
    FB: Reserving 52428800 bytes SDRAM for VRAM                                     
    Memory policy: ECC disabled, Data cache writeback                               
    OMAP chip is TI8168 1.1                                                         
    Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 52224      
    Kernel command line: console=ttyO2,115200n8 rootwait root=/dev/mmcblk0p2 rw memd
    PID hash table entries: 1024 (order: 0, 4096 bytes)                             
    Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)                 
    Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)                   
    Memory: 206MB = 206MB total                                                     
    Memory: 203420k/203420k available, 58724k reserved, 0K highmem                  
    Virtual kernel memory layout:                                                   
        vector  : 0xffff0000 - 0xffff1000   (   4 kB)                               
        fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)                               
        DMA     : 0xffc00000 - 0xffe00000   (   2 MB)                               
        vmalloc : 0xd0800000 - 0xf8000000   ( 632 MB)                               
        lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)                               
        pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)                               
        modules : 0xbf000000 - 0xbfe00000   (  14 MB)                               
          .init : 0xc0008000 - 0xc003a000   ( 200 kB)                               
          .text : 0xc003a000 - 0xc049c000   (4488 kB)                               
          .data : 0xc049c000 - 0xc04e36c0   ( 286 kB)                               
    SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1         
    NR_IRQS:407                                                                     
    IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts             
    Total of 128 interrupts on 1 active controller                                  
    GPMC revision 6.0                                                               
    Trying to install interrupt handler for IRQ400                                  
    Trying to install interrupt handler for IRQ401                                  
    Trying to install interrupt handler for IRQ402                                  
    Trying to install interrupt handler for IRQ403                                  
    Trying to install interrupt handler for IRQ404                                  
    Trying to install interrupt handler for IRQ405                                  
    Trying to install interrupt handler for IRQ406                                  
    Trying to install type control for IRQ407                                       
    Trying to set irq flags for IRQ407                                              
    OMAP clockevent source: GPTIMER1 at 27000000 Hz                                 
    Console: colour dummy device 80x30                                              
    Calibrating delay loop... 986.31 BogoMIPS (lpj=4931584)                         
    pid_max: default: 32768 minimum: 301                                            
    Security Framework initialized                                                  
    Mount-cache hash table entries: 512                                             
    CPU: Testing write buffer coherency: ok                                         
    devtmpfs: initialized                                                           
    omap_voltage_early_init: voltage driver support not added                       
    regulator: core version 0.5                                                     
    regulator: dummy:                                                               
    NET: Registered protocol family 16                                              
    OMAP GPIO hardware version 0.1                                                  
    OMAP GPIO hardware version 0.1                                                  
    omap_mux_init: Add partition: #1: core, flags: 0                                
    _omap_mux_get_by_name: Could not find signal i2c2_scl.i2c2_scl                  
    _omap_mux_get_by_name: Could not find signal i2c2_sda.i2c2_sda                  
    NOR: Can't request GPMC CS                                                      
    registered ti816x_vpss device                                                   
    registered ti816x_gpio_vr device                                                
    registered TI816x on-chip HDMI device                                           
    registered ti816x_sr device                                                     
    registered ti81xx_vidout device                                                 
    pm_dbg_init: only OMAP3 supported                                               
    ti81xx_pcie: Invoking PCI BIOS...                                               
    ti81xx_pcie: Setting up Host Controller...                                      
    ti81xx_pcie: Register base mapped @0xd0820000                                   
    ti81xx_pcie: Starting PCI scan...                                               
    PCI: bus0: Fast back to back transfers enabled                                  
    bio: create slab <bio-0> at 0                                                   
    regulator: VFB: 800 <--> 1025 mV at 1010 mV                                     
    vgaarb: loaded                                                                  
    SCSI subsystem initialized                                                      
    usbcore: registered new interface driver usbfs                                  
    usbcore: registered new interface driver hub                                    
    usbcore: registered new device driver usb                                       
    registerd cppi-dma Intr @ IRQ 17                                                
    Cppi41 Init Done                                                                
    omap_i2c omap_i2c.1: bus 1 rev4.0 at 100 kHz                                    
    omap_i2c omap_i2c.2: bus 2 rev4.0 at 100 kHz                                    
    Advanced Linux Sound Architecture Driver Version 1.0.23.                        
    Switching to clocksource gp timer                                               
    musb-hdrc: version 6.0, host, debug=0                                           
    musb-hdrc musb-hdrc.0: dma type: dma-cppi41                                     
    musb-hdrc: kernel must blacklist external hubs                                  
    musb-hdrc musb-hdrc.0: MUSB HDRC host driver                                    
    musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 1            
    usb usb1: New USB device found, idVendor=1d6b, idProduct=0002                   
    usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1              
    usb usb1: Product: MUSB HDRC host driver                                        
    usb usb1: Manufacturer: Linux 2.6.37 musb-hcd                                   
    usb usb1: SerialNumber: musb-hdrc.0                                             
    hub 1-0:1.0: USB hub found                                                      
    hub 1-0:1.0: 1 port detected                                                    
    musb-hdrc musb-hdrc.0: USB Host mode controller at d081e000 using DMA, IRQ 18   
    musb-hdrc musb-hdrc.1: dma type: dma-cppi41                                     
    musb-hdrc: kernel must blacklist external hubs                                  
    musb-hdrc musb-hdrc.1: MUSB HDRC host driver                                    
    musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 2            
    usb usb2: New USB device found, idVendor=1d6b, idProduct=0002                   
    usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1              
    usb usb2: Product: MUSB HDRC host driver                                        
    usb usb2: Manufacturer: Linux 2.6.37 musb-hcd                                   
    usb usb2: SerialNumber: musb-hdrc.1                                             
    hub 2-0:1.0: USB hub found                                                      
    hub 2-0:1.0: 1 port detected                                                    
    musb-hdrc musb-hdrc.1: USB Host mode controller at d0826800 using DMA, IRQ 19   
    NET: Registered protocol family 2                                               
    IP route cache hash table entries: 2048 (order: 1, 8192 bytes)                  
    TCP established hash table entries: 8192 (order: 4, 65536 bytes)                
    TCP bind hash table entries: 8192 (order: 3, 32768 bytes)                       
    TCP: Hash tables configured (established 8192 bind 8192)                        
    TCP reno registered                                                             
    UDP hash table entries: 256 (order: 0, 4096 bytes)                              
    UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)                         
    NET: Registered protocol family 1                                               
    RPC: Registered udp transport module.                                           
    RPC: Registered tcp transport module.                                           
    RPC: Registered tcp NFSv4.1 backchannel transport module.                       
    NetWinder Floating Point Emulator V0.97 (double precision)                      
    PMU: registered new PMU device of type 0                                        
    omap-iommu omap-iommu.0: ducati registered                                      
    omap-iommu omap-iommu.1: sys registered                                         
    JFFS2 version 2.2. (NAND) �© 2001-2006 Red Hat, Inc.                            
    msgmni has been set to 397                                                      
    io scheduler noop registered                                                    
    io scheduler deadline registered                                                
    io scheduler cfq registered (default)                                           
    Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled                         
    omap_uart.0: ttyO0 at MMIO 0x48020000 (irq = 72) is a OMAP UART0                
    omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1                
    omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2                
    console [ttyO2] enabled, bootconsole disabled                                   
    console [ttyO2] enabled, bootconsole disabled                                   
    brd: module loaded                                                              
    loop: module loaded                                                             
    ahci ahci.0: forcing PORTS_IMPL to 0x3                                          
    ahci ahci.0: AHCI 0001.0100 32 slots 2 ports 3 Gbps 0x3 impl platform mode      
    ahci ahci.0: flags: ncq sntf pm led clo only pmp pio slum part ccc              
    scsi0 : ahci_platform                                                           
    scsi1 : ahci_platform                                                           
    ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a150fff] port 0x100 irq 16      
    ata2: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a150fff] port 0x180 irq 16      
    m25p80 spi1.0: found w25q32, expected w25x32                                    
    m25p80 spi1.0: w25q32 (4096 Kbytes)                                             
    Creating 4 MTD partitions on "spi_flash":                                       
    0x000000000000-0x000000040000 : "U-Boot"                                        
    0x000000040000-0x000000042000 : "U-Boot Env"                                    
    0x000000042000-0x0000002c2000 : "Kernel"                                        
    0x0000002c2000-0x000000400000 : "File System"                                   
    omap2-nand driver initializing                                                  
    NAND device: Manufacturer ID: 0x2c, Chip ID: 0xca (Micron )                     
    Creating 5 MTD partitions on "omap2-nand.0":                                    
    0x000000000000-0x000000260000 : "U-Boot"                                        
    0x000000260000-0x000000280000 : "U-Boot Env"                                    
    0x000000280000-0x0000006c0000 : "Kernel"                                        
    0x0000006c0000-0x00000cee0000 : "File System"                                   
    0x00000cee0000-0x000010000000 : "Reserved"                                      
    davinci_mdio davinci_mdio.0: davinci mdio revision 1.6                          
    davinci_mdio davinci_mdio.0: detected phy mask fffffff9                         
    davinci_mdio.0: probed                                                          
    davinci_mdio davinci_mdio.0: phy[1]: device 0:01, driver unknown                
    davinci_mdio davinci_mdio.0: phy[2]: device 0:02, driver unknown                
    usbcore: registered new interface driver cdc_ether                              
    usbcore: registered new interface driver dm9601                                 
    Initializing USB Mass Storage driver...                                         
    usbcore: registered new interface driver usb-storage                            
    USB Mass Storage support registered.                                            
    mice: PS/2 mouse device common for all mice                                     
    omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0                        
    i2c /dev entries driver                                                         
    Linux video capture interface: v2.00                                            
    usbcore: registered new interface driver uvcvideo                               
    USB Video Class driver (v1.0.0)                                                 
    OMAP Watchdog Timer Rev 0x00: initial timeout 60 sec                            
    usbcore: registered new interface driver usbhid                                 
    usbhid: USB HID core driver                                                     
    notify_init : notify drivercreated  for  remote proc id 2 at physical Address 00
    usbcore: registered new interface driver snd-usb-audio                          
    asoc: tlv320aic3x-hifi <-> davinci-mcasp.2 mapping ok                           
    ALSA device list:                                                               
      #0: TI81XX EVM                                                                
    TCP cubic registered                                                            
    NET: Registered protocol family 17                                              
    VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3         
    omap_voltage_late_init: Voltage driver support not added                        
    Power Management for TI81XX.                                                    
    smartreflex smartreflex: Driver initialized                                     
    omap_rtc omap_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)  
    ata1: SATA link down (SStatus 0 SControl 300)                                   
    ata2: SATA link down (SStatus 0 SControl 300)                                   
    Waiting for root device /dev/mmcblk0p2...                                       
    mmc0: new high speed SDHC card at address b368                                  
    mmcblk0: mmc0:b368       3.73 GiB                                               
     mmcblk0: p1 p2                                                                 
    EXT3-fs: barriers not enabled                                                   
    kjournald starting.  Commit interval 5 seconds                                  
    EXT3-fs (mmcblk0p2): warning: maximal mount count reached, running e2fsck is red
    EXT3-fs (mmcblk0p2): using internal journal                                     
    EXT3-fs (mmcblk0p2): recovery complete                                          
    EXT3-fs (mmcblk0p2): mounted filesystem with writeback data mode                
    VFS: Mounted root (ext3 filesystem) on device 179:2.                            
    devtmpfs: mounted                                                               
    Freeing init memory: 200K                                                       
    INIT: version 2.86 booting                                                      
    Please wait: booting...                                                         
    Error opening /dev/fb0: No such file or directory                               
    Starting udev                                                                   
    udevd (74): /proc/74/oom_adj is deprecated, please use /proc/74/oom_score_adj i.
    Remounting root file system...                                                  
    Caching udev devnodes                                                           
    NET: Registered protocol family 10                                              
    ALSA: Restoring mixer settings...                                               
    Configuring network interfaces... davinci_mdio davinci_mdio.0: resetting idled r
    net eth0: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0:01, id=282f014)
    ADDRCONF(NETDEV_UP): eth0: link is not ready                                    
    udhcpc (v1.13.2) started                                                        
    Sending discover...                                                             
    PHY: 0:01 - Link is Up - 1000/Full                                              
    ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready                               
    Sending discover...                                                             
    Sending select for 10.1.97.205...                                               
    Lease of 10.1.97.205 obtained, lease time 60                                    
    adding dns 192.168.21.1                                                         
    adding dns 4.2.2.2                                                              
    done.                                                                           
    Setting up IP spoofing protection: rp_filter.                                   
    Sat Dec 10 09:34:00 UTC 2011                                                    
    INIT: Entering runlevel: 5                                                      
    Loading HDVICP2 Firmware                                                        
    DM816X prcm_config_app version: 2.0.0.1                                         
    Doing PRCM settings...                                                          
            PRCM for IVHD0 is in Progress, Please wait.....                         
                            BW Phy Addr : 0x48180600 Data : 0x00000002              
                            AW Phy Addr : 0x48180600 Data : 0x00000002              
                            Phy Addr : 0x48180c04 Data : 0x00000037                 
                            BW Phy Addr : 0x48180620 Data : 0x00070000              
                            AW Phy Addr : 0x48180620 Data : 0x00070002              
                            BW Phy Addr : 0x48180624 Data : 0x00030000              
                            AW Phy Addr : 0x48180624 Data : 0x00010002              
                            Phy Addr : 0x48180600 Data : 0x00000102                 
                            BW Phy Addr : 0x48180c10 Data : 0x00000007              
                            AW Phy Addr : 0x48180c10 Data : 0x00000003              
                            Phy Addr : 0x48180c14 Data : 0x00000004                 
                            BW Phy Addr : 0x58088000 Data : 0xab0d305b              
                            AW Phy Addr : 0x58088000 Data : 0xeafffffe              
                            BW Phy Addr : 0x58098000 Data : 0xb9f1616d              
                            AW Phy Addr : 0x58098000 Data : 0xeafffffe              
                            BW Phy Addr : 0x48180c10 Data : 0x00000003              
                            AW Phy Addr : 0x48180c10 Data : 0x00000000              
                            Phy Addr : 0x48180c14 Data : 0x00000007                 
            PRCM for IVHD0 is Done Successfully                                     
            PRCM for IVHD1 is in Progress, Please wait.....                         
                            BW Phy Addr : 0x48180700 Data : 0x00000002              
                            AW Phy Addr : 0x48180700 Data : 0x00000002              
                            Phy Addr : 0x48180d04 Data : 0x00000037                 
                            BW Phy Addr : 0x48180720 Data : 0x00070000              
                            AW Phy Addr : 0x48180720 Data : 0x00050002              
                            BW Phy Addr : 0x48180724 Data : 0x00030000              
                            AW Phy Addr : 0x48180724 Data : 0x00010002              
                            Phy Addr : 0x48180700 Data : 0x00000102                 
                            BW Phy Addr : 0x48180d10 Data : 0x00000007              
                            AW Phy Addr : 0x48180d10 Data : 0x00000003              
                            Phy Addr : 0x48180d14 Data : 0x00000004                 
                            BW Phy Addr : 0x5a088000 Data : 0x6d62cad9              
                            AW Phy Addr : 0x5a088000 Data : 0xeafffffe              
                            BW Phy Addr : 0x5a098000 Data : 0x95999a2b              
                            AW Phy Addr : 0x5a098000 Data : 0xeafffffe              
                            BW Phy Addr : 0x48180d10 Data : 0x00000003              
                            AW Phy Addr : 0x48180d10 Data : 0x00000000              
                            Phy Addr : 0x48180d14 Data : 0x00000007                 
            PRCM for IVHD1 is Done Successfully                                     
            PRCM for IVHD2 is in Progress, Please wait.....                         
                            BW Phy Addr : 0x48180800 Data : 0x00000002              
                            AW Phy Addr : 0x48180800 Data : 0x00000002              
                            Phy Addr : 0x48180e04 Data : 0x00000037                 
                            BW Phy Addr : 0x48180820 Data : 0x00070000              
                            AW Phy Addr : 0x48180820 Data : 0x00050002              
                            BW Phy Addr : 0x48180824 Data : 0x00030000              
                            AW Phy Addr : 0x48180824 Data : 0x00010002              
                            Phy Addr : 0x48180800 Data : 0x00000102                 
                            BW Phy Addr : 0x48180e10 Data : 0x00000007              
                            AW Phy Addr : 0x48180e10 Data : 0x00000003              
                            Phy Addr : 0x48180e14 Data : 0x00000004                 
                            BW Phy Addr : 0x53088000 Data : 0x0ff3e5b8              
                            AW Phy Addr : 0x53088000 Data : 0xeafffffe              
                            BW Phy Addr : 0x53098000 Data : 0x332b8f1a              
                            AW Phy Addr : 0x53098000 Data : 0xeafffffe              
                            BW Phy Addr : 0x48180e10 Data : 0x00000003              
                            AW Phy Addr : 0x48180e10 Data : 0x00000000              
                            Phy Addr : 0x48180e14 Data : 0x00000007                 
            PRCM for IVHD2 is Done Successfully                                     
    PRCM Initialization completed                                                   
    SysLink version : 2.00.05.85                                                    
    SysLink module created on Date:Dec  9 2011 Time:12:47:37                        
    FIRMWARE: Memory map bin file not passed                                        
    Usage : firmware_loader <Processor Id> <Location of Firmware> <start|stop> [Loc]
    FIRMWARE: Default memory configuration is used                                  
    MemCfg: DCMM (Dynamically Configurable Memory Map) Version :  2.1.1.1           
    FIRMWARE: Memory Configuration status : In Progress                             
    FIRMWARE: 1 start Successful                                                    
    Loading HDVPSS (V4L2) Firmware                                                  
    FIRMWARE: Memory map bin file not passed                                        
    Usage : firmware_loader <Processor Id> <Location of Firmware> <start|stop> [Loc]
    FIRMWARE: Default memory configuration is used                                  
    MemCfg: DCMM (Dynamically Configurable Memory Map) Version :  2.1.1.1           
    FIRMWARE: Memory Configuration status : In Progress                             
    FIRMWARE: 2 start Successful                                                    
    tvp7002 2-005d: tvp7002 found @ 0x5d (OMAP I2C adapter)                         
    tvp7002 2-005d: Rev. 02 detected.                                               
    ti81xxvin ti81xxvin: registered sub device tvp7002                              
    ti81xxvin ti81xxvin: TI81xx HDVPSS Capture driver initialized                   
    HDMI W1 rev 2.0                                                                 
    Timing Info:                                                                    
      pixel_clk = 148500                                                            
      x_res  = 1920                                                                 
      y_res  = 1080                                                                 
      hfp      = 88                                                                 
      hsw      = 44                                                                 
      hbp      = 148                                                                
      vfp      = 4                                                                  
      vsw      = 5                                                                  
      vbp      = 36                                                                 
    Starting system message bus: dbus.                                              
    Starting telnet daemon.                                                         
    Starting syslogd/klogd: done                                                    
    Starting thttpd.                                                                
    Starting PVR                                                                    
    /dev/mem opened.                                                                
    Memory mapped at address 0x40097000.                                            
    Read at address  0x48180F04 (0x40097f04): 0x00000001                            
    Write at address 0x48180F04 (0x40097f04): 0x00000000, readback 0x00000000       
    /dev/mem opened.                                                                
    Memory mapped at address 0x402cc000.                                            
    Read at address  0x48180900 (0x402cc900): 0x00000102                            
    Write at address 0x48180900 (0x402cc900): 0x00000002, readback 0x00000002       
    /dev/mem opened.                                                                
    Memory mapped at address 0x40151000.                                            
    Read at address  0x48180920 (0x40151920): 0x00040002                            
    Write at address 0x48180920 (0x40151920): 0x00000002, readback 0x00000002       
    Starting Matrix GUI application.                                                
                                                                                    
     _____                    _____           _         _                           
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_                         
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|                        
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|                          
                  |___|                    |___|                                    
                                                                                    
    Arago Project http://arago-project.org dm816x-evm ttyO2                         
                                                                                    
    Arago 2011.09 dm816x-evm ttyO2                                                  
                                                                                    
    dm816x-evm login:

    Any kind of advice is appreciated.

    Thanking you in advance

    Regards

  • sorry i wanto make a correction....

    we are using EZSDK 5_05_02_00......