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.

TDA4VM: run_app_tidl.sh run fail

Part Number: TDA4VM

Now i run run_app_tidl.sh on my board, i see some errors in logs.

I donot modify any tiovx code. So i want to known what is the matter. How to resolved it?

It is the logs in my board.

root@j7-evm:~# cd /opt/vision_apps/
root@j7-evm:/opt/vision_apps# 
root@j7-evm:/opt/vision_apps# ./run_app_tidl.sh
APP: Init ... !!!
MEM: Init ... !!!
MEM: Initialized DMA HEAP (fd=4) !!!
MEM: Init ... Done !!!
IPC: Init ... !!!
IPC: Init ... Done !!!
REMOTE_SERVICE: Init ... !!!
REMOTE_SERVICE: Init ... Done !!!
   339.426593 s: GTC Frequency = 200 MHz
APP: Init ... Done !!!
   339.437030 s:  VX_ZONE_INIT:Enabled
   339.437062 s:  VX_ZONE_ERROR:Enabled
   339.437073 s:  VX_ZONE_WARNING:Enabled
   339.437981 s:  VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!!
   339.438043 s:  VX_ZONE_INIT:[tivxHostInitLocal:86] Initialization Done for HOST !!!
   339.786125 s:  VX_ZONE_ERROR:[ownContextSendCmd:814] Command ack message returned failure cmd_status: -1
   339.786154 s:  VX_ZONE_ERROR:[ownContextSendCmd:850] tivxEventWait() failed.
   339.786176 s:  VX_ZONE_ERROR:[ownNodeKernelInit:538] Target kernel, TIVX_CMD_NODE_CREATE failed for node DisplayNode
   339.786183 s:  VX_ZONE_ERROR:[ownNodeKernelInit:539] Please be sure the target callbacks have been registered for this core
   339.786189 s:  VX_ZONE_ERROR:[ownNodeKernelInit:540] If the target callbacks have been registered, please ensure no errors are occurring within the create callback of this kernel
   339.786197 s:  VX_ZONE_ERROR:[ownGraphNodeKernelInit:583] kernel init for node 0, kernel com.ti.hwa.display ... failed !!!
   339.786204 s:  VX_ZONE_ERROR:[vxVerifyGraph:2055] Node kernel init failed
   339.786211 s:  VX_ZONE_ERROR:[vxVerifyGraph:2109] Graph verify failed
app_tidl: ERROR: Verifying display graph ... Failed !!!
[MCU2_0]    339.785721 s: src/drv/disp/dss_dispApi.c @ Line 1856: 
[MCU2_0]    339.785774 s: Input width+startX/height+startY > display width/height
[MCU2_0]    339.785863 s: src/drv/disp/dss_dispApi.c @ Line 1471: 
[MCU2_0]    339.785905 s: Set DSS parameter IOCTL failed
[MCU2_0]    339.785954 s:  VX_ZONE_ERROR:[tivxDisplayCreate:629] DISPLAY: ERROR: Display Set Parameters Failed!
   339.787443 s:  VX_ZONE_INIT:[tivxHostDeInitLocal:100] De-Initialization Done for HOST !!!
   339.791830 s:  VX_ZONE_INIT:[tivxDeInitLocal:193] De-Initialization Done !!!
APP: Deinit ... !!!
REMOTE_SERVICE: Deinit ... !!!
REMOTE_SERVICE: Deinit ... Done !!!
IPC: Deinit ... !!!
IPC: DeInit ... Done !!!
MEM: Deinit ... !!!
DDR_SHARED_MEM: Alloc's: 15 alloc's of 26122863 bytes 
DDR_SHARED_MEM: Free's : 15 free's  of 26122863 bytes 
DDR_SHARED_MEM: Open's : 0 allocs  of 0 bytes 
DDR_SHARED_MEM: Total size: 536870912 bytes 
MEM: Deinit ... Done !!!
APP: Deinit ... Done !!!
root@j7-evm:/opt/vision_apps# 

  • add some information,

    my board is run on linux8.4 SDK. 

    The data flow is DSS->DPI_1->ADV7511->hdmi monitor. But it is DP output by default.

    Is there anything need to modify for DSS?

  • Hi,

    Could you please the logs of "source ./vision_apps_init.sh"?

    The error says that Input width+startX/height+startY > display width/height

    if the tidl demo is not modified, then the input width x height is 1280 x 720 and startX would be (1920-1280)/2 and startY would be (1080-720)/2

    Hence the display should be of width & height > (1280+320) & (720+180) 

    Regards,
    Nikhil Dasan

  • Hi Nikhil Dasan,

    Thank you for your reply.

    I share you the log you need. I set  resolution ratio to 1280*800 in DSS driver. Is it need some change for resolution ratio?

    As you said 'the display should be of width & height > (1280+320) & (720+180) '. If i donot modify resolution ratio in DSS, how to modify tidl demo?

    Arago Project j7-evm ttyS2
    
    Arago 2021.09 j7-evm ttyS2
    
    j7-evm login: root
    
    
    root@j7-evm:~#       
    root@j7-evm:~# 
    root@j7-evm:~# 
    root@j7-evm:~# source /opt/vision_apps/vision_apps_init.sh
    root@j7-evm:~# [MCU2_0]      1.964859 s: CIO: Init ... Done !!!
    [MCU2_0]      1.964939 s: ### CPU Frequency = 1000000000 Hz
    [MCU2_0]      1.964991 s: APP: Init ... !!!
    [MCU2_0]      1.965023 s: SCICLIENT: Init ... !!!
    [MCU2_0]      1.965314 s: SCICLIENT: DMSC FW version [8.4.1--v08.04.01 (Jolly Jellyfi]
    [MCU2_0]      1.965376 s: SCICLIENT: DMSC FW revision 0x8  
    [MCU2_0]      1.965418 s: SCICLIENT: DMSC FW ABI revision 3.1
    [MCU2_0]      1.965456 s: SCICLIENT: Init ... Done !!!
    [MCU2_0]      1.965488 s: SCICLIENT: Sciclient_pmSetModuleState module=152 state=2
    [MCU2_0]      1.965703 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]      1.965745 s: SCICLIENT: Sciclient_pmSetModuleClkParent module=152 clk=13 parent=18
    [MCU2_0]      1.965905 s: SCICLIENT: Sciclient_pmSetModuleClkParent success
    [MCU2_0]      1.965946 s: SCICLIENT: Sciclient_pmSetModuleClkFreq module=152 clk=13 freq=121359600
    [MCU2_0]      1.967624 s: SCICLIENT: Sciclient_pmSetModuleClkFreq success
    [MCU2_0]      1.967668 s: SCICLIENT: Sciclient_pmSetModuleClkParent module=152 clk=4 parent=7
    [MCU2_0]      1.967854 s: SCICLIENT: Sciclient_pmSetModuleClkParent success
    [MCU2_0]      1.967896 s: SCICLIENT: Sciclient_pmSetModuleClkParent module=152 clk=1 parent=3
    [MCU2_0]      1.968027 s: SCICLIENT: Sciclient_pmSetModuleClkParent success
    [MCU2_0]      1.968165 s: ==================>> Status = 0 Parent = 7
    [MCU2_0]      1.968383 s: ==================>> 1 Status = 0 Parent = 3
    [MCU2_0]      1.968535 s: ===================>> 1 Status = 0 Freq = 121359600
    [MCU2_0]      1.968577 s: UDMA: Init ... !!!
    [MCU2_0]      1.970148 s: UDMA: Init ... Done !!!
    [MCU2_0]      1.970219 s: MEM: Init ... !!!
    [MCU2_0]      1.970269 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ d9000000 of size 16777216 bytes !!!
    [MCU2_0]      1.970370 s: MEM: Created heap (L3_MEM, id=1, flags=0x00000000) @ 3600000 of size 262144 bytes !!!
    [MCU2_0]      1.970441 s: MEM: Init ... Done !!!
    [MCU2_0]      1.970470 s: IPC: Init ... !!!
    [MCU2_0]      1.970540 s: IPC: 6 CPUs participating in IPC !!!
    [MCU2_0]      1.970593 s: IPC: Waiting for HLOS to be ready ... !!!
    [MCU2_1]      1.980573 s: CIO: Init ... Done !!!
    [MCU2_1]      1.980650 s: ### CPU Frequency = 1000000000 Hz
    [MCU2_1]      1.980697 s: APP: Init ... !!!
    [MCU2_1]      1.980726 s: SCICLIENT: Init ... !!!
    [MCU2_1]      1.981012 s: SCICLIENT: DMSC FW version [8.4.1--v08.04.01 (Jolly Jellyfi]
    [MCU2_1]      1.981080 s: SCICLIENT: DMSC FW revision 0x8  
    [MCU2_1]      1.981122 s: SCICLIENT: DMSC FW ABI revision 3.1
    [MCU2_1]      1.981159 s: SCICLIENT: Init ... Done !!!
    [MCU2_1]      1.981188 s: UDMA: Init ... !!!
    [MCU2_1]      1.982733 s: UDMA: Init ... Done !!!
    [MCU2_1]      1.982799 s: MEM: Init ... !!!
    [MCU2_1]      1.982846 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ da000000 of size 16777216 bytes !!!
    [MCU2_1]      1.982919 s: MEM: Created heap (L3_MEM, id=1, flags=0x00000001) @ 3640000 of size 262144 bytes !!!
    [MCU2_1]      1.982981 s: MEM: Init ... Done !!!
    [MCU2_1]      1.983008 s: IPC: Init ... !!!
    [MCU2_1]      1.983084 s: IPC: 6 CPUs participating in IPC !!!
    [MCU2_1]      1.983145 s: IPC: Waiting for HLOS to be ready ... !!!
    [C6x_1 ]      2.094861 s: CIO: Init ... Done !!!
    [C6x_1 ]      2.094889 s: ### CPU Frequency = 1350000000 Hz
    [C6x_1 ]      2.094899 s: APP: Init ... !!!
    [C6x_1 ]      2.094907 s: SCICLIENT: Init ... !!!
    [C6x_1 ]      2.095123 s: SCICLIENT: DMSC FW version [8.4.1--v08.04.01 (Jolly Jellyfi]
    [C6x_1 ]      2.095135 s: SCICLIENT: DMSC FW revision 0x8  
    [C6x_1 ]      2.095145 s: SCICLIENT: DMSC FW ABI revision 3.1
    [C6x_1 ]      2.095155 s: SCICLIENT: Init ... Done !!!
    [C6x_1 ]      2.095164 s: UDMA: Init ... !!!
    [C6x_1 ]      2.096741 s: UDMA: Init ... Done !!!
    [C6x_1 ]      2.096766 s: MEM: Init ... !!!
    [C6x_1 ]      2.096779 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ dc000000 of size 16777216 bytes !!!
    [C6x_1 ]      2.096798 s: MEM: Created heap (L2_MEM, id=2, flags=0x00000001) @ 800000 of size 229376 bytes !!!
    [C6x_1 ]      2.096813 s: MEM: Created heap (DDR_SCRATCH_MEM, id=4, flags=0x00000001) @ dd000000 of size 50331648 bytes !!!
    [C6x_1 ]      2.096829 s: MEM: Init ... Done !!!
    [C6x_1 ]      2.096838 s: IPC: Init ... !!!
    [C6x_1 ]      2.096858 s: IPC: 6 CPUs participating in IPC !!!
    [C6x_1 ]      2.096874 s: IPC: Waiting for HLOS to be ready ... !!!
    [C6x_2 ]      2.191308 s: CIO: Init ... Done !!!
    [C6x_2 ]      2.191337 s: ### CPU Frequency = 1350000000 Hz
    [C6x_2 ]      2.191348 s: APP: Init ... !!!
    [C6x_2 ]      2.191357 s: SCICLIENT: Init ... !!!
    [C6x_2 ]      2.191590 s: SCICLIENT: DMSC FW version [8.4.1--v08.04.01 (Jolly Jellyfi]
    [C6x_2 ]      2.191603 s: SCICLIENT: DMSC FW revision 0x8  
    [C6x_2 ]      2.191613 s: SCICLIENT: DMSC FW ABI revision 3.1
    [C6x_2 ]      2.191623 s: SCICLIENT: Init ... Done !!!
    [C6x_2 ]      2.191633 s: UDMA: Init ... !!!
    [C6x_2 ]      2.193184 s: UDMA: Init ... Done !!!
    [C6x_2 ]      2.193208 s: MEM: Init ... !!!
    [C6x_2 ]      2.193222 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ e0000000 of size 16777216 bytes !!!
    [C6x_2 ]      2.193242 s: MEM: Created heap (L2_MEM, id=2, flags=0x00000001) @ 800000 of size 229376 bytes !!!
    [C6x_2 ]      2.193258 s: MEM: Created heap (DDR_SCRATCH_MEM, id=4, flags=0x00000001) @ e1000000 of size 50331648 bytes !!!
    [C6x_2 ]      2.193275 s: MEM: Init ... Done !!!
    [C6x_2 ]      2.193284 s: IPC: Init ... !!!
    [C6x_2 ]      2.193306 s: IPC: 6 CPUs participating in IPC !!!
    [C6x_2 ]      2.193322 s: IPC: Waiting for HLOS to be ready ... !!!
    [C7x_1 ]      2.759494 s: CIO: Init ... Done !!!
    [C7x_1 ]      2.759510 s: ### CPU Frequency = 1000000000 Hz
    [C7x_1 ]      2.759521 s: APP: Init ... !!!
    [C7x_1 ]      2.759530 s: SCICLIENT: Init ... !!!
    [C7x_1 ]      2.759751 s: SCICLIENT: DMSC FW version [8.4.1--v08.04.01 (Jolly Jellyfi]
    [C7x_1 ]      2.759766 s: SCICLIENT: DMSC FW revision 0x8  
    [C7x_1 ]      2.759776 s: SCICLIENT: DMSC FW ABI revision 3.1
    [C7x_1 ]      2.759787 s: SCICLIENT: Init ... Done !!!
    [C7x_1 ]      2.759796 s: UDMA: Init ... !!!
    [C7x_1 ]      2.761051 s: UDMA: Init ... Done !!!
    [C7x_1 ]      2.761066 s: MEM: Init ... !!!
    [C7x_1 ]      2.761078 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ 117000000 of size 268435456 bytes !!!
    [C7x_1 ]      2.761100 s: MEM: Created heap (L3_MEM, id=1, flags=0x00000001) @ 70020000 of size 8159232 bytes !!!
    [C7x_1 ]      2.761118 s: MEM: Created heap (L2_MEM, id=2, flags=0x00000001) @ 64800000 of size 458752 bytes !!!
    [C7x_1 ]      2.761135 s: MEM: Created heap (L1_MEM, id=3, flags=0x00000001) @ 64e00000 of size 16384 bytes !!!
    [C7x_1 ]      2.761152 s: MEM: Created heap (DDR_SCRATCH_MEM, id=4, flags=0x00000001) @ 100000000 of size 385875968 bytes !!!
    [C7x_1 ]      2.761171 s: MEM: Init ... Done !!!
    [C7x_1 ]      2.761179 s: IPC: Init ... !!!
    [C7x_1 ]      2.761194 s: IPC: 6 CPUs participating in IPC !!!
    [C7x_1 ]      2.761209 s: IPC: Waiting for HLOS to be ready ... !!!
    
    root@j7-evm:~# 
    root@j7-evm:~# 
    root@j7-evm:~# 
    root@j7-evm:~# 
    sg/virtio_rpmsg_bus.konsmod /lib/modules/5.10.120-g95b90aa828/kernel/drivers/rpms
    /sbin/insmod /lib/modules/5.10.120-g95b90aa828/kernel/drivers/remoteproc/ti_k3_r5_remoteproc.ko
    /sbin/insmod /lib/modules/5.10.120-g95b90aa828/kernel/drivers/remoteproc/ti_k3_dsp_remoteproc.koroot@j7-evm:~# /sbin/insmod oteproc/ti_k3_r5_remoteproc.ko828/kernel/drivers/remo
    [  417.132981] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [  417.145053] platform 41000000.r5f: configured R5F for IPC-only mode
    [  417.152448] platform 41000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
    [  417.162521] remoteproc remoteproc0: 41000000.r5f is available
    [  417.168386] remoteproc remoteproc0: attaching to 41000000.r5f
    [  417.174332] platform 41000000.r5f: R5F core initialized in IPC-only mode
    [  417.181039]  remoteproc0#vdev0buffer: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
    [  417.190910] virtio_rpmsg_bus virtio0: rpmsg host is online
    [  417.196712]  remoteproc0#vdev0buffer: registered virtio0 (type 7)
    [  417.203001] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [  417.203543] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [  417.210492] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [  417.210504] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [  417.223682] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [  417.227719] remoteproc remoteproc0: remote processor 41000000.r5f is now attached
    [  417.248816] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  417.258057] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [  417.265602] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [  417.267402] platform 5c00000.r5f: configured R5F for IPC-only mode
    [  417.273719] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [  417.285140] platform 5c00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
    [  417.300813] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  417.305735] remoteproc remoteproc1: 5c00000.r5f is available
    [  417.314938] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [  417.314975] remoteproc remoteproc1: attaching to 5c00000.r5f
    [  417.322478] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [  417.329762] platform 5c00000.r5f: R5F core initialized in IPC-only mode
    [  417.336379] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [  417.343553]  remoteproc1#vdev0buffer: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
    [  417.351060] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  417.361118] virtio_rpmsg_bus virtio1: rpmsg host is online
    [  417.374268] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [  417.381817] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd
    [  417.384755] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [  417.389467]  remoteproc1#vdev0buffer: registered virtio1 (type 7)
    [  417.400745] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [  417.411246] remoteproc remoteproc1: remote processor 5c00000.r5f is now attached
    [  417.416743] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    
    [MCU2_0]    422.168682 s: IPC: Init ... Done !!!
    [MCU2_0]   [  417.427437] platform 5d00000.r5f: configured R5F for IPC-only mode
     422.168763 s: APP: Syncing with 5 CPUs ... !!!
    [  417.443035] platform 5d00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000
    [  417.443040] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [  417.443064] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [  417.458961] remoteproc remoteproc2: 5d00000.r5f is available
    [  417.463698] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [  417.472465] remoteproc remoteproc2: attaching to 5d00000.r5f
    [  417.477540] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  417.486308] platform 5d00000.r5f: R5F core initialized in IPC-only mode
    [  417.499525] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [  417.506132]  remoteproc2#vdev0buffer: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000
    [  417.513542] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [  417.531020] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [  417.533148] virtio_rpmsg_bus virtio2: rpmsg host is online
    [  417.539125] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  417.548695] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd
    [MCU2_1]    422.324258 s: IPC: HLOS is ready !!!
    [  417.560645] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [MCU2_1]    422.340362 s: IPC: Init ... Done !!!
    [MCU2_1]    4[  417.562180]  remoteproc2#vdev0buffer: registered virtio2 (type 7)
    22.340434 s: APP: Syncing with 5 CPUs ... !!!
    [  417.572343] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [  417.596188] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [  417.601454] remoteproc remoteproc2: remote processor 5d00000.r5f is now attached
    [  417.604314] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  417.623332] platform 5e00000.r5f: configured R5F for IPC-only mode
    [  417.629673] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [  417.632909] platform 5e00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a6000000
    [  417.640751] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [  417.653952] remoteproc remoteproc3: 5e00000.r5f is available
    [  417.656757] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [  417.661551] remoteproc remoteproc3: attaching to 5e00000.r5f
    [  417.668411] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  417.674833] platform 5e00000.r5f: R5F core initialized in IPC-only mode
    [  417.688702] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [  417.688769]  remoteproc3#vdev0buffer: assigned reserved memory node vision-apps-r5f-dma-memory@a6000000
    [  417.696280] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [  417.713639] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    
    [  417.721729] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  417.730619] virtio_rpmsg_bus virtio3: rpmsg host is online
    [  417.736286] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [  417.738019]  remoteproc3#vdev0buffer: registered virtio3 (type 7)
    [  417.743831] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [  417.749917] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd
    [  417.758059] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [  417.768063] remoteproc remoteproc3: remote processor 5e00000.r5f is now attached
    [  417.775409] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  417.782327] platform 5f00000.r5f: configured R5F for remoteproc mode
    [  417.795284] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [  417.802872] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [  417.803369] platform 5f00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a7000000
    [  417.810963] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [  417.810976] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  417.822612] remoteproc remoteproc4: 5f00000.r5f is available
    [  417.836520] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [  417.844864] remoteproc remoteproc4: Direct firmware load for j7-main-r5f1_1-fw failed with error -2
    [  417.850289] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [  417.866680] remoteproc remoteproc4: powering up 5f00000.r5f
    [  417.866694] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [  417.872313] remoteproc remoteproc4: Direct firmware load for j7-main-r5f1_1-fw failed with error -2
    [  417.880372] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    root@j7-evm:~# [  417.898304] remoteproc remoteproc4: request_firmware failed: -2
    /sbin/insmod /lib/modules/5.10.120-g95b90aa828/kernel/drivers/re[  417.898354] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    oteproc/ti_k3_dsp_remoteproc.ko
    [  417.918042] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [  417.929187] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [  417.937300] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  417.946303] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [  417.946532] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node vision-apps-c66-dma-memory@a9000000
    [  417.953828] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [  417.965075] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode
    [  417.971555] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [  417.971569] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  417.978505] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [  417.987541] remoteproc remoteproc5: 4d80800000.dsp is available
    [  417.994774] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [  418.003174] remoteproc remoteproc5: attaching to 4d80800000.dsp
    [  418.008192] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [  418.016845] k3-dsp-rproc 4d80800000.dsp: DSP initialized in IPC-only mode
    [  418.022146] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  418.030908]  remoteproc5#vdev0buffer: assigned reserved memory node vision-apps-c66-dma-memory@a9000000
    [  418.056897] virtio_rpmsg_bus virtio4: rpmsg host is online
    [  418.062449] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd
    [  418.064791]  remoteproc5#vdev0buffer: registered virtio4 (type 7)
    [  418.076140] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [  418.084341] remoteproc remoteproc5: remote processor 4d80800000.dsp is now attached
    
    [C6x_1 ]    422.852333 s: IPC: Init ... Done !!!
    [C6x_1 ]   [  418.085174] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
     422.852366 s: APP: Syncing with 5 CPUs ... !!!
    [  418.098747] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node vision-apps-c66-dma-memory@a8000000
    [  418.109811] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [  418.109825] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  418.123914] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [  418.147642] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [  418.147710] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode
    [  418.156262] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [  418.163509] remoteproc remoteproc6: 4d81800000.dsp is available
    [  418.171305] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  418.176683] remoteproc remoteproc6: attaching to 4d81800000.dsp
    [  418.190837] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [  418.190897] k3-dsp-rproc 4d81800000.dsp: DSP initialized in IPC-only mode
    [  418.198417] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [  418.206088]  remoteproc6#vdev0buffer: assigned reserved memory node vision-apps-c66-dma-memory@a8000000
    [  418.213199] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [  418.230685] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  418.233152] virtio_rpmsg_bus virtio5: rpmsg host is online
    [  418.244495] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xd
    [  418.244600] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [  418.259050]  remoteproc6#vdev0buffer: registered virtio5 (type 7)
    [  418.261797] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [  418.274023] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [  418.282206] remoteproc remoteproc6: remote processor 4d81800000.dsp is now attached
    [  418.282983] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    
    [C6x_2 ]    423.028442 s: IPC: Init ... Done !!!
    [C6x_2 ]    4[  418.303321] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    23.028472 s: APP: Syncing with 5 CPUs ... !!!
    [  418.304299] k3-dsp-rproc 64800000.dsp: assigned reserved memory node vision-apps-c71-dma-memory@aa000000
    [  418.315602] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [  418.332112] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
    [  418.337770] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [  418.344993] remoteproc remoteproc7: 64800000.dsp is available
    [  418.352622] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  418.358404] remoteproc remoteproc7: attaching to 64800000.dsp
    [  418.371828] remoteproc remoteproc7: unsupported resource 65538
    [  418.371840] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [  418.377741] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
    [  418.386035] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [  418.391812]  remoteproc7#vdev0buffer: assigned reserved memory node vision-apps-c71-dma-memory@aa000000
    [  418.400203] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [  418.409864] virtio_rpmsg_bus virtio6: rpmsg host is online
    [  418.422859] virtio_rpmsg_bus virtio6: creating channel rpmsg_chrdev addr 0xd
    [  418.424771] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  418.430014] virtio_rpmsg_bus virtio6: creating channel rpmsg_chrdev addr 0x15
    [  418.445594]  remoteproc7#vdev0buffer: registered virtio6 (type 7)
    [  418.451892] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    
    [MCU2_0]    423.203535 s: REMOTE_SERVICE: Init ... !!!
    [MCU2[  418.464847] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    _0]    423.205428 s: REMOTE_SERVICE: Init ... Done !!!
    [MCU2_0[  418.464870] virtio_rpmsg_bus virtio6: creating channel ti.ipc4.ping-pong addr 0xe
    ]    423.205503 s: FVID2: Init ... !!!
    [MCU2_0]    423.205577 [  418.484786] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    s: FVID2: Init ... Done !!!
    [MCU2_0]    423.205615 s: SCICLIEN[  418.505090] remoteproc remoteproc7: remote processor 64800000.dsp is now attached
    T: Sciclient_pmSetModuleState module=187 state=2
    [MCU2_0]    4[  418.505247] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15
    23.205770 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MC[  418.518056] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    U2_0]    423.205842 s: DSS: Init ... !!!
    [MCU2_0]    423.20587[  418.530754] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xe
    5 s: DSS: Display type is BT601 on VOUT1 !!!
    [MCU2_0]    423.2[  418.557639] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [  418.571692] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    
    [MCU2_0]    423.208439 s: Dss_init: 182,0 
    [MCU2_0]    423.2[  418.572896] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0x15
    08488 s: appBt601DctrlDefaultInit: 401 !!!
    [MCU2_0]    423.208[  418.582797] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    845 s: appBt601DctrlDefaultInit: retVal:0 
    [MCU2_0]    423.208[  418.582810] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    919 s: DSS: Init ... Done !!!
    [MCU2_0]    423.208954 s: VHWA: [  418.612883] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xe
    VPAC Init ... !!!
    [MCU2_0]    423.208982 s: SCICLIENT: Sciclie[  418.636096] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    nt_pmSetModuleState module=290 state=2
    [MCU2_0]    423.209530 [  418.652770] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]    4[  418.653088] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
    23.209583 s: VHWA: LDC Init ... !!!
    [MCU2_0]    423.214871 s: [  418.664419] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    VHWA: LDC Init ... Done !!!
    [MCU2_0]    423.214941 s: VHWA: MS[  418.685432] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xe
    [  418.700815] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    C Init ... !!!
    [MCU2_0]    423.229033 s: VHWA: MSC Init ... Do[  418.702959] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15
    ne !!!
    [MCU2_0]    423.229108 s: VHWA: NF Init ... !!!
    [MCU2[  418.722981] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    _0]    423.231133 s: VHWA: NF Init ... Done !!!
    [MCU2_0]    42[  418.724200] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xe
    3.231205 s: VHWA: VISS Init ... !!!
    [MCU2_0]    423.242504 s: [  418.744772] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    VHWA: VISS Init ... Done !!!
    [MCU2_0]    423.242575 s: VHWA: V[  418.762815] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    PAC Init ... Done !!!
    [MCU2_0]    423.242628 s:  VX_ZONE_INIT:[  418.776268] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    Enabled
    [MCU2_0]    423.242658 s:  VX_ZONE_ERROR:Enabled
    [MCU2_0]    423.242686 s:  VX_ZONE_WARNING:Enabled
    [MCU2_0]    423.243949 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target MCU2-0 
    [MCU2_0]    423.244201 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target VPAC_NF 
    [MCU2_0]    423.244459 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target VPAC_LDC1 
    [MCU2_0]    423.244699 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target VPAC_MSC1 
    [MCU2_0]    423.244931 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target VPAC_MSC2 
    [MCU2_0]    423.245267 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target VPAC_VISS1 
    [MCU2_0]    423.245562 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CAPTURE1 
    [MCU2_0]    423.245835 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CAPTURE2 
    [MCU2_0]    423.246105 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DISPLAY1 
    [MCU2_0]    423.246390 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DISPLAY2 
    [MCU2_0]    423.246643 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CSITX 
    [MCU2_0]    423.246929 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CAPTURE3 
    [MCU2_0]    423.247208 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CAPTURE4 
    [MCU2_0]    423.247501 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CAPTURE5 
    [MCU2_0]    423.247834 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CAPTURE6 
    [MCU2_0]    423.248174 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CAPTURE7 
    [MCU2_0]    423.248467 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CAPTURE8 
    [MCU2_0]    423.248727 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DSS_M2M1 
    [MCU2_0]    423.248969 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DSS_M2M2 
    [MCU2_0]    423.249202 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DSS_M2M3 
    [MCU2_0]    423.249447 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DSS_M2M4 
    [MCU2_0]    423.249509 s:  VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!!
    [MCU2_0]    423.249547 s: APP: OpenVX Target kernel init ... !!!
    [MCU2_0]    423.269106 s: APP: OpenVX Target kernel init ... Done !!!
    [MCU2_0]    423.269172 s: CSI2RX: Init ... !!!
    [MCU2_0]    423.269203 s: SCICLIENT: Sciclient_pmSetModuleState module=25 state=2
    [MCU2_0]    423.269362 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]    423.269409 s: SCICLIENT: Sciclient_pmSetModuleState module=26 state=2
    [MCU2_0]    423.269584 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]    423.269625 s: SCICLIENT: Sciclient_pmSetModuleState module=27 state=2
    [MCU2_0]    423.269798 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]    423.269836 s: SCICLIENT: Sciclient_pmSetModuleState module=147 state=2
    [MCU2_0]    423.269969 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]    423.270008 s: SCICLIENT: Sciclient_pmSetModuleState module=148 state=2
    [MCU2_0]    423.270129 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]    423.270976 s: CSI2RX: Init ... Done !!!
    [MCU2_0]    423.271046 s: CSI2TX: Init ... !!!
    [MCU2_0]    423.271080 s: SCICLIENT: Sciclient_pmSetModuleState module=25 state=2
    [MCU2_0]    423.271221 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]    423.271265 s: SCICLIENT: Sciclient_pmSetModuleState module=28 state=2
    [MCU2_0]    423.271453 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]    423.271495 s: SCICLIENT: Sciclient_pmSetModuleState module=296 state=2
    [MCU2_0]    423.271650 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]    423.272288 s: CSI2TX: Init ... Done !!!
    [MCU2_0]    423.272359 s: ISS: Init ... !!!
    [MCU2_0]    423.272409 s: IssSensor_Init ... Done !!!
    [MCU2_0]    423.272496 s: IttRemoteServer_Init ... Done !!!
    [MCU2_0]    423.272540 s: VISS REMOTE SERVICE: Init ... !!!
    [MCU2_0]    423.272613 s: VISS REMOTE SERVICE: Init ... Done !!!
    [MCU2_0]    423.272654 s: UDMA Copy: Init ... !!!
    [MCU2_0]    423.274628 s: UDMA Copy: Init ... Done !!!
    [MCU2_0]    423.274746 s: 
    [MCU2_0]    423.274823 s:  [/home/xiejiancheng/tda4_linux/tda4-n50n51/debug/rtos_linux_8.4/psdkra/vision_apps/utils/hdmi/src/hdmi.c, 357] HdmiSetOutput enter...
    [MCU2_0]    423.274949 s: 
    [MCU2_0]    423.275018 s:  [/home/xiejiancheng/tda4_linux/tda4-n50n51/debug/rtos_linux_8.4/psdkra/vision_apps/utils/hdmi/src/hdmi.c, 256] =====HdmiI2CInit exit 7=====
    [MCU2_0]    423.320101 s: 
    [MCU2_0]    423.320192 s:  [/home/xiejiancheng/tda4_linux/tda4-n50n51/debug/rtos_linux_8.4/psdkra/vision_apps/utils/hdmi/src/hdmi.c, 395] HdmiSetOutput exit...
    [MCU2_0]    423.320274 s: appInit: HdmiEnableOutput return :0 
    [MCU2_0]    423.320322 s: APP: Init ... Done !!!
    [MCU2_0]    423.320354 s: APP: Run ... !!!
    [MCU2_0]    423.320383 s: IPC: Starting echo test ...
    [MCU2_0]    423.322974 s: APP: Run ... Done !!!
    [MCU2_0]    423.324571 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[.] C66X_1[P] C66X_2[.] C7X_1[.] 
    [MCU2_0]    423.324704 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[P] C66X_1[P] C66X_2[.] C7X_1[.] 
    [MCU2_0]    423.324807 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[P] C66X_1[P] C66X_2[P] C7X_1[.] 
    [MCU2_0]    423.324910 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[P] C66X_1[P] C66X_2[P] C7X_1[P] 
    [MCU2_1]    423.203324 s: APP: Syncing with 5 CPUs ... Done !!!
    [MCU2_1]    423.203541 s: REMOTE_SERVICE: Init ... !!!
    [MCU2_1]    423.205592 s: REMOTE_SERVICE: Init ... Done !!!
    [MCU2_1]    423.205662 s: FVID2: Init ... !!!
    [MCU2_1]    423.205740 s: FVID2: Init ... Done !!!
    [MCU2_1]    423.205781 s: VHWA: DMPAC: Init ... !!!
    [MCU2_1]    423.205810 s: SCICLIENT: Sciclient_pmSetModuleState module=48 state=2
    [MCU2_1]    423.206384 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_1]    423.206434 s: SCICLIENT: Sciclient_pmSetModuleState module=305 state=2
    [MCU2_1]    423.206854 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_1]    423.206895 s: VHWA: DOF Init ... !!!
    [MCU2_1]    423.217122 s: VHWA: DOF Init ... Done !!!
    [MCU2_1]    423.217193 s: VHWA: SDE Init ... !!!
    [MCU2_1]    423.221154 s: VHWA: SDE Init ... Done !!!
    [MCU2_1]    423.221219 s: VHWA: DMPAC: Init ... Done !!!
    [MCU2_1]    423.221272 s:  VX_ZONE_INIT:Enabled
    [MCU2_1]    423.221305 s:  VX_ZONE_ERROR:Enabled
    [MCU2_1]    423.221333 s:  VX_ZONE_WARNING:Enabled
    [MCU2_1]    423.222615 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DMPAC_SDE 
    [MCU2_1]    423.222881 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DMPAC_DOF 
    [MCU2_1]    423.223152 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target MCU2-1 
    [MCU2_1]    423.223217 s:  VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!!
    [MCU2_1]    423.223256 s: APP: OpenVX Target kernel init ... !!!
    [MCU2_1]    423.223575 s: APP: OpenVX Target kernel init ... Done !!!
    [MCU2_1]    423.223622 s: UDMA Copy: Init ... !!!
    [MCU2_1]    423.226252 s: UDMA Copy: Init ... Done !!!
    [MCU2_1]    423.226326 s: APP: Init ... Done !!!
    [MCU2_1]    423.226357 s: APP: Run ... !!!
    [MCU2_1]    423.226382 s: IPC: Starting echo test ...
    [MCU2_1]    423.228938 s: APP: Run ... Done !!!
    [MCU2_1]    423.230282 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[s] C66X_1[P] C66X_2[.] C7X_1[.] 
    [MCU2_1]    423.230413 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[s] C66X_1[P] C66X_2[P] C7X_1[.] 
    [MCU2_1]    423.230520 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[s] C66X_1[P] C66X_2[P] C7X_1[P] 
    [MCU2_1]    423.323797 s: IPC: Echo status: mpu1_0[x] mcu2_0[P] mcu2_1[s] C66X_1[P] C66X_2[P] C7X_1[P] 
    [C6x_1 ]    423.203320 s: APP: Syncing with 5 CPUs ... Done !!!
    [C6x_1 ]    423.203337 s: REMOTE_SERVICE: Init ... !!!
    [C6x_1 ]    423.204263 s: REMOTE_SERVICE: Init ... Done !!!
    [C6x_1 ]    423.204322 s:  VX_ZONE_INIT:Enabled
    [C6x_1 ]    423.204340 s:  VX_ZONE_ERROR:Enabled
    [C6x_1 ]    423.204351 s:  VX_ZONE_WARNING:Enabled
    [C6x_1 ]    423.205377 s:  VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!!
    [C6x_1 ]    423.205396 s: APP: OpenVX Target kernel init ... !!!
    [C6x_1 ]    423.205749 s: APP: OpenVX Target kernel init ... Done !!!
    [C6x_1 ]    423.205775 s: UDMA Copy: Init ... !!!
    [C6x_1 ]    423.209729 s: UDMA Copy: Init ... Done !!!
    [C6x_1 ]    423.209754 s: APP: Init ... Done !!!
    [C6x_1 ]    423.209764 s: APP: Run ... !!!
    [C6x_1 ]    423.209774 s: IPC: Starting echo test ...
    [C6x_1 ]    423.211190 s: APP: Run ... Done !!!
    [C6x_1 ]    423.211555 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[s] C66X_2[P] C7X_1[.] 
    [C6x_1 ]    423.211590 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[s] C66X_2[P] C7X_1[P] 
    [C6x_1 ]    423.229968 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[P] C66X_1[s] C66X_2[P] C7X_1[P] 
    [C6x_1 ]    423.323623 s: IPC: Echo status: mpu1_0[x] mcu2_0[P] mcu2_1[P] C66X_1[s] C66X_2[P] C7X_1[P] 
    [C6x_2 ]    423.203320 s: APP: Syncing with 5 CPUs ... Done !!!
    [C6x_2 ]    423.203337 s: REMOTE_SERVICE: Init ... !!!
    [C6x_2 ]    423.204261 s: REMOTE_SERVICE: Init ... Done !!!
    [C6x_2 ]    423.204319 s:  VX_ZONE_INIT:Enabled
    [C6x_2 ]    423.204337 s:  VX_ZONE_ERROR:Enabled
    [C6x_2 ]    423.204347 s:  VX_ZONE_WARNING:Enabled
    [C6x_2 ]    423.205366 s:  VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!!
    [C6x_2 ]    423.205381 s: APP: OpenVX Target kernel init ... !!!
    [C6x_2 ]    423.205730 s: APP: OpenVX Target kernel init ... Done !!!
    [C6x_2 ]    423.205753 s: UDMA Copy: Init ... !!!
    [C6x_2 ]    423.209217 s: UDMA Copy: Init ... Done !!!
    [C6x_2 ]    423.209238 s: APP: Init ... Done !!!
    [C6x_2 ]    423.209247 s: APP: Run ... !!!
    [C6x_2 ]    423.209257 s: IPC: Starting echo test ...
    [C6x_2 ]    423.210540 s: APP: Run ... Done !!!
    [C6x_2 ]    423.210912 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[x] C66X_2[s] C7X_1[P] 
    [C6x_2 ]    423.211539 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[P] C66X_2[s] C7X_1[P] 
    [C6x_2 ]    423.229993 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[P] C66X_1[P] C66X_2[s] C7X_1[P] 
    [C6x_2 ]    423.323676 s: IPC: Echo status: mpu1_0[x] mcu2_0[P] mcu2_1[P] C66X_1[P] C66X_2[s] C7X_1[P] 
    [C7x_1 ]    423.200978 s: IPC: HLOS is ready !!!
    [C7x_1 ]    423.203287 s: IPC: Init ... Done !!!
    [C7x_1 ]    423.203303 s: APP: Syncing with 5 CPUs ... !!!
    [C7x_1 ]    423.203326 s: APP: Syncing with 5 CPUs ... Done !!!
    [C7x_1 ]    423.203341 s: REMOTE_SERVICE: Init ... !!!
    [C7x_1 ]    423.203527 s: REMOTE_SERVICE: Init ... Done !!!
    [C7x_1 ]    423.203553 s:  VX_ZONE_INIT:Enabled
    [C7x_1 ]    423.203565 s:  VX_ZONE_ERROR:Enabled
    [C7x_1 ]    423.203575 s:  VX_ZONE_WARNING:Enabled
    [C7x_1 ]    423.203787 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1 
    [C7x_1 ]    423.203922 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_2 
    [C7x_1 ]    423.204055 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_3 
    [C7x_1 ]    423.204153 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_4 
    [C7x_1 ]    423.204243 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_5 
    [C7x_1 ]    423.204350 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_6 
    [C7x_1 ]    423.204571 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_7 
    [C7x_1 ]    423.204662 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_8 
    [C7x_1 ]    423.204685 s:  VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!!
    [C7x_1 ]    423.204699 s: APP: OpenVX Target kernel init ... !!!
    [C7x_1 ]    423.204894 s: APP: OpenVX Target kernel init ... Done !!!
    [C7x_1 ]    423.204908 s: APP: Init ... Done !!!
    [C7x_1 ]    423.204919 s: APP: Run ... !!!
    [C7x_1 ]    423.204928 s: IPC: Starting echo test ...
    [C7x_1 ]    423.205166 s: APP: Run ... Done !!!
    [C7x_1 ]    423.210923 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[x] C66X_2[P] C7X_1[s] 
    [C7x_1 ]    423.211564 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[P] C66X_2[P] C7X_1[s] 
    [C7x_1 ]    423.230023 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[P] C66X_1[P] C66X_2[P] C7X_1[s] 
    [C7x_1 ]    423.323718 s: IPC: Echo status: mpu1_0[x] mcu2_0[P] mcu2_1[P] C66X_1[P] C66X_2[P] C7X_1[s] 
    root@j7-evm:~# 
    root@j7-evm:~# 
    sg/rpmsg_char.kosbin/insmod /lib/modules/5.10.120-g95b90aa828/kernel/drivers/rpms
    ernel/drivers/rpmsg-kdrv/rpmsg_kdrv_switch.ko
    [  427.703824] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    /sbin/insmod /lib/modules/5.10.120-g95b90aa828/extra/pvrsrvkm.[  427.715100] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    koroot@j7-evm:~# /sbin/insmod /lib/modules/5.10.120-g95b90aa828/kernel/drivers/rp[  427.731102] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    sg-kdrv/rpmsg_kdrv_switch.ko
    [  427.744013] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  427.756248] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [  427.763800] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    root@j7-evm:~# [  427.772102] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [  427.781357] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    /sbin/insmod /lib/modules/5.10.120-g95b90aa828/extra/pvrsrvkm.ko[  427.790278] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [  427.802929] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [  427.811033] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [  427.819121] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  427.827930] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [  427.835435] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [  427.843529] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [  427.851619] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    
    [  428.679717] pvrsrvkm: loading out-of-tree module taints kernel.
    [  428.694756] pvrsrvkm 4e20000000.gpu: More than one power domain for this GPU, gpu driver manages power domains
    [  428.705829] PVR_K:  1209: Read BVNC 22.104.208.318 from HW device registers
    [  428.712816] PVR_K:  1209: RGX Device registered with BVNC 22.104.208.318
    [  428.719917] [drm] Initialized pvr 1.15.6133109 20170530 for 4e20000000.gpu on minor 0
    [  428.728791] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [  428.736334] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [  428.744432] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [  428.752533] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    root@j7-evm:~# [  428.761429] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [  428.769584] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [  428.777679] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [  428.785769] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  428.794572] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [  428.802077] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [  428.810171] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [  428.818256] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    
    root@j7-evm:~# 
    root@j7-evm:~# 
    root@j7-evm:~# 
    root@j7-evm:~# cd /opt/vision_apps/
    root@j7-evm:/opt/vision_apps# 
    root@j7-evm:/opt/vision_apps# 
    root@j7-evm:/opt/vision_apps# 
    root@j7-evm:/opt/vision_apps# ./run_app_tidl.sh
    APP: Init ... !!!
    MEM: Init ... !!!
    MEM: Initialized DMA HEAP (fd=4) !!!
    MEM: Init ... Done !!!
    IPC: Init ... !!!
    IPC: Init ... Done !!!
    REMOTE_SERVICE: Init ... !!!
    REMOTE_SERVICE: Init ... Done !!!
       456.729318 s: GTC Frequency = 200 MHz
    APP: Init ... Done !!!
       456.739581 s:  VX_ZONE_INIT:Enabled
       456.739593 s:  VX_ZONE_ERROR:Enabled
       456.739606 s:  VX_ZONE_WARNING:Enabled
       456.740490 s:  VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!!
       456.740691 s:  VX_ZONE_INIT:[tivxHostInitLocal:86] Initialization Done for HOST !!!
       457.093918 s:  VX_ZONE_ERROR:[ownContextSendCmd:814] Command ack message returned failure cmd_status: -1
       457.093963 s:  VX_ZONE_ERROR:[ownContextSendCmd:850] tivxEventWait() failed.
       457.093985 s:  VX_ZONE_ERROR:[ownNodeKernelInit:538] Target kernel, TIVX_CMD_NODE_CREATE failed for node DisplayNode
       457.093991 s:  VX_ZONE_ERROR:[ownNodeKernelInit:539] Please be sure the target callbacks have been registered for this core
       457.093997 s:  VX_ZONE_ERROR:[ownNodeKernelInit:540] If the target callbacks have been registered, please ensure no errors are occurring within the create callback of this kernel
       457.094004 s:  VX_ZONE_ERROR:[ownGraphNodeKernelInit:583] kernel init for node 0, kernel com.ti.hwa.display ... failed !!!
       457.094012 s:  VX_ZONE_ERROR:[vxVerifyGraph:2055] Node kernel init failed
       457.094018 s:  VX_ZONE_ERROR:[vxVerifyGraph:2109] Graph verify failed
    app_tidl: ERROR: Verifying display graph ... Failed !!!
       457.095260 s:  VX_ZONE_INIT:[tivxHostDeInitLocal:100] De-Initialization Done for HOST !!!
    [MCU2_0]    457.093543 s: src/drv/disp/dss_dispApi.c @ Line 1856: 
    [MCU2_0]    457.093601 s: Input width+startX/height+startY > display width/height
    [MCU2_0]    457.093656 s: src/drv/disp/dss_dispApi.c @ Line 1471: 
    [MCU2_0]    457.093692 s: Set DSS parameter IOCTL failed
    [MCU2_0]    457.093736 s:  VX_ZONE_ERROR:[tivxDisplayCreate:629] DISPLAY: ERROR: Display Set Parameters Failed!
       457.099646 s:  VX_ZONE_INIT:[tivxDeInitLocal:193] De-Initialization Done !!!
    APP: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... Done !!!
    IPC: Deinit ... !!!
    IPC: DeInit ... Done !!!
    MEM: Deinit ... !!!
    DDR_SHARED_MEM: Alloc's: 15 alloc's of 26122863 bytes 
    DDR_SHARED_MEM: Free's : 15 free's  of 26122863 bytes 
    DDR_SHARED_MEM: Open's : 0 allocs  of 0 bytes 
    DDR_SHARED_MEM: Total size: 536870912 bytes 
    MEM: Deinit ... Done !!!
    APP: Deinit ... Done !!!
    root@j7-evm:/opt/vision_apps# 
    root@j7-evm:/opt/vision_apps# 
    root@j7-evm:/opt/vision_apps#

  • Hi Nikhil Dasan,

    i set resolution ratio to 1920*1080 in DSS. Now i can see picture on the hdmi monitor.

    But i find that the display on not normal.

    i share you output on my board. 

    Is there anything need to change in my DSS driver? I use BT601 to my hdmi output.

    Can you give me some advise?

    Look forward to your reply!

  • Hi,

    Could you keep the DSS resolution ratio as it is, and can you modify the size in the application?

    For eg, if you are having a 720p display, could you do the below change in the application file main.c  present at ${PSDKRA}/vision_apps/dl_demos/app_tidl/ in app_init() function.

    obj->disp_params.posX = 0

    obj->disp_params.posY = 0

    Regards,
    Nikhil

  • Hi Nikhil Dasan,

    I modify as your advise. The resolution ratio is 1280*800 in DSS driver. There is no err when run run_app_tidl.sh script. i can see pictures in screen. 

    But the display is also not correct. the output is the same as my last share video. Meybe the timing parameters is not correct.

    Now the running error problem has been solved. i will close this question, and create a new question. you can reply it on below link. 

    Thank you very much!

    e2e.ti.com/.../tda4vm-output-color-is-not-corect-and-shape-is-also-not-corect-in-screen

  • Hi Nikhil Dasan,

    now i debug  timing on 1024*768 resolution ratio. so i want a demo to check display on my board.

    Can i modify the file as below(psdkra/vision_apps/apps/dl_demos/app_tidl/app_common.h)? then i can use this demo 'run_app_tidl.out' to test display problem.

    #define DISPLAY_WIDTH (1024)
    #define DISPLAY_HEIGHT (768)

  • Hi,

    Yes, you could change it here. Please also make sure that your offsets are (i.e., obj->disp_params.posX & obj->disp_params.posY) such that 

    DISPLAY_WIDTH+posX (or) DISPLAY_HEIGHT+posY  should be lessthan display width or height respectively (i.e., 1024*768)

    Regards,
    Nikhil