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.

RTSP streaming of mosaic

We use DVR_RDK 03.00.00.00 with usecase VSYS_USECASE_MULTICHN_PROGRESSIVE_VCAP_VDIS_VENC_VDEC.
RTSP streaming of single video channels is running well in ths usecase.

But we also need the possibility stream Mosaic of the connected video inputs via RTSP.
This means we have to create mosaic before encoding happens.

But my fear is that we can not create another mosaic because of the limitation with the scalars.
and we have 2 mosaics in use to for display outputs.
I already discussed this here in this forum with Badri.

My primary idea was the following approch:
The layout of this mosaic must be set-able in the same way as it is possible for display mosaic.
The mosaic shall be composed from the 16 D1 input channels.
One of the 16 D1 encoder channels shall be used to encode this D1 mosaic.
A schematic of this approach to modify  mcfw/src_linux/mcfw_api/usecases/ti816x/multich_progressive_vcap_venc_vdec_vdis.c
is shown in attached files.
The mosaic shall be created in a chain Dup Link -> SWMS Link -> Merger Link –> Selector Link.
The Selector Link currently only can be used to map input channels to a output channels queue.
The Selector Link must be modified to get a component for real channel selection.
In our case we must be able to select 16 output channels form 17 input channels.
The last one of the select-able channels shall contain the mosaic or channel 16.

But now I am not sure if this is feasible, with the awareness of the scalar limitations.
Another idea would be to use CIF encoded stream, but a mosaic must created in this version too.

Has anybody a idea how to solve this task ?

5140.multich_progressive_vcap_venc_vdec_vdis.txt
           +----------------------+
           |   Capture (YUV422I)  |
           |                      |
           |   16 CH D1 60fps     |
           +----------+-----------+
                      |
           +----------v-----------+
           | CAPTURE_DISPLAY_DUP  |
           +--+------------+------+
     +--------+            |          <Process Link>
     |                +----v---------+              +---------------+      +---------+
     |                |IPC Frames Out+------------->|IPC Frames In  +----->| AlgLink |
     |                |    (M3)      <--------------+    (DSP)      <------+  (SWOSD)|
     |                +---+-------+--+              +---------------+      +---------+
     |              8CH D1|       |8CH D1
     |              YUV422|       |YUV422
     |                    |       +---------------------+
     |                    |                             |
     |              +-----v-------+              +------v-------+
     |              |   DEIH      |              |    DEI       |
     |              |             |              |              |
     |              |DEI_SC VIP_SC|              |DEI_SC  VIP_SC|
     |              +-------------+              +--------------+
     |           8CH D1|    |  |8CH D1          8CH D1|   |  |8CH D1
     |           YUV422|    |  |YUV420          YUV422|   |  |YUV420
     |                 |    |  |                      |   |  +---------------+
     |                 |    |  +----------------------|---|-------+          |
     |                 |    |8CH CIF               8CH|CIF|       |          |
     |       +---------+    |YUV420                YUV|420|      +v----------v----+
     |       |              |                         |   |      |MERGE_VIP_SC_D1 |
     |       |     +----------------------------------+   |      |                |
     |       |     |        |                             |      +---------+------+
     |       |     |        +---------+    +--------------+                |16CH D1
     |       |     |                  |    |                               +----------+
     |       |     |                  |    |                                          |
     |       |     |                  |    |                                    +-----v------+
     |       |     |                  |    |                                    |  DUP LINK  |
     |       |     |                  |    |                                    |            |
     |       |     |                  |    |                                    +---+----+---+
     |       |     |                  |    |                                        |    |
     |       |     |                  |    |                               +--------+    +--------+
     |       |     |                  |    |                               |                      |
     |       |     |                  |    |                               |                +-----v------+
     |       |     |                  |    |                               |                |    SWMS    |
     |       |     |                  |    |                               |                |            |
     |       |     |                  |    |                               |                +-----+------+
     |       |     |                  |    |                               |                      |
     |       |     |                  |    |                               |                +-----v------+
     |       |     |                  |    |                               |                |    NSF     |
     |       |     |                  |    |                               |                |            |
     |       |     |                  |    |                               |                +-----+------+
     |       |     |                  |    |                               |          +-------+   |
     |       |     |                  |    |                               |          |       |   |
     |       |     |                  |    |                               |          |   +---v---v----+
     |       |     |                  |    |                               |          |   |    MERGE   |
     |       |     |                  |    |                               |          |   |            |
     |       |     |                  |    |                               |          |   +------+-----+
     |       |     |                  |    |                               |          |          |
     |       |     |                  |    |                               |          |    API   |
     |       |     |                  |    |                               |          |     |    |17CH D1
     |       |     |                  |    |                               |          |   +-v----v------+
     |       |     |                  |    |                               v          |   |             |
     |       |     |                  |    |                      +---------------+   |   | Customized  |
     |       |     |                  |    |                      |   DUP_D1_LINK |   |   |  Selector   |
     |       |     |                  v    v                      |               |   |   |    Link     |
     |       |     |            +----------------+                +-------+--+----+   |   |             |
     |       |     |            |MERGE_VIP_SC_   |                 16CH D1|  |16CH D1 |   +------+------+
     |       |     |            |SECONDARY_OUT   |                  YUV420|  |YUV420  |          |16CH D1
     |       |     |            +-------+--------+                  MJPEG |  |PRI     |          |
     |       |     |                    |16CH CIF                         |  |        |          |
     |       |     |                    |YUV420                           |  +--------+          |
     |       |     |                    |                                 |                      |
     |       |     |                    |                                 |     +----------------+
     |       |     |                    |              +--------------+   |     |
     |       |     |            +-------v---------+    |    16CH CIF  |   |     |
     |       |     |            |  CIF DUP LINK   |    |    YUV420    v   v     v
     |       |     |            |                 |    |             +----------------+
     |       |     |            +--+----+------+--+    |             | MERGE_D1_CIF   |
     |       |     |               |    |      |       |             |                |
     |       |     |               |    |      +-------+             +---------+------+
     |       |     |    +----------+    |                                      |            48CH YUV420
     |   8CH | 8CH |    |               |                                      +-------------------+
     |   D1  |  D1 |    |16CH           v                                                          |
     |       |     |    |CIF       +-------------+       +------------+        +----------+        |
     |       v     v    v          |IPC FramesOut+------>|IPC FramesIn+------->| AlgLink  |        |
     |    +--------------+         |   (M3)      <------+|   (DSP)    |<------+|  (SCD)   |        |
     |    |              |<---+    +-------------+       +------------+        +----------+        |
     |    | LIVE_DECODE  | 16CH                                                                    |
     |    |  MERGE       | D1 |                                                                    |
     |    |              |Play|     +------------+          +--------+         +--------+          |
     |    +-----+--------+    |     |            |          |IPCBits |         |IPCBits |          |
     |          |             +-----+ DecLink    |<---------|Out (A8)|         |In(A8)  |          |
+----v-----+    |                   +------------+  IPCBits +--------+         +--------+          v
|SDTV Disp |    |48CH                               In(M3)                         ^        +------------+
|          |    |                                                           IPCBits|        |  IPCM3OUT  |
+----------+    |                                                           Out(M3)|        +------+-----+
                v                                                              +---+-----+         |
          +--------------+                                                     |EncLink  |         |
          | LIVE_DECODE  |                                                     +---------+         v
          |  DUP         |                                                          ^       +------------+
          +-+----------+-+                                                          |       |  IPCM3IN   |
            |          |                                                            |       +------+-----+
            |          |                                                            |              |
     +------v--+    +--v--------+                                                   +--------------+
     |SWMS0    |    |SWMS1      |
     |         |    |           |
     +----+----+    +----+------+
          |              |
          v              v
      On-chip          Off-chip  HDDAC
      HDMI             HDMI     + (VGA)



  • I understand you have mosaic on SD display.Is it acceptable to RTSP stream the same layout that is shown on SD display or do you require it to be different. If it is acceptable for the mosaiced content displayed on SD TV to also be encoded then the change is easy to do.

  • Actually the streamed mosaic must be independent from the display mosaics,
    but in a first step it would be acceptable to show the same content like in SD display.
    Do You have an idea both versions (SD mosaic / independent mosaic)  ?

  • If you can show same content as SD display then the chain would be

    SwMs1 -> SD display

    Modify to

    SwMS1 -> Dup -> SD display

                                -> Pre_Encode_Merge -> ipcOutM3 -> ipcInM3 -> encLink -> ipcBitsOutRTOS -> ipcBitsInHLOS

         The mosaiced channel will have a different channel number .

    For independent displays  you will have to do some compromise since as you are aware scaler b/w is not sufficient.

    - Do you require secondary CIF encoded channels ?

    - Can you do some compromise such as channels that are mosaiced for RTSP streaming will not be displayed.

    - Is it acceptable for the secondary encoded channel resolution to match the RTSP mosaic window dimension

    - Is it acceptable to disable playback channels (decode channels) when RTSP mosaic is being streamed.

    Based on which compromise is acceptable a different data flow can be designed.

  • I see drawbacks in the version with independant mosaics.
    The biggest disadvantage is that decoder channels can not be used.
    Do You remember, I have ask You for an approch of decoding IP-camera streams
    for a live view. I have this running now well in parallel.
    So decoder channels must be available.

    I think the best way is to use the SD mosaic content.

    I will try this solution.



  • Just to be clear I dont mean all the compromise listed above have to be done to enable independent mosaic. I want to know if anyone of items I have listed are acceptable.

  • Thanks for You advice, I did understand what You mean.

    But just a question, You say the the mosaiced channel in the chain

    SwMS1 -> Dup -> SD display -> Pre_Encode_Merge -> ipcOutM3 -> ipcInM3 -> encLink -> ipcBitsOutRTOS -> ipcBitsInHLOS.

    will get a new number.

    Currently I have 16 channels RTSP streaming in D1.

    This means the mosaiced channel can only encoded in CIF or MJPEG, or I have to skip one of the D1 channels ?

  • No the number of D1 encode channels will be 17 instead of 16. You have to set vencParams.numPrimaryChannels = 17. If you see performance issue due to encoding additional D1 channel you will have to disable one of the other encode primary channels by invoking Venc_disableChn. Other option is to use select link to choose between mosaiced channel and one of the  primary encode channels but it complicates the usecase. I think it can be  tried out as next step if required once you get this flow working.

  • I checked the feasibility of independent mosaic for encoding and it looks feasible if you use RDK 3.5. In RDK 3.5 optimization was done to reduce SC5 b/w usage. TO enable independent encode mosaic you will have to connect the CIF secondary channels as input to pre encode SwMs inst and enable lowCostScaling. With this you should be within boundary of scaler performance limits.The data flow would be:

    DEI_0 --> DEI_OUT_QUE_VIP_SC_SECONDARY --> |

                                                                                                     |   - Merge -> Dup -> SwMs2 -> NSF ---->|

                                                                                                     |                                                                        | Pre_encode_merge

    DEI_1 --> DEI_OUT_QUE_VIP_SC_SECONDARY --> |                              ----------------------------->| 

  • It is good to know that Version 03.05 brings a possibility to use independent mosaics.

    One of our next steps will be the migration to version 03.5.

    But first we try streaming mosaic from SD display .

    I started in the following way:
    I added a new ID in the SYSTEM_LINK_IDS_COMMON enum and created a new DUP.

    --> dupId[DISPLAY_ENCODE_DUP_LINK_IDX] = SYSTEM_VPSS_LINK_ID_DUP_4

    I hope it is possibel to make an extension of the link id.

    I also added the DUP between SWMS and display and the DUP is an extra
    input of the D1 CIF MERGE.
    Now I have a problem with the creation of
    System_linkCreate(mergeId[D1_CIF_MERGE_LINK_IDX], &mergePrm[D1_CIF_MERGE_LINK_IDX], sizeof(mergePrm[D1_CIF_MERGE_LINK_IDX]));
    I get the following error:

    6514:!!!SLAVE CORE [VPSS-M3] DOWN!!!
    SystemLink_copySlaveCoreExceptionContext:120
    mmap of [0xbe9e0000:36864]
    mmap virt addresss:0x2ab19000
    munmap of [0x2ab19000:36864]
    SystemLink_copySlaveCoreExceptionContext:127
     [m3vpss ] DEI:HEAPID:0 USED:64
     [m3vpss ] DEI:HEAPID:1 USED:16448
     [m3vpss ] DEI:HEAPID:4 USED:66613248
     [m3vpss ]  18163: DEI    : Create Done !!!
     [m3vpss ]  18164: MERGE   : Create Done !!!
     [m3vpss ]  18167: DUP   : Create Done !!!
     [m3vpss ]  18168: MERGE   : Create Done !!!
     [m3vpss ]  18171: DUP   : Create Done !!!
     [m3vpss ]  18173: SYSTEM: Opening MsgQ [DSP_MSGQ] ...
     [m3vpss ]  18174: Assertion @ Line: 51 in links_common/merge/mergeLink_tsk.c: status == FVID2_SOK : failed !!!


    For me the order of calling System_linkCreate is not clear.
    I create the extra DUP after the SWMS. The D1_CIF_MERGE sys link is created before the extra DUP.
    But the D1_CIF_MERGE uses a prevLinkId of the new DUP. Is this possible ?

  • Can you share the modified file and the original version. Changes need to be done in the link create sequence and also I want to understand why additional dup link ID need to be created. If additional dupLink ID is required to be created the number of dup link instances have to be increased

  • I added an extra DUP because all DUPs IDs where already used.
    I send You 3 version of multich_progressive_vcap_venc_vdec_vdis.c


    multich_progressive_vcap_venc_vdec_vdis_orig.c  = is original from DVR_RDK 03.00.00.00

    multich_progressive_vcap_venc_vdec_vdis_sd_mosaic.c  = contains the changes for the SD mosaic

    multich_progressive_vcap_venc_vdec_vdis.c  = is the version I try to integrate the streamed mosaic,
    (it is based on multich_progressive_vcap_venc_vdec_vdis.c_sd_mosaic) new tinks are commented with "//test"

    3583.multich_progressive_vcap_venc_vdec_vdis.c



  • Attached is the file with the correct link create sequence. You have additionally modify

    /dvr_rdk/mcfw/src_bios6/links_common/dup/dupLink_priv.h

    #define DUP_LINK_OBJ_MAX   (5)

    The other changes in your modifications are correct.

    Also pls share your modified system_linkId.h where you have added additonal dupLink id. I want to check the new link id doesnt conflict with some exisiting linkID.

    Also in your vdecParams.numPrimaryChannels should be set to 17.

    3225.3583.multich_progressive_vcap_venc_vdec_vdis.c.txt

  • I have done the changes, but an error occurs.

    0741.teraterm.log
    ata2: exception Emask 0x! �
    
    U-Boot 2010.06-svn169 (Jan 21 2013 - 14:26:17)
    
    TI8168-GP rev 1.1
    
    MAIN_N: 56, MAIN_P: 1, OSC_FREQ: 27, FAPLL_K: 8
    ARM clk: 987MHz
    DDR clk: 796MHz
    HDVICP clk: 600MHz
    L3 Fast clk: 500MHz
    HDVPSS clk: 250MHz
    Ducati M3 clk: 250MHz
    DSS clk: 250MHz
    DSP clk: 1000MHz
    
    I2C:   ready
    DRAM:  2 GiB
    NAND:  HW ECC BCH8 Selected
    256 MiB
    MMC:   OMAP SD/MMC: 0
    Net:   Ethernet PHY: GENERIC @ 0x01
    DaVinci EMAC
    Hit any key to stop autoboot:  1  0 
    Connect speed 100M Full
    Using DaVinci EMAC device
    host 192.168.1.20 is alive
    Connect speed 100M Full
    Using DaVinci EMAC device
    TFTP from server 192.168.1.20; our IP address is 192.168.1.10
    Filename 'uImage_DM816X_DVR'.
    Load address: 0x81000000
    Loading: *#################################################################
    	 #################################################################
    	 #############################################
    done
    Bytes transferred = 2560808 (0x271328)
    ## Booting kernel from Legacy Image at 81000000 ...
       Image Name:   Linux-2.6.37
       Created:      2013-01-22  10:52:27 UTC
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    2560744 Bytes = 2.4 MiB
       Load Address: 80008000
       Entry Point:  80008000
       Verifying Checksum ... OK
       Loading Kernel Image ... OK
    OK
    
    Starting kernel ...
    
    Linux version 2.6.37 (heb@heb) (gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203) ) #1 Tue Jan 22 11:52:23 CET 2013
    CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f
    CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
    Machine: ti8168_dvr
    vram size = 20971520 at 0x0
    reserved size = 20971520 at 0x0
    FB: Reserving 20971520 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: 145488
    Kernel command line: rootdelay=1 console=ttyO2,115200n8 init=/linuxrc root=/dev/nfs rw nfsroot=192.168.1.20:/home/heb/tftpboot/rfs_816x ip=192.168.1.10:192.168.1.20:192.168.1.1:255.255.255.0::eth0:off vram=20M notifyk.vpssm3_sva=0xBEE00000 mem=128M mem=472M@0xC0000000 vmalloc=580M
    PID hash table entries: 2048 (order: 1, 8192 bytes)
    Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    Memory: 128MB 452MB = 580MB total
    Memory: 583184k/583184k available, 31216k reserved, 139264K highmem
    Virtual kernel memory layout:
        vector  : 0xffff0000 - 0xffff1000   (   4 kB)
        fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
        DMA     : 0xffc00000 - 0xffe00000   (   2 MB)
        vmalloc : 0xd4000000 - 0xf8000000   ( 576 MB)
        lowmem  : 0x80000000 - 0xd3c00000   (1340 MB)
        pkmap   : 0x7fe00000 - 0x80000000   (   2 MB)
        modules : 0x7f000000 - 0x7fe00000   (  14 MB)
          .init : 0x80008000 - 0x8003b000   ( 204 kB)
          .text : 0x8003b000 - 0x804d8000   (4724 kB)
          .data : 0x804d8000 - 0x80520d80   ( 292 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_voltage_domain_lookup: Voltage driver init not yet happened.Faulting!
    omap_voltage_add_dev: VDD specified does not exist!
    OMAP GPIO hardware version 0.1
    OMAP GPIO hardware version 0.1
    omap_mux_init: Add partition: #1: core, flags: 0
    3-wired eeprom init done. (H/W ver:ff)
    _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
    registered ti816x_sr device
    pm_dbg_init: only OMAP3 supported
    registered ti81xx_vpss device
    registered ti81xx_vidout device
    registered ti81xx on-chip HDMI device
    registered ti81xx_fb device
    bio: create slab <bio-0> at 0
    vgaarb: loaded
    SCSI subsystem initialized
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    USBSS revision 4ea20808
    registerd cppi-dma Intr @ IRQ 17
    Cppi41 Init Done
    omap_i2c omap_i2c.1: bus 1 rev4.0 at 400 kHz
    regulator: pmbus_vr: 800 <--> 1050 mV at 0 mV 
    regulator: tps40400 probe done.
    omap_i2c omap_i2c.2: bus 2 rev4.0 at 400 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 controller-0 revision 4ea20800
    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 d401e000 using DMA, IRQ 18
    musb-hdrc musb-hdrc.1: dma type: dma-cppi41
    MUSB controller-1 revision 4ea20800
    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 d4028800 using DMA, IRQ 19
    NET: Registered protocol family 2
    IP route cache hash table entries: 16384 (order: 4, 65536 bytes)
    TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
    TCP: Hash tables configured (established 65536 bind 65536)
    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
    highmem bounce pool size: 64 pages
    JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
    msgmni has been set to 867
    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
    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 irq_stat 0x00400040, connection status changed irq 16
    ata2: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 16
    omap2-nand driver initializing
    NAND device: Maf ID: 0xec, Chip ID: 0xda (Samsung, )
     erasesize: 0x20000, writesize: 2048, oobsize: 64
    Creating 6 MTD partitions on "omap2-nand.0":
    0x000000000000-0x000000240000 : "U-Boot"
    0x000000240000-0x000000280000 : "U-Boot Env"
    0x000000280000-0x000000580000 : "U-Boot Logo"
    0x000000580000-0x0000009c0000 : "Kernel"
    0x0000009c0000-0x00000d1e0000 : "File System"
    0x00000d1e0000-0x000010000000 : "Reserved"
    davinci_mdio davinci_mdio.0: davinci mdio revision 1.6
    davinci_mdio davinci_mdio.0: detected phy mask fffffff8
    davinci_mdio.0: probed
    davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver unknown
    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
    usb 1-1: new high speed USB device using musb-hdrc and address 2
    rtc-ds1307 1-0068: rtc core: registered ds1337 as rtc0
    omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc1
    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 0xbee00000
    usbcore: registered new interface driver snd-usb-audio
    Registered tvp5158 audio codec
    asoc: tvp5158-hifi <-> davinci-mcasp.0 mapping ok
    asoc: tlv320aic3x-hifi <-> davinci-mcasp.2 mapping ok
    asoc: HDMI-DAI-CODEC <-> hdmi-dai mapping ok
    ALSA device list:
      #0: TI81XX DVR
    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-ti816x: ti816x_sr_probe done!
    rtc-ds1307 1-0068: setting system clock to 2013-02-14 08:44:24 UTC (1360831464)
    usb 1-1: New USB device found, idVendor=0409, idProduct=005a
    usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    hub 1-1:1.0: USB hub found
    hub 1-1:1.0: 4 ports detected
    davinci_mdio davinci_mdio.0: resetting idled controller
    net eth0: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0:01, id=1cc915)
    IP-Config: Complete:
         device=eth0, addr=192.168.1.10, mask=255.255.255.0, gw=192.168.1.1,
         host=192.168.1.10, domain=, nis-domain=(none),
         bootserver=192.168.1.20, rootserver=192.168.1.20, rootpath=
    Waiting 1sec before mounting root device...
    PHY: 0:01 - Link is Up - 100/Full
    ata2: link is slow to respond, please be patient (ready=0)
    ata1: link is slow to respond, please be patient (ready=0)
    ata2: softreset failed (device not ready)
    ata1: softreset failed (device not ready)
    ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata2.00: ATA-8: TOSHIBA MK5065GSX, GJ003A, max UDMA/100
    ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata2.00: configured for UDMA/100
    ata1.00: ATA-8: TOSHIBA MK5065GSX, GJ003A, max UDMA/100
    ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    ata1.00: configured for UDMA/100
    scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MK5065GS GJ00 PQ: 0 ANSI: 5
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    scsi 1:0:0:0: Direct-Access     ATA      TOSHIBA MK5065GS GJ00 PQ: 0 ANSI: 5
    sd 1:0:0:0: Attached scsi generic sg1 type 0
    sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    sd 1:0:0:0: [sdb] Write Protect is off
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
     sdb: sdb1
    sd 1:0:0:0: [sdb] Attached SCSI disk
     sda: sda1
    sd 0:0:0:0: [sda] Attached SCSI disk
    VFS: Mounted root (nfs filesystem) on device 0:15.
    devtmpfs: mounted
    Freeing init memory: 204K
     Mounting /proc             : [SUCCESS]
     Mounting /sys              : [SUCCESS]
     Mounting /dev              : [SUCCESS]
     Mounting /dev/pts          : [SUCCESS]
     Enabling hot-plug          : [SUCCESS]
     Populating /dev            : EXT3-fs: barriers not enabled
    kjournald starting.  Commit interval 5 seconds
    EXT3-fs (sdb1): using internal journal
    EXT3-fs (sdb1): recovery complete
    EXT3-fs (sdb1): mounted filesystem with writeback data mode
    EXT3-fs: barriers not enabled
    kjournald starting.  Commit interval 5 seconds
    EXT3-fs (sda1): using internal journal
    EXT3-fs (sda1): recovery complete
    EXT3-fs (sda1): mounted filesystem with writeback data mode
    [SUCCESS]
    Starting telnet daemon.
    Starting syslogd/klogd: done
    Starting pure-ftpd daemonFeb 14 08:44:36 192 syslog.info syslogd started: BusyBox v1.19.4
    Feb 14 08:44:36 192 user.info kernel: ata2: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 16
    Feb 14 08:44:36 192 user.info kernel: omap2-nand driver initializing
    Feb 14 08:44:36 192 user.info kernel: NAND device: Maf ID: 0xec, Chip ID: 0xda (Samsung, )
    Feb 14 08:44:36 192 user.info kernel:  erasesize: 0x20000, writesize: 2048, oobsize: 64
    Feb 14 08:44:36 192 user.notice kernel: Creating 6 MTD partitions on "omap2-nand.0":
    Feb 14 08:44:36 192 user.notice kernel: 0x000000000000-0x000000240000 : "U-Boot"
    Feb 14 08:44:36 192 user.notice kernel: 0x000000240000-0x000000280000 : "U-Boot Env"
    Feb 14 08:44:36 192 user.notice kernel: 0x000000280000-0x000000580000 : "U-Boot Logo"
    Feb 14 08:44:36 192 user.notice kernel: 0x000000580000-0x0000009c0000 : "Kernel"
    Feb 14 08:44:36 192 user.notice kernel: 0x0000009c0000-0x00000d1e0000 : "File System"
    Feb 14 08:44:36 192 user.notice kernel: 0x00000d1e0000-0x000010000000 : "Reserved"
    Feb 14 08:44:36 192 user.info kernel: davinci_mdio davinci_mdio.0: davinci mdio revision 1.6
    Feb 14 08:44:36 192 user.info kernel: davinci_mdio davinci_mdio.0: detected phy mask fffffff8
    Feb 14 08:44:36 192 user.info kernel: davinci_mdio.0: probed
    Feb 14 08:44:36 192 user.info kernel: davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver unknown
    Feb 14 08:44:36 192 user.info kernel: davinci_mdio davinci_mdio.0: phy[1]: device 0:01, driver unknown
    Feb 14 08:44:36 192 user.info kernel: davinci_mdio davinci_mdio.0: phy[2]: device 0:02, driver unknown
    Feb 14 08:44:36 192 user.info kernel: usbcore: registered new interface driver cdc_ether
    Feb 14 08:44:36 192 user.info kernel: usbcore: registered new interface driver dm9601
    Feb 14 08:44:36 192 user.info kernel: Initializing USB Mass Storage driver...
    Feb 14 08:44:36 192 user.info kernel: usbcore: registered new interface driver usb-storage
    Feb 14 08:44:36 192 user.info kernel: USB Mass Storage support registered.
    Feb 14 08:44:36 192 user.info kernel: mice: PS/2 mouse device common for all mice
    Feb 14 08:44:36 192 user.info kernel: usb 1-1: new high speed USB device using musb-hdrc and address 2
    Feb 14 08:44:36 192 user.info kernel: rtc-ds1307 1-0068: rtc core: registered ds1337 as rtc0
    Feb 14 08:44:36 192 user.info kernel: omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc1
    Feb 14 08:44:36 192 user.info kernel: i2c /dev entries driver
    Feb 14 08:44:36 192 user.info kernel: Linux video capture interface: v2.00
    Feb 14 08:44:36 192 user.info kernel: usbcore: registered new interface driver uvcvideo
    Feb 14 08:44:36 192 user.info kernel: USB Video Class driver (v1.0.0)
    Feb 14 08:44:36 192 user.info kernel: OMAP Watchdog Timer Rev 0x00: initial timeout 60 sec
    Feb 14 08:44:36 192 user.info kernel: usbcore: registered new interface driver usbhid
    Feb 14 08:44:36 192 user.info kernel: usbhid: USB HID core driver
    Feb 14 08:44:36 192 user.info kernel: notify_init : notify drivercreated  for  remote proc id 2 at physical Address 0xbee00000
    Feb 14 08:44:36 192 user.info kernel: usbcore: registered new interface driver snd-usb-audio
    Feb 14 08:44:36 192 user.info kernel: Registered tvp5158 audio codec
    Feb 14 08:44:36 192 user.info kernel: asoc: tvp5158-hifi <-> davinci-mcasp.0 mapping ok
    Feb 14 08:44:36 192 user.info kernel: asoc: tlv320aic3x-hifi <-> davinci-mcasp.2 mapping ok
    Feb 14 08:44:36 192 user.info kernel: asoc: HDMI-DAI-CODEC <-> hdmi-dai mapping ok
    Feb 14 08:44:36 192 user.info kernel: ALSA device list:
    Feb 14 08:44:36 192 user.info kernel:   #0: TI81XX DVR
    Feb 14 08:44:36 192 user.info kernel: TCP cubic registered
    Feb 14 08:44:36 192 user.info kernel: NET: Registered protocol family 17
    Feb 14 08:44:36 192 user.info kernel: VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    Feb 14 08:44:36 192 user.err kernel: omap_voltage_late_init: Voltage driver support not added
    Feb 14 08:44:36 192 user.info kernel: Power Management for TI81XX.
    Feb 14 08:44:36 192 user.warn kernel: smartreflex-ti816x: ti816x_sr_probe done!
    Feb 14 08:44:36 192 user.info kernel: rtc-ds1307 1-0068: setting system clock to 2013-02-14 08:44:24 UTC (1360831464)
    Feb 14 08:44:36 192 user.info kernel: usb 1-1: New USB device found, idVendor=0409, idProduct=005a
    Feb 14 08:44:36 192Feb 14 08:44:36 .
    Feb 14 08:44:36 192 user.infoFeb 14 08:44:36 Feb 14 08:44:36 Feb 14 08:44:36 Feb 14 08:44:36 Feb 14 08:44:36 Feb 14 08:44:36 Feb 14 08:44:36 Feb 14 08:44:36 Starting smbd daemon.
    Starting nmbd daemon.
    *** Bootargs Validated for mem param ***
    *** Bootargs Validated for notifyk.vpssm3 params ***
    Kernel bootargs validated
    numid=101,iface=MIXER,name='Left DAC Mux'
      ; type=ENUMERATED,access=rw------,values=1,items=3
      ; Item #0 'DAC_L1'
      ; Item #1 'DAC_L3'
      ; Item #2 'DAC_L2'
      : values=2
    numid=99,iface=MIXER,name='Right DAC Mux'
      ; type=ENUMERATED,access=rw------,values=1,items=3
      ; Item #0 'DAC_R1'
      ; Item #1 'DAC_R3'
      ; Item #2 'DAC_R2'
      : values=2
     [c6xdsp ] Remote Debug Shared Memory @ 0xbf000000
     [m3video] Remote Debug Shared Memory @ 0xbf005020
     [m3vpss ] Remote Debug Shared Memory @ 0xbf00a040
    SysLink version : 2.10.02.17
    SysLink module created on Date:Jan 22 2013 Time:08:56:16
    Trace enabled
    Trace SetFailureReason enabled
    Feb 14 08:44:38 192 user.alert kernel: SysLink version : 2.10.02.17
    Feb 14 08:44:38 192 user.alert kernel: SysLink module created on Date:Jan 22 2013 Time:08:56:16
    Feb 14 08:44:38 192 user.alert kernel: Trace enabled
    Feb 14 08:44:38 192 user.alert kernel: Trace SetFailureReason enabled
     Setting DMM priority for [DUCATI  ] to [0] ( 0x4e000624 = 0x08000000 )
     Setting DMM priority for [HDVICP0 ] to [2] ( 0x4e000634 = 0x0000000a )
     Setting DMM priority for [HDVICP1 ] to [2] ( 0x4e000634 = 0x000a0000 )
     Setting DMM priority for [HDVICP2 ] to [2] ( 0x4e000634 = 0x00a00000 )
     
     *** TVP5158 probe : START ***
     
     TI VS EVM : TVP5158 device address : 0x58, 0x5a, 0x5c, 0x5e
     TI DVR    : TVP5158 device address : 0x5c, 0x5d, 0x5e, 0x5f
     
     Device found     : I2C (0xXX): 0x08 = 0x51
                        I2C (0xXX): 0x09 = 0x58
     
     Device NOT found : I2C (0xXX): Read ERROR !!! (reg[0x08], count = 2)
     
     I2C (0x58): Read ERROR !!! (reg[0x08], count = 2)
     I2C (0x5a): Read ERROR !!! (reg[0x08], count = 2)
     I2C (0x5c): 0x08 = 0x51 
     I2C (0x5c): 0x09 = 0x58 
     I2C (0x5d): 0x08 = 0x51 
     I2C (0x5d): 0x09 = 0x58 
     I2C (0x5e): 0x08 = 0x51 
     I2C (0x5e): 0x09 = 0x58 
     I2C (0x5f): 0x08 = 0x51 
     I2C (0x5f): 0x09 = 0x58 
     
     *** TVP5158 probe : END ***
     
    /opt/ti816x
    Attached to slave procId 2.
    Loaded file ../firmware/dvr_rdk_fw_m3vpss.xem3 on slave procId 2.
    Started slave procId 2.
    After Ipc_loadcallback status [0x00000000]
     [m3vpss ] ***** SYSTEM  : Frequency <ORG> - 250000000, <NEW> - 250000000
     [m3vpss ] notify_attach  rtnVal  0
     [m3vpss ] initProxyServer  rtnVal  0
     [m3vpss ]  
     [m3vpss ]  *** UTILS: CPU KHz = 500000 Khz ***
     [m3vpss ]  
     [m3vpss ]  47: SYSTEM  : System Common Init in progress !!!
     [m3vpss ]  48: SYSTEM: IPC init in progress !!!
     [m3vpss ]  48: SYSTEM: Attaching to [HOST] ... 
     [m3vpss ]  1048: SYSTEM: Attaching to [HOST] ... 
     [m3vpss ]  1050: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
     [m3vpss ]  1050: SYSTEM: Attaching to [DSP] ... 
    After Ipc_startcallback status [0x097d2000]
    Attached to slave procId 1.
    Loaded file ../firmware/dvr_rdk_fw_m3video.xem3 on slave procId 1.
    Started slave procId 1.
    After Ipc_loadcallback status [0x00000000]
     [m3video] ***** SYSTEM  : Frequency <ORG> - 250000000, <NEW> - 250000000
     [m3vpss ]  2050: SYSTEM: Attaching to [DSP] ... 
     [m3video]  
     [m3video]  *** UTILS: CPU KHz = 500000 Khz ***
     [m3video]  
     [m3video]  1565: SYSTEM  : System Common Init in progress !!!
     [m3video]  1565: SYSTEM: IPC init in progress !!!
     [m3video]  1565: SYSTEM: Attaching to [HOST] ... 
     [m3video]  2565: SYSTEM: Attaching to [HOST] ... 
     [m3video]  2567: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
     [m3video]  2567: SYSTEM: Attaching to [DSP] ... 
    After Ipc_startcallback status [0x00000000]
    Attached to slave procId 0.
    Loaded file ../firmware/dvr_rdk_fw_c6xdsp.xe674 on slave procId 0.
    Started slave procId 0.
    After Ipc_loadcallback status [0x00000000]
     [c6xdsp ] ***** SYSTEM  : Frequency <ORG> - 800000000, <NEW> - 800000000
     [m3video]  3567: SYSTEM: Attaching to [DSP] ... 
     [m3vpss ]  3050: SYSTEM: Attaching to [DSP] ... 
     [c6xdsp ]  
     [c6xdsp ]  *** UTILS: CPU KHz = 800000 Khz ***
     [c6xdsp ]  
     [c6xdsp ]  7: SYSTEM  : System Common Init in progress !!!
     [c6xdsp ]  7: SYSTEM: IPC init in progress !!!
     [c6xdsp ]  7: SYSTEM: Attaching to [HOST] ... 
     [c6xdsp ]  1265: SYSTEM: Attaching to [HOST] ... 
     [c6xdsp ]  1268: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
     [c6xdsp ]  1268: SYSTEM: Attaching to [VIDEO-M3] ... 
    After Ipc_startcallback status [0x00000000]
    DMA: Module install successful, device major num = 251 
    DRV: Module install successful
    DRV: Module built on Feb 14 2013 08:43:31 
    Feb 14 08:44:44 192 user.info kernel: DMA: Module install successful, device major num = 251 
    Feb 14 08:44:44 192 user.info kernel: DRV: Module install successful
    Feb 14 08:44:44 192 user.info kernel: DRV: Module built on Feb 14 2013 08:43:31 
     [c6xdsp ] Remote Debug Shared Memory @ 0xbf000000
     [m3video] Remote Debug Shared Memory @ 0xbf005020
     [m3vpss ] Remote Debug Shared Memory @ 0xbf00a040
     [m3vpss ]  4050: SYSTEM: Attaching to [DSP] ... 
     [m3video]  4567: SYSTEM: Attaching to [DSP] ... 
     [c6xdsp ]  2527: SYSTEM: Attaching to [VIDEO-M3] ... 
     [m3vpss ]  5050: SYSTEM: Attaching to [DSP] ... 
     [c6xdsp ]  3537: SYSTEM: Attaching to [VIDEO-M3] ... SUCCESS !!!
     [m3video]  5567: SYSTEM: Attaching to [DSP] ... 
     [c6xdsp ]  3537: SYSTEM: Attaching to [VPSS-M3] ... 
     [m3video]  5567: SYSTEM: Attaching to [DSP] ... SUCCESS !!!
     [m3video]  5567: SYSTEM: Attaching to [VPSS-M3] ... 
     [m3vpss ]  6050: SYSTEM: Attaching to [DSP] ... 
     [m3video]  6567: SYSTEM: Attaching to [VPSS-M3] ... 
     [c6xdsp ]  4795: SYSTEM: Attaching to [VPSS-M3] ... 
     [c6xdsp ]  5390: SYSTEM: Attaching to [VPSS-M3] ... SUCCESS !!!
     [m3vpss ]  7050: SYSTEM: Attaching to [DSP] ... 
     [c6xdsp ]  5390: SYSTEM: Opening MsgQ Heap [IPC_MSGQ_MSG_HEAP] ...
     [m3vpss ]  7050: SYSTEM: Attaching to [DSP] ... SUCCESS !!!
     [m3vpss ]  7050: SYSTEM: Attaching to [VIDEO-M3] ... 
     [m3video]  7567: SYSTEM: Attaching to [VPSS-M3] ... 
     [m3video]  8050: SYSTEM: Attaching to [VPSS-M3] ... SUCCESS !!!
     [m3vpss ]  8050: SYSTEM: Attaching to [VIDEO-M3] ... 
     [m3video]  8050: SYSTEM: Opening MsgQ Heap [IPC_MSGQ_MSG_HEAP] ...
     [m3vpss ]  8050: SYSTEM: Attaching to [VIDEO-M3] ... SUCCESS !!!
     [m3vpss ]  8050: SYSTEM: Creating MsgQ Heap [IPC_MSGQ_MSG_HEAP] ...
     [m3vpss ]  8050: SYSTEM: Creating MsgQ [VPSS-M3_MSGQ] ...
     [m3video]  8051: SYSTEM: Creating MsgQ [VIDEO-M3_MSGQ] ...
     [m3vpss ]  8051: SYSTEM: Creating MsgQ [VPSS-M3_ACK_MSGQ] ...
     [m3video]  8051: SYSTEM: Creating MsgQ [VIDEO-M3_ACK_MSGQ] ...
     [m3vpss ]  8052: SYSTEM: Notify register to [HOST] line 0, event 15 ... 
     [m3video]  8053: SYSTEM: Notify register to [HOST] line 0, event 15 ... 
     [m3vpss ]  8053: SYSTEM: Notify register to [DSP] line 0, event 15 ... 
     [m3video]  8053: SYSTEM: Notify register to [DSP] line 0, event 15 ... 
     [m3vpss ]  8053: SYSTEM: Notify register to [VIDEO-M3] line 0, event 15 ... 
     [m3video]  8053: SYSTEM: Notify register to [VPSS-M3] line 0, event 15 ... 
     [m3vpss ]  8053: SYSTEM: IPC init DONE !!!
     [m3video]  8053: SYSTEM: IPC init DONE !!!
     [c6xdsp ]  6649: SYSTEM: Opening MsgQ Heap [IPC_MSGQ_MSG_HEAP] ...
     [m3video]  8059: MEM: Shared Region 2: Base = 0xb0000000, Length = 0x0e9c0000 (233 MB) 
     [m3vpss ]  8059: MEM: Shared Region 2: Base = 0xb0000000, Length = 0x0e9c0000 (233 MB) 
     [c6xdsp ]  6650: SYSTEM: Creating MsgQ [DSP_MSGQ] ...
     [m3video]  8060: MEM: Shared Region 1: Base = 0x88000000, Length = 0x15000000 (336 MB) 
     [m3vpss ]  8059: MEM: Shared Region 1: Base = 0x88000000, Length = 0x15000000 (336 MB) 
     [c6xdsp ]  6650: SYSTEM: Creating MsgQ [DSP_ACK_MSGQ] ...
     [c6xdsp ]  6650: SYSTEM: Notify register to [HOST] line 0, event 15 ... 
     [c6xdsp ]  6650: SYSTEM: Notify register to [VIDEO-M3] line 0, event 15 ... 
     [c6xdsp ]  6650: SYSTEM: Notify register to [VPSS-M3] line 0, event 15 ... 
     [c6xdsp ]  6650: SYSTEM: IPC init DONE !!!
     [c6xdsp ]  6652: MEM: Shared Region 2: Base = 0xb0000000, Length = 0x0e9c0000 (233 MB) 
     [m3vpss ]  8061: SYSTEM  : System Common Init Done !!!
     [c6xdsp ]  6652: MEM: Shared Region 1: Base = 0x88000000, Length = 0x15000000 (336 MB) 
     [c6xdsp ]  6653: SYSTEM  : System Common Init Done !!!
     [c6xdsp ]  5279: SYSTEM  : System DSP Init in progress !!!
     [c6xdsp ]  5279: SYSTEM  : RpeServer_init() done... Ret Val 0!!!
     [m3vpss ]  8061: SYSTEM  : System VPSS Init in progress !!!
     [c6xdsp ]  6656: SYSTEM: Creating ListMP [DSP_IPC_OUT_20] in region 0 ...
     [m3video]  8062: SYSTEM  : System Common Init Done !!!
     [m3vpss ] === HDVPSS Clocks are enabled ===
     [c6xdsp ]  6656: SYSTEM: Creating ListMP [DSP_IPC_IN_20] in region 0 ...
     [m3video]  8062: SYSTEM  : System Video Init in progress !!!
     [m3vpss ] === HDVPSS is fully functional ===
     [c6xdsp ]  6656: SYSTEM: ListElem Shared Addr = 0xbf18eb80
     [m3video]  8062: SYSTEM  : System Video Init Done !!!
     [m3vpss ] === HDVPSS module is not in standby ===
     [c6xdsp ]  6657: SYSTEM: Creating ListMP [DSP_IPC_OUT_21] in region 0 ...
     [m3video]  8062: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_0] in region 0 ...
     [m3vpss ] === I2C1 Clk is active ===
     [c6xdsp ]  6657: SYSTEM: Creating ListMP [DSP_IPC_IN_21] in region 0 ...
     [m3video]  8062: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_0] in region 0 ...
     [m3vpss ]  8066: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_0] in region 0 ...
     [c6xdsp ]  6657: SYSTEM: ListElem Shared Addr = 0xbf1ae580
     [m3video]  8062: SYSTEM: ListElem Shared Addr = 0xbf18b900
     [m3vpss ]  8066: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_0] in region 0 ...
     [c6xdsp ]  6658: SYSTEM: Creating ListMP [DSP_IPC_OUT_22] in region 0 ...
     [m3video]  8064: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_1] in region 0 ...
     [m3vpss ]  8067: SYSTEM: ListElem Shared Addr = 0xbf22c480
     [c6xdsp ]  6658: SYSTEM: Creating ListMP [DSP_IPC_IN_22] in region 0 ...
     [m3video]  8065: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_1] in region 0 ...
     [c6xdsp ]  6658: SYSTEM: ListElem Shared Addr = 0xbf1cdf80
     [m3video]  8065: SYSTEM: ListElem Shared Addr = 0xbf20b480
     [c6xdsp ]  6658: SYSTEM: Creating ListMP [DSP_IPC_OUT_25] in region 0 ...
     [c6xdsp ]  6658: SYSTEM: Creating ListMP [DSP_IPC_IN_25] in region 0 ...
     [c6xdsp ]  6658: SYSTEM: ListElem Shared Addr = 0xbf1edc80
     [m3video]  8071: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_20] in region 0 ...
     [m3vpss ]  8069: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_1] in region 0 ...
     [c6xdsp ]  6659: SYSTEM: Creating ListMP [DSP_IPC_OUT_26] in region 0 ...
     [m3video]  8071: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_20] in region 0 ...
     [m3vpss ]  8069: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_1] in region 0 ...
     [c6xdsp ]  6659: SYSTEM: Creating ListMP [DSP_IPC_IN_26] in region 0 ...
     [m3video]  8071: SYSTEM: ListElem Shared Addr = 0xbf232e80
     [m3vpss ]  8069: SYSTEM: ListElem Shared Addr = 0xbf22f980
     [c6xdsp ]  6659: SYSTEM: ListElem Shared Addr = 0xbf20e980
     [m3video]  8073: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_21] in region 0 ...
     [m3vpss ]  8081: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_20] in region 0 ...
     [c6xdsp ] !!WARNING.Resource already registered:2
     [c6xdsp ]  5285: SYSTEM  : Initializing Links !!! 
     [m3video]  8074: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_21] in region 0 ...
     [m3vpss ]  8081: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_20] in region 0 ...
     [m3video]  8074: SYSTEM: ListElem Shared Addr = 0xbf252880
     [m3vpss ]  8081: SYSTEM: ListElem Shared Addr = 0xbf291c80
     [c6xdsp ]  6660: SYSTEM  : FREE SPACE : System Heap      = 10268448 B, Mbx = 10240 msgs) 
     [m3video]  8076: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_22] in region 0 ...
     [m3vpss ]  8084: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_21] in region 0 ...
     [m3video]  8076: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_22] in region 0 ...
     [m3vpss ]  8084: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_21] in region 0 ...
     [c6xdsp ]  5293: SYSTEM  : Initializing Links ... DONE !!! 
     [m3video]  8076: SYSTEM: ListElem Shared Addr = 0xbf272280
     [m3vpss ]  8084: SYSTEM: ListElem Shared Addr = 0xbf2b1680
     [m3video]  8088: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_25] in region 0 ...
     [m3vpss ]  8086: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_22] in region 0 ...
     [c6xdsp ]  5293: SYSTEM  : System DSP Init Done !!!
     [m3video]  8088: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_25] in region 0 ...
     [m3vpss ]  8086: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_22] in region 0 ...
     [m3video]  8088: SYSTEM: ListElem Shared Addr = 0xbf2f0a80
     [m3vpss ]  8087: SYSTEM: ListElem Shared Addr = 0xbf2d1080
     [m3video]  8090: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_26] in region 0 ...
     [m3vpss ]  8088: SYSTEM : HDVPSS Drivers Version: HDVPSS_01_00_01_37
     [m3video]  8091: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_26] in region 0 ...
     [m3vpss ]  8089: SYSTEM  : FVID2 Init in progress !!!
     [m3video]  8091: SYSTEM: ListElem Shared Addr = 0xbf30e580
     [m3vpss ]  8169: SYSTEM  : FVID2 Init in progress DONE !!!
     [m3video]  8092: HDVICP: Doing PRCM for IVAHD[0] ... 
     [m3vpss ]  8169: SYSTEM  : Device Init in progress !!!
     [m3video]  8093: HDVICP: PRCM for IVAHD[0] ... DONE.
     [m3video]  8093: HDVICP: Doing PRCM for IVAHD[1] ... 
     [m3vpss ] initPrms.isI2cInitReq = 0
     [m3video]  8093: HDVICP: PRCM for IVAHD[1] ... DONE.
     [m3video]  8093: HDVICP: Doing PRCM for IVAHD[2] ... 
     [m3vpss ] initPrms.isI2cInitReq = 0
     [m3video]  8093: HDVICP: PRCM for IVAHD[2] ... DONE.
     [m3vpss ]  8172: SYSTEM  : Device Init in progress DONE !!!
     [m3video]  8093: SYSTEM  : Initializing Links !!! 
     [m3vpss ]  8304: SYSTEM  : System VPSS Init Done !!!
     [m3vpss ]  8305: UTILS: DMA: HWI Create for INT63 !!!
     [m3video]  8093: SYSTEM  : FREE SPACE : System Heap      = 6280232 B, Mbx = 10240 msgs) 
     [m3vpss ]  8305: SYSTEM  : Initializing Links !!! 
     [m3video]  8094: SYSTEM  : FREE SPACE : SR0 Heap         = 13452672 B (12 MB) 
     [m3vpss ]  8305: SYSTEM  : FREE SPACE : System Heap      = 13024 B, Mbx = 10240 msgs) 
     [m3video]  8094: SYSTEM  : FREE SPACE : Frame Buffer     = 245104512 B (233 MB) 
     [m3vpss ]  8305: SYSTEM  : FREE SPACE : SR0 Heap         = 13452672 B (12 MB) 
     [m3video]  8094: SYSTEM  : FREE SPACE : Bitstream Buffer = 352321408 B (335 MB) 
     [m3vpss ]  8305: SYSTEM  : FREE SPACE : Frame Buffer     = 240794496 B (229 MB) 
     [m3vpss ] Received character 's'
     [m3video]  8094: SYSTEM: Opening MsgQ [VPSS-M3_MSGQ] ...
     [m3vpss ]  8305: SYSTEM  : FREE SPACE : Bitstream Buffer = 352321408 B (335 MB) 
     [m3video]  8095: SYSTEM  : FREE SPACE : Tiler 8-bit      = 134217728 B (128 MB)  - TILER ON 
     [m3vpss ]  8305: SYSTEM  : FREE SPACE : Tiler 8-bit      = 134217728 B (128 MB)  - TILER ON 
     [m3video]  8095: SYSTEM  : FREE SPACE : Tiler 16-bit     = 134217728 B (128 MB)  - TILER ON 
     [m3vpss ]  8306: SYSTEM  : FREE SPACE : Tiler 16-bit     = 134217728 B (128 MB)  - TILER ON 
     [m3video]  8127: SYSTEM  : Initializing Links ... DONE !!! 
     [m3vpss ]  8419: SYSTEM [module] vpss probe done.
     : Initializing Links ... DONE !!! 
     [m3vpss ]  8419: SYSTEM  : Set Static L3 pressure for HDVPSS as High
     [c6xdsp ] Remote Debug Shared Memory @ 0xbf000000
     [m3video] Remote Debug Shared Memory @ 0xbf005020
     [m3vpss ] Remote Debug Shared Memory @ 0xbf00a040
     [m3video] Received character 's'
     [c6xdsp ] Remote Debug Shared Memory @ 0xbf000000
     [m3video] Remote Debug Shared Memory @ 0xbf005020
     [m3vpss ] Remote Debug Shared Memory @ 0xbf00a040
     [c6xdsp ] Received character 's'
    /opt/ti816x
    Feb 14 08:44:49 192 user.warn kernel: [module] vpss probe done.
    [module] ti81xxfb probe done.
    Feb 14 08:44:49 192 user.warn kernel: [module] ti81xxfb probe done.
    HDMI W1 rev 2.0
    Feb 14 08:44:49 192 user.info kernel: HDMI W1 rev 2.0
    [module] ti81xx_hdmi probe done.
    Feb 14 08:44:49 192 user.warn kernel: [module] ti81xx_hdmi probe done.
    Feb 14 08:44:50 192 user.debug kernel: hdmi: Enter HDMI_W1_StopVideoFrame()
    Feb 14 08:44:50 192 user.debug kernel: found best resolution: 1400x1050 (30)
    Feb 14 08:44:50 192 user.debug kernel: hdmi: Enter HDMI_W1_GlobalInitVars()
    Feb 14 08:44:50 192 user.debug kernel: hdmi: Enter HDMI_Core_GlobalInitVars()
    Feb 14 08:44:50 192 user.debug kernel: hdmi: Enter HDMI_W1_ConfigVideoResolutionTiming()
    Feb 14 08:44:50 192 user.debug kernel: hdmi: Enter HDMI_W1_ConfigVideoInterface()
    Feb 14 08:44:50 192 user.debug kernel: hdmi: HDMI_WP_AUDIO_CFG = 0x1030006
    Feb 14 08:44:50 192 user.debug kernel: hdmi: HDMI_WP_AUDIO_CFG2 = 0x20c0
    Feb 14 08:44:50 192 user.debug kernel: hdmi: HDMI_WP_AUDIO_CTRL = 0x20
    Feb 14 08:44:50 192 user.debug kernel: hdmi: Enter DSS_HDMI_CORE_SW_RESET_ASSERT ()
    Feb 14 08:44:50 192 user.debug kernel: hdmi: Enter DSS_HDMI_CORE_POWER_DOWN_DISABLE()
    Feb 14 08:44:50 192 user.debug kernel: hdmi: Enter DSS_HDMI_CORE_SW_RESET_RELEASE()
    Feb 14 08:44:50 192 user.debug kernel: hdmi: Enter HDMI_W1_StartVideoFrame  ()
    Feb 14 08:44:50 192 user.debug kernel: hdmi: Irqenable 60000011
    Feb 14 08:44:50 192 user.debug kernel: hdmi: 40 hpd
    Feb 14 08:44:50 192 user.debug kernel: hdmi: -------------DEBUG-------------------
    Feb 14 08:44:50 192 user.debug kernel: hdmi: 1 hdmi_wp_irqstatus
    Feb 14 08:44:50 192 user.debug kernel: hdmi: 1 hdmi_core_intr_state
    Feb 14 08:44:50 192 user.debug kernel: hdmi: 60 hdmi_core_intr1
    Feb 14 08:44:50 192 user.debug kernel: hdmi: 3 hdmi_core_intr2
    Feb 14 08:44:50 192 user.debug kernel: hdmi: f hdmi_core_intr3
    Feb 14 08:44:50 192 user.debug kernel: hdmi: 87 hdmi_core_sys_sys_stat
    Feb 14 08:44:50 192 user.debug kernel: hdmi: -------------DEBUG-------------------
     
     ORG 0x46c00524: 0
     NEW 0x46c00524: 2
     
    Feb 14 08:44:51 192 daemon.info linuxrc: starting pid 198, tty '': '/opt/ti816x/bin/launcher.out'
    Feb 14 08:44:51 192 daemon.info linuxrc: starting pid 199, tty '': '/sbin/syslogd -n'
    Feb 14 08:44:51 192 daemon.info linuxrc: starting pid 200, tty '': '/sbin/klogd -n'
    Feb 14 08:44:51 192 daemon.info linuxrc: starting pid 201, tty '': '-/bin/sh'
    Feb 14 08:44:51 192 user.info LAUNCHER : startup: starting DMP
    Feb 14 08:44:51 192 syslog.info syslogd started: BusyBox v1.19.4
    Feb 14 08:44:51 192 user.notice kernel: klogd started: BusyBox v1.19.4 (2013-01-22 10:53:38 CET)
    
    
    --------------- CHANNEL DETAILS-------------
    Capture Channels => 16
    Enc Channels => Primary 17, Secondary 16
    Dec Channels => 16
    Disp Channels => 32
    -------------------------------------------
    
     0: SYSTEM: System Common Init in progress !!!
     0: SYSTEM: IPC init in progress !!!
     22: SYSTEM: Opening MsgQ Heap [IPC_MSGQ_MSG_HEAP] ...
     23: SYSTEM: Creating MsgQ [HOST_MSGQ] ...
     25: SYSTEM: Creating MsgQ [HOST_ACK_MSGQ] ...
     26: SYSTEM: Opening MsgQ [DSP_MSGQ] ...
     26: SYSTEM: Opening MsgQ [VIDEO-M3_MSGQ] ...
     27: SYSTEM: Opening MsgQ [VPSS-M3_MSGQ] ...
     28: SYSTEM: Notify register to [DSP] line 0, event 15 ... 
     28: SYSTEM: Notify register to [VIDEO-M3] line 0, event 15 ... 
     29: SYSTEM: Notify register to [VPSS-M3] line 0, event 15 ... 
     29: SYSTEM: IPC init DONE !!!
     30: SYSTEM: Creating ListMP [HOST_IPC_OUT_25] in region 0 ...
     32: SYSTEM: Creating ListMP [HOST_IPC_IN_25] in region 0 ...
     34: SYSTEM: ListElem Shared Addr = 0x2b927080
     35: SYSTEM: Creating ListMP [HOST_IPC_OUT_26] in region 0 ...
     36: SYSTEM: Creating ListMP [HOST_IPC_IN_26] in region 0 ...
     38: SYSTEM: ListElem Shared Addr = 0x2b944b80
     40: SYSTEM: Creating ListMP [HOST_IPC_OUT_20] in region 0 ...
     42: SYSTEM: Creating ListMP [HOST_IPC_IN_20] in region 0 ...
     43: SYSTEM: ListElem Shared Addr = 0x2b962680
     44: SYSTEM: Creating ListMP [HOST_IPC_OUT_21] in region 0 ...
     46: SYSTEM: Creating ListMP [HOST_IPC_IN_21] in region 0 ...
     48: SYSTEM: ListElem Shared Addr = 0x2b982080
     49: SYSTEM: Creating ListMP [HOST_IPC_OUT_22] in region 0 ...
     51: SYSTEM: Creating ListMP [HOST_IPC_IN_22] in region 0 ...
     52: SYSTEM: ListElem Shared Addr = 0x2b9a1a80
     70: SYSTEM: System Common Init Done !!!
    
    ********* Entered usecase 16CH Progressive <816x> Cap/Enc/Dec/Dis 
    
     311: MCFW  : CPU Revision [ES1.1] !!! 
     312: MCFW  : Detected [(null)] Board !!! 
     312: MCFW  : Base Board Revision [DVR] !!! 
     312: MCFW  : Daughter Card Revision [DVR] !!! 
    Feb 14 08:44:52 192 user.notice TI_VCAP :  Vcap_configVideoDecoder: TVP5158-0 (0x5c): Detected video (720x288@50Hz, 1)
    Feb 14 08:44:52 192 user.notice TI_VCAP :  Vcap_configVideoDecoder: TVP5158-1 (0x5d): Detected video (720x288@50Hz, 1)
    Feb 14 08:44:52 192 user.notice TI_VCAP :  Vcap_configVideoDecoder: TVP5158-2 (0x5e): Detected video (720x288@50Hz, 1)
    Feb 14 08:44:52 192 user.notice TI_VCAP :  Vcap_configVideoDecoder: TVP5158-3 (0x5f): Detected video (720x288@50Hz, 1)
     TVP5158: 0x5c: Downloading patch ... 
     TVP5158: 0x5c: Downloading patch ... DONE !!!
     TVP5158: 0x5c: 5158:0002:0302
     TVP5158: 0x5d: Downloading patch ... 
     TVP5158: 0x5d: Downloading patch ... DONE !!!
     TVP5158: 0x5d: 5158:0002:0302
     TVP5158: 0x5e: Downloading patch ... 
     TVP5158: 0x5e: Downloading patch ... DONE !!!
     TVP5158: 0x5e: 5158:0002:0302
     TVP5158: 0x5f: Downloading patch ... 
     TVP5158: 0x5f: Downloading patch ... DONE !!!
     TVP5158: 0x5f: 5158:0002:0302
     [m3vpss ]  17062: CAPTURE: Create in progress !!!
     [m3vpss ]  17094: CAPTURE: VIP0 PortA capture mode is [ 8-bit, Pixel-mux Embedded Sync] !!! 
     [m3vpss ]  17181: CAPTURE: VIP0 PortB capture mode is [ 8-bit, Pixel-mux Embedded Sync] !!! 
     [m3vpss ]  17269: CAPTURE: VIP1 PortA capture mode is [ 8-bit, Pixel-mux Embedded Sync] !!! 
     [m3vpss ]  17357: CAPTURE: VIP1 PortB capture mode is [ 8-bit, Pixel-mux Embedded Sync] !!! 
     [m3vpss ]  17458: CAPTURE: 0: 0xb48c0c80, 736 x 288, 00067800 B --> Extra Frames 
     [m3vpss ]  17458: CAPTURE: 1: 0xb4928480, 736 x 288, 00067800 B --> Extra Frames 
     [m3vpss ]  17458: CAPTURE: 2: 0xb498fc80, 736 x 288, 00067800 B --> Extra Frames 
     [m3vpss ]  17458: CAPTURE: 3: 0xb49f7480, 736 x 288, 00067800 B --> Extra Frames 
     [m3vpss ]  17458: CAPTURE: 4: 0xb4a5ec80, 736 x 288, 00067800 B --> Extra Frames 
     [m3vpss ]  17458: CAPTURE: 5: 0xb4ac6480, 736 x 288, 00067800 B --> Extra Frames 
     [m3vpss ]  UTILS: DMA: Allocated CH (TCC) = 58 (58)
     [c6xdsp ]  18409: IPC_FRAMES_IN   : Create in progress !!!
     [c6xdsp ]  18409: SYSTEM: Opening ListMP [VPSS-M3_IPC_OUT_20] ...
     [m3vpss ] CAPTURE::HEAPID:0	USED:1136
     [c6xdsp ]  18409: SYSTEM: Opening ListMP [VPSS-M3_IPC_IN_20] ...
     [m3vpss ] CAPTURE::HEAPID:4	USED:74520576
     [c6xdsp ]  18410: SYSTEM: Opening MsgQ [VPSS-M3_MSGQ] ...
     [m3vpss ]  17459: CAPTURE: Create Done !!!
     [m3vpss ]  17463: DUP   : Create Done !!!
     [m3vpss ]  17463: IPC_FRAMES_OUT   : Create in progress !!!
     [c6xdsp ] IPC_FRAMES_IN:HEAPID:0	USED:304
     [c6xdsp ]  18411: IPC_FRAMES_IN   : Create Done !!!
     [m3vpss ]  17465: IPC_FRAMES_OUT   : Create Done !!!
     [c6xdsp ]  18414: ALG : Create in progress !!!
     [m3vpss ]  17478: DEI    : Create in progress !!!
     [c6xdsp ] ALGLINK:HEAPID:0	USED:2616
     [c6xdsp ] ALGLINK:HEAPID:1	USED:5904
     [c6xdsp ]  18422: ALG : Create Done !!!
     [m3vpss ]  17829: DEI     : Loading Up-scaling Co-effs
     [m3vpss ]  17829: DEI     : Co-effs Loading ... DONE !!!
     [m3vpss ] DEI:HEAPID:0	USED:64
     [m3vpss ] DEI:HEAPID:1	USED:17472
     [m3vpss ] DEI:HEAPID:4	USED:66613248
     [m3vpss ]  17830: DEI    : Create Done !!!
     [m3vpss ]  17830: DEI    : Create in progress !!!
     [m3vpss ]  18181: DEI     : Loading Up-scaling Co-effs
     [m3vpss ]  18182: DEI     : Co-effs Loading ... DONE !!!
    ###Bit buff of size from the SR # 1 : 53084160
    Feb 14 08:44:59 192 user.notice [host] :  6509: IPC_BITS_OUT   : Create in progress !!!
    Feb 14 08:44:59 192 user.notice [host] : IPC_BITSOUT:BitBuffer Alloc.PoolID:0,Size:0x32A0000
    Feb 14 08:44:59 192 user.notice [host] : IPCBITSOUTLINK:Translated Addr Virt:0x2c636080 To Phy:0x88000080
    Feb 14 08:44:59 192 user.notice [host] :  6511: IPC_BITS_OUT   : Create Done !!!
     [m3vpss ] DEI:HEAPID:0	USED:64
     [m3vpss ] DEI:HEAPID:1	USED:16448
     [m3vpss ] DEI:HEAPID:4	USED:66613248
     [m3vpss ]  18182: DEI    : Create Done !!!
     [m3vpss ]  18183: MERGE   : Create Done !!!
     [m3vpss ]  18186: DUP   : Create Done !!!
     [m3vpss ]  18187: MERGE   : Create Done !!!
     [m3vpss ]  18191: DUP   : Create Done !!!
     [m3video]  18195: IPC_BITS_IN   : Create in progress !!!
     [m3video]  18195: SYSTEM: Opening ListMP [HOST_IPC_OUT_25] ...
     [m3video]  18195: SYSTEM: Opening ListMP [HOST_IPC_IN_25] ...
     [m3video]  18196: SYSTEM: Opening MsgQ [HOST_MSGQ] ...
     [m3video]  18198: IPC_BITS_IN   : Create Done !!!
     [m3video]  18198: DECODE: Create in progress ... !!!
     [m3video] DECLINK_H264:HEAPID:0	USED:4264
     [m3video] DECLINK_H264:HEAPID:3	USED:4501504
     [m3video]  18226: DECODE: Creating CH0 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:3	USED:4501504
     [m3video]  18253: DECODE: Creating CH1 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:3	USED:4501504
     [m3video]  18279: DECODE: Creating CH2 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:3	USED:4501504
     [m3video]  18305: DECODE: Creating CH3 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:3	USED:4501504
     [m3video]  18331: DECODE: Creating CH4 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:3	USED:4501504
     [m3video]  18357: DECODE: Creating CH5 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:3	USED:4501504
     [m3video]  18384: DECODE: Creating CH6 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:2	USED:4083712
     [m3video] DECLINK_H264:HEAPID:3	USED:417792
     [m3video]  18411: DECODE: Creating CH7 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:2	USED:4083712
     [m3video] DECLINK_H264:HEAPID:3	USED:417792
     [m3video]  18437: DECODE: Creating CH8 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:2	USED:4083712
     [m3video] DECLINK_H264:HEAPID:3	USED:417792
     [m3video]  18464: DECODE: Creating CH9 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:2	USED:4218880
     [m3video] DECLINK_H264:HEAPID:3	USED:282624
     [m3video]  18492: DECODE: Creating CH10 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:2	USED:4501504
     [m3video]  18523: DECODE: Creating CH11 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:2	USED:4501504
     [m3video]  18554: DECODE: Creating CH12 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:2	USED:4501504
     [m3video]  18584: DECODE: Creating CH13 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:2	USED:4501504
     [m3video]  18615: DECODE: Creating CH14 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3vpss ]  18652: IPC_IN_M3   : Create in progress !!!
     [m3video] DECLINK_H264:HEAPID:2	USED:4501504
     [m3vpss ]  18652: SYSTEM: Opening ListMP [VIDEO-M3_IPC_OUT_0] ...
     [m3video]  18646: DECODE: Creating CH15 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3vpss ]  18653: SYSTEM: Opening ListMP [VIDEO-M3_IPC_IN_0] ...
     [m3video]  18648: DECODE: All CH Create ... DONE !!!
     [m3vpss ]  18653: SYSTEM: Opening MsgQ [VIDEO-M3_MSGQ] ...
     [m3vpss ]  18655: IPC_IN_M3   : Create Done !!!
     [m3vpss ]  18657: MERGE   : Create Done !!!
     [m3video] DECLINK:HEAPID:0	USED:39904
     [m3video] DECLINK:HEAPID:2	USED:38977536
     [m3video] DECLINK:HEAPID:3	USED:33046528
     [m3video]  18651: DECODE: Create ... DONE !!!
     [m3video]  18651: IPC_OUT_M3   : Create in progress !!!
     [m3video]  18652: IPC_OUT_M3   : Create Done !!!
     [m3vpss ]  18660: DUP   : Create Done !!!
     [m3vpss ]  18660: SWMS: Create in progress !!!
     [m3vpss ]  UTILS: DMA: Allocated CH (TCC) = 59 (59)
     [m3vpss ]  UTILS: DMA: Allocated CH (TCC) = 60 (60)
     [m3vpss ] SWMS: instance 0, sc id 5, start win 0 end win 17
     [m3vpss ]  18777: SWMS0    : Loading Vertical Co-effs (UPSCALE)x ... 
     [m3vpss ]  18777: SWMS0    : Loading Horizontal Co-effs (UPSCALE)x ... 
     [m3vpss ]  18777: SWMS    : Co-effs Loading ... DONE !!!
     [m3vpss ]  18778: SWMS    : ******* Configuring clock 37 secs... 
     [m3vpss ]  18778: SWMS0    : Loading Vertical Co-effs (UPSCALE)x ... 
     [m3vpss ]  18778: SWMS0    : Loading Horizontal Co-effs (UPSCALE)x ... 
     [m3vpss ]  18778: SWMS    : Co-effs Loading ... DONE !!!
     [m3vpss ]  
     [m3vpss ]  *** [SWMS0] Mosaic Parameters *** 
     [m3vpss ]  
     [m3vpss ]  Output FPS: 25
     [m3vpss ]  
     [m3vpss ]  Win | Ch  | Input      | Input          | Input         | Input       | Output     |  Output         | Output        | Output      | Low Cost | SWMS | Data  | Blank |
     [m3vpss ]  Num | Num | Start X, Y | Width x Height | Pitch Y / C   | Memory Type | Start X, Y |  Width x Height | Pitch Y / C   | Memory Type | ON / OFF | Inst | Format| Frame |
     [m3vpss ]  ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
     [m3vpss ]    0 |  32 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,    0 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    1 |  33 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  480,    0 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    2 |  34 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  960,    0 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    3 |  35 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   | 1440,    0 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    4 |  36 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,  270 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    5 |  37 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  480,  270 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    6 |  38 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  960,  270 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    7 |  39 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   | 1440,  270 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    8 |  40 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,  540 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    9 |  41 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  480,  540 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   10 |  42 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  960,  540 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   11 |  43 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   | 1440,  540 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   12 |  44 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,  810 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   13 |  45 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  480,  810 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   14 |  46 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  960,  810 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   15 |  47 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   | 1440,  810 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]  
     [m3vpss ] SWMS:HEAPID:0	USED:728
     [m3vpss ] SWMS:HEAPID:1	USED:47296
     [m3vpss ] SWMS:HEAPID:3	USED:20736000
     [m3vpss ]  18785: SWMS: Create Done !!!
     [m3vpss ]  18785: SWMS: Create in progress !!!
    
    
    7149:!!!SLAVE CORE [VPSS-M3] DOWN!!!
    SystemLink_copySlaveCoreExceptionContext:120
    mmap of [0xbe9e0000:36864]
    mmap virt addresss:0x2ab00000
    munmap of [0x2ab00000:36864]
    SystemLink_copySlaveCoreExceptionContext:127
     [m3vpss ]  UTILS: DMA: Allocated CH (TCC) = 61 (61)
     [m3vpss ]  UTILS: DMA: Allocated CH (TCC) = 62 (62)
     [m3vpss ] SWMS: instance 0, sc id 5, start win 0 end win 17
     [m3vpss ]  18816: SWMS1    : Loading Vertical Co-effs (UPSCALE)x ... 
     [m3vpss ]  18816: SWMS1    : Loading Horizontal Co-effs (UPSCALE)x ... 
     [m3vpss ]  18817: SWMS    : Co-effs Loading ... DONE !!!
     [m3vpss ]  18817: SWMS    : ******* Configuring clock 37 secs... 
     [m3vpss ]  18817: SWMS1    : Loading Vertical Co-effs (UPSCALE)x ... 
     [m3vpss ]  18818: SWMS1    : Loading Horizontal Co-effs (UPSCALE)x ... 
     [m3vpss ]  18818: SWMS    : Co-effs Loading ... DONE !!!
     [m3vpss ]  
     [m3vpss ]  *** [SWMS1] Mosaic Parameters *** 
     [m3vpss ]  
     [m3vpss ]  Output FPS: 25
     [m3vpss ]  
     [m3vpss ]  Win | Ch  | Input      | Input          | Input         | Input       | Output     |  Output         | Output        | Output      | Low Cost | SWMS | Data  | Blank |
     [m3vpss ]  Num | Num | Start X, Y | Width x Height | Pitch Y / C   | Memory Type | Start X, Y |  Width x Height | Pitch Y / C   | Memory Type | ON / OFF | Inst | Format| Frame |
     [m3vpss ]  ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
     [m3vpss ]    0 |  32 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,    0 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    1 |  33 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  176,    0 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    2 |  34 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  352,    0 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    3 |  35 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  528,    0 |   192 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    4 |  36 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,  144 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    5 |  37 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  176,  144 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    6 |  38 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  352,  144 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    7 |  39 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  528,  144 |   192 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    8 |  40 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,  288 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    9 |  41 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  176,  288 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   10 |  42 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  352,  288 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   11 |  43 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  528,  288 |   192 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   12 |  44 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,  432 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   13 |  45 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  176,  432 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   14 |  46 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  352,  432 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   15 |  47 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  528,  432 |   192 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]  
     [m3vpss ] SWMS:HEAPID:0	USED:728
     [m3vpss ] SWMS:HEAPID:1	USED:43776
     [m3vpss ] SWMS:HEAPID:3	USED:4239360
     [m3vpss ]  18824: SWMS: Create Done !!!
     [m3vpss ]  18828: DUP   : Create Done !!!
     [m3vpss ]  18829: SYSTEM: Opening MsgQ [DSP_MSGQ] ...
     [m3vpss ]  18830: Assertion @ Line: 49 in links_common/merge/mergeLink_tsk.c: status == FVID2_SOK : failed !!!
    

  • Is enableMjpegEnc and enableSecondaryOut set to TRUE. Also did you rebuild firmware and use that firmware after change to linkID and num dup link instances.

  • Firmware was rebuild.
    I usually have vsysParams.enableMjpegEnc = FALSE,
    and  vsysParams.enableSecondaryOut = TRUE;

    I enabled enableMjpegEnc and now a the check for ENC_LINK_MAX_CH failed.

  • Ok then the extra channel is taking effect.

    Pls make the following changes:

    /dvr_rdk/mcfw/interfaces/link_api/encLink.h

    #define ENC_LINK_MAX_CH         (48)

    to

    #define ENC_LINK_MAX_CH         (49)

    /dvr_rdk/mcfw/interfaces/ti_venc.h

    #define VENC_CHN_MAX          (49)

    /dvr_rdk/mcfw/src_bios6/cfg/ti816x/FC_RMAN_IRES_m3.cfg

    Change:

    var RMAN = xdc.useModule('ti.sdo.fc.rman.RMAN');
    RMAN.maxAlgs = 128;

    and rebuild firmware

  • I have made the changes, it seems to be a problem with the initilization of channel 48 (color format)

    .

    4024.teraterm.log
    
    U-Boot 2010.06-svn169 (Jan 21 2013 - 14:26:17)
    
    TI8168-GP rev 1.1
    
    MAIN_N: 56, MAIN_P: 1, OSC_FREQ: 27, FAPLL_K: 8
    ARM clk: 987MHz
    DDR clk: 796MHz
    HDVICP clk: 600MHz
    L3 Fast clk: 500MHz
    HDVPSS clk: 250MHz
    Ducati M3 clk: 250MHz
    DSS clk: 250MHz
    DSP clk: 1000MHz
    
    I2C:   ready
    DRAM:  2 GiB
    NAND:  HW ECC BCH8 Selected
    256 MiB
    MMC:   OMAP SD/MMC: 0
    Net:   Ethernet PHY: GENERIC @ 0x01
    DaVinci EMAC
    Hit any key to stop autoboot:  1  0 
    Connect speed 100M Full
    Using DaVinci EMAC device
    host 192.168.1.20 is alive
    Connect speed 100M Full
    Using DaVinci EMAC device
    TFTP from server 192.168.1.20; our IP address is 192.168.1.10
    Filename 'uImage_DM816X_DVR'.
    Load address: 0x81000000
    Loading: *#################################################################
    	 #################################################################
    	 #############################################
    done
    Bytes transferred = 2560808 (0x271328)
    ## Booting kernel from Legacy Image at 81000000 ...
       Image Name:   Linux-2.6.37
       Created:      2013-01-22  10:52:27 UTC
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    2560744 Bytes = 2.4 MiB
       Load Address: 80008000
       Entry Point:  80008000
       Verifying Checksum ... OK
       Loading Kernel Image ... OK
    OK
    
    Starting kernel ...
    
    Linux version 2.6.37 (heb@heb) (gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203) ) #1 Tue Jan 22 11:52:23 CET 2013
    CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f
    CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
    Machine: ti8168_dvr
    vram size = 20971520 at 0x0
    reserved size = 20971520 at 0x0
    FB: Reserving 20971520 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: 145488
    Kernel command line: rootdelay=1 console=ttyO2,115200n8 init=/linuxrc root=/dev/nfs rw nfsroot=192.168.1.20:/home/heb/tftpboot/rfs_816x ip=192.168.1.10:192.168.1.20:192.168.1.1:255.255.255.0::eth0:off vram=20M notifyk.vpssm3_sva=0xBEE00000 mem=128M mem=472M@0xC0000000 vmalloc=580M
    PID hash table entries: 2048 (order: 1, 8192 bytes)
    Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    Memory: 128MB 452MB = 580MB total
    Memory: 583184k/583184k available, 31216k reserved, 139264K highmem
    Virtual kernel memory layout:
        vector  : 0xffff0000 - 0xffff1000   (   4 kB)
        fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
        DMA     : 0xffc00000 - 0xffe00000   (   2 MB)
        vmalloc : 0xd4000000 - 0xf8000000   ( 576 MB)
        lowmem  : 0x80000000 - 0xd3c00000   (1340 MB)
        pkmap   : 0x7fe00000 - 0x80000000   (   2 MB)
        modules : 0x7f000000 - 0x7fe00000   (  14 MB)
          .init : 0x80008000 - 0x8003b000   ( 204 kB)
          .text : 0x8003b000 - 0x804d8000   (4724 kB)
          .data : 0x804d8000 - 0x80520d80   ( 292 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_voltage_domain_lookup: Voltage driver init not yet happened.Faulting!
    omap_voltage_add_dev: VDD specified does not exist!
    OMAP GPIO hardware version 0.1
    OMAP GPIO hardware version 0.1
    omap_mux_init: Add partition: #1: core, flags: 0
    3-wired eeprom init done. (H/W ver:ff)
    _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
    registered ti816x_sr device
    pm_dbg_init: only OMAP3 supported
    registered ti81xx_vpss device
    registered ti81xx_vidout device
    registered ti81xx on-chip HDMI device
    registered ti81xx_fb device
    bio: create slab <bio-0> at 0
    vgaarb: loaded
    SCSI subsystem initialized
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    USBSS revision 4ea20808
    registerd cppi-dma Intr @ IRQ 17
    Cppi41 Init Done
    omap_i2c omap_i2c.1: bus 1 rev4.0 at 400 kHz
    regulator: pmbus_vr: 800 <--> 1050 mV at 0 mV 
    regulator: tps40400 probe done.
    omap_i2c omap_i2c.2: bus 2 rev4.0 at 400 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 controller-0 revision 4ea20800
    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 d401e000 using DMA, IRQ 18
    musb-hdrc musb-hdrc.1: dma type: dma-cppi41
    MUSB controller-1 revision 4ea20800
    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 d4028800 using DMA, IRQ 19
    NET: Registered protocol family 2
    IP route cache hash table entries: 16384 (order: 4, 65536 bytes)
    TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
    TCP: Hash tables configured (established 65536 bind 65536)
    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
    highmem bounce pool size: 64 pages
    JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
    msgmni has been set to 867
    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
    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 irq_stat 0x00400040, connection status changed irq 16
    ata2: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 16
    omap2-nand driver initializing
    NAND device: Maf ID: 0xec, Chip ID: 0xda (Samsung, )
     erasesize: 0x20000, writesize: 2048, oobsize: 64
    Creating 6 MTD partitions on "omap2-nand.0":
    0x000000000000-0x000000240000 : "U-Boot"
    0x000000240000-0x000000280000 : "U-Boot Env"
    0x000000280000-0x000000580000 : "U-Boot Logo"
    0x000000580000-0x0000009c0000 : "Kernel"
    0x0000009c0000-0x00000d1e0000 : "File System"
    0x00000d1e0000-0x000010000000 : "Reserved"
    davinci_mdio davinci_mdio.0: davinci mdio revision 1.6
    davinci_mdio davinci_mdio.0: detected phy mask fffffff8
    davinci_mdio.0: probed
    davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver unknown
    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
    usb 1-1: new high speed USB device using musb-hdrc and address 2
    rtc-ds1307 1-0068: rtc core: registered ds1337 as rtc0
    omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc1
    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 0xbee00000
    usbcore: registered new interface driver snd-usb-audio
    Registered tvp5158 audio codec
    asoc: tvp5158-hifi <-> davinci-mcasp.0 mapping ok
    asoc: tlv320aic3x-hifi <-> davinci-mcasp.2 mapping ok
    asoc: HDMI-DAI-CODEC <-> hdmi-dai mapping ok
    ALSA device list:
      #0: TI81XX DVR
    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-ti816x: ti816x_sr_probe done!
    rtc-ds1307 1-0068: setting system clock to 2013-02-14 11:04:12 UTC (1360839852)
    usb 1-1: New USB device found, idVendor=0409, idProduct=005a
    usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    hub 1-1:1.0: USB hub found
    hub 1-1:1.0: 4 ports detected
    davinci_mdio davinci_mdio.0: resetting idled controller
    net eth0: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0:01, id=1cc915)
    IP-Config: Complete:
         device=eth0, addr=192.168.1.10, mask=255.255.255.0, gw=192.168.1.1,
         host=192.168.1.10, domain=, nis-domain=(none),
         bootserver=192.168.1.20, rootserver=192.168.1.20, rootpath=
    Waiting 1sec before mounting root device...
    PHY: 0:01 - Link is Up - 100/Full
    ata2: link is slow to respond, please be patient (ready=0)
    ata1: link is slow to respond, please be patient (ready=0)
    ata2: softreset failed (device not ready)
    ata1: softreset failed (device not ready)
    ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata2.00: ATA-8: TOSHIBA MK5065GSX, GJ003A, max UDMA/100
    ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata2.00: configured for UDMA/100
    ata1.00: ATA-8: TOSHIBA MK5065GSX, GJ003A, max UDMA/100
    ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    ata1.00: configured for UDMA/100
    scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MK5065GS GJ00 PQ: 0 ANSI: 5
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    scsi 1:0:0:0: Direct-Access     ATA      TOSHIBA MK5065GS GJ00 PQ: 0 ANSI: 5
    sd 1:0:0:0: Attached scsi generic sg1 type 0
    sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sd 1:0:0:0: [sdb] Write Protect is off
    sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
     sda: sda1
    sd 0:0:0:0: [sda] Attached SCSI disk
     sdb: sdb1
    sd 1:0:0:0: [sdb] Attached SCSI disk
    VFS: Mounted root (nfs filesystem) on device 0:15.
    devtmpfs: mounted
    Freeing init memory: 204K
     Mounting /proc             : [SUCCESS]
     Mounting /sys              : [SUCCESS]
     Mounting /dev              : [SUCCESS]
     Mounting /dev/pts          : [SUCCESS]
     Enabling hot-plug          : [SUCCESS]
     Populating /dev            : EXT3-fs: barriers not enabled
    kjournald starting.  Commit interval 5 seconds
    EXT3-fs (sda1): using internal journal
    EXT3-fs (sda1): recovery complete
    EXT3-fs (sda1): mounted filesystem with writeback data mode
    EXT3-fs: barriers not enabled
    kjournald starting.  Commit interval 5 seconds
    EXT3-fs (sdb1): using internal journal
    EXT3-fs (sdb1): recovery complete
    EXT3-fs (sdb1): mounted filesystem with writeback data mode
    [SUCCESS]
    Starting telnet daemon.
    Starting syslogd/klogd: done
    Starting pure-ftpd daemon.
    Feb 14 11:04:24 192 syslog.info syslogd started: BusyBox v1.19.4
    Feb 14 11:04:24 192 user.info kernel: EXT3-fs (sda1): mounted filesystem with writeback data mode
    Feb 14 11:04:24 192 user.info kernel: EXT3-fs: barriers not enabled
    Feb 14 11:04:24 192 user.info kernel: kjournald starting.  Commit interval 5 seconds
    Feb 14 11:04:24 192 user.info kernel: EXT3-fs (sdb1): using internal journal
    Feb 14 11:04:24 192 user.info kernel: EXT3-fs (sdb1): recovery complete
    Feb 14 11:04:24 192 user.info kernel: EXT3-fs (sdb1): mounted filesystem with writeback data mode
    Starting smbd daemon.
    Starting nmbd daemon.
    *** Bootargs Validated for mem param ***
    *** Bootargs Validated for notifyk.vpssm3 params ***
    Kernel bootargs validated
    numid=101,iface=MIXER,name='Left DAC Mux'
      ; type=ENUMERATED,access=rw------,values=1,items=3
      ; Item #0 'DAC_L1'
      ; Item #1 'DAC_L3'
      ; Item #2 'DAC_L2'
      : values=2
    numid=99,iface=MIXER,name='Right DAC Mux'
      ; type=ENUMERATED,access=rw------,values=1,items=3
      ; Item #0 'DAC_R1'
      ; Item #1 'DAC_R3'
      ; Item #2 'DAC_R2'
      : values=2
     [c6xdsp ] Remote Debug Shared Memory @ 0xbf000000
     [m3video] Remote Debug Shared Memory @ 0xbf005020
     [m3vpss ] Remote Debug Shared Memory @ 0xbf00a040
    SysLink version : 2.10.02.17
    SysLink module created on Date:Feb 14 2013 Time:10:45:32
    Trace enabled
    Trace SetFailureReason enabled
    Feb 14 11:04:26 192 user.alert kernel: SysLink version : 2.10.02.17
    Feb 14 11:04:26 192 user.alert kernel: SysLink module created on Date:Feb 14 2013 Time:10:45:32
    Feb 14 11:04:26 192 user.alert kernel: Trace enabled
    Feb 14 11:04:26 192 user.alert kernel: Trace SetFailureReason enabled
     Setting DMM priority for [DUCATI  ] to [0] ( 0x4e000624 = 0x08000000 )
     Setting DMM priority for [HDVICP0 ] to [2] ( 0x4e000634 = 0x0000000a )
     Setting DMM priority for [HDVICP1 ] to [2] ( 0x4e000634 = 0x000a0000 )
     Setting DMM priority for [HDVICP2 ] to [2] ( 0x4e000634 = 0x00a00000 )
     
     *** TVP5158 probe : START ***
     
     TI VS EVM : TVP5158 device address : 0x58, 0x5a, 0x5c, 0x5e
     TI DVR    : TVP5158 device address : 0x5c, 0x5d, 0x5e, 0x5f
     
     Device found     : I2C (0xXX): 0x08 = 0x51
                        I2C (0xXX): 0x09 = 0x58
     
     Device NOT found : I2C (0xXX): Read ERROR !!! (reg[0x08], count = 2)
     
     I2C (0x58): Read ERROR !!! (reg[0x08], count = 2)
     I2C (0x5a): Read ERROR !!! (reg[0x08], count = 2)
     I2C (0x5c): 0x08 = 0x51 
     I2C (0x5c): 0x09 = 0x58 
     I2C (0x5d): 0x08 = 0x51 
     I2C (0x5d): 0x09 = 0x58 
     I2C (0x5e): 0x08 = 0x51 
     I2C (0x5e): 0x09 = 0x58 
     I2C (0x5f): 0x08 = 0x51 
     I2C (0x5f): 0x09 = 0x58 
     
     *** TVP5158 probe : END ***
     
    /opt/ti816x
    Attached to slave procId 2.
    Loaded file ../firmware/dvr_rdk_fw_m3vpss.xem3 on slave procId 2.
    Started slave procId 2.
    After Ipc_loadcallback status [0x00000000]
     [m3vpss ] ***** SYSTEM  : Frequency <ORG> - 250000000, <NEW> - 250000000
     [m3vpss ] notify_attach  rtnVal  0
     [m3vpss ] initProxyServer  rtnVal  0
     [m3vpss ]  
     [m3vpss ]  *** UTILS: CPU KHz = 500000 Khz ***
     [m3vpss ]  
     [m3vpss ]  47: SYSTEM  : System Common Init in progress !!!
     [m3vpss ]  47: SYSTEM: IPC init in progress !!!
     [m3vpss ]  47: SYSTEM: Attaching to [HOST] ... 
     [m3vpss ]  1047: SYSTEM: Attaching to [HOST] ... 
     [m3vpss ]  1049: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
     [m3vpss ]  1049: SYSTEM: Attaching to [DSP] ... 
    After Ipc_startcallback status [0x097d2000]
    Attached to slave procId 1.
    Loaded file ../firmware/dvr_rdk_fw_m3video.xem3 on slave procId 1.
    Started slave procId 1.
    After Ipc_loadcallback status [0x00000000]
     [m3video] ***** SYSTEM  : Frequency <ORG> - 250000000, <NEW> - 250000000
     [m3vpss ]  2049: SYSTEM: Attaching to [DSP] ... 
     [m3video]  
     [m3video]  *** UTILS: CPU KHz = 500000 Khz ***
     [m3video]  
     [m3video]  1580: SYSTEM  : System Common Init in progress !!!
     [m3video]  1580: SYSTEM: IPC init in progress !!!
     [m3video]  1580: SYSTEM: Attaching to [HOST] ... 
     [m3video]  2580: SYSTEM: Attaching to [HOST] ... 
     [m3video]  2582: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
     [m3video]  2582: SYSTEM: Attaching to [DSP] ... 
    After Ipc_startcallback status [0x00000000]
    Attached to slave procId 0.
    Loaded file ../firmware/dvr_rdk_fw_c6xdsp.xe674 on slave procId 0.
    Started slave procId 0.
    After Ipc_loadcallback status [0x00000000]
     [c6xdsp ] ***** SYSTEM  : Frequency <ORG> - 800000000, <NEW> - 800000000
     [m3video]  3582: SYSTEM: Attaching to [DSP] ... 
     [m3vpss ]  3049: SYSTEM: Attaching to [DSP] ... 
     [c6xdsp ]  
     [c6xdsp ]  *** UTILS: CPU KHz = 800000 Khz ***
     [c6xdsp ]  
     [c6xdsp ]  7: SYSTEM  : System Common Init in progress !!!
     [c6xdsp ]  7: SYSTEM: IPC init in progress !!!
     [c6xdsp ]  7: SYSTEM: Attaching to [HOST] ... 
     [c6xdsp ]  1265: SYSTEM: Attaching to [HOST] ... 
     [c6xdsp ]  1268: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
     [c6xdsp ]  1268: SYSTEM: Attaching to [VIDEO-M3] ... 
    After Ipc_startcallback status [0x00000000]
    DMA: Module install successful, device major num = 251 
    DRV: Module install successful
    DRV: Module built on Feb 14 2013 11:03:15 
    Feb 14 11:04:32 192 user.info kernel: DMA: Module install successful, device major num = 251 
    Feb 14 11:04:32 192 user.info kernel: DRV: Module install successful
    Feb 14 11:04:32 192 user.info kernel: DRV: Module built on Feb 14 2013 11:03:15 
     [c6xdsp ] Remote Debug Shared Memory @ 0xbf000000
     [m3video] Remote Debug Shared Memory @ 0xbf005020
     [m3vpss ] Remote Debug Shared Memory @ 0xbf00a040
     [m3vpss ]  4049: SYSTEM: Attaching to [DSP] ... 
     [m3video]  4582: SYSTEM: Attaching to [DSP] ... 
     [c6xdsp ]  2527: SYSTEM: Attaching to [VIDEO-M3] ... 
     [m3vpss ]  5049: SYSTEM: Attaching to [DSP] ... 
     [m3video]  5582: SYSTEM: Attaching to [DSP] ... 
     [c6xdsp ]  3533: SYSTEM: Attaching to [VIDEO-M3] ... SUCCESS !!!
     [m3video]  5582: SYSTEM: Attaching to [DSP] ... SUCCESS !!!
     [c6xdsp ]  3533: SYSTEM: Attaching to [VPSS-M3] ... 
     [m3video]  5582: SYSTEM: Attaching to [VPSS-M3] ... 
     [m3vpss ]  6049: SYSTEM: Attaching to [DSP] ... 
     [m3video]  6582: SYSTEM: Attaching to [VPSS-M3] ... 
     [c6xdsp ]  4791: SYSTEM: Attaching to [VPSS-M3] ... 
     [c6xdsp ]  5367: SYSTEM: Attaching to [VPSS-M3] ... SUCCESS !!!
     [m3vpss ]  7049: SYSTEM: Attaching to [DSP] ... 
     [c6xdsp ]  5367: SYSTEM: Opening MsgQ Heap [IPC_MSGQ_MSG_HEAP] ...
     [m3vpss ]  7050: SYSTEM: Attaching to [DSP] ... SUCCESS !!!
     [m3vpss ]  7050: SYSTEM: Attaching to [VIDEO-M3] ... 
     [m3video]  7582: SYSTEM: Attaching to [VPSS-M3] ... 
     [m3video]  8050: SYSTEM: Attaching to [VPSS-M3] ... SUCCESS !!!
     [m3vpss ]  8049: SYSTEM: Attaching to [VIDEO-M3] ... 
     [m3video]  8050: SYSTEM: Opening MsgQ Heap [IPC_MSGQ_MSG_HEAP] ...
     [m3vpss ]  8050: SYSTEM: Attaching to [VIDEO-M3] ... SUCCESS !!!
     [m3video]  8050: SYSTEM: Creating MsgQ [VIDEO-M3_MSGQ] ...
     [m3vpss ]  8050: SYSTEM: Creating MsgQ Heap [IPC_MSGQ_MSG_HEAP] ...
     [m3video]  8051: SYSTEM: Creating MsgQ [VIDEO-M3_ACK_MSGQ] ...
     [m3vpss ]  8050: SYSTEM: Creating MsgQ [VPSS-M3_MSGQ] ...
     [m3video]  8052: SYSTEM: Notify register to [HOST] line 0, event 15 ... 
     [m3vpss ]  8050: SYSTEM: Creating MsgQ [VPSS-M3_ACK_MSGQ] ...
     [m3video]  8052: SYSTEM: Notify register to [DSP] line 0, event 15 ... 
     [m3vpss ]  8052: SYSTEM: Notify register to [HOST] line 0, event 15 ... 
     [m3video]  8053: SYSTEM: Notify register to [VPSS-M3] line 0, event 15 ... 
     [m3vpss ]  8052: SYSTEM: Notify register to [DSP] line 0, event 15 ... 
     [m3video]  8053: SYSTEM: IPC init DONE !!!
     [m3vpss ]  8052: SYSTEM: Notify register to [VIDEO-M3] line 0, event 15 ... 
     [m3vpss ]  8053: SYSTEM: IPC init DONE !!!
     [c6xdsp ]  6625: SYSTEM: Opening MsgQ Heap [IPC_MSGQ_MSG_HEAP] ...
     [m3video]  8059: MEM: Shared Region 2: Base = 0xb0000000, Length = 0x0e9c0000 (233 MB) 
     [m3vpss ]  8059: MEM: Shared Region 2: Base = 0xb0000000, Length = 0x0e9c0000 (233 MB) 
     [c6xdsp ]  6626: SYSTEM: Creating MsgQ [DSP_MSGQ] ...
     [m3video]  8059: MEM: Shared Region 1: Base = 0x88000000, Length = 0x15000000 (336 MB) 
     [m3vpss ]  8059: MEM: Shared Region 1: Base = 0x88000000, Length = 0x15000000 (336 MB) 
     [c6xdsp ]  6626: SYSTEM: Creating MsgQ [DSP_ACK_MSGQ] ...
     [c6xdsp ]  6626: SYSTEM: Notify register to [HOST] line 0, event 15 ... 
     [c6xdsp ]  6626: SYSTEM: Notify register to [VIDEO-M3] line 0, event 15 ... 
     [c6xdsp ]  6626: SYSTEM: Notify register to [VPSS-M3] line 0, event 15 ... 
     [c6xdsp ]  6626: SYSTEM: IPC init DONE !!!
     [c6xdsp ]  6628: MEM: Shared Region 2: Base = 0xb0000000, Length = 0x0e9c0000 (233 MB) 
     [c6xdsp ]  6628: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff3855c) FAILED !!!  (status=-1) 
     [m3video]  8061: SYSTEM  : System Common Init Done !!!
     [m3vpss ]  8061: SYSTEM  : System Common Init Done !!!
     [m3video]  8061: SYSTEM  : System Video Init in progress !!!
     [m3vpss ]  8061: SYSTEM  : System VPSS Init in progress !!!
     [m3video]  8061: SYSTEM  : System Video Init Done !!!
     [m3vpss ] === HDVPSS Clocks are enabled ===
     [m3video]  8062: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_0] in region 0 ...
     [m3vpss ] === HDVPSS is fully functional ===
     [m3video]  8062: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_0] in region 0 ...
     [m3vpss ] === HDVPSS module is not in standby ===
     [m3video]  8062: SYSTEM: ListElem Shared Addr = 0xbf18b680
     [m3video]  8064: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_1] in region 0 ...
     [m3video]  8064: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_1] in region 0 ...
     [m3video]  8064: SYSTEM: ListElem Shared Addr = 0xbf18eb80
     [c6xdsp ]  6641: MEM: Shared Region 1: Base = 0x88000000, Length = 0x15000000 (336 MB) 
     [m3video]  8070: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_20] in region 0 ...
     [m3vpss ] === I2C1 Clk is active ===
     [c6xdsp ]  6641: SYSTEM  : System Common Init Done !!!
     [m3video]  8070: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_20] in region 0 ...
     [m3vpss ]  8066: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_0] in region 0 ...
     [c6xdsp ]  5270: SYSTEM  : System DSP Init in progress !!!
     [m3vpss ]  8066: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_0] in region 0 ...
     [c6xdsp ]  5270: SYSTEM  : RpeServer_init() done... Ret Val 0!!!
     [m3vpss ]  8066: SYSTEM: ListElem Shared Addr = 0xbf192080
     [m3vpss ]  8068: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_1] in region 0 ...
     [m3vpss ]  8069: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_1] in region 0 ...
     [m3video]  8071: SYSTEM: ListElem Shared Addr = 0xbf198a80
     [m3vpss ]  8069: SYSTEM: ListElem Shared Addr = 0xbf195580
     [c6xdsp ]  6644: SYSTEM: Creating ListMP [DSP_IPC_OUT_20] in region 0 ...
     [m3video]  8073: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_21] in region 0 ...
     [c6xdsp ]  6644: SYSTEM: Creating ListMP [DSP_IPC_IN_20] in region 0 ...
     [m3video]  8073: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_21] in region 0 ...
     [c6xdsp ]  6644: SYSTEM: ListElem Shared Addr = 0xbf1b8480
     [m3video]  8073: SYSTEM: ListElem Shared Addr = 0xbf217500
     [m3vpss ]  8081: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_20] in region 0 ...
     [c6xdsp ]  6645: SYSTEM: Creating ListMP [DSP_IPC_OUT_21] in region 0 ...
     [m3video]  8076: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_22] in region 0 ...
     [m3vpss ]  8081: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_20] in region 0 ...
     [c6xdsp ]  6645: SYSTEM: Creating ListMP [DSP_IPC_IN_21] in region 0 ...
     [m3video]  8076: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_22] in region 0 ...
     [m3vpss ]  8081: SYSTEM: ListElem Shared Addr = 0xbf291c80
     [c6xdsp ]  6645: SYSTEM: ListElem Shared Addr = 0xbf1d7e80
     [m3video]  8076: SYSTEM: ListElem Shared Addr = 0xbf272280
     [m3vpss ]  8083: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_21] in region 0 ...
     [c6xdsp ]  6646: SYSTEM: Creating ListMP [DSP_IPC_OUT_22] in region 0 ...
     [m3video]  8087: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_25] in region 0 ...
     [m3vpss ]  8084: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_21] in region 0 ...
     [c6xdsp ]  6646: SYSTEM: Creating ListMP [DSP_IPC_IN_22] in region 0 ...
     [m3video]  8088: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_25] in region 0 ...
     [m3vpss ]  8084: SYSTEM: ListElem Shared Addr = 0xbf2b1680
     [c6xdsp ]  6646: SYSTEM: ListElem Shared Addr = 0xbf1f7b00
     [m3video]  8088: SYSTEM: ListElem Shared Addr = 0xbf2f0a80
     [m3vpss ]  8086: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_22] in region 0 ...
     [c6xdsp ]  6647: SYSTEM: Creating ListMP [DSP_IPC_OUT_25] in region 0 ...
     [m3video]  8090: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_26] in region 0 ...
     [m3vpss ]  8086: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_22] in region 0 ...
     [c6xdsp ]  6647: SYSTEM: Creating ListMP [DSP_IPC_IN_25] in region 0 ...
     [m3video]  8090: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_26] in region 0 ...
     [m3vpss ]  8086: SYSTEM: ListElem Shared Addr = 0xbf2d1080
     [c6xdsp ]  6647: SYSTEM: ListElem Shared Addr = 0xbf236c80
     [m3video]  8090: SYSTEM: ListElem Shared Addr = 0xbf30e580
     [m3vpss ]  8088: SYSTEM : HDVPSS Drivers Version: HDVPSS_01_00_01_37
     [c6xdsp ]  6648: SYSTEM: Creating ListMP [DSP_IPC_OUT_26] in region 0 ...
     [m3video]  8092: HDVICP: Doing PRCM for IVAHD[0] ... 
     [m3vpss ]  8088: SYSTEM  : FVID2 Init in progress !!!
     [c6xdsp ]  6648: SYSTEM: Creating ListMP [DSP_IPC_IN_26] in region 0 ...
     [m3video]  8092: HDVICP: PRCM for IVAHD[0] ... DONE.
     [m3vpss ]  8168: SYSTEM  : FVID2 Init in progress DONE !!!
     [c6xdsp ]  6648: SYSTEM: ListElem Shared Addr = 0xbf254780
     [m3video]  8092: HDVICP: Doing PRCM for IVAHD[1] ... 
     [m3vpss ]  8168: SYSTEM  : Device Init in progress !!!
     [c6xdsp ] !!WARNING.Resource already registered:2
     [c6xdsp ]  5276: SYSTEM  : Initializing Links !!! 
     [m3video]  8092: HDVICP: PRCM for IVAHD[1] ... DONE.
     [m3video]  8092: HDVICP: Doing PRCM for IVAHD[2] ... 
     [m3vpss ] initPrms.isI2cInitReq = 0
     [c6xdsp ]  6648: SYSTEM  : FREE SPACE : System Heap      = 10268448 B, Mbx = 10240 msgs) 
     [m3video]  8093: HDVICP: PRCM for IVAHD[2] ... DONE.
     [m3video]  8093: SYSTEM  : Initializing Links !!! 
     [m3vpss ] initPrms.isI2cInitReq = 0
     [c6xdsp ]  5284: SYSTEM  : Initializing Links ... DONE !!! 
     [m3vpss ]  8170: SYSTEM  : Device Init in progress DONE !!!
     [m3video]  8093: SYSTEM  : FREE SPACE : System Heap      = 6279464 B, Mbx = 10240 msgs) 
     [m3vpss ]  8302: SYSTEM  : System VPSS Init Done !!!
     [c6xdsp ]  5284: SYSTEM  : System DSP Init Done !!!
     [m3vpss ]  8303: UTILS: DMA: HWI Create for INT63 !!!
     [m3video]  8093: SYSTEM  : FREE SPACE : SR0 Heap         = 13452672 B (12 MB) 
     [m3vpss ]  8303: SYSTEM  : Initializing Links !!! 
     [m3vpss ] Received character 's'
     [m3video]  8093: SYSTEM  : FREE SPACE : Frame Buffer     = 245104512 B (233 MB) 
     [m3vpss ]  8303: SYSTEM  : FREE SPACE : System Heap      = 13024 B, Mbx = 10240 msgs) 
     [m3video]  8094: SYSTEM  : FREE SPACE : Bitstream Buffer = 352321408 B (335 MB) 
     [m3vpss ]  8303: SYSTEM  : FREE SPACE : SR0 Heap         = 13452672 B (12 MB) 
     [c6xdsp ] Remote Debug Shared Memory @ 0xbf000000
     [m3video] Remote Debug Shared Memory @ 0xbf005020
     [m3vpss ] Remote Debug Shared Memory @ 0xbf00a040
     [m3video] Received character 's'
     [m3video]  8094: SYSTEM: Opening MsgQ [VPSS-M3_MSGQ] ...
     [m3vpss ]  8303: SYSTEM  : FREE SPACE : Frame Buffer     = 240794496 B (229 MB) 
     [m3video]  8094: SYSTEM  : FREE SPACE : Tiler 8-bit      = 134217728 B (128 MB)  - TILER[module] vpss probe done.
     ON 
     [m3vpss ]  8304: SYSTEM  : FREE SPACE : Bitstream Buffer = 352321408 B (335 MB) 
     [m3video]  8095: SYSTEM  : FREE SPACE : Tiler 16-bit     = 134217728 B (128 MB)  - TILER ON 
     [m3vpss ]  8304: SYSTEM  : FREE SPACE : Tiler 8-bit      = 134217728 B (128 MB)  - TILER ON 
     [m3video]  8126: SYSTEM  : Initializing Links ... DONE !!! 
     [m3vpss ]  8304: SYSTEM  : FREE SPACE : Tiler 16-bit     = 134217728 B (128 MB)  - TILER ON 
     [m3vpss ]  8416: SYSTEM  : Initializing Links ... DONE !!! 
     [m3vpss ]  8416: SYSTEM  : Set Static L3 pressure for HDVPSS as High
     [c6xdsp ] Remote Debug[module] ti81xxfb probe done.
     Shared Memory @ 0xbf000000
     [m3video] Remote Debug Shared Memory @ 0xbf005020
     [m3vpss ] Remote Debug Shared Memory @ 0xbf00a040
     [c6xdsp ] Received character 's'
    /opt/ti816x
    Feb 14 11:04:37 192 user.warn kernel: [module] vpss probe done.
    Feb 14 11:04:37 192 user.warn kernel: [module] ti81xxfb probe done.
    HDMI W1 rev 2.0
    Feb 14 11:04:37 192 user.info kernel: HDMI W1 rev 2.0
    [module] ti81xx_hdmi probe done.
    Feb 14 11:04:38 192 user.warn kernel: [module] ti81xx_hdmi probe done.
    Feb 14 11:04:38 192 user.debug kernel: hdmi: Enter HDMI_W1_StopVideoFrame()
    Feb 14 11:04:38 192 user.debug kernel: found best resolution: 1400x1050 (30)
    Feb 14 11:04:38 192 user.debug kernel: hdmi: Enter HDMI_W1_GlobalInitVars()
    Feb 14 11:04:38 192 user.debug kernel: hdmi: Enter HDMI_Core_GlobalInitVars()
    Feb 14 11:04:38 192 user.debug kernel: hdmi: Enter HDMI_W1_ConfigVideoResolutionTiming()
    Feb 14 11:04:38 192 user.debug kernel: hdmi: Enter HDMI_W1_ConfigVideoInterface()
    Feb 14 11:04:38 192 user.debug kernel: hdmi: HDMI_WP_AUDIO_CFG = 0x1030006
    Feb 14 11:04:38 192 user.debug kernel: hdmi: HDMI_WP_AUDIO_CFG2 = 0x20c0
    Feb 14 11:04:38 192 user.debug kernel: hdmi: HDMI_WP_AUDIO_CTRL = 0x20
    Feb 14 11:04:38 192 user.debug kernel: hdmi: Enter DSS_HDMI_CORE_SW_RESET_ASSERT ()
    Feb 14 11:04:38 192 user.debug kernel: hdmi: Enter DSS_HDMI_CORE_POWER_DOWN_DISABLE()
    Feb 14 11:04:38 192 user.debug kernel: hdmi: Enter DSS_HDMI_CORE_SW_RESET_RELEASE()
    Feb 14 11:04:38 192 user.debug kernel: hdmi: Enter HDMI_W1_StartVideoFrame  ()
    Feb 14 11:04:38 192 user.debug kernel: hdmi: Irqenable 60000011
    Feb 14 11:04:38 192 user.debug kernel: hdmi: 40 hpd
    Feb 14 11:04:38 192 user.debug kernel: hdmi: -------------DEBUG-------------------
    Feb 14 11:04:38 192 user.debug kernel: hdmi: 1 hdmi_wp_irqstatus
    Feb 14 11:04:38 192 user.debug kernel: hdmi: 1 hdmi_core_intr_state
    Feb 14 11:04:38 192 user.debug kernel: hdmi: 60 hdmi_core_intr1
    Feb 14 11:04:38 192 user.debug kernel: hdmi: 3 hdmi_core_intr2
    Feb 14 11:04:38 192 user.debug kernel: hdmi: f hdmi_core_intr3
    Feb 14 11:04:38 192 user.debug kernel: hdmi: 87 hdmi_core_sys_sys_stat
    Feb 14 11:04:38 192 user.debug kernel: hdmi: -------------DEBUG-------------------
     
     ORG 0x46c00524: 0
     NEW 0x46c00524: 2
     
    Feb 14 11:04:39 192 daemon.info linuxrc: starting pid 200, tty '': '/opt/ti816x/bin/launcher.out'
    Feb 14 11:04:39 192 daemon.info linuxrc: starting pid 201, tty '': '/sbin/syslogd -n'
    Feb 14 11:04:39 192 user.info LAUNCHER : startup: starting DMP
    Feb 14 11:04:39 192 daemon.info linuxrc: starting pid 203, tty '': '/sbin/klogd -n'
    Feb 14 11:04:39 192 daemon.info linuxrc: starting pid 204, tty '': '-/bin/sh'
    Feb 14 11:04:39 192 user.notice kernel: klogd started: BusyBox v1.19.4 (2013-01-22 10:53:38 CET)
    Feb 14 11:04:40 192 syslog.info syslogd started: BusyBox v1.19.4
    
    --------------- CHANNEL DETAILS-------------
    Capture Channels => 16
    Enc Channels => Primary 17, Secondary 16
    Dec Channels => 16
    Disp Channels => 32
    -------------------------------------------
    
     0: SYSTEM: System Common Init in progress !!!
     0: SYSTEM: IPC init in progress !!!
     22: SYSTEM: Opening MsgQ Heap [IPC_MSGQ_MSG_HEAP] ...
     23: SYSTEM: Creating MsgQ [HOST_MSGQ] ...
     25: SYSTEM: Creating MsgQ [HOST_ACK_MSGQ] ...
     26: SYSTEM: Opening MsgQ [DSP_MSGQ] ...
     27: SYSTEM: Opening MsgQ [VIDEO-M3_MSGQ] ...
     27: SYSTEM: Opening MsgQ [VPSS-M3_MSGQ] ...
     28: SYSTEM: Notify register to [DSP] line 0, event 15 ... 
     29: SYSTEM: Notify register to [VIDEO-M3] line 0, event 15 ... 
     31: SYSTEM: Notify register to [VPSS-M3] line 0, event 15 ... 
     31: SYSTEM: IPC init DONE !!!
    [BOP13] $  34: SYSTEM: Creating ListMP [HOST_IPC_OUT_25] in region 0 ...
     36: SYSTEM: Creating ListMP [HOST_IPC_IN_25] in region 0 ...
     38: SYSTEM: ListElem Shared Addr = 0x2b9c8080
     39: SYSTEM: Creating ListMP [HOST_IPC_OUT_26] in region 0 ...
     41: SYSTEM: Creating ListMP [HOST_IPC_IN_26] in region 0 ...
     42: SYSTEM: ListElem Shared Addr = 0x2b9e5b80
     44: SYSTEM: Creating ListMP [HOST_IPC_OUT_20] in region 0 ...
     46: SYSTEM: Creating ListMP [HOST_IPC_IN_20] in region 0 ...
     47: SYSTEM: ListElem Shared Addr = 0x2ba03680
     48: SYSTEM: Creating ListMP [HOST_IPC_OUT_21] in region 0 ...
     50: SYSTEM: Creating ListMP [HOST_IPC_IN_21] in region 0 ...
     52: SYSTEM: ListElem Shared Addr = 0x2ba23080
     53: SYSTEM: Creating ListMP [HOST_IPC_OUT_22] in region 0 ...
     55: SYSTEM: Creating ListMP [HOST_IPC_IN_22] in region 0 ...
     56: SYSTEM: ListElem Shared Addr = 0x2ba42a80
     75: SYSTEM: System Common Init Done !!!
    
    ********* Entered usecase 16CH Progressive <816x> Cap/Enc/Dec/Dis 
    
     276: MCFW  : CPU Revision [ES1.1] !!! 
     276: MCFW  : Detected [(null)] Board !!! 
     276: MCFW  : Base Board Revision [DVR] !!! 
     276: MCFW  : Daughter Card Revision [DVR] !!! 
    Feb 14 11:04:40 192 user.notice TI_VCAP :  Vcap_configVideoDecoder: TVP5158-0 (0x5c): Detected video (720x288@50Hz, 1)
    Feb 14 11:04:40 192 user.notice TI_VCAP :  Vcap_configVideoDecoder: TVP5158-1 (0x5d): Detected video (720x288@50Hz, 1)
    Feb 14 11:04:40 192 user.notice TI_VCAP :  Vcap_configVideoDecoder: TVP5158-2 (0x5e): Detected video (720x288@50Hz, 1)
    Feb 14 11:04:40 192 user.notice TI_VCAP :  Vcap_configVideoDecoder: TVP5158-3 (0x5f): Detected video (720x288@50Hz, 1)
     TVP5158: 0x5c: Downloading patch ... 
     TVP5158: 0x5c: Downloading patch ... DONE !!!
     TVP5158: 0x5c: 5158:0002:0302
     TVP5158: 0x5d: Downloading patch ... 
     TVP5158: 0x5d: Downloading patch ... DONE !!!
     TVP5158: 0x5d: 5158:0002:0302
     TVP5158: 0x5e: Downloading patch ... 
     TVP5158: 0x5e: Downloading patch ... DONE !!!
     TVP5158: 0x5e: 5158:0002:0302
     TVP5158: 0x5f: Downloading patch ... 
     TVP5158: 0x5f: Downloading patch ... DONE !!!
     TVP5158: 0x5f: 5158:0002:0302
     [m3vpss ]  16998: CAPTURE: Create in progress !!!
     [m3vpss ]  17029: CAPTURE: VIP0 PortA capture mode is [ 8-bit, Pixel-mux Embedded Sync] !!! 
     [m3vpss ]  17117: CAPTURE: VIP0 PortB capture mode is [ 8-bit, Pixel-mux Embedded Sync] !!! 
     [m3vpss ]  17205: CAPTURE: VIP1 PortA capture mode is [ 8-bit, Pixel-mux Embedded Sync] !!! 
     [m3vpss ]  17293: CAPTURE: VIP1 PortB capture mode is [ 8-bit, Pixel-mux Embedded Sync] !!! 
     [m3vpss ]  17393: CAPTURE: 0: 0xb48c0c80, 736 x 288, 00067800 B --> Extra Frames 
     [m3vpss ]  17393: CAPTURE: 1: 0xb4928480, 736 x 288, 00067800 B --> Extra Frames 
     [m3vpss ]  17394: CAPTURE: 2: 0xb498fc80, 736 x 288, 00067800 B --> Extra Frames 
     [m3vpss ]  17394: CAPTURE: 3: 0xb49f7480, 736 x 288, 00067800 B --> Extra Frames 
     [m3vpss ]  17394: CAPTURE: 4: 0xb4a5ec80, 736 x 288, 00067800 B --> Extra Frames 
     [m3vpss ]  17394: CAPTURE: 5: 0xb4ac6480, 736 x 288, 00067800 B --> Extra Frames 
     [m3vpss ]  UTILS: DMA: Allocated CH (TCC) = 58 (58)
     [c6xdsp ]  18306: IPC_FRAMES_IN   : Create in progress !!!
     [c6xdsp ]  18306: SYSTEM: Opening ListMP [VPSS-M3_IPC_OUT_20] ...
     [m3vpss ] CAPTURE::HEAPID:0	USED:1136
     [c6xdsp ]  18306: SYSTEM: Opening ListMP [VPSS-M3_IPC_IN_20] ...
     [m3vpss ] CAPTURE::HEAPID:4	USED:74520576
     [c6xdsp ]  18307: SYSTEM: Opening MsgQ [VPSS-M3_MSGQ] ...
     [m3vpss ]  17394: CAPTURE: Create Done !!!
     [m3vpss ]  17398: DUP   : Create Done !!!
     [m3vpss ]  17399: IPC_FRAMES_OUT   : Create in progress !!!
     [c6xdsp ] IPC_FRAMES_IN:HEAPID:0	USED:304
     [c6xdsp ]  18308: IPC_FRAMES_IN   : Create Done !!!
     [m3vpss ]  17400: IPC_FRAMES_OUT   : Create Done !!!
     [c6xdsp ]  18311: ALG : Create in progress !!!
     [m3vpss ]  17413: DEI    : Create in progress !!!
     [c6xdsp ] ALGLINK:HEAPID:0	USED:2616
     [c6xdsp ] ALGLINK:HEAPID:1	USED:5904
     [c6xdsp ]  18319: ALG : Create Done !!!
     [m3vpss ]  17764: DEI     : Loading Up-scaling Co-effs
     [m3vpss ]  17764: DEI     : Co-effs Loading ... DONE !!!
     [m3vpss ] DEI:HEAPID:0	USED:64
     [m3vpss ] DEI:HEAPID:1	USED:17472
     [m3vpss ] DEI:HEAPID:4	USED:66613248
     [m3vpss ]  17765: DEI    : Create Done !!!
     [m3vpss ]  17765: DEI    : Create in progress !!!
     [m3vpss ]  18116: DEI     : Loading Up-scaling Co-effs
     [m3vpss ]  18116: DEI     : Co-effs Loading ... DONE !!!
    ###Bit buff of size from the SR # 1 : 53084160
    Feb 14 11:04:46 192 user.notice [host] :  6469: IPC_BITS_OUT   : Create in progress !!!
    Feb 14 11:04:46 192 user.notice [host] : IPC_BITSOUT:BitBuffer Alloc.PoolID:0,Size:0x32A0000
    Feb 14 11:04:46 192 user.notice [host] : IPCBITSOUTLINK:Translated Addr Virt:0x2c749080 To Phy:0x88000080
    Feb 14 11:04:46 192 user.notice [host] :  6470: IPC_BITS_OUT   : Create Done !!!
     [m3vpss ] DEI:HEAPID:0	USED:64
     [m3vpss ] DEI:HEAPID:1	USED:16448
     [m3vpss ] DEI:HEAPID:4	USED:66613248
     [m3vpss ]  18117: DEI    : Create Done !!!
     [m3vpss ]  18118: MERGE   : Create Done !!!
     [m3vpss ]  18121: DUP   : Create Done !!!
     [m3vpss ]  18122: MERGE   : Create Done !!!
     [m3vpss ]  18125: DUP   : Create Done !!!
     [m3video]  18129: IPC_BITS_IN   : Create in progress !!!
     [m3video]  18130: SYSTEM: Opening ListMP [HOST_IPC_OUT_25] ...
     [m3video]  18130: SYSTEM: Opening ListMP [HOST_IPC_IN_25] ...
     [m3video]  18131: SYSTEM: Opening MsgQ [HOST_MSGQ] ...
     [m3video]  18133: IPC_BITS_IN   : Create Done !!!
     [m3video]  18133: DECODE: Create in progress ... !!!
     [m3video] DECLINK_H264:HEAPID:0	USED:4264
     [m3video] DECLINK_H264:HEAPID:3	USED:4501504
     [m3video]  18161: DECODE: Creating CH0 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:3	USED:4501504
     [m3video]  18187: DECODE: Creating CH1 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:3	USED:4501504
     [m3video]  18214: DECODE: Creating CH2 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:3	USED:4501504
     [m3video]  18240: DECODE: Creating CH3 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:3	USED:4501504
     [m3video]  18266: DECODE: Creating CH4 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:3	USED:4501504
     [m3video]  18292: DECODE: Creating CH5 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:3	USED:4501504
     [m3video]  18318: DECODE: Creating CH6 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:2	USED:4083712
     [m3video] DECLINK_H264:HEAPID:3	USED:417792
     [m3video]  18345: DECODE: Creating CH7 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:2	USED:4083712
     [m3video] DECLINK_H264:HEAPID:3	USED:417792
     [m3video]  18372: DECODE: Creating CH8 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:2	USED:4083712
     [m3video] DECLINK_H264:HEAPID:3	USED:417792
     [m3video]  18399: DECODE: Creating CH9 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:2	USED:4218880
     [m3video] DECLINK_H264:HEAPID:3	USED:282624
     [m3video]  18427: DECODE: Creating CH10 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:2	USED:4501504
     [m3video]  18457: DECODE: Creating CH11 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:2	USED:4501504
     [m3video]  18488: DECODE: Creating CH12 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:2	USED:4501504
     [m3video]  18519: DECODE: Creating CH13 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:2	USED:4501504
     [m3video]  18550: DECODE: Creating CH14 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3vpss ]  18587: IPC_IN_M3   : Create in progress !!!
     [m3video] DECLINK_H264:HEAPID:2	USED:4501504
     [m3vpss ]  18587: SYSTEM: Opening ListMP [VIDEO-M3_IPC_OUT_0] ...
     [m3video]  18580: DECODE: Creating CH15 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3vpss ]  18587: SYSTEM: Opening ListMP [VIDEO-M3_IPC_IN_0] ...
     [m3video]  18582: DECODE: All CH Create ... DONE !!!
     [m3vpss ]  18588: SYSTEM: Opening MsgQ [VIDEO-M3_MSGQ] ...
     [m3vpss ]  18590: IPC_IN_M3   : Create Done !!!
     [m3vpss ]  18591: MERGE   : Create Done !!!
     [m3video] DECLINK:HEAPID:0	USED:39904
     [m3video] DECLINK:HEAPID:2	USED:38977536
     [m3video] DECLINK:HEAPID:3	USED:33046528
     [m3video]  18585: DECODE: Create ... DONE !!!
     [m3video]  18586: IPC_OUT_M3   : Create in progress !!!
     [m3video]  18586: IPC_OUT_M3   : Create Done !!!
     [m3vpss ]  18594: DUP   : Create Done !!!
     [m3vpss ]  18595: SWMS: Create in progress !!!
     [m3vpss ]  UTILS: DMA: Allocated CH (TCC) = 59 (59)
     [m3vpss ]  UTILS: DMA: Allocated CH (TCC) = 60 (60)
     [m3vpss ] SWMS: instance 0, sc id 5, start win 0 end win 17
     [m3vpss ]  18712: SWMS0    : Loading Vertical Co-effs (UPSCALE)x ... 
     [m3vpss ]  18712: SWMS0    : Loading Horizontal Co-effs (UPSCALE)x ... 
     [m3vpss ]  18712: SWMS    : Co-effs Loading ... DONE !!!
     [m3vpss ]  18713: SWMS    : ******* Configuring clock 37 secs... 
     [m3vpss ]  18713: SWMS0    : Loading Vertical Co-effs (UPSCALE)x ... 
     [m3vpss ]  18713: SWMS0    : Loading Horizontal Co-effs (UPSCALE)x ... 
     [m3vpss ]  18713: SWMS    : Co-effs Loading ... DONE !!!
     [m3vpss ]  
     [m3vpss ]  *** [SWMS0] Mosaic Parameters *** 
     [m3vpss ]  
     [m3vpss ]  Output FPS: 25
     [m3vpss ]  
     [m3vpss ]  Win | Ch  | Input      | Input          | Input         | Input       | Output     |  Output         | Output        | Output      | Low Cost | SWMS | Data  | Blank |
     [m3vpss ]  Num | Num | Start X, Y | Width x Height | Pitch Y / C   | Memory Type | Start X, Y |  Width x Height | Pitch Y / C   | Memory Type | ON / OFF | Inst | Format| Frame |
     [m3vpss ]  ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
     [m3vpss ]    0 |  32 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,    0 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    1 |  33 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  480,    0 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    2 |  34 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  960,    0 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    3 |  35 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   | 1440,    0 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    4 |  36 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,  270 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    5 |  37 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  480,  270 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    6 |  38 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  960,  270 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    7 |  39 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   | 1440,  270 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    8 |  40 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,  540 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    9 |  41 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  480,  540 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   10 |  42 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  960,  540 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   11 |  43 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   | 1440,  540 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   12 |  44 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,  810 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   13 |  45 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  480,  810 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   14 |  46 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  960,  810 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   15 |  47 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   | 1440,  810 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]  
     [m3vpss ] SWMS:HEAPID:0	USED:728
     [m3vpss ] SWMS:HEAPID:1	USED:47296
     [m3vpss ] SWMS:HEAPID:3	USED:20736000
     [m3vpss ]  18720: SWMS: Create Done !!!
     [m3video]  18765: IPC_IN_M3   : Create in progress !!!
     [m3vpss ]  18720: SWMS: Create in progress !!!
     [m3video]  18765: SYSTEM: Opening ListMP [VPSS-M3_IPC_OUT_0] ...
     [m3vpss ]  UTILS: DMA: Allocated CH (TCC) = 61 (61)
     [m3video]  18765: SYSTEM: Opening ListMP [VPSS-M3_IPC_IN_0] ...
     [m3vpss ]  UTILS: DMA: Allocated CH (TCC) = 62 (62)
     [m3video]  18768: IPC_IN_M3   : Create Done !!!
     [m3vpss ] SWMS: instance 0, sc id 5, start win 0 end win 17
     [m3video]  18768: ENCODE: Create in progress ... !!!
     [m3vpss ]  18751: SWMS1    : Loading Vertical Co-effs (UPSCALE)x ... 
     [m3video] ENCLINK:INFO: !!!Number of output buffers for ch[33] set to [1]
     [m3video]  18934: ENCODE: Creating CH0 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 2000 Kbps ... 
     [m3vpss ]  18751: SWMS1    : Loading Horizontal Co-effs (UPSCALE)x ... 
     [m3vpss ]  18751: SWMS    : Co-effs Loading ... DONE !!!
     [m3vpss ]  18752: SWMS    : ******* Configuring clock 37 secs... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3vpss ]  18752: SWMS1    : Loading Vertical Co-effs (UPSCALE)x ... 
     [m3video] ENCLINK_H264:HEAPID:2	USED:49152
     [m3vpss ]  18752: SWMS1    : Loading Horizontal Co-effs (UPSCALE)x ... 
     [m3video]  18938: ENCODE: Creating CH1 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 2000 Kbps ... 
     [m3vpss ]  18752: SWMS    : Co-effs Loading ... DONE !!!
     [m3vpss ]  
     [m3vpss ]  *** [SWMS1] Mosaic Parameters *** 
     [m3vpss ]  
     [m3vpss ]  Output FPS: 25
     [m3vpss ]  
     [m3vpss ]  Win | Ch  | Input      | Input          | Input         | Input       | Output     |  Output         | Output        | Output      | Low Cost | SWMS | Data  | Blank |
     [m3vpss ]  Num | Num | Start X, Y | Width x Height | Pitch Y / C   | Memory Type | Start X, Y |  Width x Height | Pitch Y / C   | Memory Type | ON / OFF | Inst | Format| Frame |
     [m3vpss ]  ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
     [m3vpss ]    0 |  32 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,    0 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3vpss ]    1 |  33 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  176,    0 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3video] ENCLINK_H264:HEAPID:2	USED:49152
     [m3vpss ]    2 |  34 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  352,    0 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3video]  18943: ENCODE: Creating CH2 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 2000 Kbps ... 
     [m3vpss ]    3 |  35 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  528,    0 |   192 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    4 |  36 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,  144 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    5 |  37 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  176,  144 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3vpss ]    6 |  38 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  352,  144 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3video] ENCLINK_H264:HEAPID:2	USED:49152
     [m3vpss ]    7 |  39 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  528,  144 |   192 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
    
    
    7490:!!!SLAVE CORE [VIDEO-M3] DOWN!!!
    SystemLink_copySlaveCoreExceptionContext:120
    mmap of [0xbe9c0000:36864]
    mmap virt addresss:0x2ab20000
    munmap of [0x2ab20000:36864]
    SystemLink_copySlaveCoreExceptionContext:127
     [m3video]  18947: ENCODE: Creating CH3 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 2000 Kbps ... 
     [m3vpss ]    8 |  40 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,  288 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    9 |  41 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  176,  288 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   10 |  42 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  352,  288 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3vpss ]   11 |  43 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  528,  288 |   192 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3video] ENCLINK_H264:HEAPID:2	USED:49152
     [m3vpss ]   12 |  44 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,  432 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3video]  18951: ENCODE: Creating CH4 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 2000 Kbps ... 
     [m3vpss ]   13 |  45 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  176,  432 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   14 |  46 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  352,  432 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   15 |  47 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  528,  432 |   192 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3vpss ]  
     [m3video] ENCLINK_H264:HEAPID:2	USED:49152
     [m3video]  18956: ENCODE: Creating CH5 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 2000 Kbps ... 
     [m3vpss ] SWMS:HEAPID:0	USED:728
     [m3vpss ] SWMS:HEAPID:1	USED:43776
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3vpss ] SWMS:HEAPID:3	USED:4239360
     [m3video] ENCLINK_H264:HEAPID:2	USED:49152
     [m3vpss ]  18759: SWMS: Create Done !!!
     [m3video]  18960: ENCODE: Creating CH6 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 2000 Kbps ... 
     [m3vpss ]  18762: DUP   : Create Done !!!
     [m3vpss ]  18764: MERGE   : Create Done !!!
     [m3vpss ]  18764: IPC_OUT_M3   : Create in progress !!!
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3vpss ]  18765: IPC_OUT_M3   : Create Done !!!
     [m3video] ENCLINK_H264:HEAPID:2	USED:49152
     [m3video]  18964: ENCODE: Creating CH7 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 2000 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:49152
     [m3video]  18969: ENCODE: Creating CH8 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 2000 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:49152
     [m3video]  18973: ENCODE: Creating CH9 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 2000 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:49152
     [m3video]  18977: ENCODE: Creating CH10 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 2000 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:49152
     [m3video]  18982: ENCODE: Creating CH11 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 2000 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:49152
     [m3video]  18986: ENCODE: Creating CH12 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 2000 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:49152
     [m3video]  18990: ENCODE: Creating CH13 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 2000 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:49152
     [m3video]  18995: ENCODE: Creating CH14 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 2000 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:49152
     [m3video]  18999: ENCODE: Creating CH15 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 2000 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:49152
     [m3video]  19003: ENCODE: Creating CH16 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED  ], bitrate = 500 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:577536
     [m3video]  19011: ENCODE: Creating CH17 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED  ], bitrate = 500 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:577536
     [m3video]  19019: ENCODE: Creating CH18 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED  ], bitrate = 500 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:577536
     [m3video]  19027: ENCODE: Creating CH19 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED  ], bitrate = 500 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:577536
     [m3video]  19035: ENCODE: Creating CH20 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED  ], bitrate = 500 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:577536
     [m3video]  19043: ENCODE: Creating CH21 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED  ], bitrate = 500 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:577536
     [m3video]  19052: ENCODE: Creating CH22 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED  ], bitrate = 500 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:577536
     [m3video]  19060: ENCODE: Creating CH23 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED  ], bitrate = 500 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:577536
     [m3video]  19068: ENCODE: Creating CH24 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED  ], bitrate = 500 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:577536
     [m3video]  19076: ENCODE: Creating CH25 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED  ], bitrate = 500 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:577536
     [m3video]  19084: ENCODE: Creating CH26 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED  ], bitrate = 500 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:577536
     [m3video]  19092: ENCODE: Creating CH27 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED  ], bitrate = 500 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:577536
     [m3video]  19100: ENCODE: Creating CH28 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED  ], bitrate = 500 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:577536
     [m3video]  19108: ENCODE: Creating CH29 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED  ], bitrate = 500 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:577536
     [m3video]  19116: ENCODE: Creating CH30 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED  ], bitrate = 500 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:577536
     [m3video]  19124: ENCODE: Creating CH31 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED  ], bitrate = 500 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:577536
     [m3video]  19132: ENCODE: Creating CH32 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 500 Kbps ... 
     [m3video] ENCLINK_H264:HEAPID:0	USED:11912
     [m3video] ENCLINK_H264:HEAPID:2	USED:49152
     [m3video]  19136: ENCODE: Creating CH33 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 100 Kbps ... 
     [m3video] ENCLINK_JPEG:HEAPID:0	USED:2064
     [m3video]  19137: ENCODE: Creating CH34 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 100 Kbps ... 
     [m3video] ENCLINK_JPEG:HEAPID:0	USED:2064
     [m3video]  19138: ENCODE: Creating CH35 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 100 Kbps ... 
     [m3video] ENCLINK_JPEG:HEAPID:0	USED:2064
     [m3video]  19138: ENCODE: Creating CH36 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 100 Kbps ... 
     [m3video] ENCLINK_JPEG:HEAPID:0	USED:2064
     [m3video]  19139: ENCODE: Creating CH37 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 100 Kbps ... 
     [m3video] ENCLINK_JPEG:HEAPID:0	USED:2064
     [m3video]  19140: ENCODE: Creating CH38 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 100 Kbps ... 
     [m3video] ENCLINK_JPEG:HEAPID:0	USED:2064
     [m3video]  19140: ENCODE: Creating CH39 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 100 Kbps ... 
     [m3video] ENCLINK_JPEG:HEAPID:0	USED:2064
     [m3video]  19141: ENCODE: Creating CH40 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 100 Kbps ... 
     [m3video] ENCLINK_JPEG:HEAPID:0	USED:2064
     [m3video]  19142: ENCODE: Creating CH41 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 100 Kbps ... 
     [m3video] ENCLINK_JPEG:HEAPID:0	USED:2064
     [m3video]  19142: ENCODE: Creating CH42 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 100 Kbps ... 
     [m3video] ENCLINK_JPEG:HEAPID:0	USED:2064
     [m3video]  19143: ENCODE: Creating CH43 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 100 Kbps ... 
     [m3video] ENCLINK_JPEG:HEAPID:0	USED:2064
     [m3video]  19144: ENCODE: Creating CH44 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 100 Kbps ... 
     [m3video] ENCLINK_JPEG:HEAPID:0	USED:2064
     [m3video]  19144: ENCODE: Creating CH45 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 100 Kbps ... 
     [m3video] ENCLINK_JPEG:HEAPID:0	USED:2064
     [m3video]  19145: ENCODE: Creating CH46 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 100 Kbps ... 
     [m3video] ENCLINK_JPEG:HEAPID:0	USED:2064
     [m3video]  19146: ENCODE: Creating CH47 of 720 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED      ], bitrate = 100 Kbps ... 
     [m3video] ENCLINK_JPEG:HEAPID:0	USED:2064
     [m3video]  19147: ENCODE: Creating CH48 of 720 x 576, pitch = (1472, 0) [PROGRESSIVE] [NON-TILED  ], bitrate = 100 Kbps ... 
     [m3video]  19147: Assertion @ Line: 196 in /home/heb/Projects/BOP13/src/bop_dmp/mcfw/src_bios6/links_m3video/codec_utils/utils_encdec.h: (chromaFormat == FVID2_DF_YUV420SP_UV) || (chromaFormat == FVID2_DF_YUV420SP_VU) : failed !!!
    

  • Yes SWMS output is 422I. Encoder accepts only 420SP.So you will have to add nsf link for coverting 422I to 420SP. Connection should be:

    SwMs1 -> Dup -> NSF -> PreEncodeMerge -> IpcOutM3 -> IpcInM3 ->EncLink -> ...

  • Adding a NSF seems to be easy, but I get an error.

    4604.teraterm.log
    
    U-Boot 2010.06-svn169 (Jan 21 2013 - 14:26:17)
    
    TI8168-GP rev 1.1
    
    MAIN_N: 56, MAIN_P: 1, OSC_FREQ: 27, FAPLL_K: 8
    ARM clk: 987MHz
    DDR clk: 796MHz
    HDVICP clk: 600MHz
    L3 Fast clk: 500MHz
    HDVPSS clk: 250MHz
    Ducati M3 clk: 250MHz
    DSS clk: 250MHz
    DSP clk: 1000MHz
    
    I2C:   ready
    DRAM:  2 GiB
    NAND:  HW ECC BCH8 Selected
    256 MiB
    MMC:   OMAP SD/MMC: 0
    Net:   Ethernet PHY: GENERIC @ 0x01
    DaVinci EMAC
    Hit any key to stop autoboot:  1  0 
    Connect speed 100M Full
    Using DaVinci EMAC device
    host 192.168.1.20 is alive
    Connect speed 100M Full
    Using DaVinci EMAC device
    TFTP from server 192.168.1.20; our IP address is 192.168.1.10
    Filename 'uImage_DM816X_DVR'.
    Load address: 0x81000000
    Loading: *#################################################################
    	 #################################################################
    	 #############################################
    done
    Bytes transferred = 2560808 (0x271328)
    ## Booting kernel from Legacy Image at 81000000 ...
       Image Name:   Linux-2.6.37
       Created:      2013-01-22  10:52:27 UTC
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    2560744 Bytes = 2.4 MiB
       Load Address: 80008000
       Entry Point:  80008000
       Verifying Checksum ... OK
       Loading Kernel Image ... OK
    OK
    
    Starting kernel ...
    
    Linux version 2.6.37 (heb@heb) (gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203) ) #1 Tue Jan 22 11:52:23 CET 2013
    CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f
    CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
    Machine: ti8168_dvr
    vram size = 20971520 at 0x0
    reserved size = 20971520 at 0x0
    FB: Reserving 20971520 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: 145488
    Kernel command line: rootdelay=1 console=ttyO2,115200n8 init=/linuxrc root=/dev/nfs rw nfsroot=192.168.1.20:/home/heb/tftpboot/rfs_816x ip=192.168.1.10:192.168.1.20:192.168.1.1:255.255.255.0::eth0:off vram=20M notifyk.vpssm3_sva=0xBEE00000 mem=128M mem=472M@0xC0000000 vmalloc=580M
    PID hash table entries: 2048 (order: 1, 8192 bytes)
    Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    Memory: 128MB 452MB = 580MB total
    Memory: 583184k/583184k available, 31216k reserved, 139264K highmem
    Virtual kernel memory layout:
        vector  : 0xffff0000 - 0xffff1000   (   4 kB)
        fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
        DMA     : 0xffc00000 - 0xffe00000   (   2 MB)
        vmalloc : 0xd4000000 - 0xf8000000   ( 576 MB)
        lowmem  : 0x80000000 - 0xd3c00000   (1340 MB)
        pkmap   : 0x7fe00000 - 0x80000000   (   2 MB)
        modules : 0x7f000000 - 0x7fe00000   (  14 MB)
          .init : 0x80008000 - 0x8003b000   ( 204 kB)
          .text : 0x8003b000 - 0x804d8000   (4724 kB)
          .data : 0x804d8000 - 0x80520d80   ( 292 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_voltage_domain_lookup: Voltage driver init not yet happened.Faulting!
    omap_voltage_add_dev: VDD specified does not exist!
    OMAP GPIO hardware version 0.1
    OMAP GPIO hardware version 0.1
    omap_mux_init: Add partition: #1: core, flags: 0
    3-wired eeprom init done. (H/W ver:ff)
    _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
    registered ti816x_sr device
    pm_dbg_init: only OMAP3 supported
    registered ti81xx_vpss device
    registered ti81xx_vidout device
    registered ti81xx on-chip HDMI device
    registered ti81xx_fb device
    bio: create slab <bio-0> at 0
    vgaarb: loaded
    SCSI subsystem initialized
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    USBSS revision 4ea20808
    registerd cppi-dma Intr @ IRQ 17
    Cppi41 Init Done
    omap_i2c omap_i2c.1: bus 1 rev4.0 at 400 kHz
    regulator: pmbus_vr: 800 <--> 1050 mV at 0 mV 
    regulator: tps40400 probe done.
    omap_i2c omap_i2c.2: bus 2 rev4.0 at 400 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 controller-0 revision 4ea20800
    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 d401e000 using DMA, IRQ 18
    musb-hdrc musb-hdrc.1: dma type: dma-cppi41
    MUSB controller-1 revision 4ea20800
    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 d4028800 using DMA, IRQ 19
    NET: Registered protocol family 2
    IP route cache hash table entries: 16384 (order: 4, 65536 bytes)
    TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
    TCP: Hash tables configured (established 65536 bind 65536)
    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
    highmem bounce pool size: 64 pages
    JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
    msgmni has been set to 867
    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
    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 irq_stat 0x00400040, connection status changed irq 16
    ata2: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 16
    omap2-nand driver initializing
    NAND device: Maf ID: 0xec, Chip ID: 0xda (Samsung, )
     erasesize: 0x20000, writesize: 2048, oobsize: 64
    Creating 6 MTD partitions on "omap2-nand.0":
    0x000000000000-0x000000240000 : "U-Boot"
    0x000000240000-0x000000280000 : "U-Boot Env"
    0x000000280000-0x000000580000 : "U-Boot Logo"
    0x000000580000-0x0000009c0000 : "Kernel"
    0x0000009c0000-0x00000d1e0000 : "File System"
    0x00000d1e0000-0x000010000000 : "Reserved"
    davinci_mdio davinci_mdio.0: davinci mdio revision 1.6
    davinci_mdio davinci_mdio.0: detected phy mask fffffff8
    davinci_mdio.0: probed
    davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver unknown
    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
    usb 1-1: new high speed USB device using musb-hdrc and address 2
    rtc-ds1307 1-0068: rtc core: registered ds1337 as rtc0
    omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc1
    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 0xbee00000
    usbcore: registered new interface driver snd-usb-audio
    Registered tvp5158 audio codec
    asoc: tvp5158-hifi <-> davinci-mcasp.0 mapping ok
    asoc: tlv320aic3x-hifi <-> davinci-mcasp.2 mapping ok
    asoc: HDMI-DAI-CODEC <-> hdmi-dai mapping ok
    ALSA device list:
      #0: TI81XX DVR
    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-ti816x: ti816x_sr_probe done!
    rtc-ds1307 1-0068: setting system clock to 2013-02-14 12:53:34 UTC (1360846414)
    usb 1-1: New USB device found, idVendor=0409, idProduct=005a
    usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    hub 1-1:1.0: USB hub found
    hub 1-1:1.0: 4 ports detected
    davinci_mdio davinci_mdio.0: resetting idled controller
    net eth0: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0:01, id=1cc915)
    IP-Config: Complete:
         device=eth0, addr=192.168.1.10, mask=255.255.255.0, gw=192.168.1.1,
         host=192.168.1.10, domain=, nis-domain=(none),
         bootserver=192.168.1.20, rootserver=192.168.1.20, rootpath=
    Waiting 1sec before mounting root device...
    PHY: 0:01 - Link is Up - 100/Full
    ata2: link is slow to respond, please be patient (ready=0)
    ata1: link is slow to respond, please be patient (ready=0)
    ata2: softreset failed (device not ready)
    ata1: softreset failed (device not ready)
    ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata2.00: ATA-8: TOSHIBA MK5065GSX, GJ003A, max UDMA/100
    ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata2.00: configured for UDMA/100
    ata1.00: ATA-8: TOSHIBA MK5065GSX, GJ003A, max UDMA/100
    ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    ata1.00: configured for UDMA/100
    scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MK5065GS GJ00 PQ: 0 ANSI: 5
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    scsi 1:0:0:0: Direct-Access     ATA      TOSHIBA MK5065GS GJ00 PQ: 0 ANSI: 5
    sd 1:0:0:0: Attached scsi generic sg1 type 0
    sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    sd 1:0:0:0: [sdb] Write Protect is off
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
     sda: sda1
    sd 0:0:0:0: [sda] Attached SCSI disk
     sdb: sdb1
    sd 1:0:0:0: [sdb] Attached SCSI disk
    VFS: Mounted root (nfs filesystem) on device 0:15.
    devtmpfs: mounted
    Freeing init memory: 204K
     Mounting /proc             : [SUCCESS]
     Mounting /sys              : [SUCCESS]
     Mounting /dev              : [SUCCESS]
     Mounting /dev/pts          : [SUCCESS]
     Enabling hot-plug          : [SUCCESS]
     Populating /dev            : EXT3-fs: barriers not enabled
    kjournald starting.  Commit interval 5 seconds
    EXT3-fs (sda1): using internal journal
    EXT3-fs (sda1): recovery complete
    EXT3-fs (sda1): mounted filesystem with writeback data mode
    EXT3-fs: barriers not enabled
    kjournald starting.  Commit interval 5 seconds
    EXT3-fs (sdb1): using internal journal
    EXT3-fs (sdb1): recovery complete
    EXT3-fs (sdb1): mounted filesystem with writeback data mode
    [SUCCESS]
    Starting telnet daemon.
    Starting syslogd/klogd: done
    Starting pure-ftpd daemonFeb 14 12:53:46 192 syslog.info syslogd started: BusyBox v1.19.4
    Feb 14 12:53:46 192 user.info kernel: notify_init : notify drivercreated  for  remote proc id 2 at physical Address 0xbee00000
    Feb 14 12:53:46 192 user.info kernel: usbcore: registered new interface driver snd-usb-audio
    Feb 14 12:53:46 192 user.info kernel: Registered tvp5158 audio codec
    Feb 14 12:53:46 192 user.info kernel: asoc: tvp5158-hifi <-> davinci-mcasp.0 mapping ok
    Feb 14 12:53:46 192 user.info kernel: asoc: tlv320aic3x-hifi <-> davinci-mcasp.2 mapping ok
    Feb 14 12:53:46 192 user.info kernel: asoc: HDMI-DAI-CODEC <-> hdmi-dai mapping ok
    Feb 14 12:53:46 192 user.info kernel: ALSA device list:
    Feb 14 12:53:46 192 user.info kernel:   #0: TI81XX DVR
    Feb 14 12:53:46 192 user.info kernel: TCP cubic registered
    Feb 14 12:53:46 192 user.info kernel: NET: Registered protocol family 17
    Feb 14 12:53:46 192 user.info kernel: VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    .
    Starting smbd daemonFeb 14 12:53:46 192 user.err kernel: omap_voltage_late_init: Voltage driver support not added
    Feb 14 12:53:46 192 user.info kernel: Power Management for TI81XX.
    Feb 14 12:53:46 192 user.warn kernel: smartreflex-ti816x: ti816x_sr_probe done!
    Feb 14 12:53:46 192 user.info kernel: rtc-ds1307 1-0068: setting system clock to 2013-02-14 12:53:34 UTC (1360846414)
    Feb 14 12:53:46 192 user.info kernel: usb 1-1: New USB device found, idVendor=0409, idProduct=005a
    Feb 14 12:53:46 192 user.info kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    Feb 14 12:53:46 192 user.info kernel: hub 1-1:1.0: USB hub found
    Feb 14 12:53:46 192 user.info kernel: hub 1-1:1.0: 4 ports detected
    Feb 14 12:53:46 192 user.warn kernel: davinci_mdio davinci_mdio.0: resetting idled controller
    Feb 14 12:53:46 192 user.info kernel: net eth0: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0:01, id=1cc915)
    Feb 14 12:53:46 192 user.warn kernel: IP-Config: Complete:
    Feb 14 12:53:46 192 user.warn kernel:      device=eth0, addr=192.168.1.10, mask=255.255.255.0, gw=192.168.1.1,
    Feb 14 12:53:46 192 user.warn kernel:      host=192.168.1.10, domain=, nis-domain=(none),
    Feb 14 12:53:46 192 user.warn kernel:      bootserver=192.168.1.20, rootserver=192.168.1.20, rootpath=
    Feb 14 12:53:46 192 user.info kernel: Waiting 1sec before mounting root device...
    Feb 14 12:53:46 192 user.info kernel: PHY: 0:01 - Link is Up - 100/Full
    Feb 14 12:53:46 192 user.warn kernel: ata2: link is slow to respond, please be patient (ready=0)
    Feb 14 12:53:46 192 user.warn kernel: ata1: link is slow to respond, please be patient (ready=0)
    Feb 14 12:53:46 192 user.err kernel: ata2: softreset failed (device not ready)
    Feb 14 12:53:46 192 user.err kernel: ata1: softreset failed (device not ready)
    Feb 14 12:53:46 192 user.info kernel: ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Feb 14 12:53:46 192 user.info kernel: ata2.00: ATA-8: TOSHIBA MK5065GSX, GJ003A, max UDMA/100
    Feb 14 12:53:46 192 user.info kernel: ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    Feb 14 12:53:46 192 user.info kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Feb 14 12:53:46 192 user.info kernel: ata2.00: configured for UDMA/100
    Feb 14 12:53:46 192 user.info kernel: ata1.00: ATA-8: TOSHIBA MK5065GSX, GJ003A, max UDMA/100
    Feb 14 12:53:46 192 user.info kernel: ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    Feb 14 12:53:46 192 user.info kernel: ata1.00: configured for UDMA/100
    Feb 14 12:53:46 192 user.notice kernel: scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MK5065GS GJ00 PQ: 0 ANSI: 5
    Feb 14 12:53:46 192 user.notice kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
    Feb 14 12:53:46 192 user.notice kernel: scsi 1:0:0:0: Direct-Access     ATA      TOSHIBA MK5065GS GJ00 PQ: 0 ANSI: 5
    Feb 14 12:53:46 192 user.notice kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
    Feb 14 12:53:46 192 user.notice kernel: sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    Feb 14 12:53:46 192 user.notice kernel: sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    Feb 14 12:53:46 192 user.notice kernel: sd 1:0:0:0: [sdb] Write Protect is off
    Feb 14 12:53:46 192 user.debug kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    Feb 14 12:53:46 192 user.notice kernel: sd 0:0:0:0:Feb 14 12:53:46 .
    Starting nmbd daemon.
    *** Bootargs Validated for mem param ***
    *** Bootargs Validated for notifyk.vpssm3 params ***
    Kernel bootargs validated
    numid=101,iface=MIXER,name='Left DAC Mux'
      ; type=ENUMERATED,access=rw------,values=1,items=3
      ; Item #0 'DAC_L1'
      ; Item #1 'DAC_L3'
      ; Item #2 'DAC_L2'
      : values=2
    numid=99,iface=MIXER,name='Right DAC Mux'
      ; type=ENUMERATED,access=rw------,values=1,items=3
      ; Item #0 'DAC_R1'
      ; Item #1 'DAC_R3'
      ; Item #2 'DAC_R2'
      : values=2
     [c6xdsp ] Remote Debug Shared Memory @ 0xbf000000
     [m3video] Remote Debug Shared Memory @ 0xbf005020
     [m3vpss ] Remote Debug Shared Memory @ 0xbf00a040
    SysLink version : 2.10.02.17
    SysLink module created on Date:Feb 14 2013 Time:10:45:32
    Trace enabled
    Trace SetFailureReason enabled
    Feb 14 12:53:48 192 user.alert kernel: SysLink version : 2.10.02.17
    Feb 14 12:53:48 192 user.alert kernel: SysLink module created on Date:Feb 14 2013 Time:10:45:32
    Feb 14 12:53:48 192 user.alert kernel: Trace enabled
    Feb 14 12:53:48 192 user.alert kernel: Trace SetFailureReason enabled
     Setting DMM priority for [DUCATI  ] to [0] ( 0x4e000624 = 0x08000000 )
     Setting DMM priority for [HDVICP0 ] to [2] ( 0x4e000634 = 0x0000000a )
     Setting DMM priority for [HDVICP1 ] to [2] ( 0x4e000634 = 0x000a0000 )
     Setting DMM priority for [HDVICP2 ] to [2] ( 0x4e000634 = 0x00a00000 )
     
     *** TVP5158 probe : START ***
     
     TI VS EVM : TVP5158 device address : 0x58, 0x5a, 0x5c, 0x5e
     TI DVR    : TVP5158 device address : 0x5c, 0x5d, 0x5e, 0x5f
     
     Device found     : I2C (0xXX): 0x08 = 0x51
                        I2C (0xXX): 0x09 = 0x58
     
     Device NOT found : I2C (0xXX): Read ERROR !!! (reg[0x08], count = 2)
     
     I2C (0x58): Read ERROR !!! (reg[0x08], count = 2)
     I2C (0x5a): Read ERROR !!! (reg[0x08], count = 2)
     I2C (0x5c): 0x08 = 0x51 
     I2C (0x5c): 0x09 = 0x58 
     I2C (0x5d): 0x08 = 0x51 
     I2C (0x5d): 0x09 = 0x58 
     I2C (0x5e): 0x08 = 0x51 
     I2C (0x5e): 0x09 = 0x58 
     I2C (0x5f): 0x08 = 0x51 
     I2C (0x5f): 0x09 = 0x58 
     
     *** TVP5158 probe : END ***
     
    /opt/ti816x
    Attached to slave procId 2.
    Loaded file ../firmware/dvr_rdk_fw_m3vpss.xem3 on slave procId 2.
    Started slave procId 2.
    After Ipc_loadcallback status [0x00000000]
     [m3vpss ] ***** SYSTEM  : Frequency <ORG> - 250000000, <NEW> - 250000000
     [m3vpss ] notify_attach  rtnVal  0
     [m3vpss ] initProxyServer  rtnVal  0
     [m3vpss ]  
     [m3vpss ]  *** UTILS: CPU KHz = 500000 Khz ***
     [m3vpss ]  
     [m3vpss ]  47: SYSTEM  : System Common Init in progress !!!
     [m3vpss ]  48: SYSTEM: IPC init in progress !!!
     [m3vpss ]  48: SYSTEM: Attaching to [HOST] ... 
     [m3vpss ]  1048: SYSTEM: Attaching to [HOST] ... 
     [m3vpss ]  1050: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
     [m3vpss ]  1050: SYSTEM: Attaching to [DSP] ... 
    After Ipc_startcallback status [0x097d2000]
    Attached to slave procId 1.
    Loaded file ../firmware/dvr_rdk_fw_m3video.xem3 on slave procId 1.
    Started slave procId 1.
    After Ipc_loadcallback status [0x00000000]
     [m3video] ***** SYSTEM  : Frequency <ORG> - 250000000, <NEW> - 250000000
     [m3vpss ]  2050: SYSTEM: Attaching to [DSP] ... 
     [m3video]  
     [m3video]  *** UTILS: CPU KHz = 500000 Khz ***
     [m3video]  
     [m3video]  1565: SYSTEM  : System Common Init in progress !!!
     [m3video]  1565: SYSTEM: IPC init in progress !!!
     [m3video]  1565: SYSTEM: Attaching to [HOST] ... 
     [m3video]  2565: SYSTEM: Attaching to [HOST] ... 
     [m3video]  2568: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
     [m3video]  2568: SYSTEM: Attaching to [DSP] ... 
    After Ipc_startcallback status [0x00000000]
    Attached to slave procId 0.
    Loaded file ../firmware/dvr_rdk_fw_c6xdsp.xe674 on slave procId 0.
    Started slave procId 0.
    After Ipc_loadcallback status [0x00000000]
     [c6xdsp ] ***** SYSTEM  : Frequency <ORG> - 800000000, <NEW> - 800000000
     [m3video]  3567: SYSTEM: Attaching to [DSP] ... 
     [m3vpss ]  3050: SYSTEM: Attaching to [DSP] ... 
     [c6xdsp ]  
     [c6xdsp ]  *** UTILS: CPU KHz = 800000 Khz ***
     [c6xdsp ]  
     [c6xdsp ]  7: SYSTEM  : System Common Init in progress !!!
     [c6xdsp ]  7: SYSTEM: IPC init in progress !!!
     [c6xdsp ]  7: SYSTEM: Attaching to [HOST] ... 
     [c6xdsp ]  1265: SYSTEM: Attaching to [HOST] ... 
     [c6xdsp ]  1268: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
     [c6xdsp ]  1268: SYSTEM: Attaching to [VIDEO-M3] ... 
    After Ipc_startcallback status [0x00000000]
    DMA: Module install successful, device major num = 251 
    DRV: Module install successful
    DRV: Module built on Feb 14 2013 12:48:01 
    Feb 14 12:53:54 192 user.info kernel: DMA: Module install successful, device major num = 251 
    Feb 14 12:53:54 192 user.info kernel: DRV: Module install successful
    Feb 14 12:53:54 192 user.info kernel: DRV: Module built on Feb 14 2013 12:48:01 
     [c6xdsp ] Remote Debug Shared Memory @ 0xbf000000
     [m3video] Remote Debug Shared Memory @ 0xbf005020
     [m3vpss ] Remote Debug Shared Memory @ 0xbf00a040
     [m3vpss ]  4050: SYSTEM: Attaching to [DSP] ... 
     [m3video]  4567: SYSTEM: Attaching to [DSP] ... 
     [c6xdsp ]  2527: SYSTEM: Attaching to [VIDEO-M3] ... 
     [m3vpss ]  5050: SYSTEM: Attaching to [DSP] ... 
     [c6xdsp ]  3535: SYSTEM: Attaching to [VIDEO-M3] ... SUCCESS !!!
     [m3video]  5567: SYSTEM: Attaching to [DSP] ... 
     [c6xdsp ]  3535: SYSTEM: Attaching to [VPSS-M3] ... 
     [m3video]  5568: SYSTEM: Attaching to [DSP] ... SUCCESS !!!
     [m3video]  5568: SYSTEM: Attaching to [VPSS-M3] ... 
     [m3vpss ]  6050: SYSTEM: Attaching to [DSP] ... 
     [m3video]  6567: SYSTEM: Attaching to [VPSS-M3] ... 
     [c6xdsp ]  4794: SYSTEM: Attaching to [VPSS-M3] ... 
     [c6xdsp ]  5388: SYSTEM: Attaching to [VPSS-M3] ... SUCCESS !!!
     [m3vpss ]  7050: SYSTEM: Attaching to [DSP] ... 
     [c6xdsp ]  5388: SYSTEM: Opening MsgQ Heap [IPC_MSGQ_MSG_HEAP] ...
     [m3vpss ]  7050: SYSTEM: Attaching to [DSP] ... SUCCESS !!!
     [m3vpss ]  7050: SYSTEM: Attaching to [VIDEO-M3] ... 
     [m3video]  7567: SYSTEM: Attaching to [VPSS-M3] ... 
     [m3video]  8050: SYSTEM: Attaching to [VPSS-M3] ... SUCCESS !!!
     [m3vpss ]  8050: SYSTEM: Attaching to [VIDEO-M3] ... 
     [m3video]  8050: SYSTEM: Opening MsgQ Heap [IPC_MSGQ_MSG_HEAP] ...
     [m3vpss ]  8050: SYSTEM: Attaching to [VIDEO-M3] ... SUCCESS !!!
     [m3video]  8051: SYSTEM: Creating MsgQ [VIDEO-M3_MSGQ] ...
     [m3vpss ]  8050: SYSTEM: Creating MsgQ Heap [IPC_MSGQ_MSG_HEAP] ...
     [m3video]  8051: SYSTEM: Creating MsgQ [VIDEO-M3_ACK_MSGQ] ...
     [m3vpss ]  8050: SYSTEM: Creating MsgQ [VPSS-M3_MSGQ] ...
     [m3video]  8053: SYSTEM: Notify register to [HOST] line 0, event 15 ... 
     [m3vpss ]  8051: SYSTEM: Creating MsgQ [VPSS-M3_ACK_MSGQ] ...
     [m3video]  8053: SYSTEM: Notify register to [DSP] line 0, event 15 ... 
     [m3vpss ]  8052: SYSTEM: Notify register to [HOST] line 0, event 15 ... 
     [m3video]  8053: SYSTEM: Notify register to [VPSS-M3] line 0, event 15 ... 
     [m3vpss ]  8053: SYSTEM: Notify register to [DSP] line 0, event 15 ... 
     [m3video]  8053: SYSTEM: IPC init DONE !!!
     [m3vpss ]  8053: SYSTEM: Notify register to [VIDEO-M3] line 0, event 15 ... 
     [m3vpss ]  8053: SYSTEM: IPC init DONE !!!
     [c6xdsp ]  6647: SYSTEM: Opening MsgQ Heap [IPC_MSGQ_MSG_HEAP] ...
     [m3vpss ]  8059: MEM: Shared Region 2: Base = 0xb0000000, Length = 0x0e9c0000 (233 MB) 
     [c6xdsp ]  6647: SYSTEM: Creating MsgQ [DSP_MSGQ] ...
     [m3video]  8059: MEM: Shared Region 2: Base = 0xb0000000, Length = 0x0e9c0000 (233 MB) 
     [m3vpss ]  8059: MEM: Shared Region 1: Base = 0x88000000, Length = 0x15000000 (336 MB) 
     [c6xdsp ]  6647: SYSTEM: Creating MsgQ [DSP_ACK_MSGQ] ...
     [c6xdsp ]  6648: SYSTEM: Notify register to [HOST] line 0, event 15 ... 
     [c6xdsp ]  6648: SYSTEM: Notify register to [VIDEO-M3] line 0, event 15 ... 
     [c6xdsp ]  6648: SYSTEM: Notify register to [VPSS-M3] line 0, event 15 ... 
     [c6xdsp ]  6648: SYSTEM: IPC init DONE !!!
     [c6xdsp ]  6650: MEM: Shared Region 2: Base = 0xb0000000, Length = 0x0e9c0000 (233 MB) 
     [c6xdsp ]  6650: MEM: Shared Region 1: Base = 0x88000000, Length = 0x15000000 (336 MB) 
     [c6xdsp ]  6650: SYSTEM  : System Common Init Done !!!
     [m3video]  8060: MEM: Shared Region 1: Base = 0x88000000, Length = 0x15000000 (336 MB) 
     [m3vpss ]  8061: SYSTEM  : System Common Init Done !!!
     [c6xdsp ]  5277: SYSTEM  : System DSP Init in progress !!!
     [m3video]  8062: SYSTEM  : System Common Init Done !!!
     [m3vpss ]  8061: SYSTEM  : System VPSS Init in progress !!!
     [c6xdsp ]  5277: SYSTEM  : RpeServer_init() done... Ret Val 0!!!
     [m3video]  8062: SYSTEM  : System Video Init in progress !!!
     [m3vpss ] === HDVPSS Clocks are enabled ===
     [c6xdsp ]  6653: SYSTEM: Creating ListMP [DSP_IPC_OUT_20] in region 0 ...
     [m3video]  8062: SYSTEM  : System Video Init Done !!!
     [m3vpss ] === HDVPSS is fully functional ===
     [c6xdsp ]  6653: SYSTEM: Creating ListMP [DSP_IPC_IN_20] in region 0 ...
     [m3video]  8062: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_0] in region 0 ...
     [m3vpss ] === HDVPSS module is not in standby ===
     [c6xdsp ]  6653: SYSTEM: ListElem Shared Addr = 0xbf18b980
     [m3video]  8062: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_0] in region 0 ...
     [c6xdsp ]  6654: SYSTEM: Creating ListMP [DSP_IPC_OUT_21] in region 0 ...
     [m3video]  8062: SYSTEM: ListElem Shared Addr = 0xbf1ab080
     [c6xdsp ]  6654: SYSTEM: Creating ListMP [DSP_IPC_IN_21] in region 0 ...
     [m3video]  8064: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_1] in region 0 ...
     [c6xdsp ]  6654: SYSTEM: ListElem Shared Addr = 0xbf1ae580
     [m3video]  8065: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_1] in region 0 ...
     [c6xdsp ]  6655: SYSTEM: Creating ListMP [DSP_IPC_OUT_22] in region 0 ...
     [m3video]  8065: SYSTEM: ListElem Shared Addr = 0xbf20ba00
     [c6xdsp ]  6655: SYSTEM: Creating ListMP [DSP_IPC_IN_22] in region 0 ...
     [c6xdsp ]  6655: SYSTEM: ListElem Shared Addr = 0xbf1cdf80
     [c6xdsp ]  6656: SYSTEM: Creating ListMP [DSP_IPC_OUT_25] in region 0 ...
     [c6xdsp ]  6656: SYSTEM: Creating ListMP [DSP_IPC_IN_25] in region 0 ...
     [c6xdsp ]  6656: SYSTEM: ListElem Shared Addr = 0xbf1ed980
     [c6xdsp ]  6657: SYSTEM: Creating ListMP [DSP_IPC_OUT_26] in region 0 ...
     [c6xdsp ]  6657: SYSTEM: Creating ListMP [DSP_IPC_IN_26] in region 0 ...
     [c6xdsp ]  6657: SYSTEM: ListElem Shared Addr = 0xbf20e980
     [m3video]  8071: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_20] in region 0 ...
     [m3vpss ] === I2C1 Clk is active ===
     [c6xdsp ] !!WARNING.Resource already registered:2
     [c6xdsp ]  5283: SYSTEM  : Initializing Links !!! 
     [m3video]  8071: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_20] in region 0 ...
     [m3vpss ]  8066: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_0] in region 0 ...
     [m3video]  8071: SYSTEM: ListElem Shared Addr = 0xbf232e80
     [m3vpss ]  8066: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_0] in region 0 ...
     [c6xdsp ]  6657: SYSTEM  : FREE SPACE : System Heap      = 10268448 B, Mbx = 10240 msgs) 
     [m3video]  8073: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_21] in region 0 ...
     [m3vpss ]  8067: SYSTEM: ListElem Shared Addr = 0xbf22c480
     [m3video]  8074: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_21] in region 0 ...
     [m3vpss ]  8069: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_1] in region 0 ...
     [c6xdsp ]  5291: SYSTEM  : Initializing Links ... DONE !!! 
     [m3video]  8074: SYSTEM: ListElem Shared Addr = 0xbf252880
     [m3vpss ]  8069: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_1] in region 0 ...
     [m3video]  8076: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_22] in region 0 ...
     [m3vpss ]  8069: SYSTEM: ListElem Shared Addr = 0xbf22f980
     [c6xdsp ]  5291: SYSTEM  : System DSP Init Done !!!
     [m3video]  8076: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_22] in region 0 ...
     [m3vpss ]  8081: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_20] in region 0 ...
     [m3video]  8076: SYSTEM: ListElem Shared Addr = 0xbf272280
     [m3vpss ]  8081: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_20] in region 0 ...
     [m3video]  8088: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_25] in region 0 ...
     [m3vpss ]  8081: SYSTEM: ListElem Shared Addr = 0xbf291c80
     [m3video]  8088: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_25] in region 0 ...
     [m3vpss ]  8084: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_21] in region 0 ...
     [m3video]  8088: SYSTEM: ListElem Shared Addr = 0xbf2f0a80
     [m3vpss ]  8084: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_21] in region 0 ...
     [m3video]  8090: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_26] in region 0 ...
     [m3vpss ]  8084: SYSTEM: ListElem Shared Addr = 0xbf2b1680
     [m3video]  8091: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_26] in region 0 ...
     [m3vpss ]  8086: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_22] in region 0 ...
     [m3video]  8091: SYSTEM: ListElem Shared Addr = 0xbf30e580
     [m3vpss ]  8087: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_22] in region 0 ...
     [m3video]  8092: HDVICP: Doing PRCM for IVAHD[0] ... 
     [m3vpss ]  8087: SYSTEM: ListElem Shared Addr = 0xbf2d1080
     [m3video]  8093: HDVICP: PRCM for IVAHD[0] ... DONE.
     [m3vpss ]  8088: SYSTEM : HDVPSS Drivers Version: HDVPSS_01_00_01_37
     [m3video]  8093: HDVICP: Doing PRCM for IVAHD[1] ... 
     [m3vpss ]  8089: SYSTEM  : FVID2 Init in progress !!!
     [m3video]  8093: HDVICP: PRCM for IVAHD[1] ... DONE.
     [m3vpss ]  8169: SYSTEM  : FVID2 Init in progress DONE !!!
     [m3video]  8093: HDVICP: Doing PRCM for IVAHD[2] ... 
     [m3vpss ]  8169: SYSTEM  : Device Init in progress !!!
     [m3video]  8093: HDVICP: PRCM for IVAHD[2] ... DONE.
     [m3video]  8093: SYSTEM  : Initializing Links !!! 
     [m3vpss ] initPrms.isI2cInitReq = 0
     [m3video]  8094: SYSTEM  : FREE SPACE : System Heap      = 6279464 B, Mbx = 10240 msgs) 
     [m3vpss ] initPrms.isI2cInitReq = 0
     [m3vpss ]  8173: SYSTEM  : Device Init in progress DONE !!!
     [m3video]  8094: SYSTEM  : FREE SPACE : SR0 Heap         = 13452672 B (12 MB) 
     [m3vpss ]  8305: SYSTEM  : System VPSS Init Done !!!
     [m3vpss ]  8305: UTILS: DMA: HWI Create for INT63 !!!
     [m3video]  8094: SYSTEM  : FREE SPACE : Frame Buffer     = 245104512 B (233 MB) 
     [m3vpss ]  8305: SYSTEM  : Initializing Links !!! 
     [m3video]  8094: SYSTEM  : FREE SPACE : Bitstream Buffer = 352321408 B (335 MB) 
     [m3vpss ]  8305: SYSTEM  : FREE SPACE : System Heap      = 13024 B, Mbx = 10240 msgs) 
     [m3video]  8094: SYSTEM: Opening MsgQ [VPSS-M3_MSGQ] ...
     [m3vpss ]  8305: SYSTEM  : FREE SPACE : SR0 Heap         = 13452672 B (12 MB) 
     [m3video]  8095: SYSTEM  : FREE SPACE : Tiler 8-bit      = 134217728 B (128 MB)  - TILER ON 
     [m3vpss ]  8306: SYSTEM  : FREE SPACE : Frame Buffer     = 240794496 B (229 MB) 
     [m3video]  8095: SYSTEM  : FREE SPACE : Tiler 16-bit     = 134217728 B (128 MB)  - TILER ON 
     [m3vpss ]  8306: SYSTEM  : FREE SPACE : Bitstream Buffer = 352321408 B (335 MB) 
     [m3video]  8127: SYSTEM  : Initializing Links ... DONE !!! 
     [m3vpss ]  8306: SYSTEM  : FREE SPACE : Tiler 8-bit      = 134217728 B (128 MB)  - TILER ON 
     [m3vpss ] Received character 's'
     [m3vpss ]  8306: SYSTEM  : FREE SPACE : Tiler 16-bit   [module] vpss probe done.
      = 134217728 B (128 MB)  - TILER ON 
     [m3vpss ]  8419: SYSTEM  : Initializing Links ... DONE !!! 
     [m3vpss ]  8419: SYSTEM  : Set Static L3 pressure for HDVPSS as High
     [c6xdsp ] Remote Debug Shared Memory @ 0xbf000000
     [m3video] Remote Debug Shared Memory @ 0xbf005020
     [m3vpss ] Remote Debug Shared Memory @ 0xbf00a040
     [m3video] Received character 's'
     [c6xdsp ] Remote Debug Shared Memory @ 0xbf000000
     [m3video] Remote Debug Shared Memory @ 0xbf005020
     [m3vpss ] Remote Debug Shared Memory @ 0xbf00a040
     [c6xdsp ] Received character 's'
    /opt/ti816x
    Feb 14 12:53:59 192 user.warn kernel: [module] vpss probe[module] ti81xxfb probe done.
     done.
    Feb 14 12:53:59 192 user.warn kernel: [module] ti81xxfb probe done.
    HDMI W1 rev 2.0
    Feb 14 12:53:59 192 user.info kernel: HDMI W1 rev 2.0
    [module] ti81xx_hdmi probe done.
    Feb 14 12:53:59 192 user.warn kernel: [module] ti81xx_hdmi probe done.
    Feb 14 12:54:00 192 user.debug kernel: hdmi: Enter HDMI_W1_StopVideoFrame()
    Feb 14 12:54:00 192 user.debug kernel: found best resolution: 1400x1050 (30)
    Feb 14 12:54:00 192 user.debug kernel: hdmi: Enter HDMI_W1_GlobalInitVars()
    Feb 14 12:54:00 192 user.debug kernel: hdmi: Enter HDMI_Core_GlobalInitVars()
    Feb 14 12:54:00 192 user.debug kernel: hdmi: Enter HDMI_W1_ConfigVideoResolutionTiming()
    Feb 14 12:54:00 192 user.debug kernel: hdmi: Enter HDMI_W1_ConfigVideoInterface()
    Feb 14 12:54:00 192 user.debug kernel: hdmi: HDMI_WP_AUDIO_CFG = 0x1030006
    Feb 14 12:54:00 192 user.debug kernel: hdmi: HDMI_WP_AUDIO_CFG2 = 0x20c0
    Feb 14 12:54:00 192 user.debug kernel: hdmi: HDMI_WP_AUDIO_CTRL = 0x20
    Feb 14 12:54:00 192 user.debug kernel: hdmi: Enter DSS_HDMI_CORE_SW_RESET_ASSERT ()
    Feb 14 12:54:00 192 user.debug kernel: hdmi: Enter DSS_HDMI_CORE_POWER_DOWN_DISABLE()
    Feb 14 12:54:00 192 user.debug kernel: hdmi: Enter DSS_HDMI_CORE_SW_RESET_RELEASE()
    Feb 14 12:54:00 192 user.debug kernel: hdmi: Enter HDMI_W1_StartVideoFrame  ()
    Feb 14 12:54:00 192 user.debug kernel: hdmi: Irqenable 60000011
    Feb 14 12:54:00 192 user.debug kernel: hdmi: 40 hpd
    Feb 14 12:54:00 192 user.debug kernel: hdmi: -------------DEBUG-------------------
    Feb 14 12:54:00 192 user.debug kernel: hdmi: 1 hdmi_wp_irqstatus
    Feb 14 12:54:00 192 user.debug kernel: hdmi: 1 hdmi_core_intr_state
    Feb 14 12:54:00 192 user.debug kernel: hdmi: 60 hdmi_core_intr1
    Feb 14 12:54:00 192 user.debug kernel: hdmi: 3 hdmi_core_intr2
    Feb 14 12:54:00 192 user.debug kernel: hdmi: f hdmi_core_intr3
    Feb 14 12:54:00 192 user.debug kernel: hdmi: 87 hdmi_core_sys_sys_stat
    Feb 14 12:54:00 192 user.debug kernel: hdmi: -------------DEBUG-------------------
     
     ORG 0x46c00524: 0
     NEW 0x46c00524: 2
     
    Feb 14 12:54:01 192 daemon.info linuxrc: starting pid 200, tty '': '/opt/ti816x/bin/launcher.out'
    Feb 14 12:54:01 192 daemon.info linuxrc: starting pid 201, tty '': '/sbin/syslogd -n'
    Feb 14 12:54:01 192 user.info LAUNCHER : startup: starting DMP
    Feb 14 12:54:01 192 daemon.info linuxrc: starting pid 203, tty '': '/sbin/klogd -n'
    Feb 14 12:54:01 192 daemon.info linuxrc: starting pid 204, tty '': '-/bin/sh'
    Feb 14 12:54:01 192 user.notice kernel: klogd started: BusyBox v1.19.4 (2013-01-22 10:53:38 CET)
    Feb 14 12:54:02 192 syslog.info syslogd started: BusyBox v1.19.4
    
    
    --------------- CHANNEL DETAILS-------------
    Capture Channels => 16
    Enc Channels => Primary 17, Secondary 16
    Dec Channels => 16
    Disp Channels => 32
    -------------------------------------------
    
    [BOP13] $  0: SYSTEM: System Common Init in progress !!!
     0: SYSTEM: IPC init in progress !!!
     22: SYSTEM: Opening MsgQ Heap [IPC_MSGQ_MSG_HEAP] ...
     23: SYSTEM: Creating MsgQ [HOST_MSGQ] ...
     25: SYSTEM: Creating MsgQ [HOST_ACK_MSGQ] ...
     27: SYSTEM: Opening MsgQ [DSP_MSGQ] ...
     28: SYSTEM: Opening MsgQ [VIDEO-M3_MSGQ] ...
     28: SYSTEM: Opening MsgQ [VPSS-M3_MSGQ] ...
     29: SYSTEM: Notify register to [DSP] line 0, event 15 ... 
     30: SYSTEM: Notify register to [VIDEO-M3] line 0, event 15 ... 
     30: SYSTEM: Notify register to [VPSS-M3] line 0, event 15 ... 
     31: SYSTEM: IPC init DONE !!!
     32: SYSTEM: Creating ListMP [HOST_IPC_OUT_25] in region 0 ...
     34: SYSTEM: Creating ListMP [HOST_IPC_IN_25] in region 0 ...
     35: SYSTEM: ListElem Shared Addr = 0x2b969080
     36: SYSTEM: Creating ListMP [HOST_IPC_OUT_26] in region 0 ...
     38: SYSTEM: Creating ListMP [HOST_IPC_IN_26] in region 0 ...
     40: SYSTEM: ListElem Shared Addr = 0x2b986b80
     42: SYSTEM: Creating ListMP [HOST_IPC_OUT_20] in region 0 ...
     44: SYSTEM: Creating ListMP [HOST_IPC_IN_20] in region 0 ...
     45: SYSTEM: ListElem Shared Addr = 0x2b9a4680
     46: SYSTEM: Creating ListMP [HOST_IPC_OUT_21] in region 0 ...
     48: SYSTEM: Creating ListMP [HOST_IPC_IN_21] in region 0 ...
     50: SYSTEM: ListElem Shared Addr = 0x2b9c4080
     51: SYSTEM: Creating ListMP [HOST_IPC_OUT_22] in region 0 ...
     53: SYSTEM: Creating ListMP [HOST_IPC_IN_22] in region 0 ...
     54: SYSTEM: ListElem Shared Addr = 0x2b9e3a80
     73: SYSTEM: System Common Init Done !!!
    
    ********* Entered usecase 16CH Progressive <816x> Cap/Enc/Dec/Dis 
    
     274: MCFW  : CPU Revision [ES1.1] !!! 
     274: MCFW  : Detected [(null)] Board !!! 
     274: MCFW  : Base Board Revision [DVR] !!! 
     274: MCFW  : Daughter Card Revision [DVR] !!! 
    Feb 14 12:54:02 192 user.notice TI_VCAP :  Vcap_configVideoDecoder: TVP5158-0 (0x5c): Detected video (720x288@50Hz, 1)
    Feb 14 12:54:02 192 user.notice TI_VCAP :  Vcap_configVideoDecoder: TVP5158-1 (0x5d): Detected video (720x288@50Hz, 1)
    Feb 14 12:54:02 192 user.notice TI_VCAP :  Vcap_configVideoDecoder: TVP5158-2 (0x5e): Detected video (720x288@50Hz, 1)
    Feb 14 12:54:02 192 user.notice TI_VCAP :  Vcap_configVideoDecoder: TVP5158-3 (0x5f): Detected video (720x288@50Hz, 1)
     TVP5158: 0x5c: Downloading patch ... 
     TVP5158: 0x5c: Downloading patch ... DONE !!!
     TVP5158: 0x5c: 5158:0002:0302
     TVP5158: 0x5d: Downloading patch ... 
     TVP5158: 0x5d: Downloading patch ... DONE !!!
     TVP5158: 0x5d: 5158:0002:0302
     TVP5158: 0x5e: Downloading patch ... 
     TVP5158: 0x5e: Downloading patch ... DONE !!!
     TVP5158: 0x5e: 5158:0002:0302
     TVP5158: 0x5f: Downloading patch ... 
     TVP5158: 0x5f: Downloading patch ... DONE !!!
     TVP5158: 0x5f: 5158:0002:0302
     [m3vpss ]  17008: CAPTURE: Create in progress !!!
     [m3vpss ]  17040: CAPTURE: VIP0 PortA capture mode is [ 8-bit, Pixel-mux Embedded Sync] !!! 
     [m3vpss ]  17127: CAPTURE: VIP0 PortB capture mode is [ 8-bit, Pixel-mux Embedded Sync] !!! 
     [m3vpss ]  17215: CAPTURE: VIP1 PortA capture mode is [ 8-bit, Pixel-mux Embedded Sync] !!! 
     [m3vpss ]  17303: CAPTURE: VIP1 PortB capture mode is [ 8-bit, Pixel-mux Embedded Sync] !!! 
     [m3vpss ]  17404: CAPTURE: 0: 0xb48c0c80, 736 x 288, 00067800 B --> Extra Frames 
     [m3vpss ]  17404: CAPTURE: 1: 0xb4928480, 736 x 288, 00067800 B --> Extra Frames 
     [m3vpss ]  17404: CAPTURE: 2: 0xb498fc80, 736 x 288, 00067800 B --> Extra Frames 
     [m3vpss ]  17404: CAPTURE: 3: 0xb49f7480, 736 x 288, 00067800 B --> Extra Frames 
     [m3vpss ]  17404: CAPTURE: 4: 0xb4a5ec80, 736 x 288, 00067800 B --> Extra Frames 
     [m3vpss ]  17404: CAPTURE: 5: 0xb4ac6480, 736 x 288, 00067800 B --> Extra Frames 
     [m3vpss ]  UTILS: DMA: Allocated CH (TCC) = 58 (58)
     [c6xdsp ]  18339: IPC_FRAMES_IN   : Create in progress !!!
     [c6xdsp ]  18340: SYSTEM: Opening ListMP [VPSS-M3_IPC_OUT_20] ...
     [m3vpss ] CAPTURE::HEAPID:0	USED:1136
     [c6xdsp ]  18340: SYSTEM: Opening ListMP [VPSS-M3_IPC_IN_20] ...
     [m3vpss ] CAPTURE::HEAPID:4	USED:74520576
     [c6xdsp ]  18340: SYSTEM: Opening MsgQ [VPSS-M3_MSGQ] ...
     [m3vpss ]  17405: CAPTURE: Create Done !!!
     [m3vpss ]  17409: DUP   : Create Done !!!
     [m3vpss ]  17409: IPC_FRAMES_OUT   : Create in progress !!!
     [c6xdsp ] IPC_FRAMES_IN:HEAPID:0	USED:304
     [c6xdsp ]  18342: IPC_FRAMES_IN   : Create Done !!!
     [m3vpss ]  17411: IPC_FRAMES_OUT   : Create Done !!!
     [c6xdsp ]  18344: ALG : Create in progress !!!
     [m3vpss ]  17424: DEI    : Create in progress !!!
     [c6xdsp ] ALGLINK:HEAPID:0	USED:2616
     [c6xdsp ] ALGLINK:HEAPID:1	USED:5904
     [c6xdsp ]  18352: ALG : Create Done !!!
     [m3vpss ]  17775: DEI     : Loading Up-scaling Co-effs
     [m3vpss ]  17775: DEI     : Co-effs Loading ... DONE !!!
     [m3vpss ] DEI:HEAPID:0	USED:64
     [m3vpss ] DEI:HEAPID:1	USED:17472
     [m3vpss ] DEI:HEAPID:4	USED:66613248
     [m3vpss ]  17775: DEI    : Create Done !!!
     [m3vpss ]  17776: DEI    : Create in progress !!!
     [m3vpss ]  18127: DEI     : Loading Up-scaling Co-effs
     [m3vpss ]  18127: DEI     : Co-effs Loading ... DONE !!!
    ###Bit buff of size from the SR # 1 : 53084160
    Feb 14 12:54:08 192 user.notice [host] :  6465: IPC_BITS_OUT   : Create in progress !!!
    Feb 14 12:54:08 192 user.notice [host] : IPC_BITSOUT:BitBuffer Alloc.PoolID:0,Size:0x32A0000
    Feb 14 12:54:08 192 user.notice [host] : IPCBITSOUTLINK:Translated Addr Virt:0x2c66f080 To Phy:0x88000080
    Feb 14 12:54:08 192 user.notice [host] :  6467: IPC_BITS_OUT   : Create Done !!!
     [m3vpss ] DEI:HEAPID:0	USED:64
     [m3vpss ] DEI:HEAPID:1	USED:16448
     [m3vpss ] DEI:HEAPID:4	USED:66613248
     [m3vpss ]  18128: DEI    : Create Done !!!
     [m3vpss ]  18129: MERGE   : Create Done !!!
     [m3vpss ]  18132: DUP   : Create Done !!!
     [m3vpss ]  18133: MERGE   : Create Done !!!
     [m3vpss ]  18136: DUP   : Create Done !!!
     [m3video]  18140: IPC_BITS_IN   : Create in progress !!!
     [m3video]  18141: SYSTEM: Opening ListMP [HOST_IPC_OUT_25] ...
     [m3video]  18141: SYSTEM: Opening ListMP [HOST_IPC_IN_25] ...
     [m3video]  18142: SYSTEM: Opening MsgQ [HOST_MSGQ] ...
     [m3video]  18144: IPC_BITS_IN   : Create Done !!!
     [m3video]  18144: DECODE: Create in progress ... !!!
     [m3video] DECLINK_H264:HEAPID:0	USED:4264
     [m3video] DECLINK_H264:HEAPID:3	USED:4501504
     [m3video]  18172: DECODE: Creating CH0 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:3	USED:4501504
     [m3video]  18198: DECODE: Creating CH1 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:3	USED:4501504
     [m3video]  18225: DECODE: Creating CH2 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:3	USED:4501504
     [m3video]  18251: DECODE: Creating CH3 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:3	USED:4501504
     [m3video]  18277: DECODE: Creating CH4 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:3	USED:4501504
     [m3video]  18304: DECODE: Creating CH5 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:3	USED:4501504
     [m3video]  18330: DECODE: Creating CH6 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:2	USED:4083712
     [m3video] DECLINK_H264:HEAPID:3	USED:417792
     [m3video]  18357: DECODE: Creating CH7 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:2	USED:4083712
     [m3video] DECLINK_H264:HEAPID:3	USED:417792
     [m3video]  18384: DECODE: Creating CH8 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:2	USED:4083712
     [m3video] DECLINK_H264:HEAPID:3	USED:417792
     [m3video]  18410: DECODE: Creating CH9 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:2	USED:4218880
     [m3video] DECLINK_H264:HEAPID:3	USED:282624
     [m3video]  18439: DECODE: Creating CH10 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:2	USED:4501504
     [m3video]  18469: DECODE: Creating CH11 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:2	USED:4501504
     [m3video]  18500: DECODE: Creating CH12 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:2	USED:4501504
     [m3video]  18531: DECODE: Creating CH13 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3video] DECLINK_H264:HEAPID:2	USED:4501504
     [m3video]  18562: DECODE: Creating CH14 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3video] DECLINK_H264:HEAPID:0	USED:2368
     [m3vpss ]  18599: IPC_IN_M3   : Create in progress !!!
     [m3video] DECLINK_H264:HEAPID:2	USED:4501504
     [m3vpss ]  18599: SYSTEM: Opening ListMP [VIDEO-M3_IPC_OUT_0] ...
     [m3video]  18592: DECODE: Creating CH15 of 720 x 576 [PROGRESSIVE] [TILED      ],target bitrate = 2000 Kbps ... 
     [m3vpss ]  18599: SYSTEM: Opening ListMP [VIDEO-M3_IPC_IN_0] ...
     [m3video]  18594: DECODE: All CH Create ... DONE !!!
     [m3vpss ]  18600: SYSTEM: Opening MsgQ [VIDEO-M3_MSGQ] ...
     [m3vpss ]  18602: IPC_IN_M3   : Create Done !!!
     [m3video] DECLINK:HEAPID:0	USED:39904
     [m3vpss ]  18603: MERGE   : Create Done !!!
     [m3video] DECLINK:HEAPID:2	USED:38977536
     [m3vpss ]  18607: DUP   : Create Done !!!
     [m3video] DECLINK:HEAPID:3	USED:33046528
     [m3vpss ]  18607: SWMS: Create in progress !!!
     [m3video]  18597: DECODE: Create ... DONE !!!
     [m3video]  18598: IPC_OUT_M3   : Create in progress !!!
     [m3video]  18598: IPC_OUT_M3   : Create Done !!!
     [m3vpss ]  UTILS: DMA: Allocated CH (TCC) = 59 (59)
     [m3vpss ]  UTILS: DMA: Allocated CH (TCC) = 60 (60)
     [m3vpss ] SWMS: instance 0, sc id 5, start win 0 end win 17
     [m3vpss ]  18724: SWMS0    : Loading Vertical Co-effs (UPSCALE)x ... 
     [m3vpss ]  18724: SWMS0    : Loading Horizontal Co-effs (UPSCALE)x ... 
     [m3vpss ]  18724: SWMS    : Co-effs Loading ... DONE !!!
     [m3vpss ]  18725: SWMS    : ******* Configuring clock 37 secs... 
     [m3vpss ]  18725: SWMS0    : Loading Vertical Co-effs (UPSCALE)x ... 
     [m3vpss ]  18725: SWMS0    : Loading Horizontal Co-effs (UPSCALE)x ... 
     [m3vpss ]  18725: SWMS    : Co-effs Loading ... DONE !!!
     [m3vpss ]  
     [m3vpss ]  *** [SWMS0] Mosaic Parameters *** 
     [m3vpss ]  
     [m3vpss ]  Output FPS: 25
     [m3vpss ]  
     [m3vpss ]  Win | Ch  | Input      | Input          | Input         | Input       | Output     |  Output         | Output        | Output      | Low Cost | SWMS | Data  | Blank |
     [m3vpss ]  Num | Num | Start X, Y | Width x Height | Pitch Y / C   | Memory Type | Start X, Y |  Width x Height | Pitch Y / C   | Memory Type | ON / OFF | Inst | Format| Frame |
     [m3vpss ]  ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
     [m3vpss ]    0 |  32 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,    0 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    1 |  33 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  480,    0 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    2 |  34 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  960,    0 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    3 |  35 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   | 1440,    0 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    4 |  36 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,  270 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    5 |  37 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  480,  270 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    6 |  38 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  960,  270 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    7 |  39 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   | 1440,  270 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    8 |  40 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,  540 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    9 |  41 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  480,  540 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   10 |  42 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  960,  540 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   11 |  43 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   | 1440,  540 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   12 |  44 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,  810 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   13 |  45 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  480,  810 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   14 |  46 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  960,  810 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   15 |  47 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   | 1440,  810 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]  
     [m3vpss ] SWMS:HEAPID:0	USED:728
     [m3vpss ] SWMS:HEAPID:1	USED:47296
     [m3vpss ] SWMS:HEAPID:3	USED:20736000
     [m3vpss ]  18732: SWMS: Create Done !!!
     [m3vpss ]  18732: SWMS: Create in progress !!!
     [m3vpss ]  UTILS: DMA: Allocated CH (TCC) = 61 (61)
     [m3vpss ]  UTILS: DMA: Allocated CH (TCC) = 62 (62)
     [m3vpss ] SWMS: instance 0, sc id 5, start win 0 end win 17
     [m3vpss ]  18763: SWMS1    : Loading Vertical Co-effs (UPSCALE)x ... 
     [m3vpss ]  18763: SWMS1    : Loading Horizontal Co-effs (UPSCALE)x ... 
     [m3vpss ]  18763: SWMS    : Co-effs Loading ... DONE !!!
     [m3vpss ]  18764: SWMS    : ******* Configuring clock 37 secs... 
     [m3vpss ]  18764: SWMS1    : Loading Vertical Co-effs (UPSCALE)x ... 
     [m3vpss ]  18764: SWMS1    : Loading Horizontal Co-effs (UPSCALE)x ... 
     [m3vpss ]  18764: SWMS    : Co-effs Loading ... DONE !!!
     [m3vpss ]  
     [m3vpss ]  *** [SWMS1] Mosaic Parameters *** 
     [m3vpss ]  
     [m3vpss ]  Output FPS: 25
     [m3vpss ]  
     [m3vpss ]  Win | Ch  | Input      | Input          | Input         | Input       | Output     |  Output         | Output        | Output      | Low Cost | SWMS | Data  | Blank |
     [m3vpss ]  Num | Num | Start X, Y | Width x Height | Pitch Y / C   | Memory Type | Start X, Y |  Width x Height | Pitch Y / C   | Memory Type | ON / OFF | Inst | Format| Frame |
     [m3vpss ]  ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
     [m3vpss ]    0 |  32 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,    0 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    1 |  33 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  176,    0 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    2 |  34 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  352,    0 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    3 |  35 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  528,    0 |   192 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    4 |  36 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,  144 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    5 |  37 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  176,  144 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    6 |  38 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  352,  144 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    7 |  39 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  528,  144 |   192 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    8 |  40 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,  288 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    9 |  41 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  176,  288 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   10 |  42 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  352,  288 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   11 |  43 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  528,  288 |   192 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   12 |  44 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,  432 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   13 |  45 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  176,  432 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   14 |  46 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  352,  432 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   15 |  47 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  528,  432 |   192 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]  
     SYSTEM: Invalid proc ID ( procID = 15, linkID = 0xffffffff, cmd = 0x00000000) 
    Feb 14 12:54:10 192 user.err [host] : ASSERT (system_linkApi.c|System_linkControl|42)
    Feb 14 12:54:10 192 user.err [host] : ASSERT (system_ipc_msgq.c|System_ipcMsgQSendMsg|348)
     [c6xdsp ]  20848: Assertion @ Line: 19 in links_common/system/system_linkApi_local.c: linkId < SYSTEM_LINK_ID_MAX : failed !!!
     [m3vpss ] SWMS:HEAPID:0	USED:728
     [m3vpss ] SWMS:HEAPID:1	USED:43776
     [m3vpss ] SWMS:HEAPID:3	USED:4239360
     [m3vpss ]  18771: SWMS: Create Done !!!
     [m3vpss ]  18774: DUP   : Create Done !!!
    

    7120.multich_progressive_vcap_venc_vdec_vdis.c

  • gVcapModuleContext.nsfId[1] is initialized under enableScd condition. Do you have SCD enabled

    Also       mosaicNsfPrm.numBufsPerCh                     = 2; is very less. Pls set it to atleast 4 else frames will be dropped in nsf

  • Usually I have SCD disabled, after enabling,5417.teraterm.log the board starts with mosaic at displays and hangs immedeatly (Mosaic is frozen)

  • Pls share log of Vsys_printBufferStatistics.

  • 3264.buffer statistic.log
    
     IPCBITSOUTLINK:Buffer Statistics
     Num Alloc Pools:1
     PoolId | TotalBufCnt | FreeBufCnt | BufSize
           0|          128|        128|  414720
    Feb 14 14:13:05 192 user.notice TI_VSYS : VDEC:Buffer Statistics
    Feb 14 14:13:05 192 user.notice TI_VSYS : ChId | InBufCnt | OutBufCnt
    Feb 14 14:13:05 192 user.notice TI_VSYS :     0|         0|         0
    Feb 14 14:13:05 192 user.notice TI_VSYS :     1|         0|         0
    Feb 14 14:13:05 192 user.notice TI_VSYS :     2|         0|         0
    Feb 14 14:13:05 192 user.notice TI_VSYS :     3|         0|         0
    Feb 14 14:13:05 192 user.notice TI_VSYS :     4|         0|         0
    Feb 14 14:13:05 192 user.notice TI_VSYS :     5|         0|         0
    Feb 14 14:13:05 192 user.notice TI_VSYS :     6|         0|         0
    Feb 14 14:13:05 192 user.notice TI_VSYS :     7|         0|         0
    Feb 14 14:13:05 192 user.notice TI_VSYS :     8|         0|         0
    Feb 14 14:13:05 192 user.notice TI_VSYS :     9|         0|         0
    Feb 14 14:13:05 192 user.notice TI_VSYS :    10|         0|         0
    Feb 14 14:13:05 192 user.notice TI_VSYS :    11|         0|         0
    Feb 14 14:13:05 192 user.notice TI_VSYS :    12|         0|         0
    Feb 14 14:13:05 192 user.notice TI_VSYS :    13|         0|         0
    Feb 14 14:13:05 192 user.notice TI_VSYS :    14|         0|         0
    Feb 14 14:13:05 192 user.notice TI_VSYS :    15|         0|         0
     [m3vpss ]  
     [m3vpss ]  *** CAPTURE Statistics *** 
     [m3vpss ] 176945: CAPTURE: Queued to driver = 166, Dequeued from driver = 166
     [m3vpss ] CAPTURE [0] Buf Q Status
     [m3vpss ] Empty Q -> count 0, wrPtr 0, rdPtr 0
     [m3vpss ] Full Q -> count 0, wrPtr 166, rdPtr 166
     [m3vpss ]  
     [m3vpss ]  *** [NSF0] NSF Statistics *** 
     [m3vpss ] 176945: NSF: Rcvd from prev = 16, Returned to prev = 16
     [m3vpss ] NSF Out [0] Buf Q Status
     [m3vpss ] Empty Q -> count 0, wrPtr 0, rdPtr 0
     [m3vpss ] Full Q -> count 0, wrPtr 16, rdPtr 16
     [m3vpss ]  
     [m3vpss ]  *** [NSF1] NSF Statistics *** 
     [m3vpss ] 176946: NSF: Rcvd from prev = 3914, Returned to prev = 3914
     [m3vpss ] NSF Out [0] Buf Q Status
     [m3vpss ] Empty Q -> count 0, wrPtr 0, rdPtr 0
     [m3vpss ] Full Q -> count 0, wrPtr 74, rdPtr 74
     [m3vpss ]  
     [m3vpss ]  *** [DEI0    ] DEI Statistics *** 
     [m3vpss ] 176946: DEI: Rcvd from prev = 86, Returned to prev = 86
     [m3vpss ] DEI Out [0] Buf Q Status
     [m3vpss ] Empty Q -> count 0, wrPtr 0, rdPtr 0
     [m3vpss ] Full Q -> count 0, wrPtr 15, rdPtr 15
     [m3vpss ] DEI Out [1] Buf Q Status
     [m3vpss ] Empty Q -> count 0, wrPtr 0, rdPtr 0
     [m3vpss ] Full Q -> count 0, wrPtr 43, rdPtr 43
     [m3vpss ] DEI Out [2] Buf Q Status
     [m3vpss ] Empty Q -> count 0, wrPtr 0, rdPtr 0
     [m3vpss ] Full Q -> count 0, wrPtr 39, rdPtr 39
     [m3vpss ] DEI Out [3] Buf Q Status
     [m3vpss ] Empty Q -> count 0, wrPtr 0, rdPtr 0
     [m3vpss ] Full Q -> count 0, wrPtr 0, rdPtr 0
     [m3vpss ] DEI Out [4] Buf Q Status
     [m3vpss ] Empty Q -> count 0, wrPtr 0, rdPtr 0
     [m3vpss ] Full Q -> count 0, wrPtr 0, rdPtr 0
     [m3vpss ]  
     [m3vpss ]  *** [DEI2    ] DEI Statistics *** 
     [m3vpss ] 176948: DEI: Rcvd from prev = 80, Returned to prev = 80
     [m3vpss ] DEI Out [0] Buf Q Status
     [m3vpss ] Empty Q -> count 0, wrPtr 0, rdPtr 0
     [m3vpss ] Full Q -> count 0, wrPtr 8, rdPtr 8
     [m3vpss ] DEI Out [1] Buf Q Status
     [m3vpss ] Empty Q -> count 0, wrPtr 0, rdPtr 0
     [m3vpss ] Full Q -> count 0, wrPtr 40, rdPtr 40
     [m3vpss ] DEI Out [2] Buf Q Status
     [m3vpss ] Empty Q -> count 0, wrPtr 0, rdPtr 0
     [m3vpss ] Full Q -> count 0, wrPtr 36, rdPtr 36
     [m3vpss ] DEI Out [3] Buf Q Status
     [m3vpss ] Empty Q -> count 0, wrPtr 0, rdPtr 0
     [m3vpss ] Full Q -> count 0, wrPtr 0, rdPtr 0
     [m3vpss ] DEI Out [4] Buf Q Status
     [m3vpss ] Empty Q -> count 0, wrPtr 0, rdPtr 0
     [m3vpss ] Full Q -> count 0, wrPtr 0, rdPtr 0
     [m3vpss ]  
     [m3vpss ]  *** [SWMS0] Mosaic Statistics *** 
     [m3vpss ] 176952: SWMS: Rcvd from prev = 0, Returned to prev = 34
     [m3vpss ] SWMS Out  Buf Q Status
     [m3vpss ] Empty Q -> count 1, wrPtr 90, rdPtr 89
     [m3vpss ] Full Q -> count 2, wrPtr 178, rdPtr 176
     [m3vpss ]  
     [m3vpss ]  *** [SWMS1] Mosaic Statistics *** 
     [m3vpss ] 176953: SWMS: Rcvd from prev = 0, Returned to prev = 18
     [m3vpss ] SWMS Out  Buf Q Status
     [m3vpss ] Empty Q -> count 1, wrPtr 75, rdPtr 74
     [m3vpss ] Full Q -> count 0, wrPtr 74, rdPtr 74
     [m3vpss ]  
     [m3vpss ]  *** Display Statistics *** 
     [m3vpss ] 176953: DISPLAY: Rcvd from prev = 9392, Returned to prev = 9387, BufsInDriver = 7
     [m3vpss ]  
     [m3vpss ]  *** Display Statistics *** 
     [m3vpss ] 176954: DISPLAY: Rcvd from prev = 3913, Returned to prev = 3910, BufsInDriver = 5
     [m3video]  
     [m3video]  *** Encode Statistics *** 
     [m3video]   177454: ENC: Rcvd from prev = 4168, Returned to prev = 4168
     [m3video]  ENC Out  BitBuf Q Status
     [m3video] Empty Q 0 -> count 118, wrPtr 355, rdPtr 237
     [m3video] Empty Q 1 -> count 96, wrPtr 171, rdPtr 75
     [m3video] Full Q -> count 0, wrPtr 312, rdPtr 312
    
    

    5417.detail statstic.log
     [m3vpss ]  
     [m3vpss ]  *** Capture Driver Advanced Statistics *** 
     [m3vpss ]  
     [m3vpss ]  VIP Parser Reset Count : 0
     [m3vpss ]  
     [m3vpss ]      |   Total    Even     Odd  Total  Even   Odd  Min /  Max  Min /  Max Dropped Fid Repeat Frame Error Y/C
     [m3vpss ]  CH  |  Fields  Fields  Fields    FPS   FPS   FPS       Width      Height  Fields      Count (Desc Error Y/C)
     [m3vpss ]  ------------------------------------------------------------------------------------------------------------
     [m3vpss ]  000 |    1060     530     530     50    25    25  720 /  720  288 /  288    1044          0 0/0 (0/0)
     [m3vpss ]  001 |    1060     530     530     50    25    25  720 /  720  288 /  288    1050          0 0/0 (0/0)
     [m3vpss ]  002 |    1060     530     530     50    25    25  720 /  720  288 /  288    1050          0 0/0 (0/0)
     [m3vpss ]  003 |    1060     530     530     50    25    25  720 /  720  288 /  288    1050          0 0/0 (0/0)
     [m3vpss ]  100 |    1059     530     529     50    25    25  720 /  720  288 /  288    1049          1 0/0 (0/0)
     [m3vpss ]  101 |    1059     530     529     50    25    25  720 /  720  288 /  288    1049          1 0/0 (0/0)
     [m3vpss ]  102 |    1059     530     529     50    25    25  720 /  720  288 /  288    1049          1 0/0 (0/0)
     [m3vpss ]  103 |    1059     530     529     50    25    25  720 /  720  288 /  288    1049          1 0/0 (0/0)
     [m3vpss ]  200 |    1060     530     530     50    25    25  720 /  720  288 /  288    1050          0 0/0 (0/0)
     [m3vpss ]  201 |    1060     530     530     50    25    25  720 /  720  288 /  288    1050          0 0/0 (0/0)
     [m3vpss ]  202 |    1060     530     530     50    25    25  720 /  720  288 /  288    1050          0 0/0 (0/0)
     [m3vpss ]  203 |    1060     530     530     50    25    25  720 /  720  288 /  288    1050          0 0/0 (0/0)
     [m3vpss ]  300 |    1059     530     529     50    25    25  720 /  720  288 /  288    1049          1 0/0 (0/0)
     [m3vpss ]  301 |    1059     530     529     50    25    25  720 /  720  288 /  288    1049          1 0/0 (0/0)
     [m3vpss ]  302 |    1059     530     529     50    25    25  720 /  720  288 /  288    1049          1 0/0 (0/0)
     [m3vpss ]  303 |    1059     530     529     50    25    25  720 /  720  288 /  288    1049          1 0/0 (0/0)
     [m3vpss ]  
     [m3vpss ]  VIP Capture Port 0 | DescMissMatch1 = 0, DescMissMatch2 = 0 , DescMissMatch3 = 0 
     [m3vpss ]  VIP Capture Port 1 | DescMissMatch1 = 0, DescMissMatch2 = 0 , DescMissMatch3 = 0 
     [m3vpss ]  VIP Capture Port 2 | DescMissMatch1 = 0, DescMissMatch2 = 0 , DescMissMatch3 = 0 
     [m3vpss ]  VIP Capture Port 3 | DescMissMatch1 = 0, DescMissMatch2 = 0 , DescMissMatch3 = 0 
     [m3vpss ]  
     [m3vpss ]  *** Capture List Manager Advanced Statistics *** 
     [m3vpss ]  
     [m3vpss ]  List Post Count        : 10603 
     [m3vpss ]  List Stall Count       : 0 
     [m3vpss ]  List Post Time (ms)    : Max = 0, Min = 0, Avg = 0, Total = 0 
     [m3vpss ]  INTC Timeout Count     : (0, 0) (Min timeout value = 984, 991) 
     [m3vpss ]  Descriptor miss found count : 0 
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  VIP and VPDMA registers, 
     [m3vpss ]  VIP0 : FIQ_STATUS  : 0x4810551c = 0x00001400
     [m3vpss ]  VIP1 : FIQ_STATUS  : 0x48105a1c = 0x00001400
     [m3vpss ]  VPDMA: LIST_BUSY   : 0x4810d00c = 0x000e0000
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  41428: CAPTURE: Fields = 166 (fps = 7, CPU Load = 0)
     [m3vpss ]  41429: CAPTURE: Num Resets = 0 (Avg 0 ms per reset)
     [m3vpss ]  41429: SYSTEM  : FREE SPACE : System Heap      = 3480 B, Mbx = 10239 msgs) 
     [m3vpss ]  41429: SYSTEM  : FREE SPACE : SR0 Heap         = 10266368 B (9 MB) 
     [m3vpss ]  41429: SYSTEM  : FREE SPACE : Frame Buffer     = 2944 B (0 MB) 
     [m3vpss ]  41429: SYSTEM  : FREE SPACE : Bitstream Buffer = 168806144 B (160 MB) 
     [m3vpss ]  41429: SYSTEM  : FREE SPACE : Tiler 8-bit      = 16908288 B (16 MB)  - TILER ON 
     [m3vpss ]  41430: SYSTEM  : FREE SPACE : Tiler 16-bit     = 74858496 B (71 MB)  - TILER ON 
     [m3vpss ]  
     [m3vpss ]  *** [Scalar0   ] SCLR Statistics *** 
     [m3vpss ]  
     [m3vpss ]  Elasped Time           : 24 secs
     [m3vpss ]  Total Fields Processed : 16 
     [m3vpss ]  Total Fields FPS       : 1600 FPS
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  CH  | In Recv In Reject In Process Out Skip Out User Out Latency   
     [m3vpss ]  Num | FPS     FPS       FPS        FPS    FPS   Skip FPS Min / Max 
     [m3vpss ]  ---------------------------------------------------------------------
     [m3vpss ]    0 |       0         0          0   0        0        0 204 204
     [m3vpss ]    1 |       0         0          0   0        0        0 203 203
     [m3vpss ]    2 |       0         0          0   0        0        0 203 203
     [m3vpss ]    3 |       0         0          0   0        0        0 203 203
     [m3vpss ]    4 |       0         0          0   0        0        0 203 203
     [m3vpss ]    5 |       0         0          0   0        0        0 203 203
     [m3vpss ]    6 |       0         0          0   0        0        0 203 203
     [m3vpss ]    7 |       0         0          0   0        0        0 203 203
     [m3vpss ]    8 |       0         0          0   0        0        0 203 203
     [m3vpss ]    9 |       0         0          0   0        0        0 203 203
     [m3vpss ]   10 |       0         0          0   0        0        0 203 203
     [m3vpss ]   11 |       0         0          0   0        0        0 203 203
     [m3vpss ]   12 |       0         0          0   0        0        0 203 203
     [m3vpss ]   13 |       0         0          0   0        0        0 203 203
     [m3vpss ]   14 |       0         0          0   0        0        0 203 203
     [m3vpss ]   15 |       0         0          0   0        0        0 203 203
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  *** [NSF0] NSF Statistics *** 
     [m3vpss ]  
     [m3vpss ]  Elasped Time           : 25 secs
     [m3vpss ]  Total Fields Processed : 16 
     [m3vpss ]  Total Fields FPS       : 0 FPS
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  CH  | In Recv In Reject In Process Out User Out Out      
     [m3vpss ]  Num | FPS     FPS       FPS        FPS Skip FPS Skip FPS 
     [m3vpss ]  ------------------------------------------------
     [m3vpss ]    0 |       0         0          0   0        0        0
     [m3vpss ]    1 |       0         0          0   0        0        0
     [m3vpss ]    2 |       0         0          0   0        0        0
     [m3vpss ]    3 |       0         0          0   0        0        0
     [m3vpss ]    4 |       0         0          0   0        0        0
     [m3vpss ]    5 |       0         0          0   0        0        0
     [m3vpss ]    6 |       0         0          0   0        0        0
     [m3vpss ]    7 |       0         0          0   0        0        0
     [m3vpss ]    8 |       0         0          0   0        0        0
     [m3vpss ]    9 |       0         0          0   0        0        0
     [m3vpss ]   10 |       0         0          0   0        0        0
     [m3vpss ]   11 |       0         0          0   0        0        0
     [m3vpss ]   12 |       0         0          0   0        0        0
     [m3vpss ]   13 |       0         0          0   0        0        0
     [m3vpss ]   14 |       0         0          0   0        0        0
     [m3vpss ]   15 |       0         0          0   0        0        0
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  *** [NSF1] NSF Statistics *** 
     [m3vpss ]  
     [m3vpss ]  Elasped Time           : 25 secs
     [m3vpss ]  Total Fields Processed : 601 
     [m3vpss ]  Total Fields FPS       : 362 FPS
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  CH  | In Recv In Reject In Process Out User Out Out      
     [m3vpss ]  Num | FPS     FPS       FPS        FPS Skip FPS Skip FPS 
     [m3vpss ]  ------------------------------------------------
     [m3vpss ]    0 |      24         0         24  24        0        0
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  *** [DEI0    ] DEI Statistics *** 
     [m3vpss ]  
     [m3vpss ]  Elasped Time           : 27 secs
     [m3vpss ]  Total Fields Processed : 82 
     [m3vpss ]  Total Fields FPS       : 546 FPS
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  CH  | In Recv In Reject In Process Out[0] Out[1] Out[2] Out[3] Out[4] Skip Out[0] Skip Out[1] Skip Out[2] Skip Out[3] Skip Out[4] User Out[0] User Out[1] User Out[2] User Out[3] User Out[4] Latency   
     [m3vpss ]  Num | FPS     FPS       FPS        FPS    FPS    FPS    FPS    FPS       FPS         FPS         FPS         FPS         FPS       Skip FPS    Skip FPS    Skip FPS    Skip FPS    Skip FPS   Min / Max 
     [m3vpss ]  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
     [m3vpss ]    0 |       0         0          0      0      0      0      0      0           0           0           0           0           0           0           0           0           0           0  78 / 201
     [m3vpss ]    1 |       0         0          0      0      0      0      0      0           0           0           0           0           0           0           0           0           0           0 159 / 200
     [m3vpss ]    2 |       0         0          0      0      0      0      0      0           0           0           0           0           0           0           0           0           0           0 159 / 200
     [m3vpss ]    3 |       0         0          0      0      0      0      0      0           0           0           0           0           0           0           0           0           0           0 159 / 200
     [m3vpss ]    4 |       0         0          0      0      0      0      0      0           0           0           0           0           0           0           0           0           0           0 165 / 200
     [m3vpss ]    5 |       0         0          0      0      0      0      0      0           0           0           0           0           0           0           0           0           0           0 165 / 200
     [m3vpss ]    6 |       0         0          0      0      0      0      0      0           0           0           0           0           0           0           0           0           0           0 164 / 200
     [m3vpss ]    7 |       0         0          0      0      0      0      0      0           0           0           0           0           0           0           0           0           0           0 164 / 200
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  *** [DEI2    ] DEI Statistics *** 
     [m3vpss ]  
     [m3vpss ]  Elasped Time           : 28 secs
     [m3vpss ]  Total Fields Processed : 76 
     [m3vpss ]  Total Fields FPS       : 542 FPS
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  CH  | In Recv In Reject In Process Out[0] Out[1] Out[2] Out[3] Out[4] Skip Out[0] Skip Out[1] Skip Out[2] Skip Out[3] Skip Out[4] User Out[0] User Out[1] User Out[2] User Out[3] User Out[4] Latency   
     [m3vpss ]  Num | FPS     FPS       FPS        FPS    FPS    FPS    FPS    FPS       FPS         FPS         FPS         FPS         FPS       Skip FPS    Skip FPS    Skip FPS    Skip FPS    Skip FPS   Min / Max 
     [m3vpss ]  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
     [m3vpss ]    0 |       0         0          0      0      0      0      0      0           0           0           0           0           0           0           0           0           0           0 161 / 201
     [m3vpss ]    1 |       0         0          0      0      0      0      0      0           0           0           0           0           0           0           0           0           0           0 161 / 201
     [m3vpss ]    2 |       0         0          0      0      0      0      0      0           0           0           0           0           0           0           0           0           0           0 161 / 201
     [m3vpss ]    3 |       0         0          0      0      0      0      0      0           0           0           0           0           0           0           0           0           0           0 161 / 201
     [m3vpss ]    4 |       0         0          0      0      0      0      0      0           0           0           0           0           0           0           0           0           0           0 147 / 201
     [m3vpss ]    5 |       0         0          0      0      0      0      0      0           0           0           0           0           0           0           0           0           0           0 147 / 201
     [m3vpss ]    6 |       0         0          0      0      0      0      0      0           0           0           0           0           0           0           0           0           0           0 147 / 201
     [m3vpss ]    7 |       0         0          0      0      0      0      0      0           0           0           0           0           0           0           0           0           0           0 147 / 201
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  *** [SWMS0] Mosaic Statistics *** 
     [m3vpss ]  
     [m3vpss ]  Elasped Time: 27 secs
     [m3vpss ]  
     [m3vpss ]  Output Request FPS   : 30 fps (811 frames) 
     [m3vpss ]  Output Actual  FPS   : 30 fps (811 frames) 
     [m3vpss ]  Output Drop    FPS   : 0 fps (0 frames) 
     [m3vpss ]  Output Reject  FPS   : 0 fps (0 frames) 
     [m3vpss ]  Scaling Internal     : 33 ms 
     [m3vpss ]  Scaling Internal min : 25 ms 
     [m3vpss ]  Scaling Internal max : 238 ms 
     [m3vpss ]  
     [m3vpss ]  Win | Window Repeat Drop Recv Que  FID Invlid Acc Event          Invalid   Que Reject Reject Latency  
     [m3vpss ]  Num | FPS    FPS    FPS  FPS  FPS  FPS        Count (Max/Min)    CH Frames Frames     Frames Min / Max
     [m3vpss ]  ------------------------------------------------------------------------------------------------------
     [m3vpss ]    0 |     29     29    0    0    0          0        0 (  0/255)         0          0      0 206 / 26874
     [m3vpss ]    1 |     29     29    0    0    0          0        0 (  0/255)         0          0      0 220 / 26987
     [m3vpss ]    2 |     29     29    0    0    0          0        0 (  0/255)         0          0      0 219 / 26986
     [m3vpss ]    3 |     29     29    0    0    0          0        0 (  0/255)         0          0      0 219 / 26986
     [m3vpss ]    4 |     29     29    0    0    0          0        0 (  0/255)         0          0      0 219 / 26955
     [m3vpss ]    5 |     29     29    0    0    0          0        0 (  0/255)         0          0      0 219 / 26955
     [m3vpss ]    6 |     29     29    0    0    0          0        0 (  0/255)         0          0      0 219 / 26954
     [m3vpss ]    7 |     29     29    0    0    0          0        0 (  0/255)         0          0      0 219 / 26954
     [m3vpss ]    8 |     29     29    0    0    0          0        0 (  0/255)         0          0      0 219 / 26986
     [m3vpss ]    9 |     29     29    0    0    0          0        0 (  0/255)         0          0      0 219 / 26986
     [m3vpss ]   10 |     29     29    0    0    0          0        0 (  0/255)         0          0      0 219 / 26986
     [m3vpss ]   11 |     29     29    0    0    0          0        0 (  0/255)         0          0      0 219 / 26986
     [m3vpss ]   12 |     29     29    0    0    0          0        0 (  0/255)         0          0      0 204 / 26938
     [m3vpss ]   13 |     29     29    0    0    0          0        0 (  0/255)         0          0      0 204 / 26938
     [m3vpss ]   14 |     29     29    0    0    0          0        0 (  0/255)         0          0      0 204 / 26938
     [m3vpss ]   15 |     29     29    0    0    0          0        0 (  0/255)         0          0      0 204 / 26938
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  *** [SWMS0] Mosaic Parameters *** 
     [m3vpss ]  
     [m3vpss ]  Output FPS: 25
     [m3vpss ]  
     [m3vpss ]  Win | Ch  | Input      | Input          | Input         | Input       | Output     |  Output         | Output        | Output      | Low Cost | SWMS | Data  | Blank |
     [m3vpss ]  Num | Num | Start X, Y | Width x Height | Pitch Y / C   | Memory Type | Start X, Y |  Width x Height | Pitch Y / C   | Memory Type | ON / OFF | Inst | Format| Frame |
     [m3vpss ]  ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
     [m3vpss ]    0 |  32 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,    0 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    1 |  33 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  480,    0 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    2 |  34 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  960,    0 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    3 |  35 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   | 1440,    0 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    4 |  36 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,  270 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    5 |  37 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  480,  270 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    6 |  38 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  960,  270 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    7 |  39 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   | 1440,  270 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    8 |  40 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,  540 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    9 |  41 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  480,  540 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   10 |  42 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  960,  540 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   11 |  43 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   | 1440,  540 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   12 |  44 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,  810 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   13 |  45 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  480,  810 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   14 |  46 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  960,  810 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   15 |  47 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   | 1440,  810 |   480 x    270 |  3840 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  *** [SWMS1] Mosaic Statistics *** 
     [m3vpss ]  
     [m3vpss ]  Elasped Time: 28 secs
     [m3vpss ]  
     [m3vpss ]  Output Request FPS   : 25 fps (702 frames) 
     [m3vpss ]  Output Actual  FPS   : 25 fps (702 frames) 
     [m3vpss ]  Output Drop    FPS   : 0 fps (0 frames) 
     [m3vpss ]  Output Reject  FPS   : 0 fps (0 frames) 
     [m3vpss ]  Scaling Internal     : 40 ms 
     [m3vpss ]  Scaling Internal min : 30 ms 
     [m3vpss ]  Scaling Internal max : 228 ms 
     [m3vpss ]  
     [m3vpss ]  Win | Window Repeat Drop Recv Que  FID Invlid Acc Event          Invalid   Que Reject Reject Latency  
     [m3vpss ]  Num | FPS    FPS    FPS  FPS  FPS  FPS        Count (Max/Min)    CH Frames Frames     Frames Min / Max
     [m3vpss ]  ------------------------------------------------------------------------------------------------------
     [m3vpss ]    0 |     24     24    0    0    0          0        0 (  0/255)         0          0      0 215 / 27903
     [m3vpss ]    1 |     24     24    0    0    0          0        0 (  0/255)         0          0      0 216 / 28016
     [m3vpss ]    2 |     24     24    0    0    0          0        0 (  0/255)         0          0      0 215 / 28015
     [m3vpss ]    3 |     24     24    0    0    0          0        0 (  0/255)         0          0      0 215 / 28015
     [m3vpss ]    4 |     24     24    0    0    0          0        0 (  0/255)         0          0      0 215 / 27984
     [m3vpss ]    5 |     24     24    0    0    0          0        0 (  0/255)         0          0      0 215 / 27984
     [m3vpss ]    6 |     24     24    0    0    0          0        0 (  0/255)         0          0      0 215 / 27983
     [m3vpss ]    7 |     24     24    0    0    0          0        0 (  0/255)         0          0      0 215 / 27983
     [m3vpss ]    8 |     24     24    0    0    0          0        0 (  0/255)         0          0      0 209 / 28015
     [m3vpss ]    9 |     24     24    0    0    0          0        0 (  0/255)         0          0      0 209 / 28015
     [m3vpss ]   10 |     24     24    0    0    0          0        0 (  0/255)         0          0      0 209 / 28015
     [m3vpss ]   11 |     24     24    0    0    0          0        0 (  0/255)         0          0      0 209 / 28015
     [m3vpss ]   12 |     24     24    0    0    0          0        0 (  0/255)         0          0      0 207 / 27967
     [m3vpss ]   13 |     24     24    0    0    0          0        0 (  0/255)         0          0      0 207 / 27967
     [m3vpss ]   14 |     24     24    0    0    0          0        0 (  0/255)         0          0      0 207 / 27967
     [m3vpss ]   15 |     24     24    0    0    0          0        0 (  0/255)         0          0      0 207 / 27967
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  *** [SWMS1] Mosaic Parameters *** 
     [m3vpss ]  
     [m3vpss ]  Output FPS: 25
     [m3vpss ]  
     [m3vpss ]  Win | Ch  | Input      | Input          | Input         | Input       | Output     |  Output         | Output        | Output      | Low Cost | SWMS | Data  | Blank |
     [m3vpss ]  Num | Num | Start X, Y | Width x Height | Pitch Y / C   | Memory Type | Start X, Y |  Width x Height | Pitch Y / C   | Memory Type | ON / OFF | Inst | Format| Frame |
     [m3vpss ]  ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
     [m3vpss ]    0 |  32 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,    0 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    1 |  33 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  176,    0 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    2 |  34 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  352,    0 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    3 |  35 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  528,    0 |   192 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    4 |  36 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,  144 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    5 |  37 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  176,  144 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    6 |  38 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  352,  144 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    7 |  39 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  528,  144 |   192 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    8 |  40 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,  288 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]    9 |  41 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  176,  288 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   10 |  42 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  352,  288 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   11 |  43 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  528,  288 |   192 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   12 |  44 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |    0,  432 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   13 |  45 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  176,  432 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   14 |  46 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  352,  432 |   176 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]   15 |  47 |    0,    0 |   352 x    288 |   352 /   352 | NON-TILED   |  528,  432 |   192 x    144 |  1472 /      0 | NON-TILED   |      OFF |    0 |  420SP |   OFF |
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  49464: DISPLAY: HDDAC(BP0) : 59 fps, Latency (Min / Max) = ( 8 / 250 ), Callback Interval (Min / Max) = ( 16 / 18 ) !!! 
     [m3vpss ]  49464: DISPLAY: UNDERFLOW COUNT: HDMI(BP0) 1766, HDDAC(BP0) 1766, DVO2(BP1) 1766, SDDAC(SEC1) 0 
     [m3vpss ]  49464: SYSTEM  : FREE SPACE : System Heap      = 3480 B, Mbx = 10239 msgs) 
     [m3vpss ]  49464: SYSTEM  : FREE SPACE : SR0 Heap         = 10266368 B (9 MB) 
     [m3vpss ]  49464: SYSTEM  : FREE SPACE : Frame Buffer     = 2944 B (0 MB) 
     [m3vpss ]  49464: SYSTEM  : FREE SPACE : Bitstream Buffer = 168806144 B (160 MB) 
     [m3vpss ]  49465: SYSTEM  : FREE SPACE : Tiler 8-bit      = 16908288 B (16 MB)  - TILER ON 
     [m3vpss ]  49465: SYSTEM  : FREE SPACE : Tiler 16-bit     = 74858496 B (71 MB)  - TILER ON 
     [m3vpss ]  51466: DISPLAY: SDDAC(SEC1): 24 fps, Latency (Min / Max) = ( 33 / 230 ), Callback Interval (Min / Max) = ( 40 / 40 ) !!! 
     [m3vpss ]  
     [m3vpss ]  *** IpcFramesOutRTOS Statistics *** 
     [m3vpss ]  
     [m3vpss ]  Elasped Time           : 35 secs
     [m3vpss ]  Total Fields Processed : 166 
     [m3vpss ]  Total Fields FPS       : 4 FPS
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  CH  | In Recv In Process In Skip
     [m3vpss ]  Num | FPS     FPS        FPS    
     [m3vpss ]  --------------------------------
     [m3vpss ]    0 |       0          0       0
     [m3vpss ]    1 |       0          0       0
     [m3vpss ]    2 |       0          0       0
     [m3vpss ]    3 |       0          0       0
     [m3vpss ]    4 |       0          0       0
     [m3vpss ]    5 |       0          0       0
     [m3vpss ]    6 |       0          0       0
     [m3vpss ]    7 |       0          0       0
     [m3vpss ]    8 |       0          0       0
     [m3vpss ]    9 |       0          0       0
     [m3vpss ]   10 |       0          0       0
     [m3vpss ]   11 |       0          0       0
     [m3vpss ]   12 |       0          0       0
     [m3vpss ]   13 |       0          0       0
     [m3vpss ]   14 |       0          0       0
     [m3vpss ]   15 |       0          0       0
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  *** IpcFramesOutRTOS Statistics *** 
     [m3vpss ]  
     [m3vpss ]  Elasped Time           : 35 secs
     [m3vpss ]  Total Fields Processed : 16 
     [m3vpss ]  Total Fields FPS       : 0 FPS
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  CH  | In Recv In Process In Skip
     [m3vpss ]  Num | FPS     FPS        FPS    
     [m3vpss ]  --------------------------------
     [m3vpss ]    0 |       0          0       0
     [m3vpss ]    1 |       0          0       0
     [m3vpss ]    2 |       0          0       0
     [m3vpss ]    3 |       0          0       0
     [m3vpss ]    4 |       0          0       0
     [m3vpss ]    5 |       0          0       0
     [m3vpss ]    6 |       0          0       0
     [m3vpss ]    7 |       0          0       0
     [m3vpss ]    8 |       0          0       0
     [m3vpss ]    9 |       0          0       0
     [m3vpss ]   10 |       0          0       0
     [m3vpss ]   11 |       0          0       0
     [m3vpss ]   12 |       0          0       0
     [m3vpss ]   13 |       0          0       0
     [m3vpss ]   14 |       0          0       0
     [m3vpss ]   15 |       0          0       0
     [m3vpss ]  
     [m3video] 	56471: HDVICP-ID:0
     [m3video] All percentage figures are based off totalElapsedTime
     [m3video] 		 totalAcquire2wait :0 %
     [m3video] 		 totalWait2Isr :0 %
     [m3video] 		 totalIsr2Done :0 %
     [m3video] 		 totalWait2Done :0 %
     [m3video] 		 totalDone2Release :0 %
     [m3video] 		 totalAcquire2Release :0 %
     [m3video] 		 totalAcq2acqDelay :99 %
     [m3video] 		 totalElapsedTime in msec :   36177
     [m3video] 		 numAccessCnt:     696
     [m3video] 		IVA-FPS :      19
     [m3video] 		Average time spent per frame in microsec:       0
     [m3video] 	56471: HDVICP-ID:1
     [m3video] All percentage figures are based off totalElapsedTime
     [m3video] 		 totalAcquire2wait :7 %
     [m3video] 		 totalWait2Isr :62 %
     [m3video] 		 totalIsr2Done :0 %
     [m3video] 		 totalWait2Done :62 %
     [m3video] 		 totalDone2Release :0 %
     [m3video] 		 totalAcquire2Release :73 %
     [m3video] 		 totalAcq2acqDelay :26 %
     [m3video] 		 totalElapsedTime in msec :     153
     [m3video] 		 numAccessCnt:     324
     [m3video] 		IVA-FPS :       0
     [m3video] 		Average time spent per frame in microsec:     292
     [m3video] 	56472: HDVICP-ID:2
     [m3video] All percentage figures are based off totalElapsedTime
     [m3video] 		 totalAcquire2wait :4 %
     [m3video] 		 totalWait2Isr :59 %
     [m3video] 		 totalIsr2Done :0 %
     [m3video] 		 totalWait2Done :59 %
     [m3video] 		 totalDone2Release :0 %
     [m3video] 		 totalAcquire2Release :70 %
     [m3video] 		 totalAcq2acqDelay :29 %
     [m3video] 		 totalElapsedTime in msec :     177
     [m3video] 		 numAccessCnt:     300
     [m3video] 		IVA-FPS :       0
     [m3video] 		Average time spent per frame in microsec:     348
     [m3video]  
     [m3video]  *** ENCODE Statistics *** 
     [m3video]  
     [m3video]  Elasped Time           : 32 secs
     [m3video]  
     [m3video]  
     [m3video]  CH  | In Recv In Skip In User  Out Latency  
     [m3video]  Num | FPS     FPS     Skip FPS FPS Min / Max
     [m3video]  --------------------------------------------
     [m3video]    0 |       0       0        0   0 255 /   0
     [m3video]    1 |       0       0        0   0 255 /   0
     [m3video]    2 |       0       0        0   0 255 /   0
     [m3video]    3 |       0       0        0   0 255 /   0
     [m3video]    4 |       0       0        0   0 255 /   0
     [m3video]    5 |       0       0        0   0 255 /   0
     [m3video]    6 |       0       0        0   0 255 /   0
     [m3video]    7 |       0       0        0   0 255 /   0
     [m3video]    8 |       0       0        0   0 255 /   0
     [m3video]    9 |       0       0        0   0 255 /   0
     [m3video]   10 |       0       0        0   0 255 /   0
     [m3video]   11 |       0       0        0   0 255 /   0
     [m3video]   12 |       0       0        0   0 255 /   0
     [m3video]   13 |       0       0        0   0 255 /   0
     [m3video]   14 |       0       0        0   0 255 /   0
     [m3video]   15 |       0       0        0   0 255 /   0
     [m3video]   16 |       0       0        0   0 255 /   0
     [m3video]   17 |       0       0        0   0 255 /   0
     [m3video]   18 |       0       0        0   0 255 /   0
     [m3video]   19 |       0       0        0   0 255 /   0
     [m3video]   20 |       0       0        0   0 255 /   0
     [m3video]   21 |       0       0        0   0 255 /   0
     [m3video]   22 |       0       0        0   0 255 /   0
     [m3video]   23 |       0       0        0   0 255 /   0
     [m3video]   24 |       0       0        0   0 255 /   0
     [m3video]   25 |       0       0        0   0 255 /   0
     [m3video]   26 |       0       0        0   0 255 /   0
     [m3video]   27 |       0       0        0   0 255 /   0
     [m3video]   28 |       0       0        0   0 255 /   0
     [m3video]   29 |       0       0        0   0 255 /   0
     [m3video]   30 |       0       0        0   0 255 /   0
     [m3video]   31 |       0       0        0   0 255 /   0
     [m3video]   32 |       0       0        0   0 255 /   0
     [m3video]   33 |       0       0        0   0 255 /   0
     [m3video]   34 |       0       0        0   0 255 /   0
     [m3video]   35 |       0       0        0   0 255 /   0
     [m3video]   36 |       0       0        0   0 255 /   0
     [m3video]   37 |       0       0        0   0 255 /   0
     [m3video]   38 |       0       0        0   0 255 /   0
     [m3video]   39 |       0       0        0   0 255 /   0
     [m3video]   40 |       0       0        0   0 255 /   0
     [m3video]   41 |       0       0        0   0 255 /   0
     [m3video]   42 |       0       0        0   0 255 /   0
     [m3video]   43 |       0       0        0   0 255 /   0
     [m3video]   44 |       0       0        0   0 255 /   0
     [m3video]   45 |       0       0        0   0 255 /   0
     [m3video]   46 |       0       0        0   0 255 /   0
     [m3video]   47 |       0       0        0   0 255 /   0
     [m3video]   48 |      25       0       24   0  18 /  18
     [m3video]  
     [m3video] Multi Channel Encode Average Submit Batch Size 
     [m3video] Max Submit Batch Size : 24
     [m3video] IVAHD_0 Average Batch Size : 1
     [m3video] IVAHD_0 Max achieved Batch Size : 1
     [m3video] IVAHD_1 Average Batch Size : 0
     [m3video] IVAHD_1 Max achieved Batch Size : 0
     [m3video] IVAHD_2 Average Batch Size : 0
     [m3video] IVAHD_2 Max achieved Batch Size : 0
     [m3video]  
     [m3video] Multi Channel Encode Batch break Stats 
     [m3video] Total Number of Batches created: 27 
     [m3video] All numbers are based off total number of Batches created
     [m3video] 	 Batch breaks due to batch sizeexceeding limit: 0 %
     [m3video] 	 Batch breaks due to ReqObj Que being empty: 100 %
     [m3video] 	 Batch breaks due to changed resolution class: 0 %
     [m3video] 	 Batch breaks due to interlace and progressivecontent mix: 0 %
     [m3video] 	 Batch breaks due to channel repeat: 0 %
     [m3video] 	 Batch breaks due to different codec: 0 %
     [m3video] Total Number of Batches created: 0 
     [m3video] All numbers are based off total number of Batches created
     [m3video] 	 Batch breaks due to batch sizeexceeding limit: 0 %
     [m3video] 	 Batch breaks due to ReqObj Que being empty: 0 %
     [m3video] 	 Batch breaks due to changed resolution class: 0 %
     [m3video] 	 Batch breaks due to interlace and progressivecontent mix: 0 %
     [m3video] 	 Batch breaks due to channel repeat: 0 %
     [m3video] 	 Batch breaks due to different codec: 0 %
     [m3video] Total Number of Batches created: 0 
     [m3video] All numbers are based off total number of Batches created
     [m3video] 	 Batch breaks due to batch sizeexceeding limit: 0 %
     [m3video] 	 Batch breaks due to ReqObj Que being empty: 0 %
     [m3video] 	 Batch breaks due to changed resolution class: 0 %
     [m3video] 	 Batch breaks due to interlace and progressivecontent mix: 0 %
     [m3video] 	 Batch breaks due to channel repeat: 0 %
     [m3video] 	 Batch breaks due to different codec: 0 %
     [m3video]  
     [m3video]  *** DECODE Statistics *** 
     [m3video]  
     [m3video]  Elasped Time           : 39 secs
     [m3video]  
     [m3video]  
     [m3video]  CH  | In Recv In User  Out 
     [m3video]  Num | FPS     Skip FPS FPS 
     [m3video]  -----------------------------------
     [m3video]    0 |       0        0   0
     [m3video]    1 |       0        0   0
     [m3video]    2 |       0        0   0
     [m3video]    3 |       0        0   0
     [m3video]    4 |       0        0   0
     [m3video]    5 |       0        0   0
     [m3video]    6 |       0        0   0
     [m3video]    7 |       0        0   0
     [m3video]    8 |       0        0   0
     [m3video]    9 |       0        0   0
     [m3video]   10 |       0        0   0
     [m3video]   11 |       0        0   0
     [m3video]   12 |       0        0   0
     [m3video]   13 |       0        0   0
     [m3video]   14 |       0        0   0
     [m3video]   15 |       0        0   0
     [m3video]  
     [m3video] Multi Channel Decode Average Submit Batch Size 
     [m3video] Max Submit Batch Size : 24
     [m3video] IVAHD_0 Average Batch Size : 0
     [m3video] IVAHD_0 Max achieved Batch Size : 0
     [m3video] IVAHD_1 Average Batch Size : 0
     [m3video] IVAHD_1 Max achieved Batch Size : 0
     [m3video] IVAHD_2 Average Batch Size : 0
     [m3video] IVAHD_2 Max achieved Batch Size : 0
     [m3video]  
     [m3video] Multi Channel Decode Batch break Stats 
     [m3video] Total Number of Batches created: 0 
     [m3video] All numbers are based off total number of Batches created
     [m3video] 	 Batch breaks due to batch sizeexceeding limit: 0 %
     [m3video] 	 Batch breaks due to ReqObj Que being empty: 0 %
     [m3video] 	 Batch breaks due to changed resolution class: 0 %
     [m3video] 	 Batch breaks due to interlace and progressivecontent mix: 0 %
     [m3video] 	 Batch breaks due to channel repeat: 0 %
     [m3video] 	 Batch breaks due to different codec: 0 %
     [m3video] Total Number of Batches created: 0 
     [m3video] All numbers are based off total number of Batches created
     [m3video] 	 Batch breaks due to batch sizeexceeding limit: 0 %
     [m3video] 	 Batch breaks due to ReqObj Que being empty: 0 %
     [m3video] 	 Batch breaks due to changed resolution class: 0 %
     [m3video] 	 Batch breaks due to interlace and progressivecontent mix: 0 %
     [m3video] 	 Batch breaks due to channel repeat: 0 %
     [m3video] 	 Batch breaks due to different codec: 0 %
     [m3video] Total Number of Batches created: 0 
     [m3video] All numbers are based off total number of Batches created
     [m3video] 	 Batch breaks due to batch sizeexceeding limit: 0 %
     [m3video] 	 Batch breaks due to ReqObj Que being empty: 0 %
     [m3video] 	 Batch breaks due to changed resolution class: 0 %
     [m3video] 	 Batch breaks due to interlace and progressivecontent mix: 0 %
     [m3video] 	 Batch breaks due to channel repeat: 0 %
     [m3video] 	 Batch breaks due to different codec: 0 %
     [m3video]  
     [m3vpss ]  
     [m3vpss ]  59484: LOAD: CPU: 19.9% HWI: 6.2%, SWI:1.4% 
     [m3vpss ]  
     [m3vpss ]  59484: LOAD: TSK: IPC_OUT_M30         : 0.3% 
     [m3vpss ]  59485: LOAD: TSK: IPC_IN_M30          : 0.1% 
     [m3vpss ]  59485: LOAD: TSK: CAPTURE             : 0.3% 
     [m3vpss ]  59485: LOAD: TSK: NSF1                : 0.2% 
     [m3vpss ]  59485: LOAD: TSK: DISPLAY0            : 0.4% 
     [m3vpss ]  59485: LOAD: TSK: DISPLAY2            : 0.3% 
     [m3vpss ]  59485: LOAD: TSK: DUP4                : 0.1% 
     [m3vpss ]  59485: LOAD: TSK: SWMS0               : 3.3% 
     [m3vpss ]  59485: LOAD: TSK: SWMS1               : 2.7% 
     [m3vpss ]  59485: LOAD: TSK: MISC                : 4.6% 
     [m3vpss ]  
     [m3video]  
     [m3video]  59986: LOAD: CPU: 3.8% HWI: 0.5%, SWI:1.0% 
     [m3video]  
     [m3video]  59986: LOAD: TSK: IPC_IN_M30          : 0.2% 
     [m3video]  59986: LOAD: TSK: IPC_BITS_IN0        : 0.2% 
     [m3video]  59986: LOAD: TSK: IPC_BITS_OUT0       : 0.2% 
     [m3video]  59987: LOAD: TSK: ENC0                : 0.7% 
     [m3video]  59987: LOAD: TSK: DEC0                : 0.5% 
     [m3video]  59987: LOAD: TSK: MISC                : 0.5% 
     [m3video]  
    
     

  • This freeze doesnt seem to be related to SwmS encode changes. Looks like enableScd is causing the problem . Have you tested with SCD enable after the SD tv changes ? You can try disabling SCD  and instead set nsfId[1] correctly in the scd disable case as well.

  • No I have not tested scd after I changed to sd mosaic.

    What do You mean with "set nsfId[1] correctly in the scd disable case" ?

  • if(enableScdAlgLink)
        {
    #ifdef USE_SCLR_FOR_SCD
            gVcapModuleContext.nsfId[0]              = SYSTEM_LINK_ID_NSF_0;
            gVcapModuleContext.sclrId[0]             = SYSTEM_LINK_ID_SCLR_INST_0;
    #endif
            gVcapModuleContext.nsfId[1]              = SYSTEM_LINK_ID_NSF_1;

            gVcapModuleContext.ipcFramesOutVpssId[1] = SYSTEM_VPSS_LINK_ID_IPC_FRAMES_OUT_1;
            gVcapModuleContext.ipcFramesInDspId[1]   = SYSTEM_DSP_LINK_ID_IPC_FRAMES_IN_1;
            gVcapModuleContext.dspAlgId[1]           = SYSTEM_LINK_ID_ALG_1;
            ipcBitsOutDSPId                          = SYSTEM_DSP_LINK_ID_IPC_BITS_OUT_0;
            gVcapModuleContext.ipcBitsInHLOSId       = SYSTEM_HOST_LINK_ID_IPC_BITS_IN_0;

        }
       else
       {
            gVcapModuleContext.nsfId[1]              = SYSTEM_LINK_ID_NSF_1;
       }

  • Sorry for this misunderstandig. If enableScd = FALSE and nsfId[1] is in the else case of enableScdAlgLink the board is running.

    Now I can try to stream mosaic.

  • Where can I expect the new extra channel.
    I redefine #define VENC_PRIMARY_CHANNELS   (17)
    and expected the extra mosaic encoding channel is channel #16,
    but Ch16 contains the content of Ch0 in 352 x 288.
    Channel 48 is initialized in 720 x 576 but it is MFPEG
    3162.tera.log

  • It will be channel # 48 because the mosaiced input is the last inQUe to the pre encode merge link. And it will be MJPEG because the encoder are configured as 0-15 H264 D1,16-31 H264 CIF,32-47 D1 MJPEG , 48 - D1 MJPEG. You have to change the usecase file to configure channel #48 as H264 or you will have to modify merge link configuration to set Mosaiced input as queue#1 instead of current queue#3

  • This means I can set VENC_PRIMARY_CHANNELS to 16 ?

  • Yes you can set it to 16.Make sure channel#48 encoder instance is correctly configured in the usecase file .ALso the bitrate and framrate for channel#48 should  be configured correctly by the application. If you are using the mcfw demo as is the configuration happens on for  loop based on VENC_PRIMARY_CHANNELS

  • If you want to limit encode channels to 48, you will have to add a selectLink after PreEncodeMerge link to choose 48 output channels among 49 input channels

  • Ok, mosaic is visible via RTSP.

    Thank You Badri for the nice support and Your endurance with me!

    At the moment I do not need a selector. I can choose the channels for streaming in the RTSP server.
    But I will change this later to get a pre select of the channels.


    But still one problem occurs, sometime at startup channels 1 4 7 10 13 are frozen in mosaic.
    If I change the layout later, the channels stay frozen and keep the last frozen picture. Only in mosaic 2x2, the channels are playing.
    If I go back to mosaic 4x4 the old content occurs in the frozen channels.


  • Looks like one of the IVA_HD (IVA_#1) is hung and encoder is not processing the secondary CIF  channels .

    Do you get any error/asseert msg on the console ?

    Are you receiving encoded frame for all the primary channels ?

    Are you displaying preview or playback on the mosaic ?

    Also pls assign correct IVA_HD id to channel # 49

    /dvr_rdk/mcfw/src_linux/mcfw_api/usecases/ti816x/multich_progressive_vcap_venc_vdec_vdis.c

    Change

    systemVid_encDecIvaChMapTbl .

    Add:

        .ivaMap[2] =
        {
            .EncNumCh  = 16,
            .EncChList = {2, 5, 8, 11, 14, 17, 20, 23, 26, 29, 32, 35, 38, 41, 44,48 },
            .DecNumCh  = 6,
            .DecChList = {2, 5, 8, 11, 14, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
        },


  • The problem with frozen display mosaic still occurs.


    I have changed

        .ivaMap[2] =
        {
            .EncNumCh  = 16,
            .EncChList = {2, 5, 8, 11, 14, 17, 20, 23, 26, 29, 32, 35, 38, 41, 44, 47 },
            .DecNumCh  = 5,
            .DecChList = {2, 5, 8, 11, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
        },

    to:

        .ivaMap[2] =
        {
            .EncNumCh  = 16,
            .EncChList = {2, 5, 8, 11, 14, 17, 20, 23, 26, 29, 32, 35, 38, 41, 44, 48 },
            .DecNumCh  = 6,
            .DecChList = {2, 5, 8, 11, 14, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
        },





    I do not get error/asserts.

    I only receive encoded frames for recording from the channels that ar frozen in mosaic.
    The attached log show the situation including buffer und detailed statistic.

    Channels 1,4,7,10,13, are frozen and I can record the frozen channes but no other channels.5047.teraterm.log

    I show the preview in mosaic.


  • Frames queued to IVA2 are not being processed. It may be due to limitation of 48 channels getting exceeded and some setting being incorrect. RDK 3.5 support upto 64 encode channels so you could try there or you could add select link after pre_encode_merge to ensure 48 channel encode limit does not exceed.IT is easy to add select link. Just add Merge -> Select (map in chNum 49 to output chNUm 0) -> ipcOutM3 -> ipcInM3 -> encLink.You should see mosaiced output in channel 0. You can undo all other changes apart from the usecase file change related to increasing max num of enc channels.

  • I would like to keep the 16 D1 primary channels and the extra mosaiced channel.

    The 16 D1 channels 0...15 must be recorded.

    I do not need the CIF and MJPEG channels, can I scip one of the MJPEG channels if I use an select ?

  • I think it is better to skip one of the CIF channels since encoder configuration would still be for H264 .Just set the correct target bitrate as default will be too low for D1.

    Configure selectLink such that inCh = 48, outCh = 16

  • You mean in this way:

            encoder_selectPrm.numOutQue = 1;
            encoder_selectPrm.inQueParams.prevLinkId =  mergeId[D1_CIF_MERGE_LINK_IDX];;
            encoder_selectPrm.inQueParams.prevLinkQueId = 0;
            encoder_selectPrm.outQueParams[0].nextLink = ipcOutVpssId;
            encoder_selectPrm.outQueChInfo[0].outQueId = 0;
            encoder_selectPrm.outQueChInfo[0].numOutCh = 48;

            for(i=0; i<48; i++)
            {
                encoder_selectPrm.outQueChInfo[0].inChNum[i] = i;
                if(i==16)
                    encoder_selectPrm.outQueChInfo[0].inChNum[i] = 48;
            }

  • The behavior seems to be better with the selector.
    But sometime the problem still occur.

    Attached log with buffer and detaild statistic.

    5123.teraterm.log

  • Have you reverted all the changes except the use case file change. Make sure you do:

    make clean

    rm -rf build

    make dvr_rdk

    and run with the new firmware after reverting the changes.

    Also pls print all static and dynamic params for Encoder channel # 16 (Mosaic channel).You can do this using Venc_getDynamicParam API.

  • After total recompiling, I tested the behavior.
    Startup occurs reliably now. The mosaics are playing.
    But after a time of half an hour or one hour the problem with the frozen mosaic occurs.
    I do not get any error messages via console if it occurs.

    I attached the parameter settings. I printf this settings at the end of VcapVencVdecVdis_start()

    0550.Encoder Parameter.txt
     
    Encoder params:
    
     numPrimaryChn 17
     numSecondaryChn 16
    
     --- Channel 0 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 1
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 2000 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 1 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 2000 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 2 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 2000 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 3 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 2000 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 4 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 2000 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 5 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 2000 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 6 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 2000 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 7 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 2000 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 8 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 2000 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 9 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 2000 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 10 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 2000 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 11 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 2000 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 12 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 2000 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 13 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 2000 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 14 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 2000 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 15 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 2000 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 16 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 2000 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 17 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 500 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 18 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 500 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 19 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 500 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 20 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 500 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 21 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 500 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 22 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 500 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 23 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 500 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 24 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 500 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 25 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 500 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 26 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 500 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 27 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 500 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 28 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 500 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 29 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 500 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 30 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 500 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 31 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 500 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 32 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 500 Kbps
     Frame-rate       = 25 fps
     I-frame interval = 25
    
     --- Channel 33 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 100 Kbps
     Frame-rate       = 1 fps
     I-frame interval = 0
    
     --- Channel 34 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 100 Kbps
     Frame-rate       = 1 fps
     I-frame interval = 0
    
     --- Channel 35 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 100 Kbps
     Frame-rate       = 1 fps
     I-frame interval = 0
    
     --- Channel 36 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 100 Kbps
     Frame-rate       = 1 fps
     I-frame interval = 0
    
     --- Channel 37 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 100 Kbps
     Frame-rate       = 1 fps
     I-frame interval = 0
    
     --- Channel 38 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 100 Kbps
     Frame-rate       = 1 fps
     I-frame interval = 0
    
     --- Channel 39 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 100 Kbps
     Frame-rate       = 1 fps
     I-frame interval = 0
    
     --- Channel 40 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 100 Kbps
     Frame-rate       = 1 fps
     I-frame interval = 0
    
     --- Channel 41 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 100 Kbps
     Frame-rate       = 1 fps
     I-frame interval = 0
    
     --- Channel 42 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 100 Kbps
     Frame-rate       = 1 fps
     I-frame interval = 0
    
     --- Channel 43 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 100 Kbps
     Frame-rate       = 1 fps
     I-frame interval = 0
    
     --- Channel 44 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 100 Kbps
     Frame-rate       = 1 fps
     I-frame interval = 0
    
     --- Channel 45 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 100 Kbps
     Frame-rate       = 1 fps
     I-frame interval = 0
    
     --- Channel 46 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 100 Kbps
     Frame-rate       = 1 fps
     I-frame interval = 0
    
     --- Channel 47 ---
     videoWidth 0
     videoHeight 0
     enableAnalyticinfo 0
     enableWaterMarking 0
     encodingPreset 3
     maxBitRate -1
     enableSVCExtensionFlag 0
     rcType 0
     numTemporalLayer 1
     h264Profile 100
     Bit-rate         = 100 Kbps
     Frame-rate       = 1 fps
     I-frame interval = 0
    

  • Can you try with below patch and check if there is any improvement.Patch may not apply cleanly on your codebase but the change is fairly simple and you can do it manually.(Basically replace all occurences of 0x1 << by (((UInt64)0x1ULL) << )

    ALso check if stability improves if you disable playback

    PATCH START

    ================================================================================ 

    ------------ mcfw/src_bios6/links_m3video/iva_enc/encLink_common.c ------------
    diff --git a/mcfw/src_bios6/links_m3video/iva_enc/encLink_common.c b/mcfw/src_bios6/links_m3video/iva_enc/encLink_common.c
    index d05a10b..5988a0e 100755
    --- a/mcfw/src_bios6/links_m3video/iva_enc/encLink_common.c
    +++ b/mcfw/src_bios6/links_m3video/iva_enc/encLink_common.c
    @@ -2455,7 +2455,7 @@
       /*Since this is the first ReqList in the Batch, the channel submit and codec
          submit bits wont have been set a-priori.*/
       pReqObjBatch->channelSubmittedFlag = pReqObjBatch->channelSubmittedFlag |
    -                                        (0x1 << channelId);
    +                                        (((UInt64)0x1ULL) << channelId);
     
     
       if ((UTILS_ENCDEC_RESOLUTION_CLASS_16MP_WIDTH >= inputFrameWidth) &&
    @@ -2577,7 +2577,7 @@
         }
     
         /*Check if the channel has already been inserted in the batch*/
    -    if (pReqObjBatch->channelSubmittedFlag & (0x1 << newObjChannelId))
    +    if (pReqObjBatch->channelSubmittedFlag & (((UInt64)0x1ULL) << newObjChannelId))
         {
           /*Codec doesnt support multiple entries of the same channel in the same
             multi process call. So the batch generation ends here.*/
    @@ -2592,7 +2592,7 @@
         {
           /*This is a new channel so set the bit for this channel*/
           pReqObjBatch->channelSubmittedFlag = pReqObjBatch->channelSubmittedFlag |
    -                                           (0x1 << newObjChannelId);
    +                                           (((UInt64)0x1ULL) << newObjChannelId);
         }
     
         /*Check if there is a codec switch. If yes, batch generation is completed.*/

    ================================================================================

    PATCH END

  • I will try the patch.

    What do You mean, with disable playback ?
    I do recording of 16 video channels usualy all the time. For my next test I disabled video recording.
    Video Playback and live view of IP camera is available, but we do not use this permanent, it's only on demand.
     

  • I mean no decode channels should run. Only encode channels

  • The patch works fine.
    I have tested the version some days. No more freezing of mosaic.
    Thanks Badri for the patch !

    But we still have the problem that we can not use SCD currently together with the new mosaic combination.
    A new requirement of our customer is blind camera detection / tamper detection.
    If I enable scd -> the mosaics are frozen immediately after startup.