Dear all,
I am trying to upgrade from DVRRDK_03.00.01.03 to DVRRDK_03.50.00.05 on our customized DM8168 platform.
And I meet some problems:
I followed the instructions from DM81xx_DVR_RDK_Install_Guide.pdf released with DVRRDK_03.50.00.05
to build the whole system with 2GB DDR memory build and flashed u-boot, Linux kernel, ubifs rootfs into NAND flash.
When I tried to run DVR application, some error messages showed:
root@dm816x:/opt/dvr_rdk/ti816x# ./init.sh
*** Bootargs Validated for mem param ***
*** Bootargs Validated for notifyk.vpssm3 params ***
*** This RDK version requires LINUX_BASE_ADDRESS=0xc0000000.Recompile uImage ***
Cmd to rebuild uImage@0xc0000000:mkimage -A arm -O linux -T kernel -C none -a 0xc0008000 -e 0xc0008000 -n 'Linux-2.6.37' -d arch/arm/boot/zImage uImage
Refer http://processors.wiki.ti.com/index.php/DM816x_AM389x_PSP_User_Guide#Auto_detection_of_Kernel_Load_Address_and_Run_Time_RAM_Base_Determination
Kernel bootargs mismatch.!!!!ABORTING!!!
Then I followed the mentioned web page in error message: http://processors.wiki.ti.com/index.php/DM816x_AM389x_PSP_User_Guide#Auto_detection_of_Kernel_Load_Address_and_Run_Time_RAM_Base_Determination
to build Linux kernel with RAM base 0xc0000000 and retried to run DVR application again.
Other error messages showed:
root@dm816x:/opt/dvr_rdk/ti816x# ./init.sh
*** Bootargs Validated for mem param ***
*** Bootargs Validated for notifyk.vpssm3 params ***
*** Kernel Base address validated ***
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 @ 0xbfd00000
[m3video] Remote Debug Shared Memory @ 0xbfd05020
[m3vpss ] Remote Debug Shared Memory @ 0xbfd0a040
SysLink version : 2.20.02.20
SysLink module created on Date:Dec 28 2012 Time:16:58: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): Read ERROR !!! (reg[0x08], count = 2)
I2C (0x5d): Read ERROR !!! (reg[0x08], count = 2)
I2C (0x5e): Read ERROR !!! (reg[0x08], count = 2)
I2C (0x5f): Read ERROR !!! (reg[0x08], count = 2)
*** TVP5158 probe : END ***
/opt/dvr_rdk/ti816x
root@dm816x:/opt/dvr_rdk/ti816x# ./load.sh
Attached to slave procId 2.
Loaded file ../firmware/dvr_rdk_fw_m3vpss_2048M_512M.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 ] 35: SYSTEM : System Common Init in progress !!!
[m3vpss ] 36: SYSTEM: IPC init in progress !!!
[m3vpss ] 36: SYSTEM: Attaching to [HOST] ...
[m3vpss ] 1035: SYSTEM: Attaching to [HOST] ...
[m3vpss ] 1037: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
After Ipc_startcallback status [0x00000000]
[m3vpss ] 1037: SYSTEM: Attaching to [DSP] ...
Attached to slave procId 1.
Loaded file ../firmware/dvr_rdk_fw_m3video_2048M_512M.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] 1439: SYSTEM : System Common Init in progress !!!
[m3video] 1439: SYSTEM: IPC init in progress !!!
[m3video] 1440: SYSTEM: Attaching to [HOST] ...
[m3vpss ] 2037: SYSTEM: Attaching to [DSP] ...
[m3video] 2439: SYSTEM: Attaching to [HOST] ...
[m3video] 2441: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
After Ipc_startcallback status [0x00000000]
[m3video] 2441: SYSTEM: Attaching to [DSP] ...
Attached to slave procId 0.
Loaded file ../firmware/dvr_rdk_fw_c6xdsp_2048M_512M.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 ] 3037: SYSTEM: Attaching to [DSP] ...
[m3video] 3441: SYSTEM: Attaching to [DSP] ...
[c6xdsp ] 1012: SYSTEM: Attaching to [HOST] ...
[c6xdsp ] 1015: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
[c6xdsp ] 1015: SYSTEM: Attaching to [VIDEO-M3] ...
After Ipc_startcallback status [0x00000000]
DMA: Module install successful, device major num = 250
DRV: Module install successful
DRV: Module built on Dec 28 2012 16:59:21
[c6xdsp ] Remote Debug Shared Memory @ 0xbfd00000
[m3video] Remote Debug Shared Memory @ 0xbfd05020
[m3vpss ] Remote Debug Shared Memory @ 0xbfd0a040
[m3vpss ] 4037: SYSTEM: Attaching to [DSP] ...
[m3video] 4441: SYSTEM: Attaching to [DSP] ...
[c6xdsp ] 2021: SYSTEM: Attaching to [VIDEO-M3] ...
[m3vpss ] 5037: SYSTEM: Attaching to [DSP] ...
[c6xdsp ] 2818: SYSTEM: Attaching to [VIDEO-M3] ... SUCCESS !!!
[m3video] 5441: SYSTEM: Attaching to [DSP] ...
[c6xdsp ] 2818: SYSTEM: Attaching to [VPSS-M3] ...
[m3video] 5441: SYSTEM: Attaching to [DSP] ... SUCCESS !!!
[m3video] 5441: SYSTEM: Attaching to [VPSS-M3] ...
[m3vpss ] 6037: SYSTEM: Attaching to [DSP] ...
[m3video] 6441: SYSTEM: Attaching to [VPSS-M3] ...
[c6xdsp ] 3825: SYSTEM: Attaching to [VPSS-M3] ...
[m3vpss ] 7037: SYSTEM: Attaching to [DSP] ...
[c6xdsp ] 4414: SYSTEM: Attaching to [VPSS-M3] ... SUCCESS !!!
[m3vpss ] 7037: SYSTEM: Attaching to [DSP] ... SUCCESS !!!
[c6xdsp ] 4414: SYSTEM: Creating MsgQ Heap [IPC_MSGQ_MSG_HEAP_0] ...
[m3vpss ] 7037: SYSTEM: Attaching to [VIDEO-M3] ...
[c6xdsp ] 4414: SYSTEM: Creating MsgQ [DSP_MSGQ] ...
[c6xdsp ] 4414: SYSTEM: Creating MsgQ [DSP_ACK_MSGQ] ...
[c6xdsp ] 4415: SYSTEM: Notify register to [HOST] line 0, event 15 ...
[c6xdsp ] 4415: SYSTEM: Notify register to [VIDEO-M3] line 0, event 15 ...
[c6xdsp ] 4415: SYSTEM: Notify register to [VPSS-M3] line 0, event 15 ...
[c6xdsp ] 4415: SYSTEM: IPC init DONE !!!
[c6xdsp ] 4416: MEM: Shared Region 2: Base = 0x96000000, Length = 0x28000000 (640 MB)
[c6xdsp ] 4416: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4426: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4436: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4446: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4456: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4466: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4476: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4487: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4497: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4507: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4517: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4527: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4537: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4547: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4557: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4567: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4577: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4587: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4597: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4607: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4617: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4628: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4638: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4648: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4658: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4668: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4678: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4688: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4698: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4708: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4718: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4728: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4738: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4748: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4758: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4769: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4779: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4789: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4799: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4809: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4819: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[m3video] 7441: SYSTEM: Attaching to [VPSS-M3] ...
[c6xdsp ] 4829: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4839: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4849: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4859: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4869: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4879: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4889: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4899: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4910: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4920: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4930: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4940: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4950: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4960: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4970: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4980: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 4990: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5000: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5010: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5020: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5030: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5040: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5051: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5061: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5071: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5081: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5091: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5101: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5111: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5121: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5131: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5141: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5151: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5161: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5171: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5181: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5192: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5202: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5212: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5222: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5232: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5242: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5252: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5262: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5272: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5282: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5292: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5302: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5312: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5322: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5333: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5343: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5353: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5363: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5373: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5383: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5393: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5403: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5413: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)
[c6xdsp ] 5423: MEM: Shared Region 1: Base = 0x80000000, Length = 0x11600000 (278 MB)
[m3video] 8037: SYSTEM: Attaching to [VPSS-M3] ... SUCCESS !!!
[m3vpss ] 8037: SYSTEM: Attaching to [VIDEO-M3] ...
[c6xdsp ] 5424: SYSTEM : System Common Init Done !!!
[m3video] 8037: SYSTEM: Creating MsgQ Heap [IPC_MSGQ_MSG_HEAP_1] ...
[m3vpss ] 8037: SYSTEM: Attaching to [VIDEO-M3] ... SUCCESS !!!
[c6xdsp ] 5380: SYSTEM : System DSP Init in progress !!!
[m3video] 8038: SYSTEM: Creating MsgQ [VIDEO-M3_MSGQ] ...
[m3vpss ] 8037: SYSTEM: Creating MsgQ Heap [IPC_MSGQ_MSG_HEAP_2] ...
[m3video] 8038: SYSTEM: Creating MsgQ [VIDEO-M3_ACK_MSGQ] ...
[m3vpss ] 8038: SYSTEM: Creating MsgQ [VPSS-M3_MSGQ] ...
[m3video] 8039: SYSTEM: Notify register to [HOST] line 0, event 15 ...
[m3vpss ] 8038: SYSTEM: Creating MsgQ [VPSS-M3_ACK_MSGQ] ...
[c6xdsp ] 5380: SYSTEM : RpeServer_init() done... Ret Val 0!!!
[m3video] 8040: SYSTEM: Notify register to [DSP] line 0, event 15 ...
[m3vpss ] 8039: SYSTEM: Notify register to [HOST] line 0, event 15 ...
[m3video] 8040: SYSTEM: Notify register to [VPSS-M3] line 0, event 15 ...
[m3vpss ] 8040: SYSTEM: Notify register to [DSP] line 0, event 15 ...
[m3video] 8040: SYSTEM: IPC init DONE !!!
[m3vpss ] 8040: SYSTEM: Notify register to [VIDEO-M3] line 0, event 15 ...
[m3video] 8046: MEM: Shared Region 2: Base = 0x96000000, Length = 0x28000000 (640 MB)
[m3vpss ] 8040: SYSTEM: IPC init DONE !!!
[m3video] 8046: MEM: Shared Region 1: Base = 0x80000000, Length = 0x11600000 (278 MB)
[m3vpss ] 8045: MEM: Shared Region 2: Base = 0x96000000, Length = 0x28000000 (640 MB)
[m3vpss ] 8046: MEM: Shared Region 1: Base = 0x80000000, Length = 0x11600000 (278 MB)
[c6xdsp ] 5426: SYSTEM: Creating ListMP [DSP_IPC_OUT_19] in region 0 ...
[m3video] 8048: SYSTEM : System Common Init Done !!!
[m3vpss ] 8047: SYSTEM : System Common Init Done !!!
[c6xdsp ] 5426: SYSTEM: Creating ListMP [DSP_IPC_IN_19] in region 0 ...
[m3video] 8048: SYSTEM : System Video Init in progress !!!
[m3vpss ] 8048: SYSTEM : System VPSS Init in progress !!!
[c6xdsp ] 5426: SYSTEM: ListElem Shared Addr = 0xbe1b7300
[m3video] 8048: SYSTEM : System Video Init Done !!!
[m3vpss ] === HDVPSS Clocks are enabled ===
[c6xdsp ] 5427: SYSTEM: Creating ListMP [DSP_IPC_OUT_20] in region 0 ...
[m3video] 8048: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_0] in region 0 ...
[m3vpss ] === HDVPSS is fully functional ===
[c6xdsp ] 5427: SYSTEM: Creating ListMP [DSP_IPC_IN_20] in region 0 ...
[m3video] 8049: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_0] in region 0 ...
[m3vpss ] === HDVPSS module is not in standby ===
[c6xdsp ] 5427: SYSTEM: ListElem Shared Addr = 0xbe1dab80
[m3video] 8049: SYSTEM: ListElem Shared Addr = 0xbe1b3e00
[m3vpss ] === I2C1 Clk is active ===
[c6xdsp ] 5427: SYSTEM: Creating ListMP [DSP_IPC_OUT_21] in region 0 ...
[m3video] 8051: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_1] in region 0 ...
[m3vpss ] PLATFORM: UNKNOWN CPU detected, defaulting to VPS_PLATFORM_CPU_REV_2_0
[c6xdsp ] 5427: SYSTEM: Creating ListMP [DSP_IPC_IN_21] in region 0 ...
[m3video] 8051: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_1] in region 0 ...
[m3vpss ] 8053: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_0] in region 0 ...
[c6xdsp ] 5428: SYSTEM: ListElem Shared Addr = 0xbe1fe400
[m3video] 8051: SYSTEM: ListElem Shared Addr = 0xbe222200
[m3vpss ] 8054: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_0] in region 0 ...
[c6xdsp ] 5428: SYSTEM: Creating ListMP [DSP_IPC_OUT_24] in region 0 ...
[m3video] 8057: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_19] in region 0 ...
[m3vpss ] 8054: SYSTEM: ListElem Shared Addr = 0xbe260780
[c6xdsp ] 5428: SYSTEM: Creating ListMP [DSP_IPC_IN_24] in region 0 ...
[m3video] 8057: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_19] in region 0 ...
[m3vpss ] 8056: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_1] in region 0 ...
[c6xdsp ] 5428: SYSTEM: ListElem Shared Addr = 0xbe225180
[m3video] 8057: SYSTEM: ListElem Shared Addr = 0xbe267180
[m3vpss ] 8056: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_1] in region 0 ...
[c6xdsp ] 5429: SYSTEM: Creating ListMP [DSP_IPC_OUT_25] in region 0 ...
[m3video] 8060: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_20] in region 0 ...
[m3vpss ] 8057: SYSTEM: ListElem Shared Addr = 0xbe263c80
[c6xdsp ] 5429: SYSTEM: Creating ListMP [DSP_IPC_IN_25] in region 0 ...
[m3video] 8060: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_20] in region 0 ...
[m3vpss ] 8071: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_19] in region 0 ...
[c6xdsp ] 5429: SYSTEM: ListElem Shared Addr = 0xbe242c80
[m3video] 8060: SYSTEM: ListElem Shared Addr = 0xbe28aa00
[m3vpss ] 8071: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_19] in region 0 ...
[c6xdsp ] !!WARNING.Resource already registered:2
[c6xdsp ] 5385: SYSTEM : Initializing Links !!!
[m3video] 8063: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_21] in region 0 ...
[m3vpss ] 8071: SYSTEM: ListElem Shared Addr = 0xbe2d1b00
[m3video] 8063: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_21] in region 0 ...
[m3vpss ] 8074: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_20] in region 0 ...
[c6xdsp ] 5429: SYSTEM : FREE SPACE : System Heap = 10391168 B, Mbx = 10240 msgs)
[m3video] 8063: SYSTEM: ListElem Shared Addr = 0xbe2ae280
[m3vpss ] 8074: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_20] in region 0 ...
[m3video] 8077: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_24] in region 0 ...
[m3vpss ] 8074: SYSTEM: ListElem Shared Addr = 0xbe2f5380
[c6xdsp ] 5393: SYSTEM : Initializing Links ... DONE !!!
[m3video] 8077: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_24] in region 0 ...
[m3vpss ] 8076: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_21] in region 0 ...
[m3video] 8077: SYSTEM: ListElem Shared Addr = 0xbe33c480
[m3vpss ] 8077: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_21] in region 0 ...
[c6xdsp ] 5394: SYSTEM : System DSP Init Done !!!
[m3video] 8079: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_25] in region 0 ...
[m3vpss ] 8077: SYSTEM: ListElem Shared Addr = 0xbe319180
[m3video] 8080: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_25] in region 0 ...
[m3vpss ] 8079: SYSTEM : HDVPSS Drivers Version: HDVPSS_01_00_01_37
[m3video] 8080: SYSTEM: ListElem Shared Addr = 0xbe359f80
[m3vpss ] 8079: SYSTEM : FVID2 Init in progress !!!
[m3video] 8081: HDVICP: Doing PRCM for IVAHD[0] ...
[m3vpss ] 8152: SYSTEM : FVID2 Init in progress DONE !!!
[m3video] 8081: HDVICP: PRCM for IVAHD[0] ... DONE.
[m3vpss ] 8152: SYSTEM : Device Init in progress !!!
[m3video] 8082: HDVICP: Doing PRCM for IVAHD[1] ...
[m3video] 8082: HDVICP: PRCM for IVAHD[1] ... DONE.
[m3vpss ] initPrms.isI2cInitReq = 0
[m3video] 8082: HDVICP: Doing PRCM for IVAHD[2] ...
[m3video] 8082: HDVICP: PRCM for IVAHD[2] ... DONE.
[m3vpss ] initPrms.isI2cInitReq = 0
[m3video] 8082: SYSTEM : Initializing Links !!!
[m3vpss ] 8155: SYSTEM : Device Init in progress DONE !!!
[m3vpss ] 8195: SYSTEM : System VPSS Init Done !!!
[m3video] 8082: SYSTEM : FREE SPACE : System Heap = 6279304 B, Mbx = 10240 msgs)
[m3vpss ] 8195: UTILS: DMA: HWI Create for INT63 !!!
[m3vpss ] 8196: SYSTEM : Initializing Links !!!
[m3video] 8082: SYSTEM : FREE SPACE : SR0 Heap = 20482944 B (19 MB)
[m3vpss ] 8196: SYSTEM : FREE SPACE : System Heap = 74024 B, Mbx = 10240 msgs)
[m3video] 8083: SYSTEM : FREE SPACE : Frame Buffer = 671088512 B (639 MB)
[m3vpss ] 8196: SYSTEM : FREE SPACE : SR0 Heap = 20482944 B (19 MB)
[m3video] 8083: SYSTEM : FREE SPACE : Bitstream Buffer = 291504000 B (277 MB)
[m3vpss ] 8196: SYSTEM : FREE SPACE : Frame Buffer = 666778496 B (635 MB)
[m3video] 8083: SYSTEM: Opening MsgQ [VPSS-M3_MSGQ] ...
[m3video] 8083: SYSTEM : FREE SPACE : Tiler 8-bit = 134217728 B (128 MB) - TILER ON
[m3vpss ] 8196: SYSTEM : FREE SPACE : Bitstream Buffer = 291504000 B (277 MB)
[m3vpss ] Received character 's'
[c6xdsp ] Remote Debug Shared Memory @ 0xbfd00000
[m3video] Remote Debug Shared Memory @ 0xbfd05020
[m3vpss ] Remote Debug Shared Memory @ 0xbfd0a040
[m3video] Received character 's'
[m3video] 8084: SYSTEM : FREE SPACE : Tiler 16-bit[module] vpss probe done.
= 134217728 B (128 MB) - TILER ON
[m3vpss ] 8197: SYSTEM : FREE SPACE : Tiler 8-bit = 134217728 B (128 MB) - TILER ON
[c6xdsp ] Remote Debug Shared Memory @ 0xbfd00000
[m3video] Remote Debug Shared Memory @ 0xbfd05020
[m3vpss ] Remote Debug Shared Memory @ 0xbfd0a040
[c6xdsp ] Received character 's'
/opt/dvr_rdk/ti816x
[m3video] 8119: S[module] ti81xxfb probe done.
YSTEM : Initializing Links ... DONE !!!
[m3vpss ] 8197: SYSTEM : FREE SPACE : Tiler 16-bit = 134217728 B (128 MB) - TILER ON
[m3vpss ] 8314: SYSTEM : InitializiHDMI W1 rev 2.0
ng Links ... DONHDMI CEC Spec version 1.2
E !!!
[m3vpss[module] ti81xx_hdmi probe done.
] 8314: SYSTEM : Set Static L3 pressure for HDVPSS as High
## Interface is 1 [0:DVI, 1:HDMI]
ORG 0x46c00524: 0
NEW 0x46c00524: 2
root@dm816x:/opt/dvr_rdk/ti816x#
However, I could run DEC + DIS test case successfully though these messages showed.
My questions are:
1. Is it correct to set Linux kernel RAM base to 0xc0000000 myself to successfully execute ./init.sh ?
2. Does the "[c6xdsp ] 5222: MEM: ERROR: SharedRegion_setEntry (2, 0x95555bfc) FAILED !!! (status=-1)" message matter?
Thanks a lot.
Phil