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.

DM8168 DVR RDK applications

Other Parts Discussed in Thread: TVP5158, TPS40400, PMP

Dear all,

I am trying to execute RDK applications on DM8168 DVR from udworks. I did not change the kernel and try to follow the instructions for execution of applications in install guide.

My environment in UBOOT is:

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: 3 0
UBOOT # printenv
baudrate=115200
autoload=no
ntpserverip=192.168.1.231
timeoffset=32400
ethact=DaVinci EMAC
filesize=2880000
logoreadaddr=0x81000000
ethaddr1=44:aa:27:00:04:d7
eth1addr=44:aa:27:00:04:d7
gatewayip=10.0.0.138
netmask=255.255.255.0
ipaddr=10.0.0.56
dnsip=10.0.0.138
bootdelay=3
serverip=10.0.0.46
bootcmd=nand read ${logoreadaddr} 0x280000 0x300000; logo on $(logoreadaddr} 0xA0000000 0x81600000 40 60; nand read 0x81000000 0x00580000 0x300000; bootm 0x81000000
bootargs=mem=256M console=ttyO2,115200n8 noinitrd rw ubi.mtd=4,2048 rootfstype=ubifs root=ubi0:rootfs ip=dhcp vram=20M notifyk.vpssm3_sva=0xBEE00000 ddr_mem=1024M
stdin=serial
stdout=serial
stderr=serial
ethaddr=44:aa:27:00:04:d6
hwver=00:80
ver=U-Boot 2010.06 (Jun 25 2013 - 17:00:09)

Once the linux is booted I follow the instructions in install guide:

root@dvr:~# cd /oroot@dvr:~# cd /opt/root@dvr:~# cd /opt/dvr_rdk/root@dvr:~# cd /opt/dvr_rdk/ti816x/root@dvr:~# cd /opt/dvr_rdk/ti816x/
root@dvr:/opt/dvr_rdk/ti816x# ./iniroot@dvr:/opt/dvr_rdk/ti816x# ./init.sh
*** 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
plughw:0,1: underrun !!!
insmod: error inserting './kermod/syslink.ko': -1 File exists
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/dvr_rdk/ti816x
root@dvr:/opt/dvr_rdk/ti816x# ./loroot@dvr:/opt/dvr_rdk/ti816x# ./load.sh
Attached to slave procId 2.
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
plughw:0,1: unde*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
rrun !!!
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
Loaded file ../firmware/dvr_rdk_fw_m3vpss_1024M_256M.xem3 on sla*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
ve procId 2.
St*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
arted slave procId 2.
[m3vpss ] ***** SYSTEM : Frequency <ORG> - 250000000, <NEW> - 274909088
[m3vpss ] notify_attach rtnVal 0
[m3vpss ] initProxyServer rtnVal 0
[m3vpss ]
[m3vpss ] *** UTILS: CPU KHz = 549818 Khz ***
[m3vpss ]
[m3vpss ] 161377: SYSTEM : System Common Init in progress !!!
[m3vpss ] 161377: SYSTEM: IPC init in progress !!!
[m3vpss ] 161377: SYSTEM: Attaching to [HOST] ...
After Ipc_loadcallback status [0x00000000]
*** Platform_startCallback: Ipc_readConfig timeout
Error [0xffffffff] at Line no: 2882 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/family/hlos/knl/ti81xx/Platform.c
*** Ipc_control: Platform_startCallback failed!
Error [0xffffffff] at Line no: 853 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/Ipc.c
Error in Ipc_control Ipc_CONTROLCMD_STARTCALLBACK [0xffffffff]
Attached to slave procId 1.
plughw:0,1: underrun !!!
Loaded file ../firmware/dvr_rdk_fw_m3video_1024M_256M.xem3 on slave procId 1.
Started slave procId 1.
After Ipc_loadcallback status [0x00000000]
After Ipc_startcallback status [0x00000000]
[m3video] ***** SYSTEM : Frequency <ORG> - 250000000, <NEW> - 274909088
[m3video]
[m3video] *** UTILS: CPU KHz = 549818 Khz ***
[m3video]
[m3video] 162362: SYSTEM : System Common Init in progress !!!
[m3video] 162362: SYSTEM: IPC init in progress !!!
[m3video] 162362: SYSTEM: Attaching to [HOST] ...
[m3vpss ] 162376: SYSTEM: Attaching to [HOST] ...
Attached to slave procId 0.
Loaded file ../firmware/dvr_rdk_fw_c6xdsp_1024M_256M.xe674 on slave procId 0.
Started slave procId 0.
After Ipc_loadcallback status [0x00000000]
After Ipc_startcallback status [0x00000000]
[c6xdsp ] ***** SYSTEM : Frequency <ORG> - 800000000, <NEW> - 1000000000
[c6xdsp ]
[c6xdsp ] *** UTILS: CPU KHz = 1000000 Khz ***
[c6xdsp ]
[c6xdsp ] 5: SYSTEM : System Common Init in progress !!!
[c6xdsp ] 5: SYSTEM: IPC init in progreDMA: Module install successful, device major num = 250
ss !!!
[c6xdspDRV: Module install successful
] 5: SYSTEM: ADRV: Module built on Jun 25 2013 17:09:17
ttaching to [HOST] ...
[c6xdsp ] Remote Debug Shared Memory @ 0xbf000000
[m3video] Remote Debug Shared Memory @ 0xbf005020
[m3vpss ] Remote Debug Shared Memory @ 0xbf00a040
[m3video] 163362: SYSTEM: Attaching to [HOST] ...
[m3vpss ] 163376: SYSTEM: Attaching to [HOST] ...
[c6xdsp ] 1012: SYSTEM: Attaching to [HOST] ...
[m3video] 164362: SYSTEM: Attaching to [HOST] ...
[m3vpss ] 164376: SYSTEM: Attaching to [HOST] ...
[c6xdsp ] 2019: SYSTEM: Attaching to [HOST] ...
[m3video] 165362: SYSTEM: Attaching to [HOST] ...
[m3vpss ] 165376: SYSTEM: Attaching to [HOST] ...
[c6xdsp ] 3026: SYSTEM: Attaching to [HOST] ...
[m3video] 166362: SYSTEM: Attaching to [HOST] ...
[m3vpss ] 166376: SYSTEM: Attaching to [HOST] ...
[c6xdsp ] 4033: SYSTEM: Attaching to [HOST] ...
[m3video] 167362: SYSTEM: Attaching to [HOST] ...
[m3vpss ] 167376: SYSTEM: Attaching to [HOST] ...
[c6xdsp ] 5040: SYSTEM: Attaching to [HOST] ...
[m3video] 168362: SYSTEM: Attaching to [HOST] ...
[m3vpss ] 168376: SYSTEM: Attaching to [HOST] ...
[c6xdsp ] 6048: SYSTEM: Attaching to [HOST] ...
[m3video] 169362: SYSTEM: Attaching to [HOST] ...
[m3vpss ] 169376: SYSTEM: Attaching to [HOST] ...
[c6xdsp ] 7055: SYSTEM: Attaching to [HOST] ...
[m3video] 170362: SYSTEM: Attaching to [HOST] ...
[m3vpss ] 170376: SYSTEM: Attaching to [HOST] ...
[c6xdsp ] 8062: SYSTEM: Attaching to [HOST] ...
[m3video] 171362: SYSTEM: Attaching to [HOST] ...
[m3vpss ] 171376: SYSTEM: Attaching to [HOST] ...

... and so on, so the load.sh does not terminate. Please help me understand what I am doing wrong.

Thanks

Gleb

  • insmod: error inserting './kermod/syslink.ko': -1 File exists



    This can be problem. Try doing rmmod syslink.ko before executing insmod syslink.ko in init.sh.

  • Thank you for the swift reply. 

    When doing the rmmod I get an error;

    root@dvr:~# rmmod syslink.ko
    ERROR: Module syslink is in use

    I see that syslink is installed during linux boot:

    UBOOT # boot

    NAND read: device 0 offset 0x280000, size 0x300000
    3145728 bytes read: OK

    ERROR: <logo_read_address> or <final_bmp address> is NULL

    NAND read: device 0 offset 0x580000, size 0x300000
    3145728 bytes read: OK
    ## Booting kernel from Legacy Image at 81000000 ...
    Image Name: Linux-2.6.37
    Created: 2013-06-25 8:08:24 UTC
    Image Type: ARM Linux Kernel Image (uncompressed)
    Data Size: 2585756 Bytes = 2.5 MiB
    Load Address: 80008000
    Entry Point: 80008000
    Verifying Checksum ... OK
    Loading Kernel Image ... OK
    OK

    Starting kernel ...

    Linux version 2.6.37 (hwjun@hwjun.ud) (gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203) ) #1 Tue Jun 25 17:08:19 KST 2013
    CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f
    CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
    Machine: ud8168_dvr
    vram size = 20971520 at 0x0
    ti81xx_reserve: ### Reserved DDR region @8ff00000
    reserved size = 20971520 at 0x0
    FB: Reserving 20971520 bytes SDRAM for VRAM
    Memory policy: ECC disabled, Data cache writeback
    OMAP chip is TI8168 2.0
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 59648
    Kernel command line: mem=256M console=ttyO2,115200n8 noinitrd rw ubi.mtd=4,2048 rootfstype=ubifs root=ubi0:rootfs ip=dhcp vram=20M notifyk.vpssm3_sva=0xBEE00000 ddr_mem=1024M
    PID hash table entries: 1024 (order: 0, 4096 bytes)
    Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
    Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
    Memory: 234MB 1MB = 235MB total
    Memory: 232792k/232792k available, 29352k reserved, 0K highmem
    Virtual kernel memory layout:
    vector : 0xffff0000 - 0xffff1000 ( 4 kB)
    fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
    DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
    vmalloc : 0xd0800000 - 0xf8000000 ( 632 MB)
    lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
    pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
    modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
    .init : 0xc0008000 - 0xc0041000 ( 228 kB)
    .text : 0xc0041000 - 0xc04e9000 (4768 kB)
    .data : 0xc04ea000 - 0xc0534300 ( 297 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... 1199.30 BogoMIPS (lpj=5996544)
    pid_max: default: 32768 minimum: 301
    Security Framework initialized
    Mount-cache hash table entries: 512
    CPU: Testing write buffer coherency: ok
    devtmpfs: initialized
    TI81XX: Map 0x8ff00000 to 0xfe500000 for dram barrier
    TI81XX: Map 0x40300000 to 0xfe600000 for sram barrier
    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:80)
    _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
    Cannot clk_get ck_32
    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 4ea20809
    registerd cppi-dma Intr @ IRQ 17
    Cppi41 Init Done
    omap_i2c omap_i2c.1: bus 1 rev4.0 at 400 kHz
    regulator: pmbus_vr: 900 <--> 1100 mV at 1000 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 musb-hdrc.0: MUSB HDRC host driver
    musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 1
    usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    usb usb1: Product: MUSB HDRC host driver
    usb usb1: Manufacturer: Linux 2.6.37 musb-hcd
    usb usb1: SerialNumber: musb-hdrc.0
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 1 port detected
    musb-hdrc musb-hdrc.0: USB Host mode controller at d081e000 using DMA, IRQ 18
    musb-hdrc musb-hdrc.1: dma type: dma-cppi41
    MUSB controller-1 revision 4ea20800
    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 d0828800 using DMA, IRQ 19
    NET: Registered protocol family 2
    IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
    TCP established hash table entries: 8192 (order: 4, 65536 bytes)
    TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
    TCP: Hash tables configured (established 8192 bind 8192)
    TCP reno registered
    UDP hash table entries: 256 (order: 0, 4096 bytes)
    UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    NET: Registered protocol family 1
    RPC: Registered udp transport module.
    RPC: Registered tcp transport module.
    RPC: Registered tcp NFSv4.1 backchannel transport module.
    NetWinder Floating Point Emulator V0.97 (double precision)
    PMU: registered new PMU device of type 0
    omap-iommu omap-iommu.0: ducati registered
    omap-iommu omap-iommu.1: sys registered
    JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
    msgmni has been set to 454
    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 probe: devid name is ahci
    ahci CAP register dump =0x6726ff81
    Modified ahci CAP register dump =0x6f26ff81
    ahci ahci.0: forcing PORTS_IMPL to 0x3
    ahci: SSS flag set, parallel bus scan disabled
    ahci ahci.0: AHCI 0001.0100 32 slots 2 ports 3 Gbps 0x3 impl platform mode
    ahci ahci.0: flags: ncq sntf stag pm led clo only pmp pio slum part ccc
    scsi0 : ahci_platform
    scsi1 : ahci_platform
    ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a150fff] port 0x100 irq 16
    ata2: SATA max UDMA/133 irq_stat 0x00000040, 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"
    UBI: attaching mtd4 to ubi0
    UBI: physical eraseblock size: 131072 bytes (128 KiB)
    UBI: logical eraseblock size: 126976 bytes
    UBI: smallest flash I/O unit: 2048
    UBI: sub-page size: 512
    UBI: VID header offset: 2048 (aligned 2048)
    UBI: data offset: 4096
    ata1: SATA link down (SStatus 0 SControl 300)
    UBI: max. sequence number: 194
    UBI: attached mtd4 to ubi0
    UBI: MTD device name: "File System"
    UBI: MTD device size: 200 MiB
    UBI: number of good PEBs: 1598
    UBI: number of bad PEBs: 3
    UBI: number of corrupted PEBs: 0
    UBI: max. allowed volumes: 128
    UBI: wear-leveling threshold: 4096
    UBI: number of internal volumes: 1
    UBI: number of user volumes: 1
    UBI: available PEBs: 0
    UBI: total number of reserved PEBs: 1598
    UBI: number of PEBs reserved for bad PEB handling: 15
    UBI: max/mean erase counter: 2/0
    UBI: image sequence number: 749586537
    UBI: background thread "ubi_bgt0d" started, PID 39
    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
    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_CARD0
    #1: TI81XX_DVR_CARD1
    TCP cubic registered
    NET: Registered protocol family 17
    VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    omap_voltage_late_init: Voltage driver support not added
    Power Management for TI81XX.
    smartreflex smartreflex: Driver initialized
    rtc-ds1307 1-0068: setting system clock to 2014-01-15 19:15:24 UTC (1389813324)
    davinci_mdio davinci_mdio.0: resetting idled controller
    net eth0: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0:01, id=1cc914)
    net eth1: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0:02, id=1cc914)
    Sending DHCP requests ..
    PHY: 0:01 - Link is Up - 100/Full
    ., OK
    IP-Config: Got DHCP answer from 0.0.0.0, my address is 10.0.0.56
    IP-Config: Complete:
    device=eth0, addr=10.0.0.56, mask=255.255.255.0, gw=10.0.0.138,
    host=10.0.0.56, domain=Home, nis-domain=(none),
    bootserver=0.0.0.0, rootserver=0.0.0.0, rootpath=
    ata2: softreset failed (device not ready)
    ata2: softreset failed (device not ready)
    ata2: link is slow to respond, please be patient (ready=0)
    ata2: softreset failed (device not ready)
    ata2: limiting SATA link speed to 1.5 Gbps
    ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    ata2.15: Port Multiplier 1.2, 0x197b:0x3215 r0, 5 ports, feat 0x5/0xf
    ata2.00: hard resetting link
    ata2.00: SATA link down (SStatus 0 SControl 310)
    ata2.01: hard resetting link
    ata2.01: SATA link down (SStatus 0 SControl 310)
    ata2.02: hard resetting link
    ata2.02: SATA link down (SStatus 0 SControl 310)
    ata2.03: hard resetting link
    ata2.03: SATA link down (SStatus 0 SControl 310)
    ata2.04: hard resetting link
    ata2.04: SATA link down (SStatus 0 SControl 310)
    ata2: EH complete
    UBIFS: recovery needed
    UBIFS: recovery completed
    UBIFS: mounted UBI device 0, volume 0, name "rootfs"
    UBIFS: file system size: 194146304 bytes (189596 KiB, 185 MiB, 1529 LEBs)
    UBIFS: journal size: 9023488 bytes (8812 KiB, 8 MiB, 72 LEBs)
    UBIFS: media format: w4/r0 (latest is w4/r0)
    UBIFS: default compressor: lzo
    UBIFS: reserved for root: 0 bytes (0 KiB)
    VFS: Mounted root (ubifs filesystem) on device 0:15.
    devtmpfs: mounted
    Freeing init memory: 228K
    INIT: version 2.86 booting
    Please wait: booting...
    Error opening /dev/fb0: No such file or directory
    Starting udev
    udevd (83): /proc/83/oom_adj is deprecated, please use /proc/83/oom_score_adj instead.
    udev: starting version 141
    Root filesystem already rw, not remounting
    Caching udev devnodes
    Populating dev cache
    ALSA: Restoring mixer settings...
    Configuring network interfaces... ifup: ignoring unknown interface eth0
    ifup: ignoring unknown interface eth1
    done.
    Setting up IP spoofing protection: rp_filter.
    INIT: Entering runlevel: 5
    Starting system message bus: dbus.
    Starting telnet daemon.
    Starting syslogd/klogd: done
    Starting thttpd.
    start application
    *** 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.20.02.20
    SysLink module created on Date:Jun 25 2013 Time:17:08:47
    Trace enabled
    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/dvr_rdk/ti816x
    Attached to slave procId 2.
    Loaded file ../firmware/dvr_rdk_fw_m3vpss_1024M_256M.xem3 on slave procId 2.
    Started slave procId 2.
    After Ipc_loadcallback status [0x00000000]
    [m3vpss ] ***** SYSTEM : Frequency <ORG> - 250000000, <NEW> - 274909088
    [m3vpss ] notify_attach rtnVal 0
    [m3vpss ] initProxyServer rtnVal 0
    [m3vpss ]
    [m3vpss ] *** UTILS: CPU KHz = 549818 Khz ***
    [m3vpss ]
    [m3vpss ] 34: SYSTEM : System Common Init in progress !!!
    [m3vpss ] 34: SYSTEM: IPC init in progress !!!
    [m3vpss ] 34: SYSTEM: Attaching to [HOST] ...
    [m3vpss ] 1034: SYSTEM: Attaching to [HOST] ...
    [m3vpss ] 1036: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
    [m3vpss ] 1036: SYSTEM: Attaching to [DSP] ...
    After Ipc_startcallback status [0x00000000]
    Attached to slave procId 1.
    Loaded file ../firmware/dvr_rdk_fw_m3video_1024M_256M.xem3 on slave procId 1.
    Started slave procId 1.
    After Ipc_loadcallback status [0x00000000]
    [m3video] ***** SYSTEM : Frequency <ORG> - 250000000, <NEW> - 274909088
    [m3video]
    [m3video] *** UTILS: CPU KHz = 549818 Khz ***
    [m3video]
    [m3video] 1434: SYSTEM : System Common Init in progress !!!
    [m3video] 1434: SYSTEM: IPC init in progress !!!
    [m3video] 1434: SYSTEM: Attaching to [HOST] ...
    [m3vpss ] 2036: SYSTEM: Attaching to [DSP] ...
    [m3video] 2434: SYSTEM: Attaching to [HOST] ...
    [m3video] 2436: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
    After Ipc_startcallback status [0x00000000]
    [m3video] 2436: SYSTEM: Attaching to [DSP] ...
    Attached to slave procId 0.
    Loaded file ../firmware/dvr_rdk_fw_c6xdsp_1024M_256M.xe674 on slave procId 0.
    Started slave procId 0.
    After Ipc_loadcallback status [0x00000000]
    [c6xdsp ] ***** SYSTEM : Frequency <ORG> - 800000000, <NEW> - 1000000000
    [c6xdsp ]
    [c6xdsp ] *** UTILS: CPU KHz = 1000000 Khz ***
    [c6xdsp ]
    [c6xdsp ] 5: SYSTEM : System Common Init in progress !!!
    [c6xdsp ] 5: SYSTEM: IPC init in progress !!!
    [c6xdsp ] 5: SYSTEM: Attaching to [HOST] ...
    [m3vpss ] 3036: SYSTEM: Attaching to [DSP] ...
    [m3video] 3436: SYSTEM: Attaching to [DSP] ...
    [c6xdsp ] 1012: SYSTEM: Attaching to [HOST] ...
    After Ipc_startcallback status [0x00000000]
    [c6xdsp ] 1014: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
    [c6xdsp ] 1014: SYSTEM: Attaching to [VIDEO-M3] ...
    DMA: Module install successful, device major num = 250
    DRV: Module install successful
    DRV: Module built on Jun 25 2013 17:09:17
    [c6xdsp ] Remote Debug Shared Memory @ 0xbf000000
    [m3video] Remote Debug Shared Memory @ 0xbf005020
    [m3vpss ] Remote Debug Shared Memory @ 0xbf00a040
    [m3vpss ] 4036: SYSTEM: Attaching to [DSP] ...
    [m3video] 4436: SYSTEM: Attaching to [DSP] ...
    [c6xdsp ] 2021: SYSTEM: Attaching to [VIDEO-M3] ...
    [m3vpss ] 5036: SYSTEM: Attaching to [DSP] ...
    [c6xdsp ] 2834: SYSTEM: Attaching to [VIDEO-M3] ... SUCCESS !!!
    [m3video] 5436: SYSTEM: Attaching to [DSP] ...
    [c6xdsp ] 2834: SYSTEM: Attaching to [VPSS-M3] ...
    [m3video] 5436: SYSTEM: Attaching to [DSP] ... SUCCESS !!!
    [m3video] 5436: SYSTEM: Attaching to [VPSS-M3] ...
    [m3vpss ] 6036: SYSTEM: Attaching to [DSP] ...
    [m3video] 6436: SYSTEM: Attaching to [VPSS-M3] ...
    [c6xdsp ] 3841: SYSTEM: Attaching to [VPSS-M3] ...
    [c6xdsp ] 4434: SYSTEM: Attaching to [VPSS-M3] ... SUCCESS !!!
    [m3vpss ] 7036: SYSTEM: Attaching to [DSP] ...
    [c6xdsp ] 4434: SYSTEM: Creating MsgQ Heap [IPC_MSGQ_MSG_HEAP_0] ...
    [m3vpss ] 7036: SYSTEM: Attaching to [DSP] ... SUCCESS !!!
    [c6xdsp ] 4434: SYSTEM: Creating MsgQ [DSP_MSGQ] ...
    [m3vpss ] 7036: SYSTEM: Attaching to [VIDEO-M3] ...
    [c6xdsp ] 4434: SYSTEM: Creating MsgQ [DSP_ACK_MSGQ] ...
    [c6xdsp ] 4434: SYSTEM: Notify register to [HOST] line 0, event 15 ...
    [c6xdsp ] 4434: SYSTEM: Notify register to [VIDEO-M3] line 0, event 15 ...
    [c6xdsp ] 4435: SYSTEM: Notify register to [VPSS-M3] line 0, event 15 ...
    [c6xdsp ] 4435: SYSTEM: IPC init DONE !!!
    [c6xdsp ] 4436: MEM: Shared Region 2: Base = 0xb0000000, Length = 0x0e9c0000 (233 MB)
    [c6xdsp ] 4436: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4446: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4456: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4466: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4477: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4487: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4497: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4507: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4517: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4527: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4537: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4547: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4557: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4567: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4577: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4587: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4597: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4607: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4617: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4628: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4638: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4648: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4658: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4668: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4678: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4688: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4698: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4708: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4718: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4728: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4738: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4748: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4758: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4769: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4779: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4789: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4799: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4809: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4819: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4829: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4839: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [m3video] 7436: SYSTEM: Attaching to [VPSS-M3] ...
    [c6xdsp ] 4849: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4859: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4869: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4879: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4889: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4899: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4910: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4920: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4930: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4940: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4950: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4960: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4970: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4980: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4990: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5000: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5010: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5020: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5030: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5040: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5051: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5061: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5071: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5081: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5091: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5101: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5111: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5121: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5131: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5141: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5151: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5161: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5171: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5181: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5192: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5202: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5212: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5222: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5232: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5242: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5252: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5262: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5272: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5282: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5292: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5302: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5312: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5322: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5333: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5343: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5353: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5363: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5373: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5383: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5393: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5403: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5413: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5423: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5433: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [m3video] 8036: SYSTEM: Attaching to [VPSS-M3] ... SUCCESS !!!
    [m3vpss ] 8036: SYSTEM: Attaching to [VIDEO-M3] ...
    [m3video] 8036: SYSTEM: Creating MsgQ Heap [IPC_MSGQ_MSG_HEAP_1] ...
    [m3vpss ] 8036: SYSTEM: Attaching to [VIDEO-M3] ... SUCCESS !!!
    [m3video] 8037: SYSTEM: Creating MsgQ [VIDEO-M3_MSGQ] ...
    [m3vpss ] 8036: SYSTEM: Creating MsgQ Heap [IPC_MSGQ_MSG_HEAP_2] ...
    [m3video] 8037: SYSTEM: Creating MsgQ [VIDEO-M3_ACK_MSGQ] ...
    [m3vpss ] 8037: SYSTEM: Creating MsgQ [VPSS-M3_MSGQ] ...
    [m3video] 8038: SYSTEM: Notify register to [HOST] line 0, event 15 ...
    [m3vpss ] 8037: SYSTEM: Creating MsgQ [VPSS-M3_ACK_MSGQ] ...
    [m3video] 8038: SYSTEM: Notify register to [DSP] line 0, event 15 ...
    [m3vpss ] 8038: SYSTEM: Notify register to [HOST] line 0, event 15 ...
    [m3video] 8039: SYSTEM: Notify register to [VPSS-M3] line 0, event 15 ...
    [m3vpss ] 8038: SYSTEM: Notify register to [DSP] line 0, event 15 ...
    [m3video] 8039: SYSTEM: IPC init DONE !!!
    [m3vpss ] 8039: SYSTEM: Notify register to [VIDEO-M3] line 0, event 15 ...
    [m3vpss ] 8039: SYSTEM: IPC init DONE !!!
    [c6xdsp ] 5443: MEM: Shared Region 1: Base = 0x90000000, Length = 0x0ca00000 (202 MB)
    [m3video] 8044: MEM: Shared Region 2: Base = 0xb0000000, Length = 0x0e9c0000 (233 MB)
    [m3vpss ] 8044: MEM: Shared Region 2: Base = 0xb0000000, Length = 0x0e9c0000 (233 MB)
    [c6xdsp ] 5444: SYSTEM : System Common Init Done !!!
    [m3video] 8045: MEM: Shared Region 1: Base = 0x90000000, Length = 0x0ca00000 (202 MB)
    [m3vpss ] 8044: MEM: Shared Region 1: Base = 0x90000000, Length = 0x0ca00000 (202 MB)
    [c6xdsp ] 5400: SYSTEM : System DSP Init in progress !!!
    [m3video] 8046: SYSTEM : System Common Init Done !!!
    [m3vpss ] 8046: SYSTEM : System Common Init Done !!!
    [c6xdsp ] 5400: SYSTEM : RpeServer_init() done... Ret Val 0!!!
    [m3video] 8047: SYSTEM : System Video Init in progress !!!
    [m3vpss ] 8046: SYSTEM : System VPSS Init in progress !!!
    [c6xdsp ] 5446: SYSTEM: Creating ListMP [DSP_IPC_OUT_19] in region 0 ...
    [m3video] 8047: SYSTEM : System Video Init Done !!!
    [m3vpss ] === HDVPSS Clocks are enabled ===
    [c6xdsp ] 5446: SYSTEM: Creating ListMP [DSP_IPC_IN_19] in region 0 ...
    [m3video] 8047: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_0] in region 0 ...
    [m3vpss ] === HDVPSS is fully functional ===
    [c6xdsp ] 5446: SYSTEM: ListElem Shared Addr = 0xbf277300
    [m3video] 8047: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_0] in region 0 ...
    [m3vpss ] === HDVPSS module is not in standby ===
    [c6xdsp ] 5447: SYSTEM: Creating ListMP [DSP_IPC_OUT_20] in region 0 ...
    [m3video] 8047: SYSTEM: ListElem Shared Addr = 0xbf273e00
    [m3vpss ] === I2C1 Clk is active ===
    [c6xdsp ] 5447: SYSTEM: Creating ListMP [DSP_IPC_IN_20] in region 0 ...
    [m3video] 8049: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_1] in region 0 ...
    [c6xdsp ] 5447: SYSTEM: ListElem Shared Addr = 0xbf29cb00
    [m3video] 8050: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_1] in region 0 ...
    [c6xdsp ] 5447: SYSTEM: Creating ListMP [DSP_IPC_OUT_21] in region 0 ...
    [m3video] 8050: SYSTEM: ListElem Shared Addr = 0xbf2e7b00
    [c6xdsp ] 5448: SYSTEM: Creating ListMP [DSP_IPC_IN_21] in region 0 ...
    [c6xdsp ] 5448: SYSTEM: ListElem Shared Addr = 0xbf2c2600
    [c6xdsp ] 5448: SYSTEM: Creating ListMP [DSP_IPC_OUT_24] in region 0 ...
    [m3vpss ] 8051: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_0] in region 0 ...
    [c6xdsp ] 5448: SYSTEM: Creating ListMP [DSP_IPC_IN_24] in region 0 ...
    [c6xdsp ] 5448: SYSTEM: ListElem Shared Addr = 0xbf2eb000
    [c6xdsp ] 5449: SYSTEM: Creating ListMP [DSP_IPC_OUT_25] in region 0 ...
    [c6xdsp ] 5449: SYSTEM: Creating ListMP [DSP_IPC_IN_25] in region 0 ...
    [c6xdsp ] 5449: SYSTEM: ListElem Shared Addr = 0xbf308b00
    [c6xdsp ] !!WARNING.Resource already registered:2
    [c6xdsp ] 5405: SYSTEM : Initializing Links !!!
    [c6xdsp ] 5449: SYSTEM : FREE SPACE : System Heap = 10391168 B, Mbx = 10240 msgs)
    [m3video] 8056: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_19] in region 0 ...
    [m3vpss ] 8051: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_0] in region 0 ...
    [m3video] 8056: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_19] in region 0 ...
    [m3vpss ] 8052: SYSTEM: ListElem Shared Addr = 0xbf326600
    [c6xdsp ] 5413: SYSTEM : Initializing Links ... DONE !!!
    [m3video] 8056: SYSTEM: ListElem Shared Addr = 0xbf32d000
    [m3vpss ] 8054: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_1] in region 0 ...
    [m3video] 8059: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OU[module] vpss probe done.
    T_20] in region 0 ...
    [m3vpss ] 8054: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_1] in region 0 ...
    [c6xdsp ] 5413: SYSTEM : System DSP Init Done !!!
    [m3video] 8059: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_20] in region 0 ...
    [m3vpss ] 8054: SYSTEM: ListElem Shared Addr = 0xbf329b00
    [m3video] 8059: SYSTEM[module] ti81xxfb probe done.
    : ListElem Shared Addr = 0xbf352800
    [m3vpss ] 8068: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_19] in region 0 ...
    [m3video] 8061: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUTHDMI W1 rev 2.0
    _21] in region 0HDMI CEC Spec version 1.2
    ...
    [m3vpss ] 8068: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_19] in region 0 [module] ti81xx_hdmi probe done.
    ...
    [m3video] 8062: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_21] in region 0 ...
    [m3vpss ] 8068: SYSTEM: ListElem Shared Addr = 0xbf39d800
    [m3video] 8062: SYSTEM: ListElem Shared Addr = 0xbf378000
    [m3vpss ] 8071: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_20] in region 0 ...
    [m3video] 8075: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_24] in region 0 ...
    [m3vpss ] 8071: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_20] in region 0 ...
    [m3video] 8075: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_24] in region 0 ...
    [m3vpss ] 8071: SYSTEM: ListElem Shared Addr = 0xbf3c3000
    [m3video] 8075: SYSTEM: ListElem Shared Addr = 0xbf40e000
    [m3vpss ] 8074: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_21] in region 0 ...
    [m3video] 8077: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_25] in region 0 ...
    [m3vpss ] 8074: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_21] in region 0 ...
    [m3video] 8078: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_25] in region 0 ...
    [m3vpss ] 8074: SYSTEM: ListElem Shared Addr = 0xbf3e8800
    [m3video] 8078: SYSTEM: ListElem Shared Addr = 0xbf42bb00
    [m3vpss ] 8076: SYSTEM : HDVPSS Drivers Version: HDVPSS_01_00_01_37
    [m3video] 8079: HDVICP: Doing PRCM for IVAHD[0] ...
    [m3vpss ] 8076: SYSTEM : FVID2 Init in progress !!!
    [m3video] 8079: HDVICP: PRCM for IVAHD[0] ... DONE.
    [m3vpss ] 8146: SYSTEM : FVID2 Init in progress DONE !!!
    [m3video] 8079: HDVICP: Doing PRCM for IVAHD[1] ...
    [m3vpss ] 8146: SYSTEM : Device Init in progress !!!
    [m3video] 8080: HDVICP: PRCM for IVAHD[1] ... DONE.
    [m3video] 8080: HDVICP: Doing PRCM for IVAHD[2] ...
    [m3vpss ] initPrms.isI2cInitReq = 0
    [m3video] 8080: HDVICP: PRCM for IVAHD[2] ... DONE.
    [m3video] 8080: SYSTEM : Initializing Links !!!
    [m3vpss ] initPrms.isI2cInitReq = 0
    [m3vpss ] 8149: SYSTEM : Device Init in progress DONE !!!
    [m3video] 8080: SYSTEM : FREE SPACE : System Heap = 6279304 B, Mbx = 10240 msgs)
    [m3vpss ] 8189: SYSTEM : System VPSS Init Done !!!
    [m3vpss ] 8189: UTILS: DMA: HWI Create for INT63 !!!
    [m3video] 8080: SYSTEM : FREE SPACE : SR0 Heap = 12283904 B (11 MB)
    [m3vpss ] 8190: SYSTEM : Initializing Links !!!
    [m3vpss ] Received character 's'
    [c6xdsp ] Remote Debug Shared Memory @ 0xbf000000
    [m3video] Remote Debug Shared Memory @ 0xbf005020
    [m3vpss ] Remote Debug Shared Memory @ 0xbf00a040
    [m3video] Received character 's'
    [m3video] 8081: SYSTEM : FREE SPACE : Frame Buffer = 245104512 B (233 MB)
    [m3vpss ] 8190: SYSTEM : FREE SPACE : System Heap = 74024 B, Mbx = 10240 msgs)
    [c6xdsp ] Remote Debug Shared Memory @ 0xbf000000
    [m3video] Remote Debug Shared Memory @ 0xbf005020
    [m3vpss ] Remote Debug Shared Memory @ 0xbf00a040
    [c6xdsp ] Received character 's'
    /opt/dvr_rdk/ti816x
    [m3video] 8081: SYSTEM : FREE SPACE : Bitstream Buffer = 211812224 B (201 MB)
    [m3vpss ] 8190: SYSTEM : FREE SPACE : SR0 Heap = 12283904 B (11 MB)
    [m3video] 8081: SYSTEM: Opening MsgQI2C No Ack
    [VPSS-M3_MSGQ]
    HDMI failed to read E-EDID
    ...
    [m3vpss ] ## Interface is 1 [0:DVI, 1:HDMI]
    8190: SYSTEM : FREE SPACE : Frame Buffer = 240794496 B (229 MB)
    [m3video] 8081: SYSTEM : FREE SPACE : Tiler 8-bit = 134217728 B (128 MB) - TILER ON
    [m3vpss ] 8190: SYSTEM : FREE SPACE : Bitstream Buffer = 211812224 B (201 MB)
    [m3video] 8082: SYSTEM : FREE SPACE : Tiler 16-bit = 134217728 B (128 MB) - TILER ON
    [m3vpss ] 8190: SYSTEM : FREE SPACE : Tiler 8-bit = 134217728 B (128 MB) - TILER ON
    [m3video] 8116: SYSTEM : Initializing Links ... DONE !!!
    [m3vpss ] 8190: SYSTEM : FREE SPACE : Tiler 16-bit = 134217728 B (128 MB) - TILER ON
    [m3vpss ] 8305: SYSTEM : Initializing Links ... DONE !!!
    [m3vpss ] 8305: SYSTEM : Set Static L3 pressure for HDVPSS as High

    ORG 0x46c00524: 0
    NEW 0x46c00524: 2

    _ _ ___ _ _ _
    | | | | | ||| |___ ___| | _ ___
    | |_| | |) | ~ | . | _| |/_| -|
    |_____|___ /____/ ___|_| |_| _|-__|

    DVR_DM816x Board (2012.08)

    root@dvr:~# filesize=0 readSize=23612
    gVIDEOMOTION_ctrl.bufSize = 25344
    gVIDEOMOTION_ctrl.bufNum = 16
    app_pb: app_playback_init ... success
    --------------- CHANNEL DETAILS-------------
    Capture Channels => 16
    Enc Channels => Primary 16, Secondary 16
    Dec Channels => 16
    Disp Channels => 32
    -------------------------------------------
    0: SYSTEM: System Common Init in progress !!!
    0: SYSTEM: IPC init in progress !!!
    16: SYSTEM: CPU [DSP] syslink proc ID is [0] !!!
    16: SYSTEM: CPU [VIDEO-M3] syslink proc ID is [1] !!!
    16: SYSTEM: CPU [VPSS-M3] syslink proc ID is [2] !!!
    16: SYSTEM: CPU [HOST] syslink proc ID is [3] !!!
    17: SYSTEM: Creating MsgQ Heap [IPC_MSGQ_MSG_HEAP_3] ...
    19: SYSTEM: Creating MsgQ [HOST_MSGQ] ...
    21: SYSTEM: Creating MsgQ [HOST_ACK_MSGQ] ...
    22: SYSTEM: Opening MsgQ [DSP_MSGQ] ...
    23: SYSTEM: Opening MsgQ [VIDEO-M3_MSGQ] ...
    23: SYSTEM: Opening MsgQ [VPSS-M3_MSGQ] ...
    24: SYSTEM: Notify register to [DSP] line 0, event 15 ...
    25: SYSTEM: Notify register to [VIDEO-M3] line 0, event 15 ...
    26: SYSTEM: Notify register to [VPSS-M3] line 0, event 15 ...
    26: SYSTEM: IPC init DONE !!!
    28: SYSTEM: Creating ListMP [HOST_IPC_OUT_24] in region 0 ...
    30: SYSTEM: Creating ListMP [HOST_IPC_IN_24] in region 0 ...
    31: SYSTEM: ListElem Shared Addr = 0x43e6d880
    32: SYSTEM: Creating ListMP [HOST_IPC_OUT_25] in region 0 ...
    35: SYSTEM: Creating ListMP [HOST_IPC_IN_25] in region 0 ...
    36: SYSTEM: ListElem Shared Addr = 0x43e8b380
    37: SYSTEM: Creating ListMP [HOST_IPC_OUT_19] in region 0 ...
    39: SYSTEM: Creating ListMP [HOST_IPC_IN_19] in region 0 ...
    41: SYSTEM: ListElem Shared Addr = 0x43ea8e80
    42: SYSTEM: Creating ListMP [HOST_IPC_OUT_20] in region 0 ...
    44: SYSTEM: Creating ListMP [HOST_IPC_IN_20] in region 0 ...
    46: SYSTEM: ListElem Shared Addr = 0x43ece680
    47: SYSTEM: Creating ListMP [HOST_IPC_OUT_21] in region 0 ...
    49: SYSTEM: Creating ListMP [HOST_IPC_IN_21] in region 0 ...
    50: SYSTEM: ListElem Shared Addr = 0x43ef3e80
    67: SYSTEM: System Common Init Done !!!
    [host] HDMI Ctrl :Initializing
    [host] HDMI Ctrl :Initialized

    [host] APP_WRITER:SEND_streamFxn:Entered...
    [host] APP_WRITER:WRITER_videoRecvFxn:Entered...
    [host] APP_WRITER:WRITER_recordFxn:Entered...=====Going to Vsys_create=========

    ********* Entered usecase 16CH Progressive <816x> Cap/Enc/Dec/Dis

    105: MCFW : CPU Revision [ES2.0] !!!
    105: MCFW : Detected [(null)] Board !!!
    105: MCFW : Base Board Revision [DVR] !!!
    105: MCFW : Daughter Card Revision [DVR] !!!

    TVP_CHIP_ID_READ:0x5158
    VCAP: DEVICE-0 (0x5c): Chip ID 0x5158, Rev 0x0002, Firmware 0x0000 !!!
    VCAP: DEVICE-0 (0x5c): Detected video (720x288@50Hz, 1) !!!
    VCAP: DEVICE-1 (0x5d): Chip ID 0x5158, Rev 0x0002, Firmware 0x0000 !!!
    VCAP: DEVICE-1 (0x5d): NO Video Detected !!!
    VCAP: DEVICE-2 (0x5e): Chip ID 0x5158, Rev 0x0002, Firmware 0x0000 !!!
    VCAP: DEVICE-2 (0x5e): NO Video Detected !!!
    VCAP: DEVICE-3 (0x5f): Chip ID 0x5158, Rev 0x0002, Firmware 0x0000 !!!
    VCAP: DEVICE-3 (0x5f): NO Video Detected !!!
    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 ] 16355: CAPTURE: Create in progress !!!
    [m3vpss ] 16385: CAPTURE: VIP0 PortA capture mode is [ 8-bit, Pixel-mux Embedded Sync] !!!
    [m3vpss ] 16464: CAPTURE: VIP0 PortB capture mode is [ 8-bit, Pixel-mux Embedded Sync] !!!
    [m3vpss ] 16543: CAPTURE: VIP1 PortA capture mode is [ 8-bit, Pixel-mux Embedded Sync] !!!
    [m3vpss ] 16622: CAPTURE: VIP1 PortB capture mode is [ 8-bit, Pixel-mux Embedded Sync] !!!
    [m3vpss ] 16713: CAPTURE: 0: 0xb48c0c80, 736 x 288, 00067800 B --> Extra Frames
    [m3vpss ] 16713: CAPTURE: 1: 0xb4928480, 736 x 288, 00067800 B --> Extra Frames
    [m3vpss ] 16713: CAPTURE: 2: 0xb498fc80, 736 x 288, 00067800 B --> Extra Frames
    [m3vpss ] 16713: CAPTURE: 3: 0xb49f7480, 736 x 288, 00067800 B --> Extra Frames
    [m3vpss ] 16713: CAPTURE: 4: 0xb4a5ec80, 736 x 288, 00067800 B --> Extra Frames
    [m3vpss ] 16713: CAPTURE: 5: 0xb4ac6480, 736 x 288, 00067800 B --> Extra Frames
    [m3vpss ] UTILS: DMA: Allocated CH (TCC) = 58 (58)
    [m3vpss ] UTILS: DMA: 0 of 4: Allocated PaRAM = 58 (0x49004740)
    [m3vpss ] UTILS: DMA: 1 of 4: Allocated PaRAM = 64 (0x49004800)
    [m3vpss ] UTILS: DMA: 2 of 4: Allocated PaRAM = 65 (0x49004820)
    [m3vpss ] UTILS: DMA: 3 of 4: Allocated PaRAM = 66 (0x49004840)
    [m3vpss ] CAPTURE::HEAPID:0 USED:904
    [m3vpss ] CAPTURE::HEAPID:4 USED:74520576
    [m3vpss ] 16714: CAPTURE: Create Done !!!
    [m3vpss ] 16719: DUP : Create Done !!!
    [m3vpss ] 16720: SELECT: OUT QUE0: OUT CH0: IN CH0: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16720: SELECT: OUT QUE0: OUT CH1: IN CH1: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16720: SELECT: OUT QUE0: OUT CH2: IN CH2: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16721: SELECT: OUT QUE0: OUT CH3: IN CH3: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16721: SELECT: OUT QUE0: OUT CH4: IN CH4: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16721: SELECT: OUT QUE0: OUT CH5: IN CH5: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16721: SELECT: OUT QUE0: OUT CH6: IN CH6: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16721: SELECT: OUT QUE0: OUT CH7: IN CH7: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16722: SELECT: OUT QUE1: OUT CH0: IN CH8: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16722: SELECT: OUT QUE1: OUT CH1: IN CH9: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16722: SELECT: OUT QUE1: OUT CH2: IN CH10: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16722: SELECT: OUT QUE1: OUT CH3: IN CH11: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16722: SELECT: OUT QUE1: OUT CH4: IN CH12: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16722: SELECT: OUT QUE1: OUT CH5: IN CH13: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16723: SELECT: OUT QUE1: OUT CH6: IN CH14: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16723: SELECT: OUT QUE1: OUT CH7: IN CH15: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16723: SELECT : Create Done !!!
    [m3vpss ] 16723: DEI : Create in progress !!!
    [m3vpss ] 17032: DEI : Loading Up-scaling Co-effs
    [m3vpss ] 17033: DEI : Co-effs Loading ... DONE !!!
    [m3vpss ] DEI:HEAPID:0 USED:64
    [m3vpss ] DEI:HEAPID:1 USED:17472
    [m3vpss ] DEI:HEAPID:4 USED:65286144
    [m3vpss ] 17033: DEI : Create Done !!!
    [m3vpss ] 17033: DEI : Create in progress !!!
    [m3vpss ] 17342: DEI : Loading Up-scaling Co-effs
    [m3vpss ] 17343: DEI : Co-effs Loading ... DONE !!!
    [c6xdsp ] 14756: IPC_FRAMES_IN : Create in progress !!!
    [m3vpss ] DEI:HEAPID:0 USED:64
    [c6xdsp ] 14756: SYSTEM: Opening ListMP [VPSS-M3_IPC_OUT_19] ...
    [m3vpss ] DEI:HEAPID:1 USED:16448
    [c6xdsp ] 14756: SYSTEM: Opening ListMP [VPSS-M3_IPC_IN_19] ...
    [m3vpss ] DEI:HEAPID:4 USED:65286144
    [c6xdsp ] 14757: SYSTEM: Opening MsgQ [VPSS-M3_MSGQ] ...
    [m3vpss ] 17343: DEI : Create Done !!!
    [m3vpss ] 17344: MERGE : Create Done !!!
    [m3vpss ] 17349: DUP : Create Done !!!
    [c6xdsp ] IPC_FRAMES_IN:HEAPID:0 USED:304
    [m3vpss ] 17350: MERGE : Create Done !!!
    [c6xdsp ] 14758: IPC_FRAMES_IN : Create Done !!!
    [m3vpss ] 17355: DUP : Create Done !!!
    [c6xdsp ] 14758: ALG : Create in progress !!!
    [m3vpss ] 17356: MERGE : Create Done !!!
    [m3vpss ] 17356: IPC_FRAMES_OUT : Create in progress !!!
    [c6xdsp ] ALGLINK:HEAPID:0 USED:2616
    [m3video] 17370: IPC_IN_M3 : Create in progress !!!
    [c6xdsp ] ALGLINK:HEAPID:1 USED:5912
    [m3video] 17370: SYSTEM: Opening ListMP [VPSS-M3_IPC_OUT_0] ...
    [m3vpss ] 17358: IPC_FRAMES_OUT : Create Done !!!
    [c6xdsp ] 14765: ALG : Create Done !!!
    [m3video] 17371: SYSTEM: Opening ListMP [VPSS-M3_IPC_IN_0] ...
    [m3vpss ] 17369: IPC_OUT_M3 : Create in progress !!!
    [m3video] 17373: IPC_IN_M3 : Create Done !!!
    [m3vpss ] 17370: IPC_OUT_M3 : Create Done !!!
    [m3video] 17373: ENCODE: Create in progress ... !!!
    [m3video] 17614: ENCODE: Creating CH0 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:13808
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17617: ENCODE: Creating CH1 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17619: ENCODE: Creating CH2 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17621: ENCODE: Creating CH3 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17624: ENCODE: Creating CH4 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...

    [host] IpcBitsInLink_tskMain:Entered
    [host] 6761: IPC_BITS_IN : Create in progress !!!

    [host] 6762: IPC_BITS_IN : ListMPOpen start !!!

    [host] 6762: SYSTEM: Opening ListMP [VIDEO-M3_IPC_OUT_24] ...
    6763: SYSTEM: Opening ListMP [VIDEO-M3_IPC_IN_24] ...

    [host] 6765: IPC_BITS_IN : ListMPOpen done !!!

    [host] 6766: IPC_BITS_IN : System_linkGetInfo done !!!

    [host] 6766: IPC_BITS_IN : Create Done !!!
    Reducing bitsProducerLinkInfo.numCh to 16

    [host] 6767: IPC_BITS_OUT : Create in progress !!!
    ###Bit buff of size from the SR # 1 : 53084160

    [host] IPC_BITSOUT:BitBuffer Alloc.PoolID:0,Size:0x32A0000
    [host] IPCBITSOUTLINK:Translated Addr Virt:0x47c2d880 To Phy:0x93184880
    [host] 6768: IPC_BITS_OUT : Create Done !!!
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17626: ENCODE: Creating CH5 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17628: ENCODE: Creating CH6 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17630: ENCODE: Creating CH7 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17633: ENCODE: Creating CH8 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17635: ENCODE: Creating CH9 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17637: ENCODE: Creating CH10 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17639: ENCODE: Creating CH11 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17641: ENCODE: Creating CH12 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17644: ENCODE: Creating CH13 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17646: ENCODE: Creating CH14 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17648: ENCODE: Creating CH15 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17650: 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:3 USED:577536
    [m3video] 17654: 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:3 USED:577536
    [m3video] 17658: 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:3 USED:577536
    [m3video] 17662: 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:3 USED:577536
    [m3video] 17666: 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:3 USED:577536
    [m3video] 17670: 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:3 USED:577536
    [m3video] 17673: 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:3 USED:577536
    [m3video] 17677: 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:3 USED:577536
    [m3video] 17681: 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:3 USED:577536
    [m3video] 17685: ENCODE: Creating CH25 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED ], bitrate = 500 Kbps ...
    [m3vpss ] 18129: IPC_IN_M3 : Create in progress !!!
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3vpss ] 18129: SYSTEM: Opening ListMP [VIDEO-M3_IPC_OUT_0] ...
    [m3video] ENCLINK_H264:HEAPID:3 USED:577536
    [m3vpss ] 18130: SYSTEM: Opening ListMP [VIDEO-M3_IPC_IN_0] ...
    [m3video] 17689: ENCODE: Creating CH26 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED ], bitrate = 500 Kbps ...
    [m3vpss ] 18130: SYSTEM: Opening MsgQ [VIDEO-M3_MSGQ] ...
    [m3vpss ] 18132: IPC_IN_M3 : Create Done !!!
    [m3vpss ] 18133: MERGE : Create Done !!!
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:577536
    [m3video] 17693: ENCODE: Creating CH27 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED ], bitrate = 500 Kbps ...
    [m3vpss ] 18138: DUP : Create Done !!!
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3vpss ] 18138: SWMS: Create in progress !!!
    [m3video] ENCLINK_H264:HEAPID:3 USED:577536
    [m3video] 17697: 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:3 USED:577536
    [m3video] 17700: 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:3 USED:577536
    [m3video] 17704: 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:3 USED:577536
    [m3video] 17708: 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:3 USED:577536
    [m3video] 17712: ENCODE: All CH Create ... DONE !!!
    [m3vpss ] UTILS: DMA: Allocated CH (TCC) = 59 (59)
    [m3video] ENCLINK:HEAPID:0 USED:383200
    [m3vpss ] UTILS: DMA: 0 of 1: Allocated PaRAM = 59 (0x49004760)
    [m3video] ENCLINK:HEAPID:2 USED:51922944
    [m3video] ENCLINK:HEAPID:3 USED:10027008
    [m3video] 17714: ENCODE: Create ... DONE !!!
    [m3video] 17714: IPC_BITS_OUT : Create in progress !!!
    [m3vpss ] SWMS: instance 0, sc id 5, start win 0 end win 17
    [m3video] 17716: IPC_BITS_OUT : Create Done !!!
    [m3vpss ] 18243: SWMS0 : Loading Vertical Co-effs (UPSCALE)x ...
    [m3video] 17723: IPC_BITS_IN : Create in progress !!!
    [m3vpss ] 18243: SWMS0 : Loading Horizontal Co-effs (UPSCALE)x ...
    [m3video] 17723: SYSTEM: Opening ListMP [HOST_IPC_OUT_24] ...
    [m3vpss ] 18243: SWMS : Co-effs Loading ... DONE !!!
    [m3video] 17724: SYSTEM: Opening ListMP [HOST_IPC_IN_24] ...
    [m3vpss ] 18244: SWMS : ******* Configuring clock 30 secs...
    [m3video] 17724: SYSTEM: Opening MsgQ [HOST_MSGQ] ...
    [m3vpss ] 18244: SWMS0 : Loading Vertical Co-effs (7/16)x ...
    [m3video] 17726: IPC_BITS_IN : Create Done !!!
    [m3vpss ] 18244: SWMS0 : Loading Horizontal Co-effs (9/16)x ...
    [m3video] 17726: DECODE: Create in progress ... !!!
    [m3vpss ] 18244: SWMS : Co-effs Loading ... DONE !!!
    [m3vpss ]
    [m3vpss ] *** [SWMS0] Mosaic Parameters ***
    [m3vpss ]
    [m3vpss ] Output FPS: 30
    [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 | 0 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 200, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] 1 | 1 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 624, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:3 USED:4505600
    [m3vpss ] 2 | 2 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1048, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] 17751: DECODE: Creating CH0 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] 3 | 3 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1472, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 4 | 4 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 200, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 5 | 5 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 624, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] 6 | 6 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1048, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:3 USED:4505600
    [m3vpss ] 7 | 7 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1472, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] 17775: DECODE: Creating CH1 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] 8 | 8 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 200, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 9 | 9 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 624, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 10 | 10 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1048, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] 11 | 11 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1472, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:3 USED:4505600
    [m3vpss ] 12 | 12 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 200, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] 17798: DECODE: Creating CH2 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] 13 | 13 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 624, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[0],Width[424]:Height[260]
    [m3vpss ] 14 | 14 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1048, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 15 | 15 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1472, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ]
    [m3video] DECLINK_H264:HEAPID:3 USED:4505600
    [m3video] 17822: DECODE: Creating CH3 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] SWMS:HEAPID:0 USED:224
    [m3vpss ] SWMS:HEAPID:1 USED:47296
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] SWMS:HEAPID:3 USED:20736000
    [m3video] DECLINK_H264:HEAPID:3 USED:4505600
    [m3vpss ] 18250: SWMS: Create Done !!!
    [m3video] 17846: DECODE: Creating CH4 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] 18250: SWMS: Create in progress !!!
    [m3vpss ] UTILS: DMA: Allocated CH (TCC) = 60 (60)
    [m3vpss ] UTILS: DMA: 0 of 1: Allocated PaRAM = 60 (0x49004780)
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] SWMS: instance 0, sc id 5, start win 0 end win 17
    [m3video] DECLINK_H264:HEAPID:2 USED:4083712
    [m3vpss ] 18355: SWMS1 : Loading Vertical Co-effs (UPSCALE)x ...
    [m3video] DECLINK_H264:HEAPID:3 USED:421888
    [m3vpss ] 18355: SWMS1 : Loading Horizontal Co-effs (UPSCALE)x ...
    [m3video] 17870: DECODE: Creating CH5 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] 18355: SWMS : Co-effs Loading ... DONE !!!
    [m3vpss ] 18356: SWMS : ******* Configuring clock 30 secs...
    [m3vpss ] 18356: SWMS1 : Loading Vertical Co-effs (UPSCALE)x ...
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] 18356: SWMS1 : Loading Horizontal Co-effs (UPSCALE)x ...
    [m3video] DECLINK_H264:HEAPID:2 USED:4083712
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[1],Width[424]:Height[260]
    [m3vpss ] 18356: SWMS : Co-effs Loading ... DONE !!!
    [m3video] DECLINK_H264:HEAPID:3 USED:421888
    [m3vpss ]
    [m3vpss ] *** [SWMS1] Mosaic Parameters ***
    [m3vpss ]
    [m3vpss ] Output FPS: 30
    [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 ] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
    [m3video] 17894: DECODE: Creating CH6 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] 0 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 0, 0 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 1 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 480, 0 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 2 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 960, 0 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] 3 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 1440, 0 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:2 USED:4083712
    [m3vpss ] 4 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 0, 270 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:3 USED:421888
    [m3vpss ] 5 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 480, 270 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] 17918: DECODE: Creating CH7 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] 6 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 960, 270 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 7 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 1440, 270 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 8 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 0, 540 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] 9 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 480, 540 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:2 USED:4083712
    [m3vpss ] 10 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 960, 540 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:3 USED:421888
    [m3vpss ] 11 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 1440, 540 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] 17943: DECODE: Creating CH8 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] 12 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 0, 810 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 13 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 480, 810 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 14 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 960, 810 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] 15 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 1440, 810 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:2 USED:4083712
    [m3vpss ]
    [m3video] DECLINK_H264:HEAPID:3 USED:421888
    [m3video] 17967: DECODE: Creating CH9 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] SWMS:HEAPID:0 USED:224
    [m3vpss ] SWMS:HEAPID:1 USED:43776
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] SWMS:HEAPID:3 USED:20736000
    [m3video] DECLINK_H264:HEAPID:2 USED:4083712
    [m3vpss ] 18362: SWMS: Create Done !!!
    [m3video] DECLINK_H264:HEAPID:3 USED:421888
    [m3vpss ] 18362: DISPLAY: Create in progress !!!
    [m3video] 17991: DECODE: Creating CH10 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] 18363: DISPLAY: Create Done !!!
    [m3vpss ] 18364: DISPLAY: Create in progress !!!
    [m3vpss ] 18364: DISPLAY: Create Done !!!
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] 18365: DISPLAY: Create in progress !!!
    [m3video] DECLINK_H264:HEAPID:2 USED:4083712
    [m3vpss ] 18365: DISPLAY: 44: Field Separate Mode ENABLED for Que 0 !!!
    [m3video] DECLINK_H264:HEAPID:3 USED:421888
    [m3vpss ] 18366: DISPLAY: Create Done !!!
    [m3video] 18015: DECODE: Creating CH11 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[2],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[3],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[4],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[5],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[6],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[7],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[0],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[1],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[2],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[3],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[4],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[5],Width[424]:Height[260]
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3video] DECLINK_H264:HEAPID:2 USED:4337664
    [m3video] DECLINK_H264:HEAPID:3 USED:167936
    [m3video] 18041: DECODE: Creating CH12 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[6],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[7],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[0]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[1]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[2]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[3]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[4]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[5]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[6]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[7]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[8]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[9]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[10]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[11]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[12]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[13]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[14]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[15]
    [m3vpss ] 19596: SWMS : ******* Configuring clock 30 secs...
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] 19596: SWMS0 : Loading Vertical Co-effs (7/16)x ...
    [m3video] DECLINK_H264:HEAPID:2 USED:4481024
    [m3vpss ] 19596: SWMS0 : Loading Horizontal Co-effs (9/16)x ...
    [m3video] DECLINK_H264:HEAPID:3 USED:24576
    [m3vpss ] 19596: SWMS : Co-effs Loading ... DONE !!!
    [m3video] 18068: DECODE: Creating CH13 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ]
    [m3vpss ] *** [SWMS0] Mosaic Parameters ***
    [m3vpss ]
    [m3vpss ] Output FPS: 30
    [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 | 0 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 200, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 1 | 1 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 624, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] 2 | 2 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1048, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:2 USED:4505600
    [m3vpss ] 3 | 3 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1472, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] 18095: DECODE: Creating CH14 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] 4 | 4 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 200, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 5 | 5 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 624, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 6 | 6 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1048, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] 7 | 7 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1472, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:2 USED:4505600
    [m3vpss ] 8 | 8 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 200, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] 18123: DECODE: Creating CH15 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] 9 | 9 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 624, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] 18125: DECODE: All CH Create ... DONE !!!
    [m3vpss ] 10 | 10 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1048, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 11 | 11 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1472, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 12 | 12 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 200, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK:HEAPID:0 USED:38008
    [m3vpss ] 13 | 13 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 624, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK:HEAPID:2 USED:46415872
    [m3vpss ] 14 | 14 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1048, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK:HEAPID:3 USED:25673728
    [m3vpss ] 15 | 15 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1472, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[0]
    [m3video] 18128: DECODE: Create ... DONE !!!
    [m3vpss ]
    [m3video] 18128: IPC_OUT_M3 : Create in progress !!!
    [m3vpss ] 19604: SWMS : ******* Configuring clock 30 secs...
    [m3video] 18129: IPC_OUT_M3 : Create Done !!!
    [m3vpss ] 19604: SWMS1 : Loading Vertical Co-effs (UPSCALE)x ...
    [m3vpss ] 19604: SWMS1 : Loading Horizontal Co-effs (UPSCALE)x ...
    [m3vpss ] 19604: SWMS : Co-effs Loading ... DONE !!!
    [m3vpss ]
    [m3vpss ] *** [SWMS1] Mosaic Parameters ***
    [m3vpss ]
    [m3vpss ] Output FPS: 30
    [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 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 0, 0 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 1 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 480, 0 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 2 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 960, 0 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 3 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 1440, 0 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 4 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 0, 270 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[1]
    [m3vpss ] 5 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 480, 270 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 6 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 960, 270 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 7 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 1440, 270 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 8 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 0, 540 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 9 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 480, 540 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 10 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 960, 540 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 11 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 1440, 540 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 12 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 0, 810 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 13 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 480, 810 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 14 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 960, 810 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 15 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 1440, 810 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[2]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[3]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[4]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[5]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[6]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[7]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[8]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[9]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[10]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[11]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[12]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[13]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[14]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[15]
    [m3vpss ] 20630: DISPLAY: Start in progress !!!
    [m3vpss ] 20693: DISPLAY: Start Done !!!
    [m3vpss ] 20693: DISPLAY: HDDAC(BP0) : 31 fps, Latency (Min / Max) = ( 255 / 0 ), Callback Interval (Min / Max) = ( 255 / 0 ) DropCount:0 DispLatency (Min / Max) = ( 7811 / 0 ) !!!
    [m3vpss ] 20693: DISPLAY: UNDERFLOW COUNT: HDMI(BP0) 1, HDDAC(BP0) 1, DVO2(BP1) 1, SDDAC(SEC1) 1
    [m3vpss ] 20693: SYSTEM : FREE SPACE : System Heap = 66176 B, Mbx = 10238 msgs)
    [m3vpss ] 20693: SYSTEM : FREE SPACE : SR0 Heap = 9270528 B (8 MB)
    [m3vpss ] 20693: SYSTEM : FREE SPACE : Frame Buffer = 896 B (0 MB)
    [m3vpss ] 20694: SYSTEM : FREE SPACE : Bitstream Buffer = 18917248 B (18 MB)
    [m3vpss ] 20694: DISPLAY: Start in progress !!!
    [m3vpss ] 20694: SYSTEM : FREE SPACE : Tiler 8-bit = 19243008 B (18 MB) - TILER ON
    [m3vpss ] 20694: SYSTEM : FREE SPACE : Tiler 16-bit = 76816384 B (73 MB) - TILER ON
    [m3vpss ] 20749: DISPLAY: Start Done !!!
    [m3vpss ] 20749: DISPLAY: DVO2(BP1) : 36 fps, Latency (Min / Max) = ( 255 / 0 ), Callback Interval (Min / Max) = ( 255 / 0 ) DropCount:0 DispLatency (Min / Max) = ( 7811 / 0 ) !!!
    [m3vpss ] 20749: DISPLAY: Start in progress !!!
    [m3vpss ] 20800: DISPLAY: Start Done !!!
    [m3vpss ] 20800: DISPLAY: SDDAC(SEC1): 19 fps, Latency (Min / Max) = ( 255 / 0 ), Callback Interval (Min / Max) = ( 255 / 0 ) DropCount:0 DispLatency (Min / Max) = ( 7811 / 0 ) !!!
    [m3vpss ] 20800: SWMS: Start in Progress !!!
    [m3vpss ] 20800: SWMS: Start Done !!!
    [m3vpss ] 20800: SWMS: Start in Progress !!!
    [m3vpss ] 20800: SWMS: Start Done !!!
    [m3vpss ] 21059: CAPTURE: Start in progress !!!
    [m3vpss ] 21059: CAPTURE: Start Done !!!
    [m3vpss ] 21159: CAPTURE: Enabled Time Stamping !!!
    [m3vpss ] 21167: CAPTURE: Enabled Time Stamping !!!
    [m3vpss ] 21175: CAPTURE: Enabled Time Stamping !!!
    [m3vpss ] 21183: CAPTURE: Enabled Time Stamping !!!
    [m3vpss ] 21191: DISPLAY: Stop in progress !!!
    [m3vpss ] 21226: DISPLAY: Stop Done !!!
    [m3vpss ] 21227: DISPLAY: Stop in progress !!!
    [m3vpss ] 21286: DISPLAY: Stop Done !!!

    First Camera connected is of PAL type

    First Camera connected is of PAL type

    First Camera connected is of PAL type
    video detect ch00 res[720x288]
    [DVR_APP]: CH 1: No video detected at [vipID:0, vipCH: 1] !!!
    video detect ch01 res[0x0]
    [DVR_APP]: CH 2: No video detected at [vipID:0, vipCH: 2] !!!
    video detect ch02 res[0x0]
    [DVR_APP]: CH 3: No video detected at [vipID:0, vipCH: 3] !!!
    video detect ch03 res[0x0]
    [DVR_APP]: CH 4: No video detected at [vipID:1, vipCH: 0] !!!
    video detect ch04 res[0x0]
    [DVR_APP]: CH 5: No video detected at [vipID:1, vipCH: 1] !!!
    video detect ch05 res[0x0]
    [DVR_APP]: CH 6: No video detected at [vipID:1, vipCH: 2] !!!
    video detect ch06 res[0x0]
    [DVR_APP]: CH 7: No video detected at [vipID:1, vipCH: 3] !!!
    video detect ch07 res[0x0]
    [DVR_APP]: CH 8: No video detected at [vipID:2, vipCH: 0] !!!
    video detect ch08 res[0x0]
    [DVR_APP]: CH 9: No video detected at [vipID:2, vipCH: 1] !!!
    video detect ch09 res[0x0]
    [DVR_APP]: CH10: No video detected at [vipID:2, vipCH: 2] !!!
    video detect ch10 res[0x0]
    [DVR_APP]: CH11: No video detected at [vipID:2, vipCH: 3] !!!
    video detect ch11 res[0x0]
    [DVR_APP]: CH12: No video detected at [vipID:3, vipCH: 0] !!!
    video detect ch12 res[0x0]
    [DVR_APP]: CH13: No video detected at [vipID:3, vipCH: 1] !!!
    video detect ch13 res[0x0]
    [DVR_APP]: CH14: No video detected at [vipID:3, vipCH: 2] !!!
    video detect ch14 res[0x0]
    [DVR_APP]: CH15: No video detected at [vipID:3, vipCH: 3] !!!
    video detect ch15 res[0x0]
    DEMO: 1: No video detected at CH [0,1] !!!
    DEMO: 2: No video detected at CH [0,2] !!!
    DEMO: 3: No video detected at CH [0,3] !!!
    DEMO: 4: No video detected at CH [1,0] !!!
    DEMO: 5: No video detected at CH [1,1] !!!
    DEMO: 6: No video detected at CH [1,2] !!!
    DEMO: 7: No video detected at CH [1,3] !!!
    DEMO: 8: No video detected at CH [2,0] !!!
    DEMO: 9: No video detected at CH [2,1] !!!
    DEMO: 10: No video detected at CH [2,2] !!!
    DEMO: 11: No video detected at CH [2,3] !!!
    DEMO: 12: No video detected at CH [3,0] !!!
    DEMO: 13: No video detected at CH [3,1] !!!
    DEMO: 14: No video detected at CH [3,2] !!!
    DEMO: 15: No video detected at CH [3,3] !!!
    [APPFB]
    [APPFB] FB: Starting !!!
    [APPFB] FB: Opened device [/dev/fb0] (fd=26) !!!
    [APPFB]
    [APPFB] Fix Screen Info
    [APPFB] ---------------
    [APPFB] Line Length - 3840
    [APPFB] Physical Address = 8ea00000
    [APPFB] Buffer Length = 8294400
    [APPFB]
    [APPFB]
    [APPFB] Var Screen Info
    [APPFB] ---------------
    [APPFB] Xres - 1920
    [APPFB] Yres - 1080
    [APPFB] Xres Virtual - 1920
    [APPFB] Yres Virtual - 1080
    [APPFB] Bits Per Pixel - 16
    [APPFB] Pixel Clk - 6734
    [APPFB] Rotation - 0
    [APPFB]
    [APPFB]
    [APPFB] Reg Params Info
    [APPFB] ---------------
    [APPFB] region 0, postion 0 x 0, prioirty 1
    [APPFB] first 1, last 1
    [APPFB] sc en 0, sten en 0
    [APPFB] tran en 0, type 0, key 0
    [APPFB] blend 0, alpha 0
    [APPFB] bb en 0, alpha 0
    [APPFB]
    [APPFB]
    [APPFB] ### BUF SIZE = 4147200 Bytes !!!
    [APPFB]
    [APPFB] fb_scale (1920x1080)
    [APPFB] FB: Opened device [/dev/fb1] (fd=27) !!!
    [APPFB]
    [APPFB] Fix Screen Info
    [APPFB] ---------------
    [APPFB] Line Length - 3840
    [APPFB] Physical Address = 8f1e9000
    [APPFB] Buffer Length = 8294400
    [APPFB]
    [APPFB]
    [APPFB] Var Screen Info
    [APPFB] ---------------
    [APPFB] Xres - 1920
    [APPFB] Yres - 1080
    [APPFB] Xres Virtual - 1920
    [APPFB] Yres Virtual - 1080
    [APPFB] Bits Per Pixel - 16
    [APPFB] Pixel Clk - 6734
    [APPFB] Rotation - 0
    [APPFB]
    [APPFB]
    [APPFB] Reg Params Info
    [APPFB] ---------------
    [APPFB] region 0, postion 0 x 0, prioirty 1
    [APPFB] first 1, last 1
    [APPFB] sc en 0, sten en 0
    [APPFB] tran en 0, type 0, key 0
    [APPFB] blend 0, alpha 0
    [APPFB] bb en 0, alpha 0
    [APPFB]
    [APPFB]
    [APPFB] ### BUF SIZE = 4147200 Bytes !!!
    [APPFB]

    ===============Switch Display Done=========================

    ===============Mahrtimer: interrupt took 8370 ns
    in Output Resolution Switch Done==========

    ===============Sub Output Resolution Switch Done===========
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[0],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[1],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[2],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[3],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[4],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[5],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[6],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[7],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[0],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[1],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[2],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[3],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[4],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[5],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[6],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[7],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[0]
    [m3vpss ] 21861: SWMS : ******* Configuring clock 37 secs...
    [m3vpss ] 21861: SWMS0 : Loading Vertical Co-effs (7/16)x ...
    [m3vpss ] 21861: SWMS0 : Loading Horizontal Co-effs (9/16)x ...
    [m3vpss ] 21863: 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 | 0 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 200, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 1 | 1 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 624, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 2 | 2 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1048, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 3 | 3 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1472, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 4 | 4 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 200, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 5 | 5 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 624, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 6 | 6 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1048, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 7 | 7 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1472, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 8 | 8 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 200, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 9 | 9 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 624, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 10 | 10 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1048, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 11 | 11 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1472, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 12 | 12 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 200, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 13 | 13 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 624, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 14 | 14 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1048, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 15 | 15 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1472, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[1]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[2]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[3]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[4]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[5]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[6]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[7]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[8]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[9]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[10]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[11]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[12]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[13]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[14]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[15]

    ================DVR_StartSystem Done=====================

  • The log above shows it is working fine. I don't see the original issue anymore.

  • I'm sorry for not being clear. The last log is only the part of  linux boot. The problem occures when I try to execute init.sh and load.sh after this boot, as shown in the first post.. Let me post the entire log this time, although it is rather long.

    U-Boot 2010.06 (Jun 25 2013 - 17:00:09)

    TI8168-GP rev 2.0

    HDVICP clk : 600MHz
    L3 Fast clk : 549MHz
    HDVPSS clk : 274MHz
    Ducati M3 clk : 274MHz
    DSP clk : 1000MHz
    ARM clk : 1200MHz
    DDR clk : 796MHz

    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: 3 0
    UBOOT # printenv
    baudrate=115200
    autoload=no
    ntpserverip=192.168.1.231
    timeoffset=32400
    ethact=DaVinci EMAC
    filesize=2880000
    logoreadaddr=0x81000000
    ethaddr1=44:aa:27:00:04:d7
    eth1addr=44:aa:27:00:04:d7
    gatewayip=10.0.0.138
    netmask=255.255.255.0
    ipaddr=10.0.0.56
    dnsip=10.0.0.138
    bootdelay=3
    serverip=10.0.0.46
    bootcmd=nand read ${logoreadaddr} 0x280000 0x300000; logo on $(logoreadaddr} 0xA0000000 0x81600000 40 60; nand read 0x81000000 0x00580000 0x300000; bootm 0x81000000
    bootargs=mem=256M console=ttyO2,115200n8 noinitrd rw ubi.mtd=4,2048 rootfstype=ubifs root=ubi0:rootfs ip=dhcp vram=20M notifyk.vpssm3_sva=0xBEE00000 ddr_mem=1024M
    stdin=serial
    stdout=serial
    stderr=serial
    ethaddr=44:aa:27:00:04:d6
    hwver=00:80
    ver=U-Boot 2010.06 (Jun 25 2013 - 17:00:09)

    Environment size: 745/131068 bytes
    UBOOT # boot

    NAND read: device 0 offset 0x280000, size 0x300000
    3145728 bytes read: OK

    ERROR: <logo_read_address> or <final_bmp address> is NULL

    NAND read: device 0 offset 0x580000, size 0x300000
    3145728 bytes read: OK
    ## Booting kernel from Legacy Image at 81000000 ...
    Image Name: Linux-2.6.37
    Created: 2013-06-25 8:08:24 UTC
    Image Type: ARM Linux Kernel Image (uncompressed)
    Data Size: 2585756 Bytes = 2.5 MiB
    Load Address: 80008000
    Entry Point: 80008000
    Verifying Checksum ... OK
    Loading Kernel Image ... OK
    OK

    Starting kernel ...

    Linux version 2.6.37 (hwjun@hwjun.ud) (gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203) ) #1 Tue Jun 25 17:08:19 KST 2013
    CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f
    CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
    Machine: ud8168_dvr
    vram size = 20971520 at 0x0
    ti81xx_reserve: ### Reserved DDR region @8ff00000
    reserved size = 20971520 at 0x0
    FB: Reserving 20971520 bytes SDRAM for VRAM
    Memory policy: ECC disabled, Data cache writeback
    OMAP chip is TI8168 2.0
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 59648
    Kernel command line: mem=256M console=ttyO2,115200n8 noinitrd rw ubi.mtd=4,2048 rootfstype=ubifs root=ubi0:rootfs ip=dhcp vram=20M notifyk.vpssm3_sva=0xBEE00000 ddr_mem=1024M
    PID hash table entries: 1024 (order: 0, 4096 bytes)
    Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
    Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
    Memory: 234MB 1MB = 235MB total
    Memory: 232792k/232792k available, 29352k reserved, 0K highmem
    Virtual kernel memory layout:
    vector : 0xffff0000 - 0xffff1000 ( 4 kB)
    fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
    DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
    vmalloc : 0xd0800000 - 0xf8000000 ( 632 MB)
    lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
    pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
    modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
    .init : 0xc0008000 - 0xc0041000 ( 228 kB)
    .text : 0xc0041000 - 0xc04e9000 (4768 kB)
    .data : 0xc04ea000 - 0xc0534300 ( 297 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... 1199.30 BogoMIPS (lpj=5996544)
    pid_max: default: 32768 minimum: 301
    Security Framework initialized
    Mount-cache hash table entries: 512
    CPU: Testing write buffer coherency: ok
    devtmpfs: initialized
    TI81XX: Map 0x8ff00000 to 0xfe500000 for dram barrier
    TI81XX: Map 0x40300000 to 0xfe600000 for sram barrier
    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:80)
    _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
    Cannot clk_get ck_32
    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 4ea20809
    registerd cppi-dma Intr @ IRQ 17
    Cppi41 Init Done
    omap_i2c omap_i2c.1: bus 1 rev4.0 at 400 kHz
    regulator: pmbus_vr: 900 <--> 1100 mV at 1000 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 musb-hdrc.0: MUSB HDRC host driver
    musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 1
    usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    usb usb1: Product: MUSB HDRC host driver
    usb usb1: Manufacturer: Linux 2.6.37 musb-hcd
    usb usb1: SerialNumber: musb-hdrc.0
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 1 port detected
    musb-hdrc musb-hdrc.0: USB Host mode controller at d081e000 using DMA, IRQ 18
    musb-hdrc musb-hdrc.1: dma type: dma-cppi41
    MUSB controller-1 revision 4ea20800
    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 d0828800 using DMA, IRQ 19
    NET: Registered protocol family 2
    IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
    TCP established hash table entries: 8192 (order: 4, 65536 bytes)
    TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
    TCP: Hash tables configured (established 8192 bind 8192)
    TCP reno registered
    UDP hash table entries: 256 (order: 0, 4096 bytes)
    UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    NET: Registered protocol family 1
    RPC: Registered udp transport module.
    RPC: Registered tcp transport module.
    RPC: Registered tcp NFSv4.1 backchannel transport module.
    NetWinder Floating Point Emulator V0.97 (double precision)
    PMU: registered new PMU device of type 0
    omap-iommu omap-iommu.0: ducati registered
    omap-iommu omap-iommu.1: sys registered
    JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
    msgmni has been set to 454
    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 probe: devid name is ahci
    ahci CAP register dump =0x6726ff81
    Modified ahci CAP register dump =0x6f26ff81
    ahci ahci.0: forcing PORTS_IMPL to 0x3
    ahci: SSS flag set, parallel bus scan disabled
    ahci ahci.0: AHCI 0001.0100 32 slots 2 ports 3 Gbps 0x3 impl platform mode
    ahci ahci.0: flags: ncq sntf stag pm led clo only pmp pio slum part ccc
    scsi0 : ahci_platform
    scsi1 : ahci_platform
    ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a150fff] port 0x100 irq 16
    ata2: SATA max UDMA/133 irq_stat 0x00000040, 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"
    UBI: attaching mtd4 to ubi0
    UBI: physical eraseblock size: 131072 bytes (128 KiB)
    UBI: logical eraseblock size: 126976 bytes
    UBI: smallest flash I/O unit: 2048
    UBI: sub-page size: 512
    UBI: VID header offset: 2048 (aligned 2048)
    UBI: data offset: 4096
    ata1: SATA link down (SStatus 0 SControl 300)
    UBI: max. sequence number: 194
    UBI: attached mtd4 to ubi0
    UBI: MTD device name: "File System"
    UBI: MTD device size: 200 MiB
    UBI: number of good PEBs: 1598
    UBI: number of bad PEBs: 3
    UBI: number of corrupted PEBs: 0
    UBI: max. allowed volumes: 128
    UBI: wear-leveling threshold: 4096
    UBI: number of internal volumes: 1
    UBI: number of user volumes: 1
    UBI: available PEBs: 0
    UBI: total number of reserved PEBs: 1598
    UBI: number of PEBs reserved for bad PEB handling: 15
    UBI: max/mean erase counter: 2/0
    UBI: image sequence number: 749586537
    UBI: background thread "ubi_bgt0d" started, PID 39
    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
    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_CARD0
    #1: TI81XX_DVR_CARD1
    TCP cubic registered
    NET: Registered protocol family 17
    VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    omap_voltage_late_init: Voltage driver support not added
    Power Management for TI81XX.
    smartreflex smartreflex: Driver initialized
    rtc-ds1307 1-0068: setting system clock to 2014-01-15 19:15:24 UTC (1389813324)
    davinci_mdio davinci_mdio.0: resetting idled controller
    net eth0: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0:01, id=1cc914)
    net eth1: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0:02, id=1cc914)
    Sending DHCP requests ..
    PHY: 0:01 - Link is Up - 100/Full
    ., OK
    IP-Config: Got DHCP answer from 0.0.0.0, my address is 10.0.0.56
    IP-Config: Complete:
    device=eth0, addr=10.0.0.56, mask=255.255.255.0, gw=10.0.0.138,
    host=10.0.0.56, domain=Home, nis-domain=(none),
    bootserver=0.0.0.0, rootserver=0.0.0.0, rootpath=
    ata2: softreset failed (device not ready)
    ata2: softreset failed (device not ready)
    ata2: link is slow to respond, please be patient (ready=0)
    ata2: softreset failed (device not ready)
    ata2: limiting SATA link speed to 1.5 Gbps
    ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    ata2.15: Port Multiplier 1.2, 0x197b:0x3215 r0, 5 ports, feat 0x5/0xf
    ata2.00: hard resetting link
    ata2.00: SATA link down (SStatus 0 SControl 310)
    ata2.01: hard resetting link
    ata2.01: SATA link down (SStatus 0 SControl 310)
    ata2.02: hard resetting link
    ata2.02: SATA link down (SStatus 0 SControl 310)
    ata2.03: hard resetting link
    ata2.03: SATA link down (SStatus 0 SControl 310)
    ata2.04: hard resetting link
    ata2.04: SATA link down (SStatus 0 SControl 310)
    ata2: EH complete
    UBIFS: recovery needed
    UBIFS: recovery completed
    UBIFS: mounted UBI device 0, volume 0, name "rootfs"
    UBIFS: file system size: 194146304 bytes (189596 KiB, 185 MiB, 1529 LEBs)
    UBIFS: journal size: 9023488 bytes (8812 KiB, 8 MiB, 72 LEBs)
    UBIFS: media format: w4/r0 (latest is w4/r0)
    UBIFS: default compressor: lzo
    UBIFS: reserved for root: 0 bytes (0 KiB)
    VFS: Mounted root (ubifs filesystem) on device 0:15.
    devtmpfs: mounted
    Freeing init memory: 228K
    INIT: version 2.86 booting
    Please wait: booting...
    Error opening /dev/fb0: No such file or directory
    Starting udev
    udevd (83): /proc/83/oom_adj is deprecated, please use /proc/83/oom_score_adj instead.
    udev: starting version 141
    Root filesystem already rw, not remounting
    Caching udev devnodes
    Populating dev cache
    ALSA: Restoring mixer settings...
    Configuring network interfaces... ifup: ignoring unknown interface eth0
    ifup: ignoring unknown interface eth1
    done.
    Setting up IP spoofing protection: rp_filter.
    INIT: Entering runlevel: 5
    Starting system message bus: dbus.
    Starting telnet daemon.
    Starting syslogd/klogd: done
    Starting thttpd.
    start application
    *** 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.20.02.20
    SysLink module created on Date:Jun 25 2013 Time:17:08:47
    Trace enabled
    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/dvr_rdk/ti816x
    Attached to slave procId 2.
    Loaded file ../firmware/dvr_rdk_fw_m3vpss_1024M_256M.xem3 on slave procId 2.
    Started slave procId 2.
    After Ipc_loadcallback status [0x00000000]
    [m3vpss ] ***** SYSTEM : Frequency <ORG> - 250000000, <NEW> - 274909088
    [m3vpss ] notify_attach rtnVal 0
    [m3vpss ] initProxyServer rtnVal 0
    [m3vpss ]
    [m3vpss ] *** UTILS: CPU KHz = 549818 Khz ***
    [m3vpss ]
    [m3vpss ] 34: SYSTEM : System Common Init in progress !!!
    [m3vpss ] 34: SYSTEM: IPC init in progress !!!
    [m3vpss ] 34: SYSTEM: Attaching to [HOST] ...
    [m3vpss ] 1034: SYSTEM: Attaching to [HOST] ...
    [m3vpss ] 1036: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
    [m3vpss ] 1036: SYSTEM: Attaching to [DSP] ...
    After Ipc_startcallback status [0x00000000]
    Attached to slave procId 1.
    Loaded file ../firmware/dvr_rdk_fw_m3video_1024M_256M.xem3 on slave procId 1.
    Started slave procId 1.
    After Ipc_loadcallback status [0x00000000]
    [m3video] ***** SYSTEM : Frequency <ORG> - 250000000, <NEW> - 274909088
    [m3video]
    [m3video] *** UTILS: CPU KHz = 549818 Khz ***
    [m3video]
    [m3video] 1434: SYSTEM : System Common Init in progress !!!
    [m3video] 1434: SYSTEM: IPC init in progress !!!
    [m3video] 1434: SYSTEM: Attaching to [HOST] ...
    [m3vpss ] 2036: SYSTEM: Attaching to [DSP] ...
    [m3video] 2434: SYSTEM: Attaching to [HOST] ...
    [m3video] 2436: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
    After Ipc_startcallback status [0x00000000]
    [m3video] 2436: SYSTEM: Attaching to [DSP] ...
    Attached to slave procId 0.
    Loaded file ../firmware/dvr_rdk_fw_c6xdsp_1024M_256M.xe674 on slave procId 0.
    Started slave procId 0.
    After Ipc_loadcallback status [0x00000000]
    [c6xdsp ] ***** SYSTEM : Frequency <ORG> - 800000000, <NEW> - 1000000000
    [c6xdsp ]
    [c6xdsp ] *** UTILS: CPU KHz = 1000000 Khz ***
    [c6xdsp ]
    [c6xdsp ] 5: SYSTEM : System Common Init in progress !!!
    [c6xdsp ] 5: SYSTEM: IPC init in progress !!!
    [c6xdsp ] 5: SYSTEM: Attaching to [HOST] ...
    [m3vpss ] 3036: SYSTEM: Attaching to [DSP] ...
    [m3video] 3436: SYSTEM: Attaching to [DSP] ...
    [c6xdsp ] 1012: SYSTEM: Attaching to [HOST] ...
    After Ipc_startcallback status [0x00000000]
    [c6xdsp ] 1014: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
    [c6xdsp ] 1014: SYSTEM: Attaching to [VIDEO-M3] ...
    DMA: Module install successful, device major num = 250
    DRV: Module install successful
    DRV: Module built on Jun 25 2013 17:09:17
    [c6xdsp ] Remote Debug Shared Memory @ 0xbf000000
    [m3video] Remote Debug Shared Memory @ 0xbf005020
    [m3vpss ] Remote Debug Shared Memory @ 0xbf00a040
    [m3vpss ] 4036: SYSTEM: Attaching to [DSP] ...
    [m3video] 4436: SYSTEM: Attaching to [DSP] ...
    [c6xdsp ] 2021: SYSTEM: Attaching to [VIDEO-M3] ...
    [m3vpss ] 5036: SYSTEM: Attaching to [DSP] ...
    [c6xdsp ] 2834: SYSTEM: Attaching to [VIDEO-M3] ... SUCCESS !!!
    [m3video] 5436: SYSTEM: Attaching to [DSP] ...
    [c6xdsp ] 2834: SYSTEM: Attaching to [VPSS-M3] ...
    [m3video] 5436: SYSTEM: Attaching to [DSP] ... SUCCESS !!!
    [m3video] 5436: SYSTEM: Attaching to [VPSS-M3] ...
    [m3vpss ] 6036: SYSTEM: Attaching to [DSP] ...
    [m3video] 6436: SYSTEM: Attaching to [VPSS-M3] ...
    [c6xdsp ] 3841: SYSTEM: Attaching to [VPSS-M3] ...
    [c6xdsp ] 4434: SYSTEM: Attaching to [VPSS-M3] ... SUCCESS !!!
    [m3vpss ] 7036: SYSTEM: Attaching to [DSP] ...
    [c6xdsp ] 4434: SYSTEM: Creating MsgQ Heap [IPC_MSGQ_MSG_HEAP_0] ...
    [m3vpss ] 7036: SYSTEM: Attaching to [DSP] ... SUCCESS !!!
    [c6xdsp ] 4434: SYSTEM: Creating MsgQ [DSP_MSGQ] ...
    [m3vpss ] 7036: SYSTEM: Attaching to [VIDEO-M3] ...
    [c6xdsp ] 4434: SYSTEM: Creating MsgQ [DSP_ACK_MSGQ] ...
    [c6xdsp ] 4434: SYSTEM: Notify register to [HOST] line 0, event 15 ...
    [c6xdsp ] 4434: SYSTEM: Notify register to [VIDEO-M3] line 0, event 15 ...
    [c6xdsp ] 4435: SYSTEM: Notify register to [VPSS-M3] line 0, event 15 ...
    [c6xdsp ] 4435: SYSTEM: IPC init DONE !!!
    [c6xdsp ] 4436: MEM: Shared Region 2: Base = 0xb0000000, Length = 0x0e9c0000 (233 MB)
    [c6xdsp ] 4436: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4446: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4456: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4466: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4477: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4487: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4497: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4507: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4517: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4527: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4537: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4547: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4557: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4567: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4577: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4587: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4597: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4607: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4617: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4628: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4638: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4648: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4658: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4668: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4678: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4688: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4698: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4708: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4718: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4728: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4738: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4748: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4758: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4769: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4779: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4789: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4799: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4809: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4819: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4829: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4839: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [m3video] 7436: SYSTEM: Attaching to [VPSS-M3] ...
    [c6xdsp ] 4849: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4859: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4869: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4879: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4889: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4899: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4910: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4920: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4930: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4940: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4950: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4960: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4970: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4980: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 4990: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5000: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5010: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5020: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5030: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5040: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5051: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5061: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5071: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5081: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5091: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5101: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5111: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5121: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5131: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5141: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5151: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5161: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5171: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5181: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5192: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5202: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5212: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5222: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5232: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5242: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5252: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5262: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5272: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5282: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5292: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5302: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5312: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5322: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5333: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5343: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5353: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5363: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5373: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5383: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5393: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5403: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5413: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5423: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [c6xdsp ] 5433: MEM: ERROR: SharedRegion_setEntry (2, 0x9ff7993c) FAILED !!! (status=-1)
    [m3video] 8036: SYSTEM: Attaching to [VPSS-M3] ... SUCCESS !!!
    [m3vpss ] 8036: SYSTEM: Attaching to [VIDEO-M3] ...
    [m3video] 8036: SYSTEM: Creating MsgQ Heap [IPC_MSGQ_MSG_HEAP_1] ...
    [m3vpss ] 8036: SYSTEM: Attaching to [VIDEO-M3] ... SUCCESS !!!
    [m3video] 8037: SYSTEM: Creating MsgQ [VIDEO-M3_MSGQ] ...
    [m3vpss ] 8036: SYSTEM: Creating MsgQ Heap [IPC_MSGQ_MSG_HEAP_2] ...
    [m3video] 8037: SYSTEM: Creating MsgQ [VIDEO-M3_ACK_MSGQ] ...
    [m3vpss ] 8037: SYSTEM: Creating MsgQ [VPSS-M3_MSGQ] ...
    [m3video] 8038: SYSTEM: Notify register to [HOST] line 0, event 15 ...
    [m3vpss ] 8037: SYSTEM: Creating MsgQ [VPSS-M3_ACK_MSGQ] ...
    [m3video] 8038: SYSTEM: Notify register to [DSP] line 0, event 15 ...
    [m3vpss ] 8038: SYSTEM: Notify register to [HOST] line 0, event 15 ...
    [m3video] 8039: SYSTEM: Notify register to [VPSS-M3] line 0, event 15 ...
    [m3vpss ] 8038: SYSTEM: Notify register to [DSP] line 0, event 15 ...
    [m3video] 8039: SYSTEM: IPC init DONE !!!
    [m3vpss ] 8039: SYSTEM: Notify register to [VIDEO-M3] line 0, event 15 ...
    [m3vpss ] 8039: SYSTEM: IPC init DONE !!!
    [c6xdsp ] 5443: MEM: Shared Region 1: Base = 0x90000000, Length = 0x0ca00000 (202 MB)
    [m3video] 8044: MEM: Shared Region 2: Base = 0xb0000000, Length = 0x0e9c0000 (233 MB)
    [m3vpss ] 8044: MEM: Shared Region 2: Base = 0xb0000000, Length = 0x0e9c0000 (233 MB)
    [c6xdsp ] 5444: SYSTEM : System Common Init Done !!!
    [m3video] 8045: MEM: Shared Region 1: Base = 0x90000000, Length = 0x0ca00000 (202 MB)
    [m3vpss ] 8044: MEM: Shared Region 1: Base = 0x90000000, Length = 0x0ca00000 (202 MB)
    [c6xdsp ] 5400: SYSTEM : System DSP Init in progress !!!
    [m3video] 8046: SYSTEM : System Common Init Done !!!
    [m3vpss ] 8046: SYSTEM : System Common Init Done !!!
    [c6xdsp ] 5400: SYSTEM : RpeServer_init() done... Ret Val 0!!!
    [m3video] 8047: SYSTEM : System Video Init in progress !!!
    [m3vpss ] 8046: SYSTEM : System VPSS Init in progress !!!
    [c6xdsp ] 5446: SYSTEM: Creating ListMP [DSP_IPC_OUT_19] in region 0 ...
    [m3video] 8047: SYSTEM : System Video Init Done !!!
    [m3vpss ] === HDVPSS Clocks are enabled ===
    [c6xdsp ] 5446: SYSTEM: Creating ListMP [DSP_IPC_IN_19] in region 0 ...
    [m3video] 8047: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_0] in region 0 ...
    [m3vpss ] === HDVPSS is fully functional ===
    [c6xdsp ] 5446: SYSTEM: ListElem Shared Addr = 0xbf277300
    [m3video] 8047: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_0] in region 0 ...
    [m3vpss ] === HDVPSS module is not in standby ===
    [c6xdsp ] 5447: SYSTEM: Creating ListMP [DSP_IPC_OUT_20] in region 0 ...
    [m3video] 8047: SYSTEM: ListElem Shared Addr = 0xbf273e00
    [m3vpss ] === I2C1 Clk is active ===
    [c6xdsp ] 5447: SYSTEM: Creating ListMP [DSP_IPC_IN_20] in region 0 ...
    [m3video] 8049: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_1] in region 0 ...
    [c6xdsp ] 5447: SYSTEM: ListElem Shared Addr = 0xbf29cb00
    [m3video] 8050: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_1] in region 0 ...
    [c6xdsp ] 5447: SYSTEM: Creating ListMP [DSP_IPC_OUT_21] in region 0 ...
    [m3video] 8050: SYSTEM: ListElem Shared Addr = 0xbf2e7b00
    [c6xdsp ] 5448: SYSTEM: Creating ListMP [DSP_IPC_IN_21] in region 0 ...
    [c6xdsp ] 5448: SYSTEM: ListElem Shared Addr = 0xbf2c2600
    [c6xdsp ] 5448: SYSTEM: Creating ListMP [DSP_IPC_OUT_24] in region 0 ...
    [m3vpss ] 8051: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_0] in region 0 ...
    [c6xdsp ] 5448: SYSTEM: Creating ListMP [DSP_IPC_IN_24] in region 0 ...
    [c6xdsp ] 5448: SYSTEM: ListElem Shared Addr = 0xbf2eb000
    [c6xdsp ] 5449: SYSTEM: Creating ListMP [DSP_IPC_OUT_25] in region 0 ...
    [c6xdsp ] 5449: SYSTEM: Creating ListMP [DSP_IPC_IN_25] in region 0 ...
    [c6xdsp ] 5449: SYSTEM: ListElem Shared Addr = 0xbf308b00
    [c6xdsp ] !!WARNING.Resource already registered:2
    [c6xdsp ] 5405: SYSTEM : Initializing Links !!!
    [c6xdsp ] 5449: SYSTEM : FREE SPACE : System Heap = 10391168 B, Mbx = 10240 msgs)
    [m3video] 8056: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_19] in region 0 ...
    [m3vpss ] 8051: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_0] in region 0 ...
    [m3video] 8056: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_19] in region 0 ...
    [m3vpss ] 8052: SYSTEM: ListElem Shared Addr = 0xbf326600
    [c6xdsp ] 5413: SYSTEM : Initializing Links ... DONE !!!
    [m3video] 8056: SYSTEM: ListElem Shared Addr = 0xbf32d000
    [m3vpss ] 8054: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_1] in region 0 ...
    [m3video] 8059: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OU[module] vpss probe done.
    T_20] in region 0 ...
    [m3vpss ] 8054: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_1] in region 0 ...
    [c6xdsp ] 5413: SYSTEM : System DSP Init Done !!!
    [m3video] 8059: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_20] in region 0 ...
    [m3vpss ] 8054: SYSTEM: ListElem Shared Addr = 0xbf329b00
    [m3video] 8059: SYSTEM[module] ti81xxfb probe done.
    : ListElem Shared Addr = 0xbf352800
    [m3vpss ] 8068: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_19] in region 0 ...
    [m3video] 8061: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUTHDMI W1 rev 2.0
    _21] in region 0HDMI CEC Spec version 1.2
    ...
    [m3vpss ] 8068: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_19] in region 0 [module] ti81xx_hdmi probe done.
    ...
    [m3video] 8062: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_21] in region 0 ...
    [m3vpss ] 8068: SYSTEM: ListElem Shared Addr = 0xbf39d800
    [m3video] 8062: SYSTEM: ListElem Shared Addr = 0xbf378000
    [m3vpss ] 8071: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_20] in region 0 ...
    [m3video] 8075: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_24] in region 0 ...
    [m3vpss ] 8071: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_20] in region 0 ...
    [m3video] 8075: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_24] in region 0 ...
    [m3vpss ] 8071: SYSTEM: ListElem Shared Addr = 0xbf3c3000
    [m3video] 8075: SYSTEM: ListElem Shared Addr = 0xbf40e000
    [m3vpss ] 8074: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_21] in region 0 ...
    [m3video] 8077: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_25] in region 0 ...
    [m3vpss ] 8074: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_21] in region 0 ...
    [m3video] 8078: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_25] in region 0 ...
    [m3vpss ] 8074: SYSTEM: ListElem Shared Addr = 0xbf3e8800
    [m3video] 8078: SYSTEM: ListElem Shared Addr = 0xbf42bb00
    [m3vpss ] 8076: SYSTEM : HDVPSS Drivers Version: HDVPSS_01_00_01_37
    [m3video] 8079: HDVICP: Doing PRCM for IVAHD[0] ...
    [m3vpss ] 8076: SYSTEM : FVID2 Init in progress !!!
    [m3video] 8079: HDVICP: PRCM for IVAHD[0] ... DONE.
    [m3vpss ] 8146: SYSTEM : FVID2 Init in progress DONE !!!
    [m3video] 8079: HDVICP: Doing PRCM for IVAHD[1] ...
    [m3vpss ] 8146: SYSTEM : Device Init in progress !!!
    [m3video] 8080: HDVICP: PRCM for IVAHD[1] ... DONE.
    [m3video] 8080: HDVICP: Doing PRCM for IVAHD[2] ...
    [m3vpss ] initPrms.isI2cInitReq = 0
    [m3video] 8080: HDVICP: PRCM for IVAHD[2] ... DONE.
    [m3video] 8080: SYSTEM : Initializing Links !!!
    [m3vpss ] initPrms.isI2cInitReq = 0
    [m3vpss ] 8149: SYSTEM : Device Init in progress DONE !!!
    [m3video] 8080: SYSTEM : FREE SPACE : System Heap = 6279304 B, Mbx = 10240 msgs)
    [m3vpss ] 8189: SYSTEM : System VPSS Init Done !!!
    [m3vpss ] 8189: UTILS: DMA: HWI Create for INT63 !!!
    [m3video] 8080: SYSTEM : FREE SPACE : SR0 Heap = 12283904 B (11 MB)
    [m3vpss ] 8190: SYSTEM : Initializing Links !!!
    [m3vpss ] Received character 's'
    [c6xdsp ] Remote Debug Shared Memory @ 0xbf000000
    [m3video] Remote Debug Shared Memory @ 0xbf005020
    [m3vpss ] Remote Debug Shared Memory @ 0xbf00a040
    [m3video] Received character 's'
    [m3video] 8081: SYSTEM : FREE SPACE : Frame Buffer = 245104512 B (233 MB)
    [m3vpss ] 8190: SYSTEM : FREE SPACE : System Heap = 74024 B, Mbx = 10240 msgs)
    [c6xdsp ] Remote Debug Shared Memory @ 0xbf000000
    [m3video] Remote Debug Shared Memory @ 0xbf005020
    [m3vpss ] Remote Debug Shared Memory @ 0xbf00a040
    [c6xdsp ] Received character 's'
    /opt/dvr_rdk/ti816x
    [m3video] 8081: SYSTEM : FREE SPACE : Bitstream Buffer = 211812224 B (201 MB)
    [m3vpss ] 8190: SYSTEM : FREE SPACE : SR0 Heap = 12283904 B (11 MB)
    [m3video] 8081: SYSTEM: Opening MsgQI2C No Ack
    [VPSS-M3_MSGQ]
    HDMI failed to read E-EDID
    ...
    [m3vpss ] ## Interface is 1 [0:DVI, 1:HDMI]
    8190: SYSTEM : FREE SPACE : Frame Buffer = 240794496 B (229 MB)
    [m3video] 8081: SYSTEM : FREE SPACE : Tiler 8-bit = 134217728 B (128 MB) - TILER ON
    [m3vpss ] 8190: SYSTEM : FREE SPACE : Bitstream Buffer = 211812224 B (201 MB)
    [m3video] 8082: SYSTEM : FREE SPACE : Tiler 16-bit = 134217728 B (128 MB) - TILER ON
    [m3vpss ] 8190: SYSTEM : FREE SPACE : Tiler 8-bit = 134217728 B (128 MB) - TILER ON
    [m3video] 8116: SYSTEM : Initializing Links ... DONE !!!
    [m3vpss ] 8190: SYSTEM : FREE SPACE : Tiler 16-bit = 134217728 B (128 MB) - TILER ON
    [m3vpss ] 8305: SYSTEM : Initializing Links ... DONE !!!
    [m3vpss ] 8305: SYSTEM : Set Static L3 pressure for HDVPSS as High

    ORG 0x46c00524: 0
    NEW 0x46c00524: 2

    _ _ ___ _ _ _
    | | | | | ||| |___ ___| | _ ___
    | |_| | |) | ~ | . | _| |/_| -|
    |_____|___ /____/ ___|_| |_| _|-__|

    DVR_DM816x Board (2012.08)

    root@dvr:~# filesize=0 readSize=23612
    gVIDEOMOTION_ctrl.bufSize = 25344
    gVIDEOMOTION_ctrl.bufNum = 16
    app_pb: app_playback_init ... success
    --------------- CHANNEL DETAILS-------------
    Capture Channels => 16
    Enc Channels => Primary 16, Secondary 16
    Dec Channels => 16
    Disp Channels => 32
    -------------------------------------------
    0: SYSTEM: System Common Init in progress !!!
    0: SYSTEM: IPC init in progress !!!
    16: SYSTEM: CPU [DSP] syslink proc ID is [0] !!!
    16: SYSTEM: CPU [VIDEO-M3] syslink proc ID is [1] !!!
    16: SYSTEM: CPU [VPSS-M3] syslink proc ID is [2] !!!
    16: SYSTEM: CPU [HOST] syslink proc ID is [3] !!!
    17: SYSTEM: Creating MsgQ Heap [IPC_MSGQ_MSG_HEAP_3] ...
    19: SYSTEM: Creating MsgQ [HOST_MSGQ] ...
    21: SYSTEM: Creating MsgQ [HOST_ACK_MSGQ] ...
    22: SYSTEM: Opening MsgQ [DSP_MSGQ] ...
    23: SYSTEM: Opening MsgQ [VIDEO-M3_MSGQ] ...
    23: SYSTEM: Opening MsgQ [VPSS-M3_MSGQ] ...
    24: SYSTEM: Notify register to [DSP] line 0, event 15 ...
    25: SYSTEM: Notify register to [VIDEO-M3] line 0, event 15 ...
    26: SYSTEM: Notify register to [VPSS-M3] line 0, event 15 ...
    26: SYSTEM: IPC init DONE !!!
    28: SYSTEM: Creating ListMP [HOST_IPC_OUT_24] in region 0 ...
    30: SYSTEM: Creating ListMP [HOST_IPC_IN_24] in region 0 ...
    31: SYSTEM: ListElem Shared Addr = 0x43e6d880
    32: SYSTEM: Creating ListMP [HOST_IPC_OUT_25] in region 0 ...
    35: SYSTEM: Creating ListMP [HOST_IPC_IN_25] in region 0 ...
    36: SYSTEM: ListElem Shared Addr = 0x43e8b380
    37: SYSTEM: Creating ListMP [HOST_IPC_OUT_19] in region 0 ...
    39: SYSTEM: Creating ListMP [HOST_IPC_IN_19] in region 0 ...
    41: SYSTEM: ListElem Shared Addr = 0x43ea8e80
    42: SYSTEM: Creating ListMP [HOST_IPC_OUT_20] in region 0 ...
    44: SYSTEM: Creating ListMP [HOST_IPC_IN_20] in region 0 ...
    46: SYSTEM: ListElem Shared Addr = 0x43ece680
    47: SYSTEM: Creating ListMP [HOST_IPC_OUT_21] in region 0 ...
    49: SYSTEM: Creating ListMP [HOST_IPC_IN_21] in region 0 ...
    50: SYSTEM: ListElem Shared Addr = 0x43ef3e80
    67: SYSTEM: System Common Init Done !!!
    [host] HDMI Ctrl :Initializing
    [host] HDMI Ctrl :Initialized

    [host] APP_WRITER:SEND_streamFxn:Entered...
    [host] APP_WRITER:WRITER_videoRecvFxn:Entered...
    [host] APP_WRITER:WRITER_recordFxn:Entered...=====Going to Vsys_create=========

    ********* Entered usecase 16CH Progressive <816x> Cap/Enc/Dec/Dis

    105: MCFW : CPU Revision [ES2.0] !!!
    105: MCFW : Detected [(null)] Board !!!
    105: MCFW : Base Board Revision [DVR] !!!
    105: MCFW : Daughter Card Revision [DVR] !!!

    TVP_CHIP_ID_READ:0x5158
    VCAP: DEVICE-0 (0x5c): Chip ID 0x5158, Rev 0x0002, Firmware 0x0000 !!!
    VCAP: DEVICE-0 (0x5c): Detected video (720x288@50Hz, 1) !!!
    VCAP: DEVICE-1 (0x5d): Chip ID 0x5158, Rev 0x0002, Firmware 0x0000 !!!
    VCAP: DEVICE-1 (0x5d): NO Video Detected !!!
    VCAP: DEVICE-2 (0x5e): Chip ID 0x5158, Rev 0x0002, Firmware 0x0000 !!!
    VCAP: DEVICE-2 (0x5e): NO Video Detected !!!
    VCAP: DEVICE-3 (0x5f): Chip ID 0x5158, Rev 0x0002, Firmware 0x0000 !!!
    VCAP: DEVICE-3 (0x5f): NO Video Detected !!!
    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 ] 16355: CAPTURE: Create in progress !!!
    [m3vpss ] 16385: CAPTURE: VIP0 PortA capture mode is [ 8-bit, Pixel-mux Embedded Sync] !!!
    [m3vpss ] 16464: CAPTURE: VIP0 PortB capture mode is [ 8-bit, Pixel-mux Embedded Sync] !!!
    [m3vpss ] 16543: CAPTURE: VIP1 PortA capture mode is [ 8-bit, Pixel-mux Embedded Sync] !!!
    [m3vpss ] 16622: CAPTURE: VIP1 PortB capture mode is [ 8-bit, Pixel-mux Embedded Sync] !!!
    [m3vpss ] 16713: CAPTURE: 0: 0xb48c0c80, 736 x 288, 00067800 B --> Extra Frames
    [m3vpss ] 16713: CAPTURE: 1: 0xb4928480, 736 x 288, 00067800 B --> Extra Frames
    [m3vpss ] 16713: CAPTURE: 2: 0xb498fc80, 736 x 288, 00067800 B --> Extra Frames
    [m3vpss ] 16713: CAPTURE: 3: 0xb49f7480, 736 x 288, 00067800 B --> Extra Frames
    [m3vpss ] 16713: CAPTURE: 4: 0xb4a5ec80, 736 x 288, 00067800 B --> Extra Frames
    [m3vpss ] 16713: CAPTURE: 5: 0xb4ac6480, 736 x 288, 00067800 B --> Extra Frames
    [m3vpss ] UTILS: DMA: Allocated CH (TCC) = 58 (58)
    [m3vpss ] UTILS: DMA: 0 of 4: Allocated PaRAM = 58 (0x49004740)
    [m3vpss ] UTILS: DMA: 1 of 4: Allocated PaRAM = 64 (0x49004800)
    [m3vpss ] UTILS: DMA: 2 of 4: Allocated PaRAM = 65 (0x49004820)
    [m3vpss ] UTILS: DMA: 3 of 4: Allocated PaRAM = 66 (0x49004840)
    [m3vpss ] CAPTURE::HEAPID:0 USED:904
    [m3vpss ] CAPTURE::HEAPID:4 USED:74520576
    [m3vpss ] 16714: CAPTURE: Create Done !!!
    [m3vpss ] 16719: DUP : Create Done !!!
    [m3vpss ] 16720: SELECT: OUT QUE0: OUT CH0: IN CH0: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16720: SELECT: OUT QUE0: OUT CH1: IN CH1: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16720: SELECT: OUT QUE0: OUT CH2: IN CH2: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16721: SELECT: OUT QUE0: OUT CH3: IN CH3: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16721: SELECT: OUT QUE0: OUT CH4: IN CH4: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16721: SELECT: OUT QUE0: OUT CH5: IN CH5: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16721: SELECT: OUT QUE0: OUT CH6: IN CH6: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16721: SELECT: OUT QUE0: OUT CH7: IN CH7: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16722: SELECT: OUT QUE1: OUT CH0: IN CH8: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16722: SELECT: OUT QUE1: OUT CH1: IN CH9: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16722: SELECT: OUT QUE1: OUT CH2: IN CH10: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16722: SELECT: OUT QUE1: OUT CH3: IN CH11: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16722: SELECT: OUT QUE1: OUT CH4: IN CH12: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16722: SELECT: OUT QUE1: OUT CH5: IN CH13: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16723: SELECT: OUT QUE1: OUT CH6: IN CH14: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16723: SELECT: OUT QUE1: OUT CH7: IN CH15: 704 x 288, pitch = (1472, 1472) [INTERLACED ] [NON-TILED ]
    [m3vpss ] 16723: SELECT : Create Done !!!
    [m3vpss ] 16723: DEI : Create in progress !!!
    [m3vpss ] 17032: DEI : Loading Up-scaling Co-effs
    [m3vpss ] 17033: DEI : Co-effs Loading ... DONE !!!
    [m3vpss ] DEI:HEAPID:0 USED:64
    [m3vpss ] DEI:HEAPID:1 USED:17472
    [m3vpss ] DEI:HEAPID:4 USED:65286144
    [m3vpss ] 17033: DEI : Create Done !!!
    [m3vpss ] 17033: DEI : Create in progress !!!
    [m3vpss ] 17342: DEI : Loading Up-scaling Co-effs
    [m3vpss ] 17343: DEI : Co-effs Loading ... DONE !!!
    [c6xdsp ] 14756: IPC_FRAMES_IN : Create in progress !!!
    [m3vpss ] DEI:HEAPID:0 USED:64
    [c6xdsp ] 14756: SYSTEM: Opening ListMP [VPSS-M3_IPC_OUT_19] ...
    [m3vpss ] DEI:HEAPID:1 USED:16448
    [c6xdsp ] 14756: SYSTEM: Opening ListMP [VPSS-M3_IPC_IN_19] ...
    [m3vpss ] DEI:HEAPID:4 USED:65286144
    [c6xdsp ] 14757: SYSTEM: Opening MsgQ [VPSS-M3_MSGQ] ...
    [m3vpss ] 17343: DEI : Create Done !!!
    [m3vpss ] 17344: MERGE : Create Done !!!
    [m3vpss ] 17349: DUP : Create Done !!!
    [c6xdsp ] IPC_FRAMES_IN:HEAPID:0 USED:304
    [m3vpss ] 17350: MERGE : Create Done !!!
    [c6xdsp ] 14758: IPC_FRAMES_IN : Create Done !!!
    [m3vpss ] 17355: DUP : Create Done !!!
    [c6xdsp ] 14758: ALG : Create in progress !!!
    [m3vpss ] 17356: MERGE : Create Done !!!
    [m3vpss ] 17356: IPC_FRAMES_OUT : Create in progress !!!
    [c6xdsp ] ALGLINK:HEAPID:0 USED:2616
    [m3video] 17370: IPC_IN_M3 : Create in progress !!!
    [c6xdsp ] ALGLINK:HEAPID:1 USED:5912
    [m3video] 17370: SYSTEM: Opening ListMP [VPSS-M3_IPC_OUT_0] ...
    [m3vpss ] 17358: IPC_FRAMES_OUT : Create Done !!!
    [c6xdsp ] 14765: ALG : Create Done !!!
    [m3video] 17371: SYSTEM: Opening ListMP [VPSS-M3_IPC_IN_0] ...
    [m3vpss ] 17369: IPC_OUT_M3 : Create in progress !!!
    [m3video] 17373: IPC_IN_M3 : Create Done !!!
    [m3vpss ] 17370: IPC_OUT_M3 : Create Done !!!
    [m3video] 17373: ENCODE: Create in progress ... !!!
    [m3video] 17614: ENCODE: Creating CH0 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:13808
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17617: ENCODE: Creating CH1 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17619: ENCODE: Creating CH2 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17621: ENCODE: Creating CH3 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17624: ENCODE: Creating CH4 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...

    [host] IpcBitsInLink_tskMain:Entered
    [host] 6761: IPC_BITS_IN : Create in progress !!!

    [host] 6762: IPC_BITS_IN : ListMPOpen start !!!

    [host] 6762: SYSTEM: Opening ListMP [VIDEO-M3_IPC_OUT_24] ...
    6763: SYSTEM: Opening ListMP [VIDEO-M3_IPC_IN_24] ...

    [host] 6765: IPC_BITS_IN : ListMPOpen done !!!

    [host] 6766: IPC_BITS_IN : System_linkGetInfo done !!!

    [host] 6766: IPC_BITS_IN : Create Done !!!
    Reducing bitsProducerLinkInfo.numCh to 16

    [host] 6767: IPC_BITS_OUT : Create in progress !!!
    ###Bit buff of size from the SR # 1 : 53084160

    [host] IPC_BITSOUT:BitBuffer Alloc.PoolID:0,Size:0x32A0000
    [host] IPCBITSOUTLINK:Translated Addr Virt:0x47c2d880 To Phy:0x93184880
    [host] 6768: IPC_BITS_OUT : Create Done !!!
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17626: ENCODE: Creating CH5 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17628: ENCODE: Creating CH6 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17630: ENCODE: Creating CH7 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17633: ENCODE: Creating CH8 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17635: ENCODE: Creating CH9 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17637: ENCODE: Creating CH10 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17639: ENCODE: Creating CH11 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17641: ENCODE: Creating CH12 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17644: ENCODE: Creating CH13 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17646: ENCODE: Creating CH14 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17648: ENCODE: Creating CH15 of 704 x 576, pitch = (16384, 32768) [PROGRESSIVE] [TILED ], bitrate = 1200 Kbps ...
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:49152
    [m3video] 17650: 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:3 USED:577536
    [m3video] 17654: 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:3 USED:577536
    [m3video] 17658: 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:3 USED:577536
    [m3video] 17662: 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:3 USED:577536
    [m3video] 17666: 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:3 USED:577536
    [m3video] 17670: 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:3 USED:577536
    [m3video] 17673: 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:3 USED:577536
    [m3video] 17677: 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:3 USED:577536
    [m3video] 17681: 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:3 USED:577536
    [m3video] 17685: ENCODE: Creating CH25 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED ], bitrate = 500 Kbps ...
    [m3vpss ] 18129: IPC_IN_M3 : Create in progress !!!
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3vpss ] 18129: SYSTEM: Opening ListMP [VIDEO-M3_IPC_OUT_0] ...
    [m3video] ENCLINK_H264:HEAPID:3 USED:577536
    [m3vpss ] 18130: SYSTEM: Opening ListMP [VIDEO-M3_IPC_IN_0] ...
    [m3video] 17689: ENCODE: Creating CH26 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED ], bitrate = 500 Kbps ...
    [m3vpss ] 18130: SYSTEM: Opening MsgQ [VIDEO-M3_MSGQ] ...
    [m3vpss ] 18132: IPC_IN_M3 : Create Done !!!
    [m3vpss ] 18133: MERGE : Create Done !!!
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3video] ENCLINK_H264:HEAPID:3 USED:577536
    [m3video] 17693: ENCODE: Creating CH27 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED ], bitrate = 500 Kbps ...
    [m3vpss ] 18138: DUP : Create Done !!!
    [m3video] ENCLINK_H264:HEAPID:0 USED:11912
    [m3vpss ] 18138: SWMS: Create in progress !!!
    [m3video] ENCLINK_H264:HEAPID:3 USED:577536
    [m3video] 17697: 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:3 USED:577536
    [m3video] 17700: 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:3 USED:577536
    [m3video] 17704: 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:3 USED:577536
    [m3video] 17708: 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:3 USED:577536
    [m3video] 17712: ENCODE: All CH Create ... DONE !!!
    [m3vpss ] UTILS: DMA: Allocated CH (TCC) = 59 (59)
    [m3video] ENCLINK:HEAPID:0 USED:383200
    [m3vpss ] UTILS: DMA: 0 of 1: Allocated PaRAM = 59 (0x49004760)
    [m3video] ENCLINK:HEAPID:2 USED:51922944
    [m3video] ENCLINK:HEAPID:3 USED:10027008
    [m3video] 17714: ENCODE: Create ... DONE !!!
    [m3video] 17714: IPC_BITS_OUT : Create in progress !!!
    [m3vpss ] SWMS: instance 0, sc id 5, start win 0 end win 17
    [m3video] 17716: IPC_BITS_OUT : Create Done !!!
    [m3vpss ] 18243: SWMS0 : Loading Vertical Co-effs (UPSCALE)x ...
    [m3video] 17723: IPC_BITS_IN : Create in progress !!!
    [m3vpss ] 18243: SWMS0 : Loading Horizontal Co-effs (UPSCALE)x ...
    [m3video] 17723: SYSTEM: Opening ListMP [HOST_IPC_OUT_24] ...
    [m3vpss ] 18243: SWMS : Co-effs Loading ... DONE !!!
    [m3video] 17724: SYSTEM: Opening ListMP [HOST_IPC_IN_24] ...
    [m3vpss ] 18244: SWMS : ******* Configuring clock 30 secs...
    [m3video] 17724: SYSTEM: Opening MsgQ [HOST_MSGQ] ...
    [m3vpss ] 18244: SWMS0 : Loading Vertical Co-effs (7/16)x ...
    [m3video] 17726: IPC_BITS_IN : Create Done !!!
    [m3vpss ] 18244: SWMS0 : Loading Horizontal Co-effs (9/16)x ...
    [m3video] 17726: DECODE: Create in progress ... !!!
    [m3vpss ] 18244: SWMS : Co-effs Loading ... DONE !!!
    [m3vpss ]
    [m3vpss ] *** [SWMS0] Mosaic Parameters ***
    [m3vpss ]
    [m3vpss ] Output FPS: 30
    [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 | 0 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 200, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] 1 | 1 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 624, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:3 USED:4505600
    [m3vpss ] 2 | 2 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1048, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] 17751: DECODE: Creating CH0 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] 3 | 3 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1472, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 4 | 4 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 200, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 5 | 5 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 624, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] 6 | 6 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1048, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:3 USED:4505600
    [m3vpss ] 7 | 7 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1472, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] 17775: DECODE: Creating CH1 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] 8 | 8 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 200, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 9 | 9 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 624, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 10 | 10 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1048, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] 11 | 11 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1472, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:3 USED:4505600
    [m3vpss ] 12 | 12 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 200, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] 17798: DECODE: Creating CH2 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] 13 | 13 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 624, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[0],Width[424]:Height[260]
    [m3vpss ] 14 | 14 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1048, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 15 | 15 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1472, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ]
    [m3video] DECLINK_H264:HEAPID:3 USED:4505600
    [m3video] 17822: DECODE: Creating CH3 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] SWMS:HEAPID:0 USED:224
    [m3vpss ] SWMS:HEAPID:1 USED:47296
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] SWMS:HEAPID:3 USED:20736000
    [m3video] DECLINK_H264:HEAPID:3 USED:4505600
    [m3vpss ] 18250: SWMS: Create Done !!!
    [m3video] 17846: DECODE: Creating CH4 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] 18250: SWMS: Create in progress !!!
    [m3vpss ] UTILS: DMA: Allocated CH (TCC) = 60 (60)
    [m3vpss ] UTILS: DMA: 0 of 1: Allocated PaRAM = 60 (0x49004780)
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] SWMS: instance 0, sc id 5, start win 0 end win 17
    [m3video] DECLINK_H264:HEAPID:2 USED:4083712
    [m3vpss ] 18355: SWMS1 : Loading Vertical Co-effs (UPSCALE)x ...
    [m3video] DECLINK_H264:HEAPID:3 USED:421888
    [m3vpss ] 18355: SWMS1 : Loading Horizontal Co-effs (UPSCALE)x ...
    [m3video] 17870: DECODE: Creating CH5 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] 18355: SWMS : Co-effs Loading ... DONE !!!
    [m3vpss ] 18356: SWMS : ******* Configuring clock 30 secs...
    [m3vpss ] 18356: SWMS1 : Loading Vertical Co-effs (UPSCALE)x ...
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] 18356: SWMS1 : Loading Horizontal Co-effs (UPSCALE)x ...
    [m3video] DECLINK_H264:HEAPID:2 USED:4083712
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[1],Width[424]:Height[260]
    [m3vpss ] 18356: SWMS : Co-effs Loading ... DONE !!!
    [m3video] DECLINK_H264:HEAPID:3 USED:421888
    [m3vpss ]
    [m3vpss ] *** [SWMS1] Mosaic Parameters ***
    [m3vpss ]
    [m3vpss ] Output FPS: 30
    [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 ] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
    [m3video] 17894: DECODE: Creating CH6 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] 0 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 0, 0 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 1 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 480, 0 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 2 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 960, 0 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] 3 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 1440, 0 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:2 USED:4083712
    [m3vpss ] 4 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 0, 270 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:3 USED:421888
    [m3vpss ] 5 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 480, 270 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] 17918: DECODE: Creating CH7 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] 6 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 960, 270 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 7 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 1440, 270 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 8 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 0, 540 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] 9 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 480, 540 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:2 USED:4083712
    [m3vpss ] 10 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 960, 540 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:3 USED:421888
    [m3vpss ] 11 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 1440, 540 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] 17943: DECODE: Creating CH8 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] 12 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 0, 810 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 13 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 480, 810 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 14 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 960, 810 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] 15 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 1440, 810 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:2 USED:4083712
    [m3vpss ]
    [m3video] DECLINK_H264:HEAPID:3 USED:421888
    [m3video] 17967: DECODE: Creating CH9 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] SWMS:HEAPID:0 USED:224
    [m3vpss ] SWMS:HEAPID:1 USED:43776
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] SWMS:HEAPID:3 USED:20736000
    [m3video] DECLINK_H264:HEAPID:2 USED:4083712
    [m3vpss ] 18362: SWMS: Create Done !!!
    [m3video] DECLINK_H264:HEAPID:3 USED:421888
    [m3vpss ] 18362: DISPLAY: Create in progress !!!
    [m3video] 17991: DECODE: Creating CH10 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] 18363: DISPLAY: Create Done !!!
    [m3vpss ] 18364: DISPLAY: Create in progress !!!
    [m3vpss ] 18364: DISPLAY: Create Done !!!
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] 18365: DISPLAY: Create in progress !!!
    [m3video] DECLINK_H264:HEAPID:2 USED:4083712
    [m3vpss ] 18365: DISPLAY: 44: Field Separate Mode ENABLED for Que 0 !!!
    [m3video] DECLINK_H264:HEAPID:3 USED:421888
    [m3vpss ] 18366: DISPLAY: Create Done !!!
    [m3video] 18015: DECODE: Creating CH11 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[2],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[3],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[4],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[5],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[6],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[7],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[0],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[1],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[2],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[3],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[4],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[5],Width[424]:Height[260]
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3video] DECLINK_H264:HEAPID:2 USED:4337664
    [m3video] DECLINK_H264:HEAPID:3 USED:167936
    [m3video] 18041: DECODE: Creating CH12 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[6],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[7],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[0]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[1]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[2]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[3]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[4]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[5]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[6]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[7]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[8]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[9]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[10]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[11]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[12]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[13]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[14]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[15]
    [m3vpss ] 19596: SWMS : ******* Configuring clock 30 secs...
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] 19596: SWMS0 : Loading Vertical Co-effs (7/16)x ...
    [m3video] DECLINK_H264:HEAPID:2 USED:4481024
    [m3vpss ] 19596: SWMS0 : Loading Horizontal Co-effs (9/16)x ...
    [m3video] DECLINK_H264:HEAPID:3 USED:24576
    [m3vpss ] 19596: SWMS : Co-effs Loading ... DONE !!!
    [m3video] 18068: DECODE: Creating CH13 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ]
    [m3vpss ] *** [SWMS0] Mosaic Parameters ***
    [m3vpss ]
    [m3vpss ] Output FPS: 30
    [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 | 0 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 200, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 1 | 1 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 624, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] 2 | 2 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1048, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:2 USED:4505600
    [m3vpss ] 3 | 3 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1472, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] 18095: DECODE: Creating CH14 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] 4 | 4 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 200, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 5 | 5 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 624, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 6 | 6 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1048, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:0 USED:2368
    [m3vpss ] 7 | 7 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1472, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK_H264:HEAPID:2 USED:4505600
    [m3vpss ] 8 | 8 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 200, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] 18123: DECODE: Creating CH15 of 720 x 576 [PROGRESSIVE] [TILED ],target bitrate = 2000 Kbps ...
    [m3vpss ] 9 | 9 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 624, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] 18125: DECODE: All CH Create ... DONE !!!
    [m3vpss ] 10 | 10 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1048, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 11 | 11 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1472, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 12 | 12 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 200, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK:HEAPID:0 USED:38008
    [m3vpss ] 13 | 13 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 624, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK:HEAPID:2 USED:46415872
    [m3vpss ] 14 | 14 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1048, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3video] DECLINK:HEAPID:3 USED:25673728
    [m3vpss ] 15 | 15 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1472, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[0]
    [m3video] 18128: DECODE: Create ... DONE !!!
    [m3vpss ]
    [m3video] 18128: IPC_OUT_M3 : Create in progress !!!
    [m3vpss ] 19604: SWMS : ******* Configuring clock 30 secs...
    [m3video] 18129: IPC_OUT_M3 : Create Done !!!
    [m3vpss ] 19604: SWMS1 : Loading Vertical Co-effs (UPSCALE)x ...
    [m3vpss ] 19604: SWMS1 : Loading Horizontal Co-effs (UPSCALE)x ...
    [m3vpss ] 19604: SWMS : Co-effs Loading ... DONE !!!
    [m3vpss ]
    [m3vpss ] *** [SWMS1] Mosaic Parameters ***
    [m3vpss ]
    [m3vpss ] Output FPS: 30
    [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 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 0, 0 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 1 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 480, 0 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 2 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 960, 0 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 3 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 1440, 0 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 4 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 0, 270 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[1]
    [m3vpss ] 5 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 480, 270 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 6 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 960, 270 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 7 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 1440, 270 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 8 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 0, 540 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 9 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 480, 540 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 10 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 960, 540 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 11 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 1440, 540 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 12 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 0, 810 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 13 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 480, 810 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 14 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 960, 810 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 15 | 255 | 0, 0 | 352 x 264 | 704 / 704 | NON-TILED | 1440, 810 | 480 x 270 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[2]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[3]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[4]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[5]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[6]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[7]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[8]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[9]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[10]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[11]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[12]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[13]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[14]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[15]
    [m3vpss ] 20630: DISPLAY: Start in progress !!!
    [m3vpss ] 20693: DISPLAY: Start Done !!!
    [m3vpss ] 20693: DISPLAY: HDDAC(BP0) : 31 fps, Latency (Min / Max) = ( 255 / 0 ), Callback Interval (Min / Max) = ( 255 / 0 ) DropCount:0 DispLatency (Min / Max) = ( 7811 / 0 ) !!!
    [m3vpss ] 20693: DISPLAY: UNDERFLOW COUNT: HDMI(BP0) 1, HDDAC(BP0) 1, DVO2(BP1) 1, SDDAC(SEC1) 1
    [m3vpss ] 20693: SYSTEM : FREE SPACE : System Heap = 66176 B, Mbx = 10238 msgs)
    [m3vpss ] 20693: SYSTEM : FREE SPACE : SR0 Heap = 9270528 B (8 MB)
    [m3vpss ] 20693: SYSTEM : FREE SPACE : Frame Buffer = 896 B (0 MB)
    [m3vpss ] 20694: SYSTEM : FREE SPACE : Bitstream Buffer = 18917248 B (18 MB)
    [m3vpss ] 20694: DISPLAY: Start in progress !!!
    [m3vpss ] 20694: SYSTEM : FREE SPACE : Tiler 8-bit = 19243008 B (18 MB) - TILER ON
    [m3vpss ] 20694: SYSTEM : FREE SPACE : Tiler 16-bit = 76816384 B (73 MB) - TILER ON
    [m3vpss ] 20749: DISPLAY: Start Done !!!
    [m3vpss ] 20749: DISPLAY: DVO2(BP1) : 36 fps, Latency (Min / Max) = ( 255 / 0 ), Callback Interval (Min / Max) = ( 255 / 0 ) DropCount:0 DispLatency (Min / Max) = ( 7811 / 0 ) !!!
    [m3vpss ] 20749: DISPLAY: Start in progress !!!
    [m3vpss ] 20800: DISPLAY: Start Done !!!
    [m3vpss ] 20800: DISPLAY: SDDAC(SEC1): 19 fps, Latency (Min / Max) = ( 255 / 0 ), Callback Interval (Min / Max) = ( 255 / 0 ) DropCount:0 DispLatency (Min / Max) = ( 7811 / 0 ) !!!
    [m3vpss ] 20800: SWMS: Start in Progress !!!
    [m3vpss ] 20800: SWMS: Start Done !!!
    [m3vpss ] 20800: SWMS: Start in Progress !!!
    [m3vpss ] 20800: SWMS: Start Done !!!
    [m3vpss ] 21059: CAPTURE: Start in progress !!!
    [m3vpss ] 21059: CAPTURE: Start Done !!!
    [m3vpss ] 21159: CAPTURE: Enabled Time Stamping !!!
    [m3vpss ] 21167: CAPTURE: Enabled Time Stamping !!!
    [m3vpss ] 21175: CAPTURE: Enabled Time Stamping !!!
    [m3vpss ] 21183: CAPTURE: Enabled Time Stamping !!!
    [m3vpss ] 21191: DISPLAY: Stop in progress !!!
    [m3vpss ] 21226: DISPLAY: Stop Done !!!
    [m3vpss ] 21227: DISPLAY: Stop in progress !!!
    [m3vpss ] 21286: DISPLAY: Stop Done !!!

    First Camera connected is of PAL type

    First Camera connected is of PAL type

    First Camera connected is of PAL type
    video detect ch00 res[720x288]
    [DVR_APP]: CH 1: No video detected at [vipID:0, vipCH: 1] !!!
    video detect ch01 res[0x0]
    [DVR_APP]: CH 2: No video detected at [vipID:0, vipCH: 2] !!!
    video detect ch02 res[0x0]
    [DVR_APP]: CH 3: No video detected at [vipID:0, vipCH: 3] !!!
    video detect ch03 res[0x0]
    [DVR_APP]: CH 4: No video detected at [vipID:1, vipCH: 0] !!!
    video detect ch04 res[0x0]
    [DVR_APP]: CH 5: No video detected at [vipID:1, vipCH: 1] !!!
    video detect ch05 res[0x0]
    [DVR_APP]: CH 6: No video detected at [vipID:1, vipCH: 2] !!!
    video detect ch06 res[0x0]
    [DVR_APP]: CH 7: No video detected at [vipID:1, vipCH: 3] !!!
    video detect ch07 res[0x0]
    [DVR_APP]: CH 8: No video detected at [vipID:2, vipCH: 0] !!!
    video detect ch08 res[0x0]
    [DVR_APP]: CH 9: No video detected at [vipID:2, vipCH: 1] !!!
    video detect ch09 res[0x0]
    [DVR_APP]: CH10: No video detected at [vipID:2, vipCH: 2] !!!
    video detect ch10 res[0x0]
    [DVR_APP]: CH11: No video detected at [vipID:2, vipCH: 3] !!!
    video detect ch11 res[0x0]
    [DVR_APP]: CH12: No video detected at [vipID:3, vipCH: 0] !!!
    video detect ch12 res[0x0]
    [DVR_APP]: CH13: No video detected at [vipID:3, vipCH: 1] !!!
    video detect ch13 res[0x0]
    [DVR_APP]: CH14: No video detected at [vipID:3, vipCH: 2] !!!
    video detect ch14 res[0x0]
    [DVR_APP]: CH15: No video detected at [vipID:3, vipCH: 3] !!!
    video detect ch15 res[0x0]
    DEMO: 1: No video detected at CH [0,1] !!!
    DEMO: 2: No video detected at CH [0,2] !!!
    DEMO: 3: No video detected at CH [0,3] !!!
    DEMO: 4: No video detected at CH [1,0] !!!
    DEMO: 5: No video detected at CH [1,1] !!!
    DEMO: 6: No video detected at CH [1,2] !!!
    DEMO: 7: No video detected at CH [1,3] !!!
    DEMO: 8: No video detected at CH [2,0] !!!
    DEMO: 9: No video detected at CH [2,1] !!!
    DEMO: 10: No video detected at CH [2,2] !!!
    DEMO: 11: No video detected at CH [2,3] !!!
    DEMO: 12: No video detected at CH [3,0] !!!
    DEMO: 13: No video detected at CH [3,1] !!!
    DEMO: 14: No video detected at CH [3,2] !!!
    DEMO: 15: No video detected at CH [3,3] !!!
    [APPFB]
    [APPFB] FB: Starting !!!
    [APPFB] FB: Opened device [/dev/fb0] (fd=26) !!!
    [APPFB]
    [APPFB] Fix Screen Info
    [APPFB] ---------------
    [APPFB] Line Length - 3840
    [APPFB] Physical Address = 8ea00000
    [APPFB] Buffer Length = 8294400
    [APPFB]
    [APPFB]
    [APPFB] Var Screen Info
    [APPFB] ---------------
    [APPFB] Xres - 1920
    [APPFB] Yres - 1080
    [APPFB] Xres Virtual - 1920
    [APPFB] Yres Virtual - 1080
    [APPFB] Bits Per Pixel - 16
    [APPFB] Pixel Clk - 6734
    [APPFB] Rotation - 0
    [APPFB]
    [APPFB]
    [APPFB] Reg Params Info
    [APPFB] ---------------
    [APPFB] region 0, postion 0 x 0, prioirty 1
    [APPFB] first 1, last 1
    [APPFB] sc en 0, sten en 0
    [APPFB] tran en 0, type 0, key 0
    [APPFB] blend 0, alpha 0
    [APPFB] bb en 0, alpha 0
    [APPFB]
    [APPFB]
    [APPFB] ### BUF SIZE = 4147200 Bytes !!!
    [APPFB]
    [APPFB] fb_scale (1920x1080)
    [APPFB] FB: Opened device [/dev/fb1] (fd=27) !!!
    [APPFB]
    [APPFB] Fix Screen Info
    [APPFB] ---------------
    [APPFB] Line Length - 3840
    [APPFB] Physical Address = 8f1e9000
    [APPFB] Buffer Length = 8294400
    [APPFB]
    [APPFB]
    [APPFB] Var Screen Info
    [APPFB] ---------------
    [APPFB] Xres - 1920
    [APPFB] Yres - 1080
    [APPFB] Xres Virtual - 1920
    [APPFB] Yres Virtual - 1080
    [APPFB] Bits Per Pixel - 16
    [APPFB] Pixel Clk - 6734
    [APPFB] Rotation - 0
    [APPFB]
    [APPFB]
    [APPFB] Reg Params Info
    [APPFB] ---------------
    [APPFB] region 0, postion 0 x 0, prioirty 1
    [APPFB] first 1, last 1
    [APPFB] sc en 0, sten en 0
    [APPFB] tran en 0, type 0, key 0
    [APPFB] blend 0, alpha 0
    [APPFB] bb en 0, alpha 0
    [APPFB]
    [APPFB]
    [APPFB] ### BUF SIZE = 4147200 Bytes !!!
    [APPFB]

    ===============Switch Display Done=========================

    ===============Mahrtimer: interrupt took 8370 ns
    in Output Resolution Switch Done==========

    ===============Sub Output Resolution Switch Done===========
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[0],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[1],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[2],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[3],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[4],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[5],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[6],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000026],CHNUM[7],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[0],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[1],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[2],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[3],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[4],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[5],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[6],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:DEI Preview Output resolution matching SwMs window.DEI_LINKID[0x20000028],CHNUM[7],Width[424]:Height[260]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[0]
    [m3vpss ] 21861: SWMS : ******* Configuring clock 37 secs...
    [m3vpss ] 21861: SWMS0 : Loading Vertical Co-effs (7/16)x ...
    [m3vpss ] 21861: SWMS0 : Loading Horizontal Co-effs (9/16)x ...
    [m3vpss ] 21863: 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 | 0 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 200, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 1 | 1 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 624, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 2 | 2 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1048, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 3 | 3 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1472, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 4 | 4 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 200, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 5 | 5 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 624, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 6 | 6 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1048, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 7 | 7 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1472, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 8 | 8 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 200, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 9 | 9 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 624, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 10 | 10 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1048, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 11 | 11 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1472, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 12 | 12 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 200, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 13 | 13 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 624, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 14 | 14 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1048, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 15 | 15 | 0, 0 | 704 x 576 | 1408 / 1408 | NON-TILED | 1472, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[1]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[2]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[3]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[4]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[5]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[6]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[7]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[8]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[9]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[10]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[11]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[12]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[13]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[14]
    MULTICH_PROGRESSIVE_DVR:Decode disable invisible channel.DEC_LINKID[0x10000022],CHNUM[15]

    ================DVR_StartSystem Done=====================
    appinput: dvr-keypad as /devices/virtual/input/input0
    _pb: app_tplay_save_layout, mode=9, ch=0
    front_interface start
    app: dvr_init() ... done
    [BACKUP] - app_backup: app_backup_init success
    WRITER_setPreRecSec -- ch:00, presec:0
    Pre disabled - presec:0
    WRITER_setPreRecSec -- ch:01, presec:0
    Pre disabled - presec:0
    WRITER_setPreRecSec -- ch:02, presec:0
    Pre disabled - presec:0
    WRITER_setPreRecSec -- ch:03, presec:0
    Pre disabled - presec:0
    WRITER_setPreRecSec -- ch:04, presec:0
    Pre disabled - presec:0
    WRITER_setPreRecSec -- ch:05, presec:0
    Pre disabled - presec:0
    WRITER_setPreRecSec -- ch:06, presec:0
    Pre disabled - presec:0
    WRITER_setPreRecSec -- ch:07, presec:0
    Pre disabled - presec:0
    WRITER_setPreRecSec -- ch:08, presec:0
    Pre disabled - presec:0
    WRITER_setPreRecSec -- ch:09, presec:0
    Pre disabled - presec:0
    WRITER_setPreRecSec -- ch:10, presec:0
    Pre disabled - presec:0
    WRITER_setPreRecSec -- ch:11, presec:0
    Pre disabled - presec:0
    WRITER_setPreRecSec -- ch:12, presec:0
    Pre disabled - presec:0
    WRITER_setPreRecSec -- ch:13, presec:0
    Pre disabled - presec:0
    WRITER_setPreRecSec -- ch:14, presec:0
    Pre disabled - presec:0
    WRITER_setPreRecSec -- ch:15, presec:0
    Pre disabled - presec:0
    QMetaObject::connectSlotsByName: No matching signal for on_btn_clicked(int)
    ======== MEM_INIT layout Done... totalsize[10749952]

    [host] AVSERVER UI: Starting Streaming Server...
    RTSP audio sampling Frequency = 16000
    NetraDrvInit: 21
    queue id:0
    Initializing...
    NetraDrvInit: 12
    queue id:0
    Initializing...
    ...done initializing
    Play this stream using the URL: rtsp://10.0.0.56:8557/h264_ch7
    NetraDrvInit: 13
    queue id:0
    Initializing...
    NetraDrvInit: 14
    queue id:0
    Initializing...
    ...done initializing
    Play this stream using the URL: rtsp://10.0.0.56:8559/h264_ch9
    NetraDrvInit: 15
    queue id:0
    Initializing...
    ...done initializing
    Play this stream using the URL: rtsp://10.0.0.56:8560/h264_ch10
    NetraDrvInit: 16
    queue id:0
    NetraDrvInit: 17
    queue id:0
    Initializing...
    ...done initializing
    Play this stream using the URL: rtsp://10.0.0.56:8562/h264_ch12
    NetraDrvInit: 18
    queue id:0
    Initializing...
    ...done initializing
    Play this stream using the URL: rtsp://10.0.0.56:8563/h264_ch13
    NetraDrvInit: 19
    queue id:0
    Initializing...
    ...done initializing
    Play this stream using the URL: rtsp://10.0.0.56:8564/h264_ch14
    NetraDrvInit: 20
    queue id:0
    Initializing...
    ...done initializing
    Play this stream using the URL: rtsp://10.0.0.56:8565/h264_ch15
    NetraDrvInit: 11
    queue id:0
    Initializing...
    ...done initializing
    Play this stream using the URL: rtsp://10.0.0.56:8556/h264_ch6
    NetraDrvInit: 10
    queue id:0
    Initializing...
    ...done initializing
    Play this stream using the URL: rtsp://10.0.0.56:8555/h264_ch5
    NetraDrvInit: 9
    queue id:0
    Initializing...
    ...done initializing
    Play this stream using the URL: rtsp://10.0.0.56:8554/h264_ch4
    NetraDrvInit: 6
    queue id:0
    Initializing...
    ...done initializing
    Play this stream using the URL: rtsp://10.0.0.56:8552/h264_ch2
    NetraDrvInit: 2
    queue id:0
    Initializing...
    ...done initializing
    Play this stream using the URL: rtsp://10.0.0.56:8551/h264_ch1
    ...done initializing
    Play this stream using the URL: rtsp://10.0.0.56:8566/h264_ch16
    Initializing...
    ...done initializing
    Play this stream using the URL: rtsp://10.0.0.56:8561/h264_ch11
    NetraDrvInit: 8
    queue id:0
    Initializing...
    ...done initializing
    Play this stream using the URL: rtsp://10.0.0.56:8553/h264_ch3
    ...done initializing
    Play this stream using the URL: rtsp://10.0.0.56:8558/h264_ch8

    [host] AVSERVER UI: Starting Streaming Server...DONE
    [m3vpss ] 35560: DISPLAY: Start in progress !!!

    Started Display VPSS_DCTRL: venc 2 already running with different mode 13
    Driver: 0
    VPSS_DCTRL: can not set tied VENC
    VPSS_DCTRL: failed to set tied venc
    [m3vpss ] 35626: DISPLAY: Start Done !!!
    [m3vpss ] 35626: DISPLAY: HDDAC(BP0) : 500 fps, Latency (Min / Max) = ( 66 / 84 ), Callback Interval (Min / Max) = ( 16 / 49 ) DropCount:0 DispLatency (Min / Max) = ( 49 / 66 ) !!!
    [m3vpss ] 35626: DISPLAY: UNDERFLOW COUNT: HDMI(BP0) 895, HDDAC(BP0) 895, DVO2(BP1) 932, SDDAC(SEC1) 9
    [m3vpss ] 35626: SYSTEM : FREE SPACE : System Heap = 66144 B, Mbx = 10239 msgs)
    [m3vpss ] 35627: SYSTEM : FREE SPACE : SR0 Heap = 9270528 B (8 MB)
    [m3vpss ] 35627: SYSTEM : FREE SPACE : Frame Buffer = 896 B (0 MB)
    [m3vpss ] 35627: SYSTEM : FREE SPACE : Bitstream Buffer = 18917248 B (18 MB)
    [m3vpss ] 35627: SYSTEM : FREE SPACE : Tiler 8-bit = 19243008 B (18 MB) - TILER ON
    [m3vpss ] 35627: SYSTEM : FREE SPACE : Tiler 16-bit = 76816384 B (73 MB) - TILER ON
    [m3vpss ] SWMS: *** UPDATING RT Params ***
    [m3vpss ] 35681: SWMS : ******* Configuring clock 37 secs...
    [m3vpss ] 35681: SWMS0 : Loading Vertical Co-effs (UPSCALE)x ...
    [m3vpss ] 35681: SWMS0 : Loading Horizontal Co-effs (UPSCALE)x ...
    [m3vpss ] 35682: 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 | 0 | 0, 0 | 424 x 260 | 1408 / 1408 | NON-TILED | 200, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 1 | 1 | 0, 0 | 424 x 260 | 1408 / 1408 | NON-TILED | 624, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 2 | 2 | 0, 0 | 424 x 260 | 1408 / 1408 | NON-TILED | 1048, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 3 | 3 | 0, 0 | 424 x 260 | 1408 / 1408 | NON-TILED | 1472, 40 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 4 | 4 | 0, 0 | 424 x 260 | 1408 / 1408 | NON-TILED | 200, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 5 | 5 | 0, 0 | 424 x 260 | 1408 / 1408 | NON-TILED | 624, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 6 | 6 | 0, 0 | 424 x 260 | 1408 / 1408 | NON-TILED | 1048, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 7 | 7 | 0, 0 | 424 x 260 | 1408 / 1408 | NON-TILED | 1472, 300 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 8 | 8 | 0, 0 | 424 x 260 | 1408 / 1408 | NON-TILED | 200, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 9 | 9 | 0, 0 | 424 x 260 | 1408 / 1408 | NON-TILED | 624, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 10 | 10 | 0, 0 | 424 x 260 | 1408 / 1408 | NON-TILED | 1048, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 11 | 11 | 0, 0 | 424 x 260 | 1408 / 1408 | NON-TILED | 1472, 560 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 12 | 12 | 0, 0 | 424 x 260 | 1408 / 1408 | NON-TILED | 200, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 13 | 13 | 0, 0 | 424 x 260 | 1408 / 1408 | NON-TILED | 624, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 14 | 14 | 0, 0 | 424 x 260 | 1408 / 1408 | NON-TILED | 1048, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ] 15 | 15 | 0, 0 | 424 x 260 | 1408 / 1408 | NON-TILED | 1472, 820 | 424 x 260 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ]
    [m3vpss ] 37057: DISPLAY: Start in progress !!!

    Started Display Driver: 2
    [m3vpss ] 37115: DISPLAY: Start Done !!!
    [m3vpss ] 37116: DISPLAY: DVO2(BP1) : 542 fps, Latency (Min / Max) = ( 66 / 84 ), Callback Interval (Min / Max) = ( 16 / 42 ) DropCount:0 DispLatency (Min / Max) = ( 49 / 66 ) !!!

    root@dvr:~# cd /oroot@dvr:~# cd /opt/root@dvr:~# cd /opt/dvr_rdk/root@dvr:~# cd /opt/dvr_rdk/ti816x/root@dvr:~# cd /opt/dvr_rdk/ti816x/
    root@dvr:/opt/dvr_rdk/ti816x# ./iniroot@dvr:/opt/dvr_rdk/ti816x# ./init.sh
    *** 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
    plughw:0,1: underrun !!!
    insmod: error inserting './kermod/syslink.ko': -1 File exists
    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/dvr_rdk/ti816x
    root@dvr:/opt/dvr_rdk/ti816x# ./loroot@dvr:/opt/dvr_rdk/ti816x# ./load.sh
    Attached to slave procId 2.
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    plughw:0,1: unde*** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    rrun !!!
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    *** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    Loaded file ../firmware/dvr_rdk_fw_m3vpss_1024M_256M.xem3 on sla*** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    ve procId 2.
    St*** _ProcMgr_map: All memEntries slots are in use!
    Error [0x6a85000] at Line no: 2590 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
    arted slave procId 2.
    [m3vpss ] ***** SYSTEM : Frequency <ORG> - 250000000, <NEW> - 274909088
    [m3vpss ] notify_attach rtnVal 0
    [m3vpss ] initProxyServer rtnVal 0
    [m3vpss ]
    [m3vpss ] *** UTILS: CPU KHz = 549818 Khz ***
    [m3vpss ]
    [m3vpss ] 161377: SYSTEM : System Common Init in progress !!!
    [m3vpss ] 161377: SYSTEM: IPC init in progress !!!
    [m3vpss ] 161377: SYSTEM: Attaching to [HOST] ...
    After Ipc_loadcallback status [0x00000000]
    *** Platform_startCallback: Ipc_readConfig timeout
    Error [0xffffffff] at Line no: 2882 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/family/hlos/knl/ti81xx/Platform.c
    *** Ipc_control: Platform_startCallback failed!
    Error [0xffffffff] at Line no: 853 in file /home/hwjun/proj/workdir/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/Ipc.c
    Error in Ipc_control Ipc_CONTROLCMD_STARTCALLBACK [0xffffffff]
    Attached to slave procId 1.
    plughw:0,1: underrun !!!
    Loaded file ../firmware/dvr_rdk_fw_m3video_1024M_256M.xem3 on slave procId 1.
    Started slave procId 1.
    After Ipc_loadcallback status [0x00000000]
    After Ipc_startcallback status [0x00000000]
    [m3video] ***** SYSTEM : Frequency <ORG> - 250000000, <NEW> - 274909088
    [m3video]
    [m3video] *** UTILS: CPU KHz = 549818 Khz ***
    [m3video]
    [m3video] 162362: SYSTEM : System Common Init in progress !!!
    [m3video] 162362: SYSTEM: IPC init in progress !!!
    [m3video] 162362: SYSTEM: Attaching to [HOST] ...
    [m3vpss ] 162376: SYSTEM: Attaching to [HOST] ...
    Attached to slave procId 0.
    Loaded file ../firmware/dvr_rdk_fw_c6xdsp_1024M_256M.xe674 on slave procId 0.
    Started slave procId 0.
    After Ipc_loadcallback status [0x00000000]
    After Ipc_startcallback status [0x00000000]
    [c6xdsp ] ***** SYSTEM : Frequency <ORG> - 800000000, <NEW> - 1000000000
    [c6xdsp ]
    [c6xdsp ] *** UTILS: CPU KHz = 1000000 Khz ***
    [c6xdsp ]
    [c6xdsp ] 5: SYSTEM : System Common Init in progress !!!
    [c6xdsp ] 5: SYSTEM: IPC init in progreDMA: Module install successful, device major num = 250
    ss !!!
    [c6xdspDRV: Module install successful
    ] 5: SYSTEM: ADRV: Module built on Jun 25 2013 17:09:17
    ttaching to [HOST] ...
    [c6xdsp ] Remote Debug Shared Memory @ 0xbf000000
    [m3video] Remote Debug Shared Memory @ 0xbf005020
    [m3vpss ] Remote Debug Shared Memory @ 0xbf00a040
    [m3video] 163362: SYSTEM: Attaching to [HOST] ...
    [m3vpss ] 163376: SYSTEM: Attaching to [HOST] ...
    [c6xdsp ] 1012: SYSTEM: Attaching to [HOST] ...
    [m3video] 164362: SYSTEM: Attaching to [HOST] ...
    [m3vpss ] 164376: SYSTEM: Attaching to [HOST] ...
    [c6xdsp ] 2019: SYSTEM: Attaching to [HOST] ...
    [m3video] 165362: SYSTEM: Attaching to [HOST] ...
    [m3vpss ] 165376: SYSTEM: Attaching to [HOST] ...
    [c6xdsp ] 3026: SYSTEM: Attaching to [HOST] ...
    [m3video] 166362: SYSTEM: Attaching to [HOST] ...
    [m3vpss ] 166376: SYSTEM: Attaching to [HOST] ...
    [c6xdsp ] 4033: SYSTEM: Attaching to [HOST] ...
    [m3video] 167362: SYSTEM: Attaching to [HOST] ...
    [m3vpss ] 167376: SYSTEM: Attaching to [HOST] ...
    [c6xdsp ] 5040: SYSTEM: Attaching to [HOST] ...
    [m3video] 168362: SYSTEM: Attaching to [HOST] ...
    [m3vpss ] 168376: SYSTEM: Attaching to [HOST] ...
    [c6xdsp ] 6048: SYSTEM: Attaching to [HOST] ...
    [m3video] 169362: SYSTEM: Attaching to [HOST] ...
    [m3vpss ] 169376: SYSTEM: Attaching to [HOST] ...
    [c6xdsp ] 7055: SYSTEM: Attaching to [HOST] ...
    [m3video] 170362: SYSTEM: Attaching to [HOST] ...
    [m3vpss ] 170376: SYSTEM: Attaching to [HOST] ...
    [c6xdsp ] 8062: SYSTEM: Attaching to [HOST] ...
    [m3video] 171362: SYSTEM: Attaching to [HOST] ...
    [m3vpss ] 171376: SYSTEM: Attaching to [HOST] ...

  • init and load is already executed as part of the init sequence.You cant execute load again. If you don't want to execute the startup script change the runlevel in kernel bootargs or modify the filesystem to disable auto run of DVR application