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.

Linux: TDA2x Linux TIDLOpenVX_OD Usecase Couldn't Run Normally

Hi,

     I'm trying to run TIDLOpenVX_OD usecase on Linux. (TDA2xEVM / VSDK 03.07)

     Build with "OPENVX_INCLUDE=YES" in file vision_sdk/apps/configs/tda2xx_evm_linux_all/cfg.mk and runing  with the required

files(inData_OD, inHeader_OD, tidl_net_jdetNet_ssd.bin, tidl_param_jdetNet_ssd.bin) in path: /opt/vision_sdk.

     but an error message appears.

      [HOST] [IPU2  ]    120.065637 s:
      [HOST] [IPU2  ]    120.065698 s:  ### XDC ASSERT - ERROR CALLBACK START ###
      [HOST] [IPU2  ]    120.065790 s:
      [HOST] [IPU2  ]    120.065912 s: E_hardFault: FORCED
      [HOST] [IPU2  ]    120.065973 s:
      [HOST] [IPU2  ]    120.066003 s:  ### XDC ASSERT - ERROR CALLBACK END ###
      [HOST] [IPU2  ]    120.066095 s:
      [HOST] [IPU2  ]    120.066308 s:
      [HOST] [IPU2  ]    120.066369 s:  ### XDC ASSERT - ERROR CALLBACK START ###
      [HOST] [IPU2  ]    120.066430 s:
      [HOST] [IPU2  ]    120.066552 s: E_busFault: PRECISERR: Immediate Bus Fault, exact addr known, address: 00683bc4
      [HOST] [IPU2  ]    120.066644 s:
      [HOST] [IPU2  ]    120.066705 s:  ### XDC ASSERT - ERROR CALLBACK END ###
      [HOST] [IPU2  ]    120.066766 s:    

full log file: 

dra7xx-evm login: root
root@dra7xx-evm:~# cd /opt/vision_sdk/
root@dra7xx-evm:/opt/vision_sdk# ls
FragShader.fsh                car.pod                       inHeader_OD                   ov106x3Config.sh              vision_sdk_load.sh
FragShader3Dsfm.fsh           cmemk.ko                      jeep2.bmp                     pvrscope                      vision_sdk_ov490_pinmux.sh
VertShader.vsh                disableDssInterruptsOnA15.sh  load_ocl_kos.sh               setupUltrasonicPinMux.sh      vision_sdk_unload.sh
VertShader3Dsfm.vsh           enableImx290.sh               memcache_load.sh              tda2exEnableAVB.sh
VipClockInversion.sh          enableIpu2CCSConectivity.sh   memcache_unload.sh            tidl_net_jdetNet_ssd.bin
apps.out                      hdmiReceiverConfig.sh         models                        tidl_param_jdetNet_ssd.bin
bin                           inData_OD                     opencl_env.sh                 ub964Init.sh
root@dra7xx-evm:/opt/vision_sdk# cp cmemk.ko bin/
root@dra7xx-evm:/opt/vision_sdk# ./vision_sdk_load.sh 
[   58.444458] DMA: Module install successful, device major num = 241 
[   58.451155] DRV: Module install successful
[   58.461583] CMEMK module: reference Linux version 4.4.84
[   58.468571] cmemk initialized
./disableDssInterruptsOnA15.sh: line 11: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 12: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 13: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 14: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 15: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 16: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 17: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 18: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 19: COMMANDS: command not found
updated  value is 


COMMANDS

	### WARNING ###: use the following [read | write | set bit | clear bit | dump] commands at your own risk!
	No address check done, may generate:
	  - bus error (invalid or not accessible <physical address>,
	  - platform crash/hang (bad <value>).

	    Read any OMAP memory address (register), given its <physical address> or <name> as listed in TRM.

	    Write <value> at any OMAP memory address (register), given its <physical address> or <name> as listed in TRM.

	    Set bit at <position> into any OMAP memory address (register), given its <physical address> or <name> as listed in TRM.

	    Clear bit at <position> into any OMAP memory address (register), given its <physical address> or <name> as listed in TRM.

	    Dump a range of OMAP memory addresses, from <start address> to <end address>.
	    Note all addresses within given range must be valid and accessible.

	### WARNING ###: use the following I2C [read | write] commands at your own risk!
	No address check done, may generate:
	  - I2C bus error (invalid or not accessible <physical address>,
	  - platform crash/hang (bad <value>).

	    Read I2C register at address <addr> from I2C chip at <chip-addr> on I2C <bus>.

	    Write <value> in I2C register at address <addr> from I2C chip at <chip-addr> on I2C <bus>.
root@dra7xx-evm:/opt/vision_sdk# export VX_TEST_DATA_PATH=/opt/openvx/test_input
root@dra7xx-evm:/opt/vision_sdk# ./apps.out 
 [HOST]  OSA: MEM: 0: Mapped 0xa0100000 to 0xb694f000 of size 0x00100000 
 [HOST]  OSA: MEM: 1: Mapped 0x84203000 to 0xa3d4f000 of size 0x12c00000 
 [HOST]  OSA: MEM: 2: Mapped 0xa0200000 to 0xa3c8f000 of size 0x00040000 
 [HOST]  OSA: MEM: 3: Mapped 0xa02c0000 to 0xa3ccf000 of size 0x00080000 
 [HOST]  OSA: MEM: 4: Mapped 0xa04c0000 to 0xa3a8f000 of size 0x00200000 
 [HOST]  OSA: HOST Remote Log Shared Memory @ 0xa024f140
 [HOST]  OSA: DSP1 Remote Log Shared Memory @ 0xa02769e0
 [HOST]  OSA: DSP2 Remote Log Shared Memory @ 0xa029e280
 [HOST]  OSA: EVE1 Remote Log Shared Memory @ 0xa02c5b20
 [HOST]  OSA: EVE2 Remote Log Shared Memory @ 0xa02ed3c0
 [HOST]  OSA: EVE3 Remote Log Shared Memory @ 0xa0314c60
 [HOST]  OSA: EVE4 Remote Log Shared Memory @ 0xa033c500
 [HOST]  OSA: IPU2 Remote Log Shared Memory @ 0xa0363da0
 [HOST] [HOST  ]     75.984566 s:  SYSTEM: System A15 Init in progress !!!
 [HOST] [HOST  ]     75.984688 s:  SYSTEM: IPC: Init in progress !!!
 [HOST] [HOST  ]     75.984688 s:  SYSTEM: IPC: Notify init in progress !!!
 [HOST] [HOST  ]     75.985969 s:  SYSTEM: IPC: [IPU2] socket bind success !!! (dst vproc = 1, endpt = 81)
 [HOST] [HOST  ]     75.986000 s:  SYSTEM: IPC: [IPU2] socket info (family = 41, dst proc id = -1, endpt = 81) !!!
 [HOST] [HOST  ]     75.986061 s:  SYSTEM: IPC: [IPU2] socket connect success !!! (dst vproc = 1, endpt = 80)
 [HOST] [HOST  ]     75.986061 s:  SYSTEM: IPC: [IPU2] socket info (family = 41, dst proc id = -1, endpt = 1024) !!!
 [HOST] [HOST  ]     75.987159 s:  SYSTEM: IPC: [DSP1] socket bind success !!! (dst vproc = 2, endpt = 81)
 [HOST] [HOST  ]     75.987159 s:  SYSTEM: IPC: [DSP1] socket info (family = 41, dst proc id = -1, endpt = 81) !!!
 [HOST] [HOST  ]     75.987189 s:  SYSTEM: IPC: [DSP1] socket connect success !!! (dst vproc = 2, endpt = 80)
 [HOST] [HOST  ]     75.987220 s:  SYSTEM: IPC: [DSP1] socket info (family = 41, dst proc id = -1, endpt = 1024) !!!
 [HOST] [HOST  ]     75.988196 s:  SYSTEM: IPC: [DSP2] socket bind success !!! (dst vproc = 3, endpt = 81)
 [HOST] [HOST  ]     75.988226 s:  SYSTEM: IPC: [DSP2] socket info (family = 41, dst proc id = -1, endpt = 81) !!!
 [HOST] [HOST  ]     75.988257 s:  SYSTEM: IPC: [DSP2] socket connect success !!! (dst vproc = 3, endpt = 80)
 [HOST] [HOST  ]     75.988257 s:  SYSTEM: IPC: [DSP2] socket info (family = 41, dst proc id = -1, endpt = 1024) !!!
 [HOST] [HOST  ]     75.988409 s:  SYSTEM: IPC: Notify init DONE !!!
 [HOST] [HOST  ]     75.988440 s:  SYSTEM: MSGQ: MsgQ init in progress !!!
 [HOST] [HOST  ]     75.988562 s:  SYSTEM: MSGQ: MsgQ init DONE !!!
 [HOST] [HOST  ]     75.988562 s:  SYSTEM: IPC: Init DONE !!!
 [HOST] [HOST  ]     75.988562 s:  SYSTEM: Initializing A15 Links !!! 
 [HOST] [HOST  ]     75.988714 s:  IPC_OUT_0 : Init done - linkid-0x2000000
 [HOST] [HOST  ]     75.988836 s:  IPC_OUT_1 : Init done - linkid-0x2000001
 [HOST] [HOST  ]     75.988958 s:  IPC_OUT_2 : Init done - linkid-0x2000002
 [HOST] [HOST  ]     75.989080 s:  IPC_OUT_3 : Init done - linkid-0x2000003
 [HOST] [HOST  ]     75.989202 s:  IPC_OUT_4 : Init done - linkid-0x2000004
 [HOST] [HOST  ]     75.989324 s:  IPC_IN_0 : Init done - linkid-0x200000a
 [HOST] [HOST  ]     75.989477 s:  IPC_IN_1 : Init done - linkid-0x200000b
 [HOST] [HOST  ]     75.989599 s:  IPC_IN_2 : Init done - linkid-0x200000c
 [HOST] [HOST  ]     75.989721 s:  IPC_IN_3 : Init done - linkid-0x200000d
 [HOST] [HOST  ]     75.989904 s:  IPC_IN_4 : Init done - linkid-0x200000e
 [HOST] [HOST  ]     75.990026 s:  IPC_IN_5 : Init done - linkid-0x200000f
 [HOST] [HOST  ]     75.990178 s:  IPC_IN_6 : Init done - linkid-0x2000010
 [HOST] [HOST  ]     75.990270 s:  NULL_0 : Init done - linkid-0x2000014
 [HOST] [HOST  ]     75.990392 s:  NULL_1 : Init done - linkid-0x2000015
 [HOST] [HOST  ]     75.990819 s:  NULL_SRC_0 : Init done - linkid-0x2000039
 [HOST] [HOST  ]     75.990971 s:  SGX3DSRV_0 : Init done - linkid-0x200004b
 [HOST] [HOST  ]     75.991124 s:  ALGORITHM_0 : Init done - linkid-0x2000031
 [HOST] [HOST  ]     75.991276 s:  ALGORITHM_1 : Init done - linkid-0x2000032
 [HOST] [HOST  ]     75.991429 s:  ALGORITHM_2 : Init d[   69.847828] omap_l3_noc 44000000.ocp: L3 application error: target 3 mod:2 (unclearable)
one - linkid-0x2000033
 [HOST] [HOST  ]     75.991581 s:  ALGORITHM_3 : Init done - linkid-0x2000034
 [HOST] [HOST  ]     75.991764 s:  ALGORITHM_4 : Init done - linkid-0x2000035
 [HOST] [HOST  ]     75.991917 s:  ALGORITHM_5 : Init done - linkid-0x2000036
 [HOST] [HOST  ]     75.992069 s:  ALGORITHM_6 : Init done - linkid-0x2000037
 [HOST] [HOST  ]     75.992252 s:  ALGORITHM_7 : Init done - linkid-0x2000038
 [HOST] [HOST  ]     75.992466 s:  DUP0 : Init done - linkid-0x0
 [HOST] [HOST  ]     75.992679 s:  DUP1 : Init done - linkid-0x0
 [HOST] [HOST  ]     75.992923 s:  DUP2 : Init done - linkid-0x0
 [HOST] [HOST  ]     75.993198 s:  DUP3 : Init done - linkid-0x0
 [HOST] [HOST  ]     75.993411 s:  DUP4 : Init done - linkid-0x0
 [HOST] [HOST  ]     75.993594 s:  SYNC_0 : Init done - linkid-0x0
 [HOST] [HOST  ]     75.993777 s:  SYNC_1 : Init done - linkid-0x0
 [HOST] [HOST  ]     75.993930 s:  SYNC_2 : Init done - linkid-0x0
 [HOST] [HOST  ]     75.994082 s:  SYNC_3 : Init done - linkid-0x0
 [HOST] [HOST  ]     75.994265 s:  MERGE_0 : Init done - linkid-0x0
 [HOST] [HOST  ]     75.994418 s:  MERGE_1 : Init done - linkid-0x0
 [HOST] [HOST  ]     75.994601 s:  MERGE_2 : Init done - linkid-0x0
 [HOST] [HOST  ]     75.994753 s:  MERGE_3 : Init done - linkid-0x0
 [HOST] [HOST  ]     75.994906 s:  MERGE_4 : Init done - linkid-0x0
 [HOST] [HOST  ]     75.995089 s:  SELECT_0 : Init done - linkid-0x0
 [HOST] [HOST  ]     75.999572 s:  SELECT_1 : Init done - linkid-0x0
 [HOST] [HOST  ]     75.999725 s:  GATE_0 : Init done - linkid-0x0
 [HOST] [HOST  ]     75.999847 s:  GATE_1 : Init done - linkid-0x0
 [HOST] [HOST  ]     75.999969 s:  GATE_2 : Init done - linkid-0x0
 [HOST] [HOST  ]     76.000061 s:  GATE_3 : Init done - linkid-0x0
 [HOST] [HOST  ]     76.000183 s:  SGXFRMCPY_0 : Init done - linkid-0x200004a
 [HOST] [HOST  ]     76.000305 s:  SGX3DSFM_0 : Init done - linkid-0x200004c
 [HOST] [HOST  ]     76.000335 s:  SYSTEM: Initializing A15 Links ... DONE !!! 
 [HOST] [HOST  ]     76.002226 s:  OSA: Adjusting global time, timeH by 0 units!!!
 VX_ZONE_INIT:Enabled
 VX_ZONE_ERROR:Enabled
 VX_ZONE_WARNING:Enabled
 [HOST] [DSP1  ]     14.216647 s:  ***** DSP1 Firmware build time 16:26:00 Dec 16 2019
 [HOST] [DSP1  ]     14.216738 s:  *** SYSTEM: CPU Frequency <ORG = 600000000 Hz>, <NEW = 750000000 Hz>
 [HOST] [DSP1  ]     14.216982 s:  SYSTEM: System Common Init in progress !!!
 [HOST] [DSP1  ]     14.217196 s:  UTILS: CIO: Init Done !!!
 [HOST] [DSP1  ]     14.217226 s:  SYSTEM: IPC init in progress !!!
 [HOST] [DSP1  ]     14.217257 s:  SYSTEM: Attaching to [IPU2] ... 
 [HOST] [DSP1  ]     14.602909 s:  SYSTEM: Attaching to [IPU2] ... SUCCESS !!!
 [HOST] [DSP1  ]     14.607911 s:  SYSTEM: Attaching to [DSP2] ... SUCCESS !!!
 [HOST] [DSP1  ]     14.629628 s:  SYSTEM: Attaching to [EVE1] ... SUCCESS !!!
 [HOST] [DSP1  ]     14.649637 s:  SYSTEM: Attaching to [EVE2] ... SUCCESS !!!
 [HOST] [DSP1  ]     14.669676 s:  SYSTEM: Attaching to [EVE3] ... SUCCESS !!!
 [HOST] [DSP1  ]     14.689623 s:  SYSTEM: Attaching to [EVE4] ... SUCCESS !!!
 [HOST] [DSP1  ]     14.689654 s:  SYSTEM: Notify register to [IPU2] line 0, event 15... 
 [HOST] [DSP1  ]     14.689715 s:  SYSTEM: Notify register to [DSP2] line 0, event 15... 
 [HOST] [DSP1  ]     14.689745 s:  SYSTEM: Notify register to [EVE1] line 0, event 15... 
 [HOST] [DSP1  ]     14.689806 s:  SYSTEM: Notify register to [EVE2] line 0, event 15... 
 [HOST] [DSP1  ]     14.689837 s:  SYSTEM: Notify register to [EVE3] line 0, event 15... 
 [HOST] [DSP1  ]     14.689867 s:  SYSTEM: Notify register to [EVE4] line 0, event 15... 
 [HOST] [DSP1  ]     14.689898 s:  SYSTEM: Notify init done !!!
 [HOST] [DSP1  ]     14.690081 s:  SYSTEM: MsgQ init done !!!
 [HOST] [DSP1  ]     14.690172 s: RpmsgInit in progress...
 [HOST] [DSP1  ]     14.690203 s: Connection established with HLOS, calling rpmsgInit
 [HOST] [DSP1  ]     14.690386 s:3_noc 44000000.ocp: L3 debug error: target 3 mod:2 (unclearable)
  SYSTEM: IPC init DONE !!!
 [HOST] [DSP1  ]     14.691026 s:  YSTEM: Initializing TIOVX ...
 [HOST] [DSP1  ]     14.691087 s:  VX_ZONE_INIT:Enabled
 [HOST] [DSP1  ]     14.691118 s:  VX_ZONE_ERROR:Enabled
 [HOST] [DSP1  ]     14.691148 s:  VX_ZONE_WARNING:Enabled
 [HOST] [DSP1  ]     14.691911 s:  VX_ZONE_INIT:[tivxReserveC66xL2MEM:366] BAM memory config: IBUF 180224 bytes @ 0x00800000, WBUF 45056 bytes @ 0x0082c000 !!! 
 [HOST] [DSP1  ]     14.692277 s:  VX_ZONE_INIT:[tivxInit:72] Initialization Done !!!
 [HOST] [DSP1  ]     14.692307 s:  SYSTEM: Initializing TIOVX ... Done !!!
 [HOST] [DSP1  ]     14.692307 s:  Register DMS on vision sdk system_common.c !!!
 [HOST] [DSP1  ]     14.692338 s:  SYSTEM: System Common Init Done !!!
 [HOST] [DSP1  ]     14.692368 s:  SYSTEM: System DSP Init in progress !!!
 [HOST] [DSP1  ]     14.692612 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024 
 [HOST] [DSP1  ]     14.692643 s:  SYSTEM: Heap = LOCAL_L2             @ 0x00800000, Total size = 227264 B (221 KB), Free size = 227264 B (221 KB)
 [HOST] [DSP1  ]     14.692704 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 524288 B (512 KB), Free size = 516176 B (504 KB)
 [HOST] [DSP1  ]     14.692765 s:  SYSTEM: Initializing Links !!! 
 [HOST] [DSP1  ]     14.701793 s:  SYSTEM: Initializing Links ... DONE !!! 
 [HOST] [DSP1  ]     14.701823 s: lz4CompDecomp Init
 [HOST] [DSP1  ]     14.701854 s:  SYSTEM: System DSP Init Done !!!
 [HOST] [DSP1  ]     15.034679 s:  SYSTEM: CACHE: L1P = 32 KB, L1D = 32 KB, L2 = 32 KB ... after boot !!!
 [HOST] [DSP1  ]     15.034740 s:  SYSTEM: CACHE: L1P = 32 KB, L1D = 32 KB, L2 = 32 KB ... after update by APP !!!
 [HOST] [DSP2  ]     14.489355 s: ***** DSP2 Firmware build time 16:26:00 Dec 16 2019
 [HOST] [DSP2  ]     14.489416 s:  *** SYSTEM: CPU Frequency <ORG = 600000000 Hz>, <NEW = 750000000 Hz>
 [HOST] [DSP2  ]     14.489690 s:  SYSTEM: System Common Init in progress !!!
 [HOST] [DSP2  ]     14.489904 s:  UTILS: CIO: Init Done !!!
 [HOST] [DSP2  ]     14.489934 s:  SYSTEM: IPC init in progress !!!
 [HOST] [DSP2  ]     14.489965 s:  SYSTEM: Attaching to [IPU2] ... 
 [HOST] [DSP2  ]     14.605868 s:  SYSTEM: Attaching to [IPU2] ... SUCCESS !!!
 [HOST] [DSP2  ]     14.607911 s:  SYSTEM: Attaching to [DSP1] ... SUCCESS !!!
 [HOST] [DSP2  ]     14.639541 s:  SYSTEM: Attaching to [EVE1] ... SUCCESS !!!
 [HOST] [DSP2  ]     14.659519 s:  SYSTEM: Attaching to [EVE2] ... SUCCESS !!!
 [HOST] [DSP2  ]     14.679558 s:  SYSTEM: Attaching to [EVE3] ... SUCCESS !!!
 [HOST] [DSP2  ]     14.699566 s:  SYSTEM: Attaching to [EVE4] ... SUCCESS !!!
 [HOST] [DSP2  ]     14.699597 s:  SYSTEM: Notify register to [IPU2] line 0, event 15... 
 [HOST] [DSP2  ]     14.699658 s:  SYSTEM: Notify register to [DSP1] line 0, event 15... 
 [HOST] [DSP2  ]     14.699719 s:  SYSTEM: Notify register to [EVE1] line 0, event 15... 
 [HOST] [DSP2  ]     14.699749 s:  SYSTEM: Notify register to [EVE2] line 0, event 15... 
 [HOST] [DSP2  ]     14.699780 s:  SYSTEM: Notify register to [EVE3] line 0, event 15... 
 [HOST] [DSP2  ]     14.699810 s:  SYSTEM: Notify register to [EVE4] line 0, event 15... 
 [HOST] [DSP2  ]     14.699871 s:  SYSTEM: Notify init done !!!
 [HOST] [DSP2  ]     14.700024 s:  SYSTEM: MsgQ init done !!!
 [HOST] [DSP2  ]     14.700146 s: RpmsgInit in progress...
 [HOST] [DSP2  ]     14.700146 s: Connection established with HLOS, calling rpmsgInit
 [HOST] [DSP2  ]     14.700359 s:  SYSTEM: IPC init DONE !!!
 [HOST] [DSP2  ]     14.701000 s:  SYSTEM: Initializing TIOVX ...
 [HOST] [DSP2  ]     14.701061 s:  VX_ZONE_INIT:Enabled
 [HOST] [DSP2  ]     14.701091 s:  VX_ZONE_ERROR:Enabled
 [HOST] [DSP2  ]     14.701122 s:  VX_ZONE_WARNING:Enabled
 [HOST] [DSP2  ]     14.701884 s:  VX_ZONE_INIT:[tivxReserveC66xL2MEM:366] BAM memory config: IBUF 180224 bytes @ 0x00800000, WBUF 45056 bytes @ 0x0082c000 !!! 
 [HOST] [DSP2  ]     14.702250 s:  VX_ZONE_INIT:[tivxInit:72] Initialization Done !!!
 [HOST] [DSP2  ]     14.702281 s:  SYSTEM: Initializing TIOVX ... Done !!!
 [HOST] [DSP2  ]     14.702281 s:  Register DMS on vision sdk system_common.c !!!
 [HOST] [DSP2  ]     14.702311 s:  SYSTEM: System Common Init Done !!!
 [HOST] [DSP2  ]     14.702342 s:  SYSTEM: System DSP Init in progress !!!
 [HOST] [DSP2  ]     14.702586 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024 
 [HOST] [DSP2  ]     14.702616 s:  SYSTEM: Heap = LOCAL_L2             @ 0x00800000, Total size = 227264 B (221 KB), Free size = 227264 B (221 KB)
 [HOST] [DSP2  ]     14.702647 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 524288 B (512 KB), Free size = 516176 B (504 KB)
 [HOST] [DSP2  ]     14.702708 s:  SYSTEM: Initializing Links !!! 
 [HOST] [DSP2  ]     14.711889 s:  SYSTEM: Initializing Links ... DONE !!! 
 [HOST] [DSP2  ]     14.711950 s: lz4CompDecomp Init
 [HOST] [DSP2  ]     14.711950 s:  SYSTEM: System DSP Init Done !!!
 [HOST] [DSP2  ]     15.036692 s:  SYSTEM: CACHE: L1P = 32 KB, L1D = 32 KB, L2 = 32 KB ... after boot !!!
 [HOST] [DSP2  ]     15.036722 s:  SYSTEM: CACHE: L1P = 32 KB, L1D = 32 KB, L2 = 32 KB ... after update by APP !!!
 [HOST] [EVE1  ]     14.602970 s:  ***** EVE Firmware build time 16:24:26 Dec 16 2019 
 [HOST] [EVE1  ]     14.604678 s:  *** SYSTEM: CPU Frequency <ORG = 267500000 Hz>, <NEW = 267500000 Hz>
 [HOST] [EVE1  ]     14.607301 s:  SYSTEM: System Common Init in progress !!!
 [HOST] [EVE1  ]     14.609558 s:  UTILS: CIO: Init Done !!!
 [HOST] [EVE1  ]     14.610473 s:  SYSTEM: IPC init in progress !!!
 [HOST] [EVE1  ]     14.611389 s:  SYSTEM: Attaching to [IPU2] ... 
 [HOST] [EVE1  ]     14.619929 s:  SYSTEM: Attaching to [IPU2] ... SUCCESS !!!
 [HOST] [EVE1  ]     14.629628 s:  SYSTEM: Attaching to [DSP1] ... SUCCESS !!!
 [HOST] [EVE1  ]     14.639541 s:  SYSTEM: Attaching to [DSP2] ... SUCCESS !!!
 [HOST] [EVE1  ]     14.679710 s:  SYSTEM: Attaching to [EVE2] ... SUCCESS !!!
 [HOST] [EVE1  ]     14.709693 s:  SYSTEM: Attaching to [EVE3] ... SUCCESS !!!
 [HOST] [EVE1  ]     14.729762 s:  SYSTEM: Attaching to [EVE4] ... SUCCESS !!!
 [HOST] [EVE1  ]     14.730830 s:  SYSTEM: Notify register to [IPU2] line 0, event 15... 
 [HOST] [EVE1  ]     14.732111 s:  SYSTEM: Notify register to [DSP1] line 0, event 15... 
 [HOST] [EVE1  ]     14.733361 s:  SYSTEM: Notify register to [DSP2] line 0, event 15... 
 [HOST] [EVE1  ]     14.734642 s:  SYSTEM: Notify register to [EVE2] line 0, event 15... 
 [HOST] [EVE1  ]     14.735862 s:  SYSTEM: Notify register to [EVE3] line 0, event 15... 
 [HOST] [EVE1  ]     14.737113 s:  SYSTEM: Notify register to [EVE4] line 0, event 15... 
 [HOST] [EVE1  ]     14.738394 s:  SYSTEM: Notify init done !!!
 [HOST] [EVE1  ]     14.740102 s:  SYSTEM: MsgQ init done !!!
 [HOST] [EVE1  ]     14.740956 s:  SYSTEM: IPC init DONE !!!
 [HOST] [EVE1  ]     14.753797 s:  SYSTEM: Initializing TIOVX ...
 [HOST] [EVE1  ]     14.755230 s:  VX_ZONE_INIT:Enabled
 [HOST] [EVE1  ]     14.756603 s:  VX_ZONE_ERROR:Enabled
 [HOST] [EVE1  ]     14.758067 s:  VX_ZONE_WARNING:Enabled
 [HOST] [EVE1  ]     14.761941 s:  VX_ZONE_INIT:[tivxInit:72] Initialization Done !!!
 [HOST] [EVE1  ]     14.763008 s:  SYSTEM: Initializing TIOVX ... Done !!!
 [HOST] [EVE1  ]     14.764015 s:  SYSTEM: System Common Init Done !!!
 [HOST] [EVE1  ]     14.764960 s:  SYSTEM: System EVE Init in progress !!!
 [HOST] [EVE1  ]     14.766394 s:  UTILS: DMA: HWI Create for INT8 !!!
 [HOST] [EVE1  ]     14.767522 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024 
 [HOST] [EVE1  ]     14.768773 s:  SYSTEM: Heap = LOCAL_L2             @ 0x40020000, Total size = 22528 B (22 KB), Free size = 22528 B (22 KB)
 [HOST] [EVE1  ]     14.770969 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 262144 B (256 KB), Free size = 254280 B (248 KB)
 [HOST] [EVE1  ]     14.773073 s:  SYSTEM: Initializing Links !!! 
 [HOST] [EVE1  ]     14.860184 s:  SYSTEM: Initializing Links ... DONE !!! 
 [HOST] [EVE1  ]     14.861190 s:  SYSTEM: System EVE Init Done !!!
 [HOST] [EVE2  ]     14.603519 s:  ***** EVE Firmware build time 16:24:22 Dec 16 2019 
 [HOST] [EVE2  ]     14.605288 s:  *** SYSTEM: CPU Frequency <ORG = 267500000 Hz>, <NEW = 267500000 Hz>
 [HOST] [EVE2  ]     14.608369 s:  SYSTEM: System Common Init in progress !!!
 [HOST] [EVE2  ]     14.610443 s:  UTILS: CIO: Init Done !!!
 [HOST] [EVE2  ]     14.611389 s:  SYSTEM: IPC init in progress !!!
 [HOST] [EVE2  ]     14.612365 s:  SYSTEM: Attaching to [IPU2] ... 
 [HOST] [EVE2  ]     14.639998 s:  SYSTEM: Attaching to [IPU2] ... SUCCESS !!!
 [HOST] [EVE2  ]     14.649637 s:  SYSTEM: Attaching to [DSP1] ... SUCCESS !!!
 [HOST] [EVE2  ]     14.659519 s:  SYSTEM: Attaching to [DSP2] ... SUCCESS !!!
 [HOST] [EVE2  ]     14.679710 s:  SYSTEM: Attaching to [EVE1] ... SUCCESS !!!
 [HOST] [EVE2  ]     14.729610 s:  SYSTEM: Attaching to [EVE3] ... SUCCESS !!!
 [HOST] [EVE2  ]     14.749588 s:  SYSTEM: Attaching to [EVE4] ... SUCCESS !!!
 [HOST] [EVE2  ]     14.750625 s:  SYSTEM: Notify register to [IPU2] line 0, event 15... 
 [HOST] [EVE2  ]     14.751906 s:  SYSTEM: Notify register to [DSP1] line 0, event 15... 
 [HOST] [EVE2  ]     14.753217 s:  SYSTEM: Notify register to [DSP2] line 0, event 15... 
 [HOST] [EVE2  ]     14.754498 s:  SYSTEM: Notify register to [EVE1] line 0, event 15... 
 [HOST] [EVE2  ]     14.755779 s:  SYSTEM: Notify register to [EVE3] line 0, event 15... 
 [HOST] [EVE2  ]     14.757091 s:  SYSTEM: Notify register to [EVE4] line 0, event 15... 
 [HOST] [EVE2  ]     14.758341 s:  SYSTEM: Notify init done !!!
 [HOST] [EVE2  ]     14.760080 s:  SYSTEM: MsgQ init done !!!
 [HOST] [EVE2  ]     14.760965 s:  SYSTEM: IPC init DONE !!!
 [HOST] [EVE2  ]     14.774049 s:  SYSTEM: Initializing TIOVX ...
 [HOST] [EVE2  ]     14.775513 s:  VX_ZONE_INIT:Enabled
 [HOST] [EVE2  ]     14.776947 s:  VX_ZONE_ERROR:Enabled
 [HOST] [EVE2  ]     14.778503 s:  VX_ZONE_WARNING:Enabled
 [HOST] [EVE2  ]     14.782498 s:  VX_ZONE_INIT:[tivxInit:72] Initialization Done !!!
 [HOST] [EVE2  ]     14.783566 s:  SYSTEM: Initializing TIOVX ... Done !!!
 [HOST] [EVE2  ]     14.784542 s:  SYSTEM: System Common Init Done !!!
 [HOST] [EVE2  ]     14.785487 s:  SYSTEM: System EVE Init in progress !!!
 [HOST] [EVE2  ]     14.786860 s:  UTILS: DMA: HWI Create for INT8 !!!
 [HOST] [EVE2  ]     14.788049 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024 
 [HOST] [EVE2  ]     14.789361 s:  SYSTEM: Heap = LOCAL_L2             @ 0x40020000, Total size = 22528 B (22 KB), Free size = 22528 B (22 KB)
 [HOST] [EVE2  ]     14.791526 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 262144 B (256 KB), Free size = 254280 B (248 KB)
 [HOST] [EVE2  ]     14.793661 s:  SYSTEM: Initializing Links !!! 
 [HOST] [EVE2  ]     14.881260 s:  SYSTEM: Initializing Links ... DONE !!! 
 [HOST] [EVE2  ]     14.882236 s:  SYSTEM: System EVE Init Done !!!
 [HOST] [EVE3  ]     14.603458 s:  ***** EVE Firmware build time 16:24:22 Dec 16 2019 
 [HOST] [EVE3  ]     14.605197 s:  *** SYSTEM: CPU Frequency <ORG = 267500000 Hz>, <NEW = 267500000 Hz>
 [HOST] [EVE3  ]     14.608155 s:  SYSTEM: System Common Init in progress !!!
 [HOST] [EVE3  ]     14.610229 s:  UTILS: CIO: Init Done !!!
 [HOST] [EVE3  ]     14.611175 s:  SYSTEM: IPC init in progress !!!
 [HOST] [EVE3  ]     14.612090 s:  SYSTEM: Attaching to [IPU2] ... 
 [HOST] [EVE3  ]     14.659946 s:  SYSTEM: Attaching to [IPU2] ... SUCCESS !!!
 [HOST] [EVE3  ]     14.669676 s:  SYSTEM: Attaching to [DSP1] ... SUCCESS !!!
 [HOST] [EVE3  ]     14.679558 s:  SYSTEM: Attaching to [DSP2] ... SUCCESS !!!
 [HOST] [EVE3  ]     14.709693 s:  SYSTEM: Attaching to [EVE1] ... SUCCESS !!!
 [HOST] [EVE3  ]     14.729610 s:  SYSTEM: Attaching to [EVE2] ... SUCCESS !!!
 [HOST] [EVE3  ]     14.769566 s:  SYSTEM: Attaching to [EVE4] ... SUCCESS !!!
 [HOST] [EVE3  ]     14.770603 s:  SYSTEM: Notify register to [IPU2] line 0, event 15... 
 [HOST] [EVE3  ]     14.771945 s:  SYSTEM: Notify register to [DSP1] line 0, event 15... 
 [HOST] [EVE3  ]     14.773317 s:  SYSTEM: Notify register to [DSP2] line 0, event 15... 
 [HOST] [EVE3  ]     14.774690 s:  SYSTEM: Notify register to [EVE1] line 0, event 15... 
 [HOST] [EVE3  ]     14.776062 s:  SYSTEM: Notify register to [EVE2] line 0, event 15... 
 [HOST] [EVE3  ]     14.777435 s:  SYSTEM: Notify register to [EVE4] line 0, event 15... 
 [HOST] [EVE3  ]     14.778838 s:  SYSTEM: Notify init done !!!
 [HOST] [EVE3  ]     14.780668 s:  SYSTEM: MsgQ init done !!!
 [HOST] [EVE3  ]     14.781583 s:  SYSTEM: IPC init DONE !!!
 [HOST] [EVE3  ]     14.794729 s:  SYSTEM: Initializing TIOVX ...
 [HOST] [EVE3  ]     14.796223 s:  VX_ZONE_INIT:Enabled
 [HOST] [EVE3  ]     14.797688 s:  VX_ZONE_ERROR:Enabled
 [HOST] [EVE3  ]     14.799304 s:  VX_ZONE_WARNING:Enabled
 [HOST] [EVE3  ]     14.803086 s:  VX_ZONE_INIT:[tivxInit:72] Initialization Done !!!
 [HOST] [EVE3  ]     14.804184 s:  SYSTEM: Initializing TIOVX ... Done !!!
 [HOST] [EVE3  ]     14.805191 s:  SYSTEM: System Common Init Done !!!
 [HOST] [EVE3  ]     14.806136 s:  SYSTEM: System EVE Init in progress !!!
 [HOST] [EVE3  ]     14.807570 s:  UTILS: DMA: HWI Create for INT8 !!!
 [HOST] [EVE3  ]     14.808820 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024 
 [HOST] [EVE3  ]     14.810071 s:  SYSTEM: Heap = LOCAL_L2             @ 0x40020000, Total size = 22528 B (22 KB), Free size = 22528 B (22 KB)
 [HOST] [EVE3  ]     14.812358 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 262144 B (256 KB), Free size = 254280 B (248 KB)
 [HOST] [EVE3  ]     14.814524 s:  SYSTEM: Initializing Links !!! 
 [HOST] [EVE3  ]     14.899164 s:  SYSTEM: Initializing Links ... DONE !!! 
 [HOST] [EVE3  ]     14.900140 s:  SYSTEM: System EVE Init Done !!!
 [HOST] [EVE4  ]     14.603672 s:  ***** EVE Firmware build time 16:24:25 Dec 16 2019 
 [HOST] [EVE4  ]     14.605380 s:  *** SYSTEM: CPU Frequency <ORG = 267500000 Hz>, <NEW = 267500000 Hz>
 [HOST] [EVE4  ]     14.608430 s:  SYSTEM: System Common Init in progress !!!
 [HOST] [EVE4  ]     14.610473 s:  UTILS: CIO: Init Done !!!
 [HOST] [EVE4  ]     14.611419 s:  SYSTEM: IPC init in progress !!!
 [HOST] [EVE4  ]     14.612365 s:  SYSTEM: Attaching to [IPU2] ... 
 [HOST] [EVE4  ]     14.680015 s:  SYSTEM: Attaching to [IPU2] ... SUCCESS !!!
 [HOST] [EVE4  ]     14.689623 s:  SYSTEM: Attaching to [DSP1] ... SUCCESS !!!
 [HOST] [EVE4  ]     14.699566 s:  SYSTEM: Attaching to [DSP2] ... SUCCESS !!!
 [HOST] [EVE4  ]     14.729762 s:  SYSTEM: Attaching to [EVE1] ... SUCCESS !!!
 [HOST] [EVE4  ]     14.749588 s:  SYSTEM: Attaching to [EVE2] ... SUCCESS !!!
 [HOST] [EVE4  ]     14.769566 s:  SYSTEM: Attaching to [EVE3] ... SUCCESS !!!
 [HOST] [EVE4  ]     14.770603 s:  SYSTEM: Notify register to [IPU2] line 0, event 15... 
 [HOST] [EVE4  ]     14.771945 s:  SYSTEM: Notify register to [DSP1] line 0, event 15... 
 [HOST] [EVE4  ]     14.773317 s:  SYSTEM: Notify register to [DSP2] line 0, event 15... 
 [HOST] [EVE4  ]     14.774690 s:  SYSTEM: Notify register to [EVE1] line 0, event 15... 
 [HOST] [EVE4  ]     14.776032 s:  SYSTEM: Notify register to [EVE2] line 0, event 15... 
 [HOST] [EVE4  ]     14.777343 s:  SYSTEM: Notify register to [EVE3] line 0, event 15... 
 [HOST] [EVE4  ]     14.778777 s:  SYSTEM: Notify init done !!!
 [HOST] [EVE4  ]     14.780607 s:  SYSTEM: MsgQ init done !!!
 [HOST] [EVE4  ]     14.781492 s:  SYSTEM: IPC init DONE !!!
 [HOST] [EVE4  ]     14.794576 s:  SYSTEM: Initializing TIOVX ...
 [HOST] [EVE4  ]     14.796101 s:  VX_ZONE_INIT:Enabled
 [HOST] [EVE4  ]     14.797566 s:  VX_ZONE_ERROR:Enabled
 [HOST] [EVE4  ]     14.799213 s:  VX_ZONE_WARNING:Enabled
 [HOST] [EVE4  ]     14.802995 s:  VX_ZONE_INIT:[tivxInit:72] Initialization Done !!!
 [HOST] [EVE4  ]     14.804093 s:  SYSTEM: Initializing TIOVX ... Done !!!
 [HOST] [EVE4  ]     14.805130 s:  SYSTEM: System Common Init Done !!!
 [HOST] [EVE4  ]     14.806106 s:  SYSTEM: System EVE Init in progress !!!
 [HOST] [EVE4  ]     14.807570 s:  UTILS: DMA: HWI Create for INT8 !!!
 [HOST] [EVE4  ]     14.808790 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024 
 [HOST] [EVE4  ]     14.810040 s:  SYSTEM: Heap = LOCAL_L2             @ 0x40020000, Total size = 22528 B (22 KB), Free size = 22528 B (22 KB)
 [HOST] [EVE4  ]     14.812328 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 262144 B (256 KB), Free size = 254280 B (248 KB)
 [HOST] [EVE4  ]     14.814463 s:  SYSTEM: Initializing Links !!! 
 [HOST] [EVE4  ]     14.899255 s:  SYSTEM: Initializing Links ... DONE !!! 
 [HOST] [EVE4  ]     14.900231 s:  SYSTEM: System EVE Init Done !!!
 [HOST] [IPU2  ]     14.436893 s: 
 [HOST] [IPU2  ]  EVE1 Image Load Completed 
 [HOST] [IPU2  ]     14.487342 s: 
 [HOST] [IPU2  ]  EVE2 Image Load Completed 
 [HOST] [IPU2  ]     14.536356 s: 
 [HOST] [IPU2  ]  EVE3 Image Load Completed 
 [HOST] [IPU2  ]     14.585066 s: 
 [HOST] [IPU2  ]  EVE4 Image Load Completed 
 [HOST] [IPU2  ]     14.585188 s: 
 [HOST] [IPU2  ]  EVE MMU configuration completed 
 [HOST] [IPU2  ]     14.585249 s: 
 [HOST] [IPU2  ]  EVE MMU configuration completed 
 [HOST] [IPU2  ]     14.585341 s: 
 [HOST] [IPU2  ]  EVE MMU configuration completed 
 [HOST] [IPU2  ]     14.585402 s: 
 [HOST] [IPU2  ]  EVE MMU configuration completed 
 [HOST] [IPU2  ]     14.585493 s:  ***** IPU2 Firmware build time 16:27:48 Dec 16 2019
 [HOST] [IPU2  ]     14.585646 s:  *** SYSTEM: CPU Frequency <ORG = 212800000 Hz>, <NEW = 212800000 Hz>
 [HOST] [IPU2  ]     14.588940 s:  SYSTEM: System Common Init in progress !!!
 [HOST] [IPU2  ]     14.599951 s:  UTILS: CIO: Init Done !!!
 [HOST] [IPU2  ]     14.600042 s:  SYSTEM: IPC init in progress !!!
 [HOST] [IPU2  ]     14.600103 s:  SYSTEM: Attaching to [DSP1] ... 
 [HOST] [IPU2  ]     14.602909 s:  SYSTEM: Attaching to [DSP1] ... SUCCESS !!!
 [HOST] [IPU2  ]     14.605868 s:  SYSTEM: Attaching to [DSP2] ... SUCCESS !!!
 [HOST] [IPU2  ]     14.619929 s:  SYSTEM: Attaching to [EVE1] ... SUCCESS !!!
 [HOST] [IPU2  ]     14.639998 s:  SYSTEM: Attaching to [EVE2] ... SUCCESS !!!
 [HOST] [IPU2  ]     14.659946 s:  SYSTEM: Attaching to [EVE3] ... SUCCESS !!!
 [HOST] [IPU2  ]     14.680015 s:  SYSTEM: Attaching to [EVE4] ... SUCCESS !!!
 [HOST] [IPU2  ]     14.680107 s:  SYSTEM: Notify register to [DSP1] line 0, event 15... 
 [HOST] [IPU2  ]     14.680259 s:  SYSTEM: Notify register to [DSP2] line 0, event 15... 
 [HOST] [IPU2  ]     14.680381 s:  SYSTEM: Notify register to [EVE1] line 0, event 15... 
 [HOST] [IPU2  ]     14.680503 s:  SYSTEM: Notify register to [EVE2] line 0, event 15... 
 [HOST] [IPU2  ]     14.680625 s:  SYSTEM: Notify register to [EVE3] line 0, event 15... 
 [HOST] [IPU2  ]     14.680747 s:  SYSTEM: Notify register to [EVE4] line 0, event 15... 
 [HOST] [IPU2  ]     14.680869 s:  SYSTEM: Notify init done !!!
 [HOST] [IPU2  ]     14.682608 s:  SYSTEM: MsgQ init done !!!
 [HOST] [IPU2  ]     14.683523 s: RpmsgInit in progress...
 [HOST] [IPU2  ]     14.683614 s: Connection established with HLOS, calling rpmsgInit
 [HOST] [IPU2  ]     14.684194 s:  SYSTEM: IPC init DONE !!!
 [HOST] [IPU2  ]     14.689410 s:  SYSTEM: Initializing TIOVX ...
 [HOST] [IPU2  ]     14.689593 s:  VX_ZONE_INIT:Enabled
 [HOST] [IPU2  ]     14.689715 s:  VX_ZONE_ERROR:Enabled
 [HOST] [IPU2  ]     14.689837 s:  VX_ZONE_WARNING:Enabled
 [HOST] [IPU2  ]     14.693802 s:  VX_ZONE_INIT:[tivxInit:72] Initialization Done !!!
 [HOST] [IPU2  ]     14.693893 s:  SYSTEM: Initializing TIOVX ... Done !!!
 [HOST] [IPU2  ]     14.693954 s:  SYSTEM: System Common Init Done !!!
 [HOST] [IPU2  ]     14.694015 s:  SYSTEM: System Init in progress !!!
 [HOST] [IPU2  ]     14.694076 s:  SYSTEM: BSP Common Init in progress !!!
 [HOST] [IPU2  ]     14.694168 s:  SYSTEM: BSP Common Init Done !!!
 [HOST] [IPU2  ]     14.694229 s:  SYSTEM: BSP Platform Init in progress !!!
 [HOST] [IPU2  ]     14.694351 s:  SYSTEM: BSP Platform Init Done !!!
 [HOST] [IPU2  ]     14.694442 s:  SYSTEM: FVID2 Init in progress !!!
 [HOST] [IPU2  ]     14.694564 s:  SYSTEM: FVID2 Init Done !!!
 [HOST] [IPU2  ]     14.694656 s:  SYSTEM: VPS Init in progress !!!
 [HOST] [IPU2  ]     14.694717 s:  SYSTEM: VPDMA Descriptor Memory Address translation ENABLED [0x80000000 -> 0x80000000]
 [HOST] [IPU2  ]     14.697767 s: *** VPDMA Firmware Loading... ***
 [HOST] [IPU2  ]     14.697889 s: VPDMA Firmware Address = 0xa03dc4c0
 [HOST] [IPU2  ]     14.697950 s: VPDMA Load Address     = 0x4897d004
 [HOST] [IPU2  ]     14.698072 s: VPDMA Firmware Version = 0x4d0001b8
 [HOST] [IPU2  ]     14.698163 s: VPDMA List Busy Status = 0x00000000
 [HOST] [IPU2  ]     14.698224 s: *** VPDMA Firmware Load Success ***
 [HOST] [IPU2  ]     14.698621 s: *** VPDMA Firmware Loading... ***
 [HOST] [IPU2  ]     14.698712 s: VPDMA Firmware Address = 0xa03dc4c0
 [HOST] [IPU2  ]     14.698804 s: VPDMA Load Address     = 0x4899d004
 [HOST] [IPU2  ]     14.698895 s: VPDMA Firmware Version = 0x4d0001b8
 [HOST] [IPU2  ]     14.698987 s: VPDMA List Busy Status = 0x00000000
 [HOST] [IPU2  ]     14.699048 s: *** VPDMA Firmware Load Success ***
 [HOST] [IPU2  ]     14.699414 s: *** VPDMA Firmware Loading... ***
 [HOST] [IPU2  ]     14.699505 s: VPDMA Firmware Address = 0xa03dc4c0
 [HOST] [IPU2  ]     14.699566 s: VPDMA Load Address     = 0x489bd004
 [HOST] [IPU2  ]     14.699688 s: VPDMA Firmware Version = 0x4d0001b8
 [HOST] [IPU2  ]     14.699780 s: VPDMA List Busy Status = 0x00000000
 [HOST] [IPU2  ]     14.699841 s: *** VPDMA Firmware Load Success ***
 [HOST] [IPU2  ]     14.700176 s: *** VPDMA Firmware Loading... ***
 [HOST] [IPU2  ]     14.700298 s: VPDMA Firmware Address = 0xa03dc4c0
 [HOST] [IPU2  ]     14.700390 s: VPDMA Load Address     = 0x489dd004
 [HOST] [IPU2  ]     14.700481 s: VPDMA Firmware Version = 0x4d0001b8
 [HOST] [IPU2  ]     14.700573 s: VPDMA List Busy Status = 0x00000000
 [HOST] [IPU2  ]     14.700634 s: *** VPDMA Firmware Load Success ***
 [HOST] [IPU2  ]     14.758890 s:  SYSTEM: VPS Init Done !!!
 [HOST] [IPU2  ]     14.759836 s:  UTILS: DMA: HWI Create for INT25 !!!
 [HOST] [IPU2  ]     14.760111 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024 
 [HOST] [IPU2  ]     14.760202 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 262144 B (256 KB), Free size = 253744 B (247 KB)
 [HOST] [IPU2  ]     14.760446 s:  SYSTEM: Heap = SR_OCMC              @ 0x00000000, Total size = 0 B (0 KB), Free size = 0 B (0 KB)
 [HOST] [IPU2  ]     14.760599 s:  SYSTEM: Heap = SR_DDR_CACHED        @ 0x84203000, Total size = 314572800 B (300 MB), Free size = 314572800 B (300 MB)
 [HOST] [IPU2  ]     14.760782 s:  SYSTEM: Heap = SR_DDR_NON_CACHED    @ 0xa0100000, Total size = 1045376 B (0 MB), Free size = 851840 B (0 MB)
 [HOST] [IPU2  ]     14.760934 s:  SYSTEM: Initializing Links !!! 
 [HOST] [IPU2  ]     15.026993 s:  SYSTEM: Initializing Links ... DONE !!! 
 [HOST] [IPU2  ]     15.108521 s:  CHAINS: Application Started !!!
 [HOST] [IPU2  ]     15.119502 s:  BOARD: Board Init in progress !!!
 [HOST] [IPU2  ]     15.119959 s:  BOARD: Board Init Done !!!
 [HOST] [IPU2  ]     15.128469 s:  
 [HOST] [HOST  ]     76.351003 s:  SYSTEM: System A15 Init Done !!!
 [HOST] [HOST  ]     76.351155 s:  NETWORK_CTRL: Starting Server (port=5000) !!!
 [HOST] [HOST  ]     76.351216 s:  NETWORK_CTRL: Starting Server ... DONE (port=5000) !!!
 [HOST] [HOST  ]     77.222351 s: 
 [HOST] [HOST  ]  
 [HOST] [HOST  ]  ====================
 [HOST] [HOST  ]  Vision SDK Usecases
 [HOST] [HOST  ]  ====================
 [HOST] [HOST  ]  1: Single Camera Usecases
 [HOST] [HOST  ]  2: Multi-Camera LVDS Usecases
 [HOST] [HOST  ]  3: Open-Compute Usecases
 [HOST] [HOST  ]  6: Radar Usecases
 [HOST] [HOST  ]  
 [HOST] [HOST  ]  7: PCIe SSD card Write Test
 [HOST] [HOST  ]  p: CPU Status
 [HOST] [HOST  ]  i: Show IP Addr (IPU + NDK + AVB) 
 [HOST] [HOST  ]  
 [HOST] [HOST  ]  s: System Settings 
 [HOST] [HOST  ]  
 [HOST] [HOST  ]  x: Exit 
 [HOST] [HOST  ]  z: Exit - AND SHUTDOWN Remote CPUs
 [HOST] [HOST  ]  
 [HOST] [HOST  ]  Enter Choice: 
 [HOST] [HOST  ]  
3
 [HOST] [HOST  ]    111.746904 s: 
 [HOST] [HOST  ]  
 [HOST] [HOST  ]  OpenCompute Usecases
 [HOST] [HOST  ]  ----------------------------
 [HOST] [HOST  ]  1: OpenVX USecases
 [HOST] [HOST  ]  
 [HOST] [HOST  ]  x: Exit 
 [HOST] [HOST  ]  
 [HOST] [HOST  ]  Enter Choice: 
 [HOST] [HOST  ]  
 [HOST] [HOST  ]    111.746934 s:  
 [HOST] [HOST  ]    111.746934 s:  Unsupported option '
 [HOST] [HOST  ] '. Please try again
 [HOST] [HOST  ]    111.746934 s: 
 [HOST] [HOST  ]  
 [HOST] [HOST  ]  OpenCompute Usecases
 [HOST] [HOST  ]  ----------------------------
 [HOST] [HOST  ]  1: OpenVX USecases
 [HOST] [HOST  ]  
 [HOST] [HOST  ]  x: Exit 
 [HOST] [HOST  ]  
 [HOST] [HOST  ]  Enter Choice: 
 [HOST] [HOST  ]  
1
 [HOST] [HOST  ]    113.530927 s:  
 [HOST] [HOST  ]    113.530927 s: 
 [HOST] [HOST  ]  
 [HOST] [HOST  ]  OPENVX Usecases
 [HOST] [HOST  ]  ----------------------------
 [HOST] [HOST  ]  1: OpenVX v1.1 Conformance Test
 [HOST] [HOST  ]  2: OpenVX Tutorials
 [HOST] [HOST  ]  3: OpenVX TIDL Object Classification
 [HOST] [HOST  ]  4: OpenVX TIDL Object Detection
 [HOST] [HOST  ]  
 [HOST] [HOST  ]  x: Exit 
 [HOST] [HOST  ]  
 [HOST] [HOST  ]  Enter Choice: 
 [HOST] [HOST  ]  
4
 [HOST] [HOST  ]    115.652046 s:  
 [HOST] [HOST  ]    116.656957 s: [Jiakun]func:NullSrcLink_create line:1176 pPrm->channelParams[chId].nameIndexFile=inHeader_OD
 [HOST] [HOST  ] n
 [HOST] [HOST  ]    116.664704 s:  IPC_OUT_0   : Create in progress !!!
 [HOST] [HOST  ]    116.664765 s:  IPC_OUT_0   : Create Done !!!
 [HOST] [IPU2  ]    116.664917 s:  IPC_IN_0   : Create in progress !!!
 [HOST] [IPU2  ]    116.666137 s:  IPC_IN_0   : Create Done !!!
 [HOST] [IPU2  ]    116.666534 s:  DECODE: Create in progress ... !!!
 [HOST] [IPU2  ]    116.913408 s:  DECODE: Creating CH0 of 768 x 320 [1] [0],target bitrate = 10000 Kbps ... 
 [HOST] [IPU2  ]    116.914292 s:  DECODE: All CH Create ... DONE !!!
 [HOST] [IPU2  ]    116.916183 s:  DECODE: Create ... DONE !!!
 [HOST] [IPU2  ]    116.916610 s:  VPE: Create in progress !!!
 [HOST] [DSP1  ]    117.010278 s:  IPC_IN_0   : Create in progress !!!
 [HOST] [DSP1  ]    117.010888 s:  IPC_IN_0   : Create Done !!!
 [HOST] [DSP1  ]    117.011071 s:  ALGORITHM: Create in progress (algId = 40) !!!
 [HOST] [IPU2  ]    117.007564 s:  VPE: Loading Down-scaling Co-effs
 [HOST] [IPU2  ]    117.007808 s:  VPE: Co-effs Loading ... DONE !!!
 [HOST] [IPU2  ]    117.008021 s:  VPE: Create Done !!!
 [HOST] [IPU2  ]    117.009577 s:  IPC_OUT_0   : Create in progress !!!
 [HOST] [IPU2  ]    117.009943 s:  IPC_OUT_0   : Create Done !!!
 [HOST] [HOST  ]    117.021350 s:  IPC_IN_0   : Create in progress !!!
 [HOST] [HOST  ]    117.021716 s:  IPC_IN_0   : Create Done !!!
 [HOST] [HOST  ]    117.021747 s:  ALGORITHM: Create in progress (algId = 14) !!!
 [HOST] [DSP1  ]    117.020832 s:  UTILS: DMA: Allocated CH (TCC) = 56 (56)
 [HOST] [DSP1  ]    117.020862 s:  UTILS: DMA: 0 of 1: Allocated PaRAM = 56 (0x43305200)
 [HOST] [DSP1  ]    117.020893 s:  ALGORITHM: Create Done (algId = 40) !!!
 [HOST] [DSP1  ]    117.021106 s:  IPC_OUT_0   : Create in progress !!!
 [HOST] [DSP1  ]    117.021198 s:  IPC_OUT_0   : Create Done !!!
 [HOST] [HOST  ]    117.094918 s:  Creating OpenVx graph
 [HOST] [HOST  ]    117.099951 s:  Verifying OpenVx graph
 [HOST] [HOST  ]    118.964985 s:  ALGORITHM: Create Done (algId = 14) !!!
 [HOST] [HOST  ]    118.965046 s:  IPC_OUT_1   : Create in progress !!!
 [HOST] [HOST  ]    118.965076 s:  IPC_OUT_1   : Create Done !!!
 [HOST] [IPU2  ]    118.965229 s:  IPC_IN_1   : Create in progress !!!
 [HOST] [IPU2  ]    118.966388 s:  IPC_IN_1   : Create Done !!!
 [HOST] [IPU2  ]    118.968218 s:  ALGORITHM: Create in progress (algId = 1) !!!
 [HOST] [IPU2  ]    118.969316 s:  UTILS: DMA: Allocated CH (TCC) = 32 (32)
 [HOST] [IPU2  ]    118.969438 s:  UTILS: DMA: 0 of 1: Allocated PaRAM = 32 (0x63304800)
 [HOST] [IPU2  ]    118.986183 s:  ALGORITHM: Create Done (algId = 1) !!!
 [HOST] [IPU2  ]    118.986579 s:  DISPLAY: Create in progress !!!
 [HOST] [IPU2  ]    118.987220 s:  DISPLAY: Create Done !!!
 [HOST] [IPU2  ]    118.987616 s:  GRPXSRC: Create in progress !!!
 [HOST] [IPU2  ]    119.504331 s:  GRPXSRC: Create Done !!!
 [HOST] [IPU2  ]    119.504788 s:  DISPLAY: Create in progress !!!
 [HOST] [IPU2  ]    119.505368 s:  DISPLAY: Create Done !!!
 [HOST] [DSP1  ]    119.606020 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1023 
 [HOST] [DSP1  ]    119.606051 s:  SYSTEM: Heap = LOCAL_L2             @ 0x00800000, Total size = 227264 B (221 KB), Free size = 227264 B (221 KB)
 [HOST] [DSP1  ]    119.606081 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 524288 B (512 KB), Free size = 511864 B (499 KB)
 [HOST] [DSP2  ]    119.606295 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1023 
 [HOST] [DSP2  ]    119.606325 s:  SYSTEM: Heap = LOCAL_L2             @ 0x00800000, Total size = 227264 B (221 KB), Free size = 227264 B (221 KB)
 [HOST] [DSP2  ]    119.606386 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 524288 B (512 KB), Free size = 515976 B (503 KB)
 [HOST] [EVE1  ]    119.606874 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1023 
 [HOST] [EVE1  ]    119.608094 s:  SYSTEM: Heap = LOCAL_L2             @ 0x40020000, Total size = 22528 B (22 KB), Free size = 1328 B (1 KB)
 [HOST] [EVE1  ]    119.610107 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 262144 B (256 KB), Free size = 254120 B (248 KB)
 [HOST] [EVE2  ]    119.612761 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1023 
 [HOST] [EVE2  ]    119.613981 s:  SYSTEM: Heap = LOCAL_L2             @ 0x40020000, Total size = 22528 B (22 KB), Free size = 22528 B (22 KB)
 [HOST] [EVE2  ]    119.616055 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 262144 B (256 KB), Free size = 254120 B (248 KB)
 [HOST] [EVE3  ]    119.618617 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1023 
 [HOST] [EVE3  ]    119.619807 s:  SYSTEM: Heap = LOCAL_L2             @ 0x40020000, Total size = 22528 B (22 KB), Free size = 22528 B (22 KB)
 [HOST] [EVE3  ]    119.621972 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 262144 B (256 KB), Free size = 254120 B (248 KB)
 [HOST] [EVE4  ]    119.624504 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1023 
 [HOST] [EVE4  ]    119.625724 s:  SYSTEM: Heap = LOCAL_L2             @ 0x40020000, Total size = 22528 B (22 KB), Free size = 22528 B (22 KB)
 [HOST] [EVE4  ]    119.627798 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 262144 B (256 KB), Free size = 254120 B (248 KB)
 [HOST] [IPU2  ]    119.630086 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1023 
 [HOST] [IPU2  ]    119.630269 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 262144 B (256 KB), Free size = 244168 B (238 KB)
 [HOST] [IPU2  ]    119.630421 s:  SYSTEM: Heap = SR_OCMC              @ 0x00000000, Total size = 0 B (0 KB), Free size = 0 B (0 KB)
 [HOST] [IPU2  ]    119.630574 s:  SYSTEM: Heap = SR_DDR_CACHED        @ 0x84203000, Total size = 314572800 B (300 MB), Free size = 237309440 B (226 MB)
 [HOST] [IPU2  ]    119.630757 s:  SYSTEM: Heap = SR_DDR_NON_CACHED    @ 0xa0100000, Total size = 1045376 B (0 MB), Free size = 851840 B (0 MB)
 [HOST] [IPU2  ]    119.631214 s:  DISPLAY: Start in progress !!!
 [HOST] [IPU2  ]    119.631306 s:  DISPLAY: Start Done !!!
 [HOST] [HOST  ]    119.640242 s: 
 [HOST] [HOST  ]  
 [HOST] [HOST  ]  ====================
 [HOST] [HOST  ]  Chains Run-time Menu
 [HOST] [HOST  ]  ====================
 [HOST] [HOST  ]  
 [HOST] [HOST  ]  0: Stop Chain
 [HOST] [HOST  ]  
 [HOST] [HOST  ]  
 [HOST] [HOST  ]  p: Print Performance Statistics 
 [HOST] [HOST  ]  
 [HOST] [HOST  ]  Enter Choice: 
 [HOST] [HOST  ]  
 [HOST] [IPU2  ]    119.634600 s:  DISPLAY: Start in progress !!!
 [HOST] [IPU2  ]    119.634691 s:  DISPLAY: Start Done !!!
 [HOST] [HOST  ]    119.840480 s: [Jiakun]func:NullSrcLink_fillData line:196 frameLength=51832
 [HOST] [HOST  ]    120.037729 s: [Jiakun]func:NullSrcLink_fillData line:196 frameLength=18759
 [HOST] [IPU2  ]    120.065637 s: 
 [HOST] [IPU2  ]    120.065698 s:  ### XDC ASSERT - ERROR CALLBACK START ### 
 [HOST] [IPU2  ]    120.065790 s: 
 [HOST] [IPU2  ]    120.065912 s: E_hardFault: FORCED
 [HOST] [IPU2  ]    120.065973 s: 
 [HOST] [IPU2  ]    120.066003 s:  ### XDC ASSERT - ERROR CALLBACK END ### 
 [HOST] [IPU2  ]    120.066095 s: 
 [HOST] [IPU2  ]    120.066308 s: 
 [HOST] [IPU2  ]    120.066369 s:  ### XDC ASSERT - ERROR CALLBACK START ### 
 [HOST] [IPU2  ]    120.066430 s: 
 [HOST] [IPU2  ]    120.066552 s: E_busFault: PRECISERR: Immediate Bus Fault, exact addr known, address: 00683bc4
 [HOST] [IPU2  ]    120.066644 s: 
 [HOST] [IPU2  ]    120.066705 s:  ### XDC ASSERT - ERROR CALLBACK END ### 
 [HOST] [IPU2  ]    120.066766 s: 
 [HOST] [HOST  ]    120.237692 s: [Jiakun]func:NullSrcLink_fillData line:196 frameLength=2110
 [HOST] [HOST  ]    120.437686 s: [Jiakun]func:NullSrcLink_fillData line:196 frameLength=13836
 [HOST] [HOST  ]    120.637680 s: [Jiakun]func:NullSrcLink_fillData line:196 frameLength=13028
 [HOST] [HOST  ]    120.837705 s: [Jiakun]func:NullSrcLink_fillData line:196 frameLength=26562
, and the following aatchment is a compressed file including inData_OD, tidl_net_jdetNet_ssd.bin, tidl_param_jdetNet_ssd.bin, please refer to it. https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/required_5F00_data.7z

Besides,  after linux sd card made, I copy test_input folder from the "ti_components/open_compute/tiovx_01_00_01_00/conformance_tests/"  to  "/opt/openvx/test_input" which refer to the doc 《VisionSDK_Linux_UserGuide.pdf》 chapter4.3.

Also, I refer to such link: So,I tried to copy "ti_components/open_compute/tiovx_01_00_01_00/conformance_tests/" to "/opt/openvx/",  but this usercase still run error as before.

How to solve this problem?

Please help me!

Thanks!

  • Hi,

    I will check this issue and let you know.

    Regards,

    Anuj

  • OK!

    Thanks!

    Looking forward to your reply!

  • Hi,

    You have to change the owner/group id of all copied files and folder to normal user same as other files.

    it should not be root.

    Please use chown cmd to change owner and group.

    Regards,

    Anuj

  • Hi,

        According to your advice , I have changed user id and group id of rootfs and boot partition use command:

       chown -R jiakun rootfs

       chown -R jiakun boot

       chgrp -R jiakun rootfs

       chgrp -R jiakun boot

      Please refer to attachment file.

    attachemet:change file folder owner.docx

      but the openvx testcase can not run normally as before, same error.

      Wish your help!

      Thanks!

     

  • Hi,

    Can you share output of below commands

    ls -l /opt/vision_sdk/

    ls -l /opt/openvx

    Regards,

    Anuj

  • Hi,

         

    ls -l /opt/vision_sdk/

    ls -l /opt/openvx

    output as follows,

  • Hi,

    Are you exporting VX_TEST_DATA_PATH to its proper value.

    Can you do ls -l /opt/openvx/test_input

    Can you try to run TIDL_OC usecase first and then try this usecase.

    Regards,

    Anuj

  • Hi,

         Yes, I have exported VX_TEST_DATA_PATH using command:export VX_TEST_DATA_PATH=/opt/openvx/test_input which refer to doc. VisionSDK_Linux_UserGuide.pdf

         ls -l /opt/openvx/test_input output as follows,

         root@dra7xx-evm:~# ls -l /opt/openvx/test_input/
         drwxrwxr-x    4 1000     1000          4096 Dec 17  2019 kernels
         -rwxrwxr-x    1 1000     1000            94 Dec 31  2019 openvx_cts_version.inc
         drwxrwxr-x    3 1000     1000          4096 Dec 17  2019 test_conformance
         drwxrwxr-x    5 1000     1000          4096 Dec 17  2019 test_data
         drwxrwxr-x    2 1000     1000          4096 Dec 17  2019 test_engine
         drwxrwxr-x    2 1000     1000          4096 Dec 17  2019 test_executable
         drwxrwxr-x    2 1000     1000          4096 Dec 17  2019 test_tiovx

         Besides, I have run TIDL_OC usecase, and it can run normally.

        after run this case, I run TIDLOpenVX_OD case, it can run normally.

         Thanks!

  • Hi,

    I tried to reproduce this issue at my end and it did not produce.

    I copied all files properly then change the permission.

    Export VX_TEST_DATA_PATH correctly and run the usecase.

    Can you please try your approach only and proceed with that as i did not observe this at my end,

    Regards,

    Anuj

  • Hi,

        If I run the case OpenVX TIDL Object Classification first, and then I run the case OpenVX TIDL Object Detection, object detection test case can run normally.

    But, If I run the case OpenVX TIDL Object Detection directly, it will produce errors as follows,

     [HOST] [IPU2  ]     65.442292 s:
     [HOST] [IPU2  ]     65.442383 s:  ### XDC ASSERT - ERROR CALLBACK START ###
     [HOST] [IPU2  ]     65.442444 s:
     [HOST] [IPU2  ]     65.442597 s: E_hardFault: FORCED
     [HOST] [IPU2  ]     65.442658 s:
     [HOST] [IPU2  ]     65.442688 s:  ### XDC ASSERT - ERROR CALLBACK END ###
     [HOST] [IPU2  ]     65.442749 s:
     [HOST] [IPU2  ]     65.442993 s:
     [HOST] [IPU2  ]     65.443024 s:  ### XDC ASSERT - ERROR CALLBACK START ###
     [HOST] [IPU2  ]     65.443085 s:
     [HOST] [IPU2  ]     65.443207 s: E_busFault: PRECISERR: Immediate Bus Fault, exact addr known, address: 0072fbc4
     [HOST] [IPU2  ]     65.443329 s:
     [HOST] [IPU2  ]     65.443359 s:  ### XDC ASSERT - ERROR CALLBACK END ###

  • Hi,

    Can you try to build your SDK again from a freshly installed sdk.

    And try on a different set of hardware.

    Regards,

    Anuj