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.

TDA2PXEVM: adding a custom algorithm link in hlos causes error

Part Number: TDA2PXEVM

Hello all,

adding a custom algorithm link in HLOS gives me the following error.

Makefile:51: PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/rtos/alg_plugins/glframecopy/SRC_FILES.MK: No such file or directory

but i had added the 'glframecopy' algorithm plugin in hlos.

can anybody help me on this.

Regards,

Praveen

  • Hi,

    This algorithm is going to run on A15? 

    Please share the complete build logs in a file.

    Thanks

    Gaviraju

  • Hi Gaviraju,

    Yes, the algorithm is going to run on A15.

    FOLLOWING attached file contains logs from running,
    make -j8 depend

    5518.buildLog.txt

    FOLLOWING file is generated FROM running
    make -j8

    buildLog1.txt

    Thanks,

    Praveen

  • Hi,

    Makefile:51: PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/rtos/alg_plugins/glframecopy/SRC_FILES.MK: No such file or directory

    This error shows that you added the wrong path in the makefile.

    If you are going to run this algorithm on A15 then you should add this algorithm into the below path

    vision_sdk/apps/src/hlos/adas/src/alg_plugins/glframecopy/

    Just do grep of "openvxTidl", then you will see list files containing this string & make sure your changes are there or not( I mean you should see the "glframecopy" string in those files)

    Thanks

    Gaviraju

  • Hello Gaviraju,

    Tried that one,

    but still same error.

  • Hi,

    Have done any changes in :vision_sdk/apps/configs/cfg.mk ?

    It seems you added below the line in the above file

    ALG_LIST = \

    ALG_glframecopy

    If added these changes, Please remove & try again

    If you are integrating ALG link for VSDK + Linux for A15 core, then the above changes are not required.

    Thanks

    Gaviraju

  • Hello Gaviraju,

    i had made the above changes(removed 'ALG_glframecopy' from vision_sdk/apps/configs/cfg.mk) and then the code is successfully build. But the issue is still there.

    Why i said the error is still there because when i run the code i am getting the following error indicating that algorithm is trying to run on DSP than A15.

    The error is as follows,

     [HOST] [DSP1  ]     39.706856 s:  IPC_IN_0   : Create in progress !!!
     [HOST] [DSP1  ]     39.707466 s:  IPC_IN_0   : Create Done !!!
     [HOST] [DSP1  ]     39.707741 s:  ALG: ERROR: No alg create function specified  (algId = 16) !!!
     [HOST] [IPU2  ]     39.705362 s:  VPE: Loading Down-scaling Co-effs
     [HOST] [IPU2  ]     39.705575 s:  VPE: Co-effs Loading ... DONE !!!
     [HOST] [IPU2  ]     39.705789 s:  VPE: Create Done !!!
     [HOST] [IPU2  ]     39.706185 s:  IPC_OUT_0   : Create in progress !!!
     [HOST] [IPU2  ]     39.706551 s:  IPC_OUT_0   : Create Done !!!

    when i trace back it shows that the error( 'ALG: ERROR: No alg create function specified  (algId = 16)' ) is coming from the file residing in RTOS.

    links_fw/src/rtos/links_common/algorithm/algorithmLink_tsk.c

  • Hi,

    Please check your use-case this algorithm is configured to run on DSP or A15

    Can you share the complete logs? And also share .txt file & it's available in your use-case folder.

    Thanks

    Gaviraju

  • Hello Gaviraju,

    usecase txt file,

    UseCase: TF_SVS
    
    NullSource (A15) -> Decode ->  VPE -> ALG_glframecopy (A15) -> Display
    
    

    Following are the logs,

    FOLLOWING attached file contains logs from running,
    make -j8 depend

    # makeconfig: Config is [ tda2px_evm_linux_all ]
    # makeconfig: Output file is @ /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/links_fw/include/config/apps/tda2px_evm_linux_all/system_cfg.h
    # makeconfig: Input  file is @ /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/configs/tda2px_evm_linux_all/cfg.mk
    # makeconfig: Generating header ...
    # makeconfig: Generating alg plugin config ...
    # makeconfig: Generating usecase config ...
    # makeconfig: Generating footer ...
    # makeconfig: Done !!!
    #
    # CPUs that are NOT required but included in config [ tda2px_evm_linux_all ],
    #
    # WARNING: DSP2 can be excluded from application
    # WARNING: EVE1 can be excluded from application
    # WARNING: EVE2 can be excluded from application
    #
    # CPUs that are required but not included in config [ tda2px_evm_linux_all ],
    #
    # ERROR: IPU1_0 MUST be included in application
    #
    # Edit /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/configs/tda2px_evm_linux_all/cfg.mk to include or exclude CPUs in an application
    #
    Nothing to be done for tda2px ipu1_0 csl_init
    Nothing to be done for tda2px csl_intc
    Nothing to be done for tda2px pm_rtos
    Nothing to be done for tda2px ipu1_0 sbl_utils
    Nothing to be done for tda2px ipu1_0 vps_osal_tirtos_smp
    Nothing to be done for tda2px ipu1_1 csl_init
    Nothing to be done for tda2px csl_intc
    Nothing to be done for tda2px ipu1_1 csl
    Nothing to be done for tda2px ipu1_1 csl_utils_common
    Nothing to be done for tda2px ipu1_1 csl_uart_console
    Nothing to be done for tda2px ipu1_1 csl_utils_i2c
    Nothing to be done for tda2px ipu1_1 pm_hal
    Nothing to be done for tda2px ipu1_1 pm_hal_optimized
    Nothing to be done for tda2px ipu1_1 pm_lib
    Nothing to be done for tda2px ipu1_1 pm_lib_optimized
    Nothing to be done for tda2px pm_rtos
    Nothing to be done for tda2px ipu1_1 sbl_lib
    Nothing to be done for tda2px ipu1_1 sbl_utils
    Nothing to be done for tda2px ipu1_1 diag
    Nothing to be done for tda2px ipu1_1 firewall_l3l4
    Nothing to be done for tda2px ipu1_1 norflash_lib
    Nothing to be done for tda2px ipu1_1 qspiflash_lib
    Nothing to be done for tda2px ipu1_1 i2c_lld
    Nothing to be done for tda2px ipu1_1 stw_platform
    Nothing to be done for tda2px ipu1_1 stw_uartconsole
    Nothing to be done for tda2px ipu1_1 stw_fatlib
    Nothing to be done for tda2px ipu1_1 stw_fatlib_edma
    Nothing to be done for tda2px ipu1_1 stw_boards
    Nothing to be done for tda2px ipu1_1 stw_devices
    Nothing to be done for tda2px ipu1_1 stw_examples_utility
    Nothing to be done for tda2px ipu1_1 vps_common
    Nothing to be done for tda2px ipu1_1 vpslib
    Nothing to be done for tda2px ipu1_1 vpsdrv_baremetal
    Nothing to be done for tda2px ipu1_1 fvid2
    Nothing to be done for tda2px ipu1_1 vps_osal_tirtos
    Nothing to be done for tda2px ipu1_1 vps_osal_tirtos_smp
    Nothing to be done for tda2px ipu1_1 vpsdrv
    Nothing to be done for tda2px ipu1_1 vps_platforms
    Nothing to be done for tda2px ipu1_1 vps_devices
    Nothing to be done for tda2px ipu1_1 vps_boards
    Nothing to be done for tda2px ipu1_1 vps_examples_utility
    Nothing to be done for tda2px ipu1_1 bsp_i2c
    Nothing to be done for tda2px ipu1_1 bsp_uart
    Nothing to be done for tda2px ipu1_1 bsp_mcspi
    Nothing to be done for tda2px ipu2_0 csl_init
    Nothing to be done for tda2px csl_intc
    Nothing to be done for tda2px ipu2_0 csl
    Nothing to be done for tda2px ipu2_0 csl_utils_common
    Nothing to be done for tda2px ipu2_0 csl_uart_console
    Nothing to be done for tda2px ipu2_0 csl_utils_i2c
    Nothing to be done for tda2px ipu2_0 pm_hal
    Nothing to be done for tda2px ipu2_0 pm_hal_optimized
    Nothing to be done for tda2px ipu2_0 pm_lib
    Nothing to be done for tda2px ipu2_0 pm_lib_optimized
    Nothing to be done for tda2px pm_rtos
    Nothing to be done for tda2px ipu2_0 sbl_lib
    Nothing to be done for tda2px ipu2_0 sbl_utils
    Nothing to be done for tda2px ipu2_0 diag
    Nothing to be done for tda2px ipu2_0 firewall_l3l4
    Nothing to be done for tda2px ipu2_0 norflash_lib
    Nothing to be done for tda2px ipu2_0 qspiflash_lib
    Nothing to be done for tda2px ipu2_0 i2c_lld
    Nothing to be done for tda2px ipu2_0 stw_platform
    Nothing to be done for tda2px ipu2_0 stw_uartconsole
    Nothing to be done for tda2px ipu2_0 stw_fatlib
    Nothing to be done for tda2px ipu2_0 stw_fatlib_edma
    Nothing to be done for tda2px ipu2_0 stw_boards
    Nothing to be done for tda2px ipu2_0 stw_devices
    Nothing to be done for tda2px ipu2_0 stw_examples_utility
    Nothing to be done for tda2px ipu2_0 vps_common
    Nothing to be done for tda2px ipu2_0 vpslib
    Nothing to be done for tda2px ipu2_0 vpsdrv_baremetal
    Nothing to be done for tda2px ipu2_0 fvid2
    Nothing to be done for tda2px ipu2_0 vps_osal_tirtos
    Nothing to be done for tda2px ipu2_0 vps_osal_tirtos_smp
    Nothing to be done for tda2px ipu2_0 vpsdrv
    Nothing to be done for tda2px ipu2_0 vps_platforms
    Nothing to be done for tda2px ipu2_0 vps_devices
    Nothing to be done for tda2px ipu2_0 vps_boards
    Nothing to be done for tda2px ipu2_0 vps_examples_utility
    Nothing to be done for tda2px ipu2_0 bsp_i2c
    Nothing to be done for tda2px ipu2_0 bsp_uart
    Nothing to be done for tda2px ipu2_0 bsp_mcspi
    Nothing to be done for tda2px c66x csl_init
    Nothing to be done for tda2px csl_intc
    Nothing to be done for tda2px pm_rtos
    Nothing to be done for tda2px c66x sbl_utils
    Nothing to be done for tda2px c66x diag
    Nothing to be done for tda2px c66x sbl_lib
    Nothing to be done for tda2px c66x ipc_lib
    Nothing to be done for tda2px c66x norflash_lib
    Nothing to be done for tda2px c66x qspiflash_lib
    Nothing to be done for tda2px c66x stw_fatlib
    Nothing to be done for tda2px c66x stw_fatlib_edma
    Nothing to be done for tda2px c66x vps_common
    Nothing to be done for tda2px c66x vps_osal_baremetal
    Nothing to be done for tda2px c66x vpslib
    Nothing to be done for tda2px c66x vpsdrv_baremetal
    Nothing to be done for tda2px c66x fvid2
    Nothing to be done for tda2px c66x vps_osal_tirtos_smp
    Nothing to be done for tda2px c66x vpsdrv
    Nothing to be done for tda2px c66x vps_platforms
    Nothing to be done for tda2px c66x vps_devices
    Nothing to be done for tda2px c66x vps_boards
    Nothing to be done for tda2px c66x vps_examples_utility
    Nothing to be done for tda2px c66x bsp_i2c
    Nothing to be done for tda2px c66x bsp_uart
    Nothing to be done for tda2px c66x bsp_mcspi
    Nothing to be done for tda2px c66xdsp_1 csl_init
    Nothing to be done for tda2px csl_intc
    Nothing to be done for tda2px c66xdsp_1 csl
    Nothing to be done for tda2px c66xdsp_1 csl_utils_common
    Nothing to be done for tda2px c66xdsp_1 csl_uart_console
    Nothing to be done for tda2px c66xdsp_1 csl_utils_i2c
    Nothing to be done for tda2px c66xdsp_1 pm_hal
    Nothing to be done for tda2px c66xdsp_1 pm_hal_optimized
    Nothing to be done for tda2px c66xdsp_1 pm_lib
    Nothing to be done for tda2px c66xdsp_1 pm_lib_optimized
    Nothing to be done for tda2px pm_rtos
    Nothing to be done for tda2px c66xdsp_1 sbl_lib
    Nothing to be done for tda2px c66xdsp_1 sbl_utils
    Nothing to be done for tda2px c66xdsp_1 diag
    Nothing to be done for tda2px c66xdsp_1 firewall_l3l4
    Nothing to be done for tda2px c66xdsp_1 norflash_lib
    Nothing to be done for tda2px c66xdsp_1 qspiflash_lib
    Nothing to be done for tda2px c66xdsp_1 i2c_lld
    Nothing to be done for tda2px c66xdsp_1 stw_platform
    Nothing to be done for tda2px c66xdsp_1 stw_uartconsole
    Nothing to be done for tda2px c66xdsp_1 stw_fatlib
    Nothing to be done for tda2px c66xdsp_1 stw_fatlib_edma
    Nothing to be done for tda2px c66xdsp_1 stw_boards
    Nothing to be done for tda2px c66xdsp_1 stw_devices
    Nothing to be done for tda2px c66xdsp_1 stw_examples_utility
    Nothing to be done for tda2px c66xdsp_1 vps_common
    Nothing to be done for tda2px c66xdsp_1 vpslib
    Nothing to be done for tda2px c66xdsp_1 vpsdrv_baremetal
    Nothing to be done for tda2px c66xdsp_1 fvid2
    Nothing to be done for tda2px c66xdsp_1 vps_osal_tirtos
    Nothing to be done for tda2px c66xdsp_1 vps_osal_tirtos_smp
    Nothing to be done for tda2px c66xdsp_1 vpsdrv
    Nothing to be done for tda2px c66xdsp_1 vps_platforms
    Nothing to be done for tda2px c66xdsp_1 vps_devices
    Nothing to be done for tda2px c66xdsp_1 vps_boards
    Nothing to be done for tda2px c66xdsp_1 vps_examples_utility
    Nothing to be done for tda2px c66xdsp_1 bsp_i2c
    Nothing to be done for tda2px c66xdsp_1 bsp_uart
    Nothing to be done for tda2px c66xdsp_1 bsp_mcspi
    Nothing to be done for tda2px c66xdsp_2 csl_init
    Nothing to be done for tda2px csl_intc
    Nothing to be done for tda2px c66xdsp_2 csl
    Nothing to be done for tda2px c66xdsp_2 csl_utils_common
    Nothing to be done for tda2px c66xdsp_2 csl_uart_console
    Nothing to be done for tda2px c66xdsp_2 csl_utils_i2c
    Nothing to be done for tda2px c66xdsp_2 pm_hal
    Nothing to be done for tda2px c66xdsp_2 pm_hal_optimized
    Nothing to be done for tda2px c66xdsp_2 pm_lib
    Nothing to be done for tda2px c66xdsp_2 pm_lib_optimized
    Nothing to be done for tda2px pm_rtos
    Nothing to be done for tda2px c66xdsp_2 sbl_lib
    Nothing to be done for tda2px c66xdsp_2 sbl_utils
    Nothing to be done for tda2px c66xdsp_2 diag
    Nothing to be done for tda2px c66xdsp_2 firewall_l3l4
    Nothing to be done for tda2px c66xdsp_2 norflash_lib
    Nothing to be done for tda2px c66xdsp_2 qspiflash_lib
    Nothing to be done for tda2px c66xdsp_2 i2c_lld
    Nothing to be done for tda2px c66xdsp_2 stw_platform
    Nothing to be done for tda2px c66xdsp_2 stw_uartconsole
    Nothing to be done for tda2px c66xdsp_2 stw_fatlib
    Nothing to be done for tda2px c66xdsp_2 stw_fatlib_edma
    Nothing to be done for tda2px c66xdsp_2 stw_boards
    Nothing to be done for tda2px c66xdsp_2 stw_devices
    Nothing to be done for tda2px c66xdsp_2 stw_examples_utility
    Nothing to be done for tda2px c66xdsp_2 vps_common
    Nothing to be done for tda2px c66xdsp_2 vpslib
    Nothing to be done for tda2px c66xdsp_2 vpsdrv_baremetal
    Nothing to be done for tda2px c66xdsp_2 fvid2
    Nothing to be done for tda2px c66xdsp_2 vps_osal_tirtos
    Nothing to be done for tda2px c66xdsp_2 vps_osal_tirtos_smp
    Nothing to be done for tda2px c66xdsp_2 vpsdrv
    Nothing to be done for tda2px c66xdsp_2 vps_platforms
    Nothing to be done for tda2px c66xdsp_2 vps_devices
    Nothing to be done for tda2px c66xdsp_2 vps_boards
    Nothing to be done for tda2px c66xdsp_2 vps_examples_utility
    Nothing to be done for tda2px c66xdsp_2 bsp_i2c
    Nothing to be done for tda2px c66xdsp_2 bsp_uart
    Nothing to be done for tda2px c66xdsp_2 bsp_mcspi
    Nothing to be done for tda2px arp32_1 csl_init
    Nothing to be done for tda2px csl_intc
    Nothing to be done for tda2px pm_rtos
    Nothing to be done for tda2px arp32_1 sbl_lib
    Nothing to be done for tda2px arp32_1 sbl_utils
    Nothing to be done for tda2px arp32_1 diag
    Nothing to be done for tda2px arp32_1 norflash_lib
    Nothing to be done for tda2px arp32_1 qspiflash_lib
    Nothing to be done for tda2px arp32_1 i2c_lld
    Nothing to be done for tda2px arp32_1 stw_fatlib_edma
    Nothing to be done for tda2px arp32_1 stw_boards
    Nothing to be done for tda2px arp32_1 stw_devices
    Nothing to be done for tda2px arp32_1 stw_fatlib
    Nothing to be done for tda2px arp32_1 vps_osal_baremetal
    Nothing to be done for tda2px arp32_1 vpslib
    Nothing to be done for tda2px arp32_1 vps_common
    Nothing to be done for tda2px arp32_1 vpsdrv_baremetal
    Nothing to be done for tda2px arp32_1 fvid2
    Nothing to be done for tda2px arp32_1 vps_osal_tirtos_smp
    Nothing to be done for tda2px arp32_1 vpsdrv
    Nothing to be done for tda2px arp32_1 vps_platforms
    Nothing to be done for tda2px arp32_1 vps_devices
    Nothing to be done for tda2px arp32_1 vps_boards
    Nothing to be done for tda2px arp32_1 vps_examples_utility
    Nothing to be done for tda2px arp32_1 bsp_i2c
    Nothing to be done for tda2px arp32_1 bsp_uart
    Nothing to be done for tda2px arp32_1 bsp_mcspi
    Nothing to be done for tda2px arp32_2 csl_init
    Nothing to be done for tda2px csl_intc
    Nothing to be done for tda2px arp32_2 csl
    Nothing to be done for tda2px arp32_2 csl_utils_common
    Nothing to be done for tda2px arp32_2 csl_uart_console
    Nothing to be done for tda2px arp32_2 csl_utils_i2c
    Nothing to be done for tda2px arp32_2 pm_hal
    Nothing to be done for tda2px arp32_2 pm_hal_optimized
    Nothing to be done for tda2px arp32_2 pm_lib
    Nothing to be done for tda2px arp32_2 pm_lib_optimized
    Nothing to be done for tda2px pm_rtos
    Nothing to be done for tda2px arp32_2 sbl_lib
    Nothing to be done for tda2px arp32_2 sbl_utils
    Nothing to be done for tda2px arp32_2 diag
    Nothing to be done for tda2px arp32_2 firewall_l3l4
    Nothing to be done for tda2px arp32_2 norflash_lib
    Nothing to be done for tda2px arp32_2 qspiflash_lib
    Nothing to be done for tda2px arp32_2 i2c_lld
    Nothing to be done for tda2px arp32_2 stw_platform
    Nothing to be done for tda2px arp32_2 stw_uartconsole
    Nothing to be done for tda2px arp32_2 stw_fatlib
    Nothing to be done for tda2px arp32_2 stw_fatlib_edma
    Nothing to be done for tda2px arp32_2 stw_boards
    Nothing to be done for tda2px arp32_2 stw_devices
    Nothing to be done for tda2px arp32_2 stw_examples_utility
    Nothing to be done for tda2px arp32_2 vps_osal_baremetal
    Nothing to be done for tda2px arp32_2 vps_common
    Nothing to be done for tda2px arp32_2 vpslib
    Nothing to be done for tda2px arp32_2 vpsdrv_baremetal
    Nothing to be done for tda2px arp32_2 fvid2
    Nothing to be done for tda2px arp32_2 vps_osal_tirtos
    Nothing to be done for tda2px arp32_2 vps_osal_tirtos_smp
    Nothing to be done for tda2px arp32_2 vpsdrv
    Nothing to be done for tda2px arp32_2 vps_platforms
    Nothing to be done for tda2px arp32_2 vps_devices
    Nothing to be done for tda2px arp32_2 vps_boards
    Nothing to be done for tda2px arp32_2 vps_examples_utility
    Nothing to be done for tda2px arp32_2 bsp_i2c
    Nothing to be done for tda2px arp32_2 bsp_uart
    Nothing to be done for tda2px arp32_2 bsp_mcspi
    Nothing to be done for tda2px arp32_3 csl_init
    Nothing to be done for tda2px csl_intc
    Nothing to be done for tda2px arp32_3 csl
    Nothing to be done for tda2px arp32_3 csl_utils_common
    Nothing to be done for tda2px arp32_3 csl_uart_console
    Nothing to be done for tda2px arp32_3 csl_utils_i2c
    Nothing to be done for tda2px arp32_3 pm_hal
    Nothing to be done for tda2px arp32_3 pm_hal_optimized
    Nothing to be done for tda2px arp32_3 pm_lib
    Nothing to be done for tda2px arp32_3 pm_lib_optimized
    Nothing to be done for tda2px pm_rtos
    Nothing to be done for tda2px arp32_3 sbl_lib
    Nothing to be done for tda2px arp32_3 sbl_utils
    Nothing to be done for tda2px arp32_3 diag
    Nothing to be done for tda2px arp32_3 firewall_l3l4
    Nothing to be done for tda2px arp32_3 ipc_lib
    Nothing to be done for tda2px arp32_3 norflash_lib
    Nothing to be done for tda2px arp32_3 qspiflash_lib
    Nothing to be done for tda2px arp32_3 i2c_lld
    Nothing to be done for tda2px arp32_3 stw_platform
    Nothing to be done for tda2px arp32_3 stw_uartconsole
    Nothing to be done for tda2px arp32_3 stw_fatlib
    Nothing to be done for tda2px arp32_3 stw_fatlib_edma
    Nothing to be done for tda2px arp32_3 stw_boards
    Nothing to be done for tda2px arp32_3 stw_devices
    Nothing to be done for tda2px arp32_3 stw_examples_utility
    Nothing to be done for tda2px arp32_3 vps_osal_baremetal
    Nothing to be done for tda2px arp32_3 vps_common
    Nothing to be done for tda2px arp32_3 vpslib
    Nothing to be done for tda2px arp32_3 vpsdrv_baremetal
    Nothing to be done for tda2px arp32_3 fvid2
    Nothing to be done for tda2px arp32_3 vps_osal_tirtos
    Nothing to be done for tda2px arp32_3 vps_osal_tirtos_smp
    Nothing to be done for tda2px arp32_3 vpsdrv
    Nothing to be done for tda2px arp32_3 vps_platforms
    Nothing to be done for tda2px arp32_3 vps_devices
    Nothing to be done for tda2px arp32_3 vps_boards
    Nothing to be done for tda2px arp32_3 vps_examples_utility
    Nothing to be done for tda2px arp32_3 bsp_i2c
    Nothing to be done for tda2px arp32_3 bsp_uart
    Nothing to be done for tda2px arp32_3 bsp_mcspi
    Nothing to be done for tda2px arp32_4 csl_init
    Nothing to be done for tda2px csl_intc
    Nothing to be done for tda2px arp32_4 csl
    Nothing to be done for tda2px arp32_4 csl_utils_common
    Nothing to be done for tda2px arp32_4 csl_uart_console
    Nothing to be done for tda2px arp32_4 csl_utils_i2c
    Nothing to be done for tda2px arp32_4 pm_hal
    Nothing to be done for tda2px arp32_4 pm_hal_optimized
    Nothing to be done for tda2px arp32_4 pm_lib
    Nothing to be done for tda2px arp32_4 pm_lib_optimized
    Nothing to be done for tda2px pm_rtos
    Nothing to be done for tda2px arp32_4 sbl_lib
    Nothing to be done for tda2px arp32_4 sbl_utils
    Nothing to be done for tda2px arp32_4 diag
    Nothing to be done for tda2px arp32_4 firewall_l3l4
    Nothing to be done for tda2px arp32_4 ipc_lib
    Nothing to be done for tda2px arp32_4 norflash_lib
    Nothing to be done for tda2px arp32_4 qspiflash_lib
    Nothing to be done for tda2px arp32_4 i2c_lld
    Nothing to be done for tda2px arp32_4 stw_platform
    Nothing to be done for tda2px arp32_4 stw_uartconsole
    Nothing to be done for tda2px arp32_4 stw_fatlib
    Nothing to be done for tda2px arp32_4 stw_fatlib_edma
    Nothing to be done for tda2px arp32_4 stw_boards
    Nothing to be done for tda2px arp32_4 stw_devices
    Nothing to be done for tda2px arp32_4 stw_examples_utility
    Nothing to be done for tda2px arp32_4 vps_osal_baremetal
    Nothing to be done for tda2px arp32_4 vps_common
    Nothing to be done for tda2px arp32_4 vpslib
    Nothing to be done for tda2px arp32_4 vpsdrv_baremetal
    Nothing to be done for tda2px arp32_4 fvid2
    Nothing to be done for tda2px arp32_4 vps_osal_tirtos
    Nothing to be done for tda2px arp32_4 vps_osal_tirtos_smp
    Nothing to be done for tda2px arp32_4 vpsdrv
    Nothing to be done for tda2px arp32_4 vps_platforms
    Nothing to be done for tda2px arp32_4 vps_devices
    Nothing to be done for tda2px arp32_4 vps_boards
    Nothing to be done for tda2px arp32_4 vps_examples_utility
    Nothing to be done for tda2px arp32_4 bsp_i2c
    Nothing to be done for tda2px arp32_4 bsp_uart
    Nothing to be done for tda2px arp32_4 bsp_mcspi
    # Depend tda2px-evm:ipu2:release:links_common_algorithm
    # Depend tda2px-evm:c66xdsp_1:release:links_common_algorithm
    # Depend tda2px-evm:c66xdsp_2:release:links_common_algorithm
    # Depend tda2px-evm:arp32_1:release:links_common_algorithm
    # Depend tda2px-evm:arp32_2:release:links_common_algorithm
    # Depend tda2px-evm:ipu2:release:links_common_dup
    # Depend tda2px-evm:c66xdsp_1:release:links_common_dup
    # Depend tda2px-evm:c66xdsp_2:release:links_common_dup
    # Depend tda2px-evm:arp32_1:release:links_common_dup
    # Depend tda2px-evm:arp32_2:release:links_common_dup
    # Depend tda2px-evm:ipu2:release:links_common_gate
    # Depend tda2px-evm:c66xdsp_1:release:links_common_gate
    # Depend tda2px-evm:c66xdsp_2:release:links_common_gate
    # Depend tda2px-evm:arp32_1:release:links_common_gate
    # Depend tda2px-evm:arp32_2:release:links_common_gate
    # Depend tda2px-evm:ipu2:release:links_common_ipcIn
    # Depend tda2px-evm:c66xdsp_1:release:links_common_ipcIn
    # Depend tda2px-evm:c66xdsp_2:release:links_common_ipcIn
    # Depend tda2px-evm:arp32_1:release:links_common_ipcIn
    # Depend tda2px-evm:arp32_2:release:links_common_ipcIn
    # Depend tda2px-evm:ipu2:release:links_common_ipcOut
    # Depend tda2px-evm:c66xdsp_1:release:links_common_ipcOut
    # Depend tda2px-evm:c66xdsp_2:release:links_common_ipcOut
    # Depend tda2px-evm:arp32_1:release:links_common_ipcOut
    # Depend tda2px-evm:arp32_2:release:links_common_ipcOut
    # Depend tda2px-evm:ipu2:release:links_common_merge
    # Depend tda2px-evm:c66xdsp_1:release:links_common_merge
    # Depend tda2px-evm:c66xdsp_2:release:links_common_merge
    # Depend tda2px-evm:arp32_1:release:links_common_merge
    # Depend tda2px-evm:arp32_2:release:links_common_merge
    # Depend tda2px-evm:ipu2:release:links_common_null
    # Depend tda2px-evm:c66xdsp_1:release:links_common_null
    # Depend tda2px-evm:c66xdsp_2:release:links_common_null
    # Depend tda2px-evm:arp32_1:release:links_common_null
    # Depend tda2px-evm:arp32_2:release:links_common_null
    # Depend tda2px-evm:ipu2:release:links_common_network_tx
    # Depend tda2px-evm:c66xdsp_1:release:links_common_network_tx
    # Depend tda2px-evm:c66xdsp_2:release:links_common_network_tx
    # Depend tda2px-evm:arp32_1:release:links_common_network_tx
    # Depend tda2px-evm:arp32_2:release:links_common_network_tx
    # Depend tda2px-evm:ipu2:release:links_common_network_rx
    # Depend tda2px-evm:ipu2:release:links_common_nullSrc
    # Depend tda2px-evm:ipu2:release:links_common_select
    # Depend tda2px-evm:c66xdsp_1:release:links_common_select
    # Depend tda2px-evm:c66xdsp_2:release:links_common_select
    # Depend tda2px-evm:arp32_1:release:links_common_select
    # Depend tda2px-evm:arp32_2:release:links_common_select
    # Depend tda2px-evm:ipu2:release:links_common_sync
    # Depend tda2px-evm:c66xdsp_1:release:links_common_sync
    # Depend tda2px-evm:c66xdsp_2:release:links_common_sync
    # Depend tda2px-evm:arp32_1:release:links_common_sync
    # Depend tda2px-evm:arp32_2:release:links_common_sync
    # Depend tda2px-evm:ipu2:release:links_ipu_display
    # Depend tda2px-evm:ipu2:release:links_ipu_display_ctrl
    # Depend tda2px-evm:ipu2:release:links_ipu_iss_capture
    # Depend tda2px-evm:ipu2:release:links_ipu_iss_m2misp
    # Depend tda2px-evm:ipu2:release:links_ipu_iss_m2msimcop
    # Depend tda2px-evm:ipu2:release:links_ipu_iss_m2mresizer
    # Depend tda2px-evm:ipu2:release:links_ipu_iva
    # Depend tda2px-evm:ipu2:release:links_ipu_vip_capture
    # Depend tda2px-evm:ipu2:release:links_ipu_vpe
    # Depend tda2px-evm:ipu2:release:links_ipu_dssM2mWb
    # Depend tda2px-evm:ipu2:release:utils_common
    # Depend tda2px-evm:c66xdsp_1:release:utils_common
    # Depend tda2px-evm:c66xdsp_2:release:utils_common
    # Depend tda2px-evm:arp32_1:release:utils_common
    # Depend tda2px-evm:arp32_2:release:utils_common
    # Depend tda2px-evm:ipu2:release:links_common_system
    # Depend tda2px-evm:c66xdsp_1:release:links_common_system
    # Depend tda2px-evm:c66xdsp_2:release:links_common_system
    # Depend tda2px-evm:arp32_1:release:links_common_system
    # Depend tda2px-evm:arp32_2:release:links_common_system
    # Depend tda2px-evm:c66xdsp_1:release:links_dsp_system
    # Depend tda2px-evm:c66xdsp_2:release:links_dsp_system
    # Depend tda2px-evm:arp32_1:release:links_eve_system
    # Depend tda2px-evm:arp32_2:release:links_eve_system
    # Depend tda2px-evm:ipu2:release:links_ipu_system
    

    FOLLOWING file is generated FROM running
    make -j8

    # Compiling tda2px-evm:ipu2:release:links_common_algorithm: algorithmLink_cfg.c
    # Compiling tda2px-evm:ipu2:release:links_common_system: system_common.c
    # Compiling tda2px-evm:ipu2:release:links_ipu_system: system_ipu1_0.c
    # Compiling tda2px-evm:ipu2:release:links_common_system: system_initDeinitLinks.c
    # Compiling tda2px-evm:ipu2:release:links_common_system: system_ipc_bios_ipc.c
    # Compiling tda2px-evm:ipu2:release:utils_common: utils_eveloader.c
    # Compiling tda2px-evm:ipu2:release:utils_common: network_tfdtp_api.c
    # Compiling tda2px-evm:ipu2:release:utils_common: ndk/ndk_nsp_hooks.c
    #
    # Archiving tda2px-evm:ipu2:release:links_common_algorithm
    #
    # Compiling tda2px-evm:c66xdsp_1:release:links_common_algorithm: algorithmLink_cfg.c
    #
    # Archiving tda2px-evm:ipu2:release:links_ipu_system
    #
    #
    # Archiving tda2px-evm:ipu2:release:links_common_system
    #
    # Compiling tda2px-evm:c66xdsp_1:release:links_common_system: system_common.c
    # Compiling tda2px-evm:c66xdsp_1:release:links_common_system: system_initDeinitLinks.c
    # Compiling tda2px-evm:c66xdsp_1:release:links_common_system: system_ipc_bios_ipc.c
    #
    # Archiving tda2px-evm:ipu2:release:utils_common
    #
    # Compiling tda2px-evm:c66xdsp_1:release:utils_common: network_tfdtp_api.c
    #
    # Archiving tda2px-evm:c66xdsp_1:release:links_common_algorithm
    #
    # Compiling tda2px-evm:c66xdsp_2:release:links_common_algorithm: algorithmLink_cfg.c
    #
    # Archiving tda2px-evm:c66xdsp_1:release:utils_common
    #
    # Compiling tda2px-evm:c66xdsp_2:release:utils_common: network_tfdtp_api.c
    #
    # Archiving tda2px-evm:c66xdsp_2:release:links_common_algorithm
    #
    # Compiling tda2px-evm:arp32_1:release:links_common_algorithm: algorithmLink_cfg.c
    #
    # Archiving tda2px-evm:c66xdsp_2:release:utils_common
    #
    # Compiling tda2px-evm:arp32_1:release:utils_common: network_tfdtp_api.c
    #
    # Archiving tda2px-evm:arp32_1:release:utils_common
    #
    # Compiling tda2px-evm:arp32_2:release:utils_common: network_tfdtp_api.c
    #
    # Archiving tda2px-evm:arp32_1:release:links_common_algorithm
    #
    # Compiling tda2px-evm:arp32_2:release:links_common_algorithm: algorithmLink_cfg.c
    #
    # Archiving tda2px-evm:arp32_2:release:utils_common
    #
    #
    # Archiving tda2px-evm:c66xdsp_1:release:links_common_system
    #
    # Compiling tda2px-evm:c66xdsp_2:release:links_common_system: system_common.c
    # Compiling tda2px-evm:c66xdsp_2:release:links_common_system: system_initDeinitLinks.c
    # Compiling tda2px-evm:c66xdsp_2:release:links_common_system: system_ipc_bios_ipc.c
    #
    # Archiving tda2px-evm:arp32_2:release:links_common_algorithm
    #
    #
    # Archiving tda2px-evm:c66xdsp_2:release:links_common_system
    #
    # Compiling tda2px-evm:arp32_1:release:links_common_system: system_common.c
    # Compiling tda2px-evm:arp32_1:release:links_common_system: system_initDeinitLinks.c
    # Compiling tda2px-evm:arp32_1:release:links_common_system: system_ipc_bios_ipc.c
    #
    # Archiving tda2px-evm:arp32_1:release:links_common_system
    #
    # Compiling tda2px-evm:arp32_2:release:links_common_system: system_common.c
    # Compiling tda2px-evm:arp32_2:release:links_common_system: system_initDeinitLinks.c
    # Compiling tda2px-evm:arp32_2:release:links_common_system: system_ipc_bios_ipc.c
    #
    # Archiving tda2px-evm:arp32_2:release:links_common_system
    #
    # Compiling tda2px-evm:ipu2:release:app_alg_plugins: /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/rtos/radar/src/alg_plugins/alg_fxns/common/alg_functions.c
    # Compiling tda2px-evm:ipu2:release:app_alg_plugins: /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/rtos/draw2d/draw2d_font_bmp.c
    # Compiling tda2px-evm:ipu2:release:app_alg_plugins: /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/rtos/radar/src/common/chains_common_ar12xx.c
    # Compiling tda2px-evm:ipu2:release:app_alg_plugins: /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/rtos/radar/src/common/app_ctrl_radar.c
    # Compiling tda2px-evm:ipu2:release:app_alg_plugins: /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/rtos/radar/src/common/chains_common_cascade_ar12xx_config_mimo.c
    # Compiling tda2px-evm:ipu2:release:app_alg_plugins: /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/rtos/radar/src/common/chains_common_sample_ar12xx_config.c
    # Compiling tda2px-evm:ipu2:release:app_alg_plugins: /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/rtos/radar/src/common/chains_common_cascade_ar12xx_config_bf.c
    # Compiling tda2px-evm:ipu2:release:app_alg_plugins: /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/rtos/radar/src/common/chains_common_cascade_fpga.c
    # Compiling tda2px-evm:ipu2:release:app_alg_plugins: /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/rtos/radar/src/common/chains_common_radar.c
    # Compiling tda2px-evm:ipu2:release:app_alg_plugins: /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/rtos/radar/src/common/chains_radar_util_read_params.c
    #
    # Archiving tda2px-evm:ipu2:release:app_alg_plugins
    #
    # Compiling tda2px-evm:c66xdsp_1:release:app_alg_plugins: /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/rtos/radar/src/alg_plugins/alg_fxns/common/alg_functions.c
    # Compiling tda2px-evm:c66xdsp_1:release:app_alg_plugins: /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/rtos/draw2d/draw2d_font_bmp.c
    #
    # Archiving tda2px-evm:c66xdsp_1:release:app_alg_plugins
    #
    # Compiling tda2px-evm:arp32_1:release:app_alg_plugins: /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/rtos/radar/src/alg_plugins/alg_fxns/common/alg_functions.c
    # Compiling tda2px-evm:arp32_1:release:app_alg_plugins: /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/rtos/draw2d/draw2d_font_bmp.c
    #
    # Archiving tda2px-evm:arp32_1:release:app_alg_plugins
    #
    # Compiling tda2px-evm:ipu2:release:app_libs: /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/rtos/common/chains_main_bios.c
    # Compiling tda2px-evm:ipu2:release:app_libs: /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/rtos/common/chains_main_linux.c
    # Compiling tda2px-evm:ipu2:release:app_libs: /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/rtos/modules/grpxSrc/grpxSrcLink_tsk.c
    # Compiling tda2px-evm:ipu2:release:app_libs: /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/rtos/modules/grpxSrc/grpxSrcLink_tidl_od_layout.c
    # Compiling tda2px-evm:ipu2:release:app_libs: /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/rtos/modules/grpxSrc/grpxSrcLink_Tda3x2D3DSv_layout.c
    #
    # Archiving tda2px-evm:ipu2:release:app_libs
    #
    # Invoking configuro...
    # Invoking configuro...
    # Invoking configuro...
    # Invoking configuro...
    configuring MAIN_APP_c6xdsp1.xe66 from package/cfg/MAIN_APP_c6xdsp1_pe66.cfg ...
    configuring MAIN_APP_c6xdsp2.xe66 from package/cfg/MAIN_APP_c6xdsp2_pe66.cfg ...
    configuring MAIN_APP_eve1.xearp32F from package/cfg/MAIN_APP_eve1_pearp32F.cfg ...
    configuring MAIN_APP_eve2.xearp32F from package/cfg/MAIN_APP_eve2_pearp32F.cfg ...
    Loading Dsp1.cfg for tda2px-evm
    # !!! Current build platform is [tda2px-evm] !!!
    Loading Dsp2.cfg for tda2px-evm
    # !!! Current build platform is [tda2px-evm] !!!
    Loading Eve1.cfg for tda2px-evm
    # !!! Current build platform is [tda2px-evm] !!!
    Loading Eve2.cfg for tda2px-evm
    # !!! Current build platform is [tda2px-evm] !!!
    # !!! Including CPU #0 [ HOST ] in build !!!
    # !!! Including CPU #1 [ IPU2 ] in build !!!
    # !!! Including CPU #2 [ DSP1 ] in build !!!
    # !!! Including CPU #3 [ DSP2 ] in build !!!
    # !!! Including CPU #4 [ EVE1 ] in build !!!
    # !!! Including CPU #5 [ EVE2 ] in build !!!
    # !!! Including CPU #0 [ HOST ] in build !!!
    # !!! Including CPU #1 [ IPU2 ] in build !!!
    # !!! Including CPU #2 [ DSP1 ] in build !!!
    # !!! Including CPU #3 [ DSP2 ] in build !!!
    # !!! Including CPU #4 [ EVE1 ] in build !!!
    # !!! Including CPU #5 [ EVE2 ] in build !!!
    # !!! Including CPU #0 [ HOST ] in build !!!
    # !!! Including CPU #1 [ IPU2 ] in build !!!
    # !!! Including CPU #2 [ DSP1 ] in build !!!
    # !!! Including CPU #3 [ DSP2 ] in build !!!
    # !!! Including CPU #4 [ EVE1 ] in build !!!
    # !!! Including CPU #5 [ EVE2 ] in build !!!
    # !!! Host Proc ID is [1] !!!
    # !!! Including CPU #0 [ HOST ] in build !!!
    # !!! Including CPU #1 [ IPU2 ] in build !!!
    # !!! Including CPU #2 [ DSP1 ] in build !!!
    # !!! Including CPU #3 [ DSP2 ] in build !!!
    # !!! Including CPU #4 [ EVE1 ] in build !!!
    # !!! Including CPU #5 [ EVE2 ] in build !!!
    # !!! Host Proc ID is [1] !!!
    # !!! Host Proc ID is [1] !!!
    # !!! Host Proc ID is [1] !!!
    generating custom ti.sysbios library makefile ... 
    generating custom ti.sysbios library makefile ... 
    generating custom ti.sdo.utils library makefile ...
    generating custom ti.sdo.ipc library makefile ...
    generating custom ti.sdo.utils library makefile ...
    generating custom ti.sdo.ipc library makefile ...
    generating custom ti.sysbios library makefile ... 
    generating custom ti.sysbios library makefile ... 
    generating custom ti.sdo.utils library makefile ...
    generating custom ti.sdo.ipc library makefile ...
    generating custom ti.sdo.utils library makefile ...
    generating custom ti.sdo.ipc library makefile ...
    Starting build of library sources ...
    making /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/arp32_2/release/vision_sdk_configuro/package/cfg/MAIN_APP_eve2_pearp32F.src/ipc.aearp32F ...
    gmake[1]: Entering directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/arp32_2/release/vision_sdk_configuro/package/cfg/MAIN_APP_eve2_pearp32F.src/ipc'
    gmake[1]: Nothing to be done for `all'.
    gmake[1]: Leaving directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/arp32_2/release/vision_sdk_configuro/package/cfg/MAIN_APP_eve2_pearp32F.src/ipc'
    making /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/arp32_2/release/vision_sdk_configuro/package/cfg/MAIN_APP_eve2_pearp32F.src/utils.aearp32F ...
    gmake[1]: Entering directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/arp32_2/release/vision_sdk_configuro/package/cfg/MAIN_APP_eve2_pearp32F.src/utils'
    gmake[1]: Nothing to be done for `all'.
    gmake[1]: Leaving directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/arp32_2/release/vision_sdk_configuro/package/cfg/MAIN_APP_eve2_pearp32F.src/utils'
    making /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/arp32_2/release/vision_sdk_configuro/package/cfg/MAIN_APP_eve2_pearp32F.src/sysbios/sysbios.aearp32F ...
    gmake[1]: Entering directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/arp32_2/release/vision_sdk_configuro/package/cfg/MAIN_APP_eve2_pearp32F.src/sysbios'
    gmake[1]: Nothing to be done for `all'.
    gmake[1]: Leaving directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/arp32_2/release/vision_sdk_configuro/package/cfg/MAIN_APP_eve2_pearp32F.src/sysbios'
    Build of libraries done.
    # Configuro done!
    Starting build of library sources ...
    making /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/arp32_1/release/vision_sdk_configuro/package/cfg/MAIN_APP_eve1_pearp32F.src/ipc.aearp32F ...
    gmake[1]: Entering directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/arp32_1/release/vision_sdk_configuro/package/cfg/MAIN_APP_eve1_pearp32F.src/ipc'
    gmake[1]: Nothing to be done for `all'.
    gmake[1]: Leaving directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/arp32_1/release/vision_sdk_configuro/package/cfg/MAIN_APP_eve1_pearp32F.src/ipc'
    making /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/arp32_1/release/vision_sdk_configuro/package/cfg/MAIN_APP_eve1_pearp32F.src/utils.aearp32F ...
    gmake[1]: Entering directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/arp32_1/release/vision_sdk_configuro/package/cfg/MAIN_APP_eve1_pearp32F.src/utils'
    gmake[1]: Nothing to be done for `all'.
    gmake[1]: Leaving directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/arp32_1/release/vision_sdk_configuro/package/cfg/MAIN_APP_eve1_pearp32F.src/utils'
    making /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/arp32_1/release/vision_sdk_configuro/package/cfg/MAIN_APP_eve1_pearp32F.src/sysbios/sysbios.aearp32F ...
    gmake[1]: Entering directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/arp32_1/release/vision_sdk_configuro/package/cfg/MAIN_APP_eve1_pearp32F.src/sysbios'
    gmake[1]: Nothing to be done for `all'.
    gmake[1]: Leaving directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/arp32_1/release/vision_sdk_configuro/package/cfg/MAIN_APP_eve1_pearp32F.src/sysbios'
    Build of libraries done.
    # Making tda2px-evm:arp32_2:release:vision_sdk_lib...
    # Compiling tda2px-evm:arp32_2:release:vision_sdk: /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/common/app_init/app_init_eve.c
    # Compiling tda2px-evm:arp32_2:release:vision_sdk: src/tlb_config_eve2.c
    # Configuro done!
    # Compiling generated MAIN_APP_eve2_pearp32F.oearp32F
    # Making tda2px-evm:arp32_1:release:vision_sdk_lib...
    # Compiling tda2px-evm:arp32_1:release:vision_sdk: src/tlb_config_eve1.c
    # Compiling tda2px-evm:arp32_1:release:vision_sdk: /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/common/app_init/app_init_eve.c
    # Compiling generated MAIN_APP_eve1_pearp32F.oearp32F
    Starting build of library sources ...
    making /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/c66xdsp_1/release/vision_sdk_configuro/package/cfg/MAIN_APP_c6xdsp1_pe66.src/ipc.ae66 ...
    gmake[1]: Entering directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/c66xdsp_1/release/vision_sdk_configuro/package/cfg/MAIN_APP_c6xdsp1_pe66.src/ipc'
    gmake[1]: Nothing to be done for `all'.
    gmake[1]: Leaving directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/c66xdsp_1/release/vision_sdk_configuro/package/cfg/MAIN_APP_c6xdsp1_pe66.src/ipc'
    making /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/c66xdsp_1/release/vision_sdk_configuro/package/cfg/MAIN_APP_c6xdsp1_pe66.src/utils.ae66 ...
    gmake[1]: Entering directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/c66xdsp_1/release/vision_sdk_configuro/package/cfg/MAIN_APP_c6xdsp1_pe66.src/utils'
    gmake[1]: Nothing to be done for `all'.
    gmake[1]: Leaving directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/c66xdsp_1/release/vision_sdk_configuro/package/cfg/MAIN_APP_c6xdsp1_pe66.src/utils'
    making /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/c66xdsp_1/release/vision_sdk_configuro/package/cfg/MAIN_APP_c6xdsp1_pe66.src/sysbios/sysbios.ae66 ...
    gmake[1]: Entering directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/c66xdsp_1/release/vision_sdk_configuro/package/cfg/MAIN_APP_c6xdsp1_pe66.src/sysbios'
    gmake[1]: Nothing to be done for `all'.
    gmake[1]: Leaving directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/c66xdsp_1/release/vision_sdk_configuro/package/cfg/MAIN_APP_c6xdsp1_pe66.src/sysbios'
    Build of libraries done.
    Starting build of library sources ...
    making /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/c66xdsp_2/release/vision_sdk_configuro/package/cfg/MAIN_APP_c6xdsp2_pe66.src/ipc.ae66 ...
    gmake[1]: Entering directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/c66xdsp_2/release/vision_sdk_configuro/package/cfg/MAIN_APP_c6xdsp2_pe66.src/ipc'
    gmake[1]: Nothing to be done for `all'.
    gmake[1]: Leaving directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/c66xdsp_2/release/vision_sdk_configuro/package/cfg/MAIN_APP_c6xdsp2_pe66.src/ipc'
    making /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/c66xdsp_2/release/vision_sdk_configuro/package/cfg/MAIN_APP_c6xdsp2_pe66.src/utils.ae66 ...
    gmake[1]: Entering directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/c66xdsp_2/release/vision_sdk_configuro/package/cfg/MAIN_APP_c6xdsp2_pe66.src/utils'
    gmake[1]: Nothing to be done for `all'.
    gmake[1]: Leaving directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/c66xdsp_2/release/vision_sdk_configuro/package/cfg/MAIN_APP_c6xdsp2_pe66.src/utils'
    making /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/c66xdsp_2/release/vision_sdk_configuro/package/cfg/MAIN_APP_c6xdsp2_pe66.src/sysbios/sysbios.ae66 ...
    gmake[1]: Entering directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/c66xdsp_2/release/vision_sdk_configuro/package/cfg/MAIN_APP_c6xdsp2_pe66.src/sysbios'
    gmake[1]: Nothing to be done for `all'.
    gmake[1]: Leaving directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/c66xdsp_2/release/vision_sdk_configuro/package/cfg/MAIN_APP_c6xdsp2_pe66.src/sysbios'
    Build of libraries done.
    # Configuro done!
    # Configuro done!
    # Making tda2px-evm:c66xdsp_1:release:vision_sdk_lib...
    # Making tda2px-evm:c66xdsp_2:release:vision_sdk_lib...
    # Compiling tda2px-evm:c66xdsp_1:release:vision_sdk: /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/common/app_init/app_init_dsp.c
    # Compiling tda2px-evm:c66xdsp_2:release:vision_sdk: /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/common/app_init/app_init_dsp.c
    # Compiling generated MAIN_APP_c6xdsp1_pe66.oe66
    # Compiling generated MAIN_APP_c6xdsp2_pe66.oe66
    # Linking into /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/vision_sdk/bin/tda2px-evm/vision_sdk_arp32_2_release.xearp32F...
    #
    # Linking into /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/vision_sdk/bin/tda2px-evm/vision_sdk_arp32_1_release.xearp32F...
    #
    #
    # /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/vision_sdk/bin/tda2px-evm/vision_sdk_arp32_2_release.xearp32F created.
    #
    Parsing the input object file, /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/vision_sdk/bin/tda2px-evm/vision_sdk_arp32_2_release.xearp32F.
    #
    # /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/vision_sdk/bin/tda2px-evm/vision_sdk_arp32_1_release.xearp32F created.
    #
    Parsing the input object file, /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/vision_sdk/bin/tda2px-evm/vision_sdk_arp32_1_release.xearp32F.
    File conversion complete!
    WARNING: The runtime version supported by this application is unavailable.
    Using default runtime: v4.0.30319
    File conversion complete!
    WARNING: The runtime version supported by this application is unavailable.
    Using default runtime: v4.0.30319
    # Linking into /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/vision_sdk/bin/tda2px-evm/vision_sdk_c66xdsp_1_release.xe66...
    # Linking into /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/vision_sdk/bin/tda2px-evm/vision_sdk_c66xdsp_2_release.xe66...
    #
    # /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/vision_sdk/bin/tda2px-evm/vision_sdk_c66xdsp_1_release.xe66 created.
    #
    #
    # /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/vision_sdk/bin/tda2px-evm/vision_sdk_c66xdsp_2_release.xe66 created.
    #
    
    # Invoking configuro...
    configuring MAIN_APP_ipu2.xem4 from package/cfg/MAIN_APP_ipu2_pem4.cfg ...
    Loading Ipu2.cfg for tda2px-evm
    # !!! Current build platform is [tda2px-evm] !!!
    # !!! Including CPU #0 [ HOST ] in build !!!
    # !!! Including CPU #1 [ IPU2 ] in build !!!
    # !!! Including CPU #2 [ DSP1 ] in build !!!
    # !!! Including CPU #3 [ DSP2 ] in build !!!
    # !!! Including CPU #4 [ EVE1 ] in build !!!
    # !!! Including CPU #5 [ EVE2 ] in build !!!
    # !!! Host Proc ID is [1] !!!
     ### Generating System memory map header file ... 
     ### Generating System memory map header file ... DONE !!!
    generating custom ti.sysbios library makefile ... 
    generating custom ti.sdo.utils library makefile ...
    generating custom ti.sdo.ipc library makefile ...
    Auto-registering resource manager for HDVICP2
    Auto-registering resource manager for TILEDMEMORY
        will link with ti.sdo.codecs.jpegvenc:lib/jpegenc_ti_host.lib
    Starting build of library sources ...
    making /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/ipu2/release/vision_sdk_configuro/package/cfg/MAIN_APP_ipu2_pem4.src/ipc.aem4 ...
    gmake[1]: Entering directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/ipu2/release/vision_sdk_configuro/package/cfg/MAIN_APP_ipu2_pem4.src/ipc'
    gmake[1]: Nothing to be done for `all'.
    gmake[1]: Leaving directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/ipu2/release/vision_sdk_configuro/package/cfg/MAIN_APP_ipu2_pem4.src/ipc'
    making /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/ipu2/release/vision_sdk_configuro/package/cfg/MAIN_APP_ipu2_pem4.src/utils.aem4 ...
    gmake[1]: Entering directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/ipu2/release/vision_sdk_configuro/package/cfg/MAIN_APP_ipu2_pem4.src/utils'
    gmake[1]: Nothing to be done for `all'.
    gmake[1]: Leaving directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/ipu2/release/vision_sdk_configuro/package/cfg/MAIN_APP_ipu2_pem4.src/utils'
    making /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/ipu2/release/vision_sdk_configuro/package/cfg/MAIN_APP_ipu2_pem4.src/sysbios/sysbios.aem4 ...
    gmake[1]: Entering directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/ipu2/release/vision_sdk_configuro/package/cfg/MAIN_APP_ipu2_pem4.src/sysbios'
    gmake[1]: Nothing to be done for `all'.
    gmake[1]: Leaving directory `/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/ipu2/release/vision_sdk_configuro/package/cfg/MAIN_APP_ipu2_pem4.src/sysbios'
    Build of libraries done.
    # Configuro done!
    # Making tda2px-evm:ipu2:release:vision_sdk_lib...
    # Compiling tda2px-evm:ipu2:release:vision_sdk: src/eve_firmware.c
    # Compiling tda2px-evm:ipu2:release:vision_sdk: /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/apps/src/common/app_init/app_init_ipu_primary.c
    # Compiling generated MAIN_APP_ipu2_pem4.oem4
    # Linking into /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/vision_sdk/bin/tda2px-evm/vision_sdk_ipu2_release.xem4...
    #
    #
    # /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/vision_sdk/bin/tda2px-evm/vision_sdk_ipu2_release.xem4 created.
    #
    '/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/obj/vision_sdk/tda2px-evm/ipu2/release/vision_sdk_configuro/osa_mem_map.h' -> '/home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/links_fw/src/hlos/osa/include/osa_mem_map.h'
    # links_a15_algorithm: tda2px-evm: Compiling algorithmLink_cfg.c
    # links_a15_algorithm: tda2px-evm: Creating archive links_a15_algorithm.a
    # system: tda2px-evm: Compiling system_common.c
    # system: tda2px-evm: Compiling system_ipc.c
    # osa: tda2px-evm: Compiling osa_mem.c
    # osa: tda2px-evm: Compiling osa_remote_log_server.c
    # osa: tda2px-evm: Compiling osa_remote_log_client.c
    # system: tda2px-evm: Creating archive system.a
    # osa: tda2px-evm: Creating archive osa.a
    # apps: tda2px-evm: Compiling chains_main.c
    # apps: tda2px-evm: Compiling chains_main_linux_radar.c
    # apps: tda2px-evm: Compiling chains_main_linux_single_cam.c
    # apps: tda2px-evm: Compiling chains_main_linux_settings_vision.c
    # apps: tda2px-evm: Compiling chains_main_linux_multi_cam.c
    # apps: tda2px-evm: Compiling chains_main_linux_opencompute.c
    # apps: tda2px-evm: Compiling chains_main_linux_iss.c
    # apps: tda2px-evm: Compiling chains_main_linux_avb.c
    # apps: tda2px-evm: Creating archive apps.a
    # apps: tda2px-evm: Linking
    # Final executable /home/ubuntu/PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/binaries/apps/tda2px_evm_linux_all/vision_sdk/bin/tda2px-evm//apps.out !!!
    #
    

    FOLLOWING file is generated FROM running
    ./apps.out

    root@dra7xx-evm:/opt/vision_sdk# ./apps.out 
     [HOST]  OSA: MEM: 0: Mapped 0xa0100000 to 0xb69a0000 of size 0x00100000 
     [HOST]  OSA: MEM: 1: Mapped 0x84203000 to 0xa3da0000 of size 0x12c00000 
     [HOST]  OSA: MEM: 2: Mapped 0xa0200000 to 0xa3ce0000 of size 0x00040000 
     [HOST]  OSA: MEM: 3: Mapped 0xa02c0000 to 0xa3d20000 of size 0x00080000 
     [HOST]  OSA: MEM: 4: Mapped 0x00000000 to 0x00000000 of size 0x00000000 
     [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: IPU2 Remote Log Shared Memory @ 0xa0363da0
      30.809124] omap_l3_noc 44000000.ocp: L3 application error: target 3 mod:2 (unclearable)
    [   30.863102] omap_l3_noc 44000000.ocp: L3 debug error: target 3 mod:2 (unclearable)
    [ HOST] [HOST  ]     40.779540 s:  SYSTEM: System A15 Init in proress !!!
     [HOST] [HOST  ]     40.779662 s:  SYSTEM: IPC: Init in progress !!!
     [HOST] [HOST  ]     40.779662 s:  SYSTEM: IPC: Notify init in progress !!!
     [HOST] [HOST  ]     40.780912 s:  SYSTEM: IPC: [IPU2] socket bind success !!! (dst vproc = 1, endpt = 81)
     [HOST] [HOST  ]     40.780943 s:  SYSTEM: IPC: [IPU2] socket info (family = 41, dst proc id = -1, endpt = 81) !!!
     [HOST] [HOST  ]     40.780973 s:  SYSTEM: IPC: [IPU2] socket connect success !!! (dst vproc = 1, endpt = 80)
     [HOST] [HOST  ]     40.780973 s:  SYSTEM: IPC: [IPU2] socket info (family = 41, dst proc id = -1, endpt = 1024) !!!
     [HOST] [HOST  ]     40.782163 s:  SYSTEM: IPC: [DSP1] socket bind success !!! (dst vproc = 2, endpt = 81)
     [HOST] [HOST  ]     40.782193 s:  SYSTEM: IPC: [DSP1] socket info (family = 41, dst proc id = -1, endpt = 81) !!!
     [HOST] [HOST  ]     40.782224 s:  SYSTEM: IPC: [DSP1] socket connect success !!! (dst vproc = 2, endpt = 80)
     [HOST] [HOST  ]     40.782224 s:  SYSTEM: IPC: [DSP1] socket info (family = 41, dst proc id = -1, endpt = 1024) !!!
     [HOST] [HOST  ]     40.783261 s:  SYSTEM: IPC: [DSP2] socket bind success !!! (dst vproc = 3, endpt = 81)
     [HOST] [HOST  ]     40.783261 s:  SYSTEM: IPC: [DSP2] socket info (family = 41, dst proc id = -1, endpt = 81) !!!
     [HOST] [HOST  ]     40.783291 s:  SYSTEM: IPC: [DSP2] socket connect success !!! (dst vproc = 3, endpt = 80)
     [HOST] [HOST  ]     40.783322 s:  SYSTEM: IPC: [DSP2] socket info (family = 41, dst proc id = -1, endpt = 1024) !!!
     [HOST] [HOST  ]     40.783444 s:  SYSTEM: IPC: Notify init DONE !!!
     [HOST] [HOST  ]     40.783474 s:  SYSTEM: MSGQ: MsgQ init in progress !!!
     [HOST] [HOST  ]     40.783566 s:  SYSTEM: MSGQ: MsgQ init DONE !!!
     [HOST] [HOST  ]     40.783566 s:  SYSTEM: IPC: Init DONE !!!
     [HOST] [HOST  ]     40.783596 s:  SYSTEM: Initializing A15 Links !!! 
     [HOST] [HOST  ]     40.783718 s:  IPC_OUT_0 : Init done - linkid-0x2000000
     [HOST] [HOST  ]     40.783810 s:  IPC_OUT_1 : Init done - linkid-0x2000001
     [HOST] [HOST  ]     40.783901 s:  IPC_OUT_2 : Init done - linkid-0x2000002
     [HOST] [HOST  ]     40.783993 s:  IPC_OUT_3 : Init done - linkid-0x2000003
     [HOST] [HOST  ]     40.784115 s:  IPC_OUT_4 : Init done - linkid-0x2000004
     [HOST] [HOST  ]     40.784267 s:  IPC_IN_0 : Init done - linkid-0x200000a
     [HOST] [HOST  ]     40.784389 s:  IPC_IN_1 : Init done - linkid-0x200000b
     [HOST] [HOST  ]     40.784511 s:  IPC_IN_2 : Init done - linkid-0x200000c
     [HOST] [HOST  ]     40.784633 s:  IPC_IN_3 : Init done - linkid-0x200000d
     [HOST] [HOST  ]     40.784755 s:  IPC_IN_4 : Init done - linkid-0x200000e
     [HOST] [HOST  ]     40.784847 s:  IPC_IN_5 : Init done - linkid-0x200000f
     [HOST] [HOST  ]     40.784999 s:  IPC_IN_6 : Init done - linkid-0x2000010
     [HOST] [HOST  ]     40.785091 s:  NULL_0 : Init done - linkid-0x2000014
     [HOST] [HOST  ]     40.785182 s:  NULL_1 : Init done - linkid-0x2000015
     [HOST] [HOST  ]     40.785335 s:  NULL_SRC_0 : Init done - linkid-0x2000039
     [HOST] [HOST  ]     40.785518 s:  DISP_DIST_SRC_0 : Init done - linkid-0x2000062
     [HOST] [HOST  ]     40.785670 s:  DISP_DIST_SRC_1 : Init done - linkid-0x2000063
     [HOST] [HOST  ]     40.785762 s:  DISP_DIST_SRC_2 : Init done - linkid-0x2000064
     [HOST] [HOST  ]     40.785884 s:  DISP_DIST_SRC_3 : Init done - linkid-0x2000065
     [HOST] [HOST  ]     40.786006 s:  ALGORITHM_0 : Init done - linkid-0x2000031
     [HOST] [HOST  ]     40.786128 s:  ALGORITHM_1 : Init done - linkid-0x2000032
     [HOST] [HOST  ]     40.786280 s:  ALGORITHM_2 : Init done - linkid-0x2000033
     [HOST] [HOST  ]     40.786402 s:  ALGORITHM_3 : Init done - linkid-0x2000034
     [HOST] [HOST  ]     40.786524 s:  ALGORITHM_4 : Init done - linkid-0x2000035
     [HOST] [HOST  ]     40.786646 s:  ALGORITHM_5 : Init done - linkid-0x2000036
     [HOST] [HOST  ]     40.786799 s:  ALGORITHM_6 : Init done - linkid-0x2000037
     [HOST] [HOST  ]     40.786982 s:  ALGORITHM_7 : Init done - linkid-0x2000038
     [HOST] [HOST  ]     40.787226 s:  DUP0 : Init done - linkid-0x0
     [HOST] [HOST  ]     40.787470 s:  DUP1 : Init done - linkid-0x0
     [HOST] [HOST  ]     40.787714 s:  DUP2 : Init done - linkid-0x0
     [HOST] [HOST  ]     40.787958 s:  DUP3 : Init done - linkid-0x0
     [HOST] [HOST  ]     40.788171 s:  DUP4 : Init done - linkid-0x0
     [HOST] [HOST  ]     40.788324 s:  SYNC_0 : Init done - linkid-0x0
     [HOST] [HOST  ]     40.788476 s:  SYNC_1 : Init done - linkid-0x0
     [HOST] [HOST  ]     40.788629 s:  SYNC_2 : Init done - linkid-0x0
     [HOST] [HOST  ]     40.788781 s:  SYNC_3 : Init done - linkid-0x0
     [HOST] [HOST  ]     40.788934 s:  MERGE_0 : Init done - linkid-0x0
     [HOST] [HOST  ]     40.789086 s:  MERGE_1 : Init done - linkid-0x0
     [HOST] [HOST  ]     40.789269 s:  MERGE_2 : Init done - linkid-0x0
     [HOST] [HOST  ]     40.789422 s:  MERGE_3 : Init done - linkid-0x0
     [HOST] [HOST  ]     40.789574 s:  MERGE_4 : Init done - linkid-0x0
     [HOST] [HOST  ]     40.789757 s:  SELECT_0 : Init done - linkid-0x0
     [HOST] [HOST  ]     40.789910 s:  SELECT_1 : Init done - linkid-0x0
     [HOST] [HOST  ]     40.790032 s:  GATE_0 : Init done - linkid-0x0
     [HOST] [HOST  ]     40.790184 s:  GATE_1 : Init done - linkid-0x0
     [HOST] [HOST  ]     40.790306 s:  GATE_2 : Init done - linkid-0x0
     [HOST] [HOST  ]     40.790459 s:  GATE_3 : Init done - linkid-0x0
     [HOST] [HOST  ]     40.790611 s:  SGXFRMCPY_0 : Init done - linkid-0x200004a
     [HOST] [HOST  ]     40.790611 s:  SYSTEM: Initializing A15 Links ... DONE !!! 
     [HOST] [HOST  ]     40.791435 s:  OSA: Adjusting global time, timeH by 0 units!!!
     [HOST] [HOST  ]     40.791435 s:  SYSTEM: System A15 Init Done !!!
     [HOST] [HOST  ]     40.791618 s:  NETWORK_CTRL: Starting Server (port=5000) !!!
     [HOST] [HOST  ]     40.791679 s:  NETWORK_CTRL: Starting Server ... DONE (port=5000) !!!
     [HOST] [DSP1  ]     19.029494 s:  ***** DSP1 Firmware build time 15:57:28 Mar  3 2020
     [HOST] [DSP1  ]     19.029555 s:  *** SYSTEM: CPU Frequency <ORG = 600000000 Hz>, <NEW = 750000000 Hz>
     [HOST] [DSP1  ]     19.029799 s:  SYSTEM: System Common Init in progress !!!
     [HOST] [DSP1  ]     19.030012 s:  UTILS: CIO: Init Done !!!
     [HOST] [DSP1  ]     19.030043 s:  SYSTEM: IPC init in progress !!!
     [HOST] [DSP1  ]     19.030073 s:  SYSTEM: Attaching to [IPU2] ... 
     [HOST] [DSP1  ]     19.242024 s:  SYSTEM: Attaching to [IPU2] ... SUCCESS !!!
     [HOST] [DSP1  ]     19.246904 s:  SYSTEM: Attaching to [DSP2] ... SUCCESS !!!
     [HOST] [DSP1  ]     19.263405 s:  SYSTEM: Attaching to [EVE1] ... SUCCESS !!!
     [HOST] [DSP1  ]     19.283444 s:  SYSTEM: Attaching to [EVE2] ... SUCCESS !!!
     [HOST] [DSP1  ]     19.283474 s:  SYSTEM: Notify register to [IPU2] line 0, event 15... 
     [HOST] [DSP1  ]     19.283535 s:  SYSTEM: Notify register to [DSP2] line 0, event 15... 
     [HOST] [DSP1  ]     19.283566 s:  SYSTEM: Notify register to [EVE1] line 0, event 15... 
     [HOST] [DSP1  ]     19.283596 s:  SYSTEM: Notify register to [EVE2] line 0, event 15... 
     [HOST] [DSP1  ]     19.283627 s:  SYSTEM: Notify init done !!!
     [HOST] [DSP1  ]     19.283810 s:  SYSTEM: MsgQ init done !!!
     [HOST] [DSP1  ]     19.283901 s: RpmsgInit in progress...
     [HOST] [DSP1  ]     19.283932 s: Connection established with HLOS, calling rpmsgInit
     [HOST] [DSP1  ]     19.284115 s:  SYSTEM: IPC init DONE !!!
     [HOST] [DSP1  ]     19.284694 s:  SYSTEM: System Common Init Done !!!
     [HOST] [DSP1  ]     19.284725 s:  SYSTEM: System DSP Init in progress !!!
     [HOST] [DSP1  ]     19.284999 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024 
     [HOST] [DSP1  ]     19.285030 s:  SYSTEM: Heap = LOCAL_L2             @ 0x00800000, Total size = 227264 B (221 KB), Free size =
     227264 B (221 KB)
     [HOST] [DSP1  ]     19.285060 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 524288 B (512 KB), Free size =
     518440 B (506 KB)
     [HOST] [DSP1  ]     19.285091 s:  SYSTEM: Initializing Links !!! 
     [HOST] [DSP1  ]     19.293600 s:  SYSTEM: Initializing Links ... DONE !!! 
     [HOST] [DSP1  ]     19.293631 s: 
     [HOST] [DSP1  ] In AlgorithmLink_SurroundView3d_initPlugin !!!
     [HOST] [DSP1  ]     19.293661 s: In AlgorithmLink_OfflineCalibration_initPlugin !!!
     [HOST] [DSP1  ]     19.293661 s:  SYSTEM: System DSP Init Done !!!
     [HOST] [DSP1  ]     19.661806 s:  SYSTEM: CACHE: L1P = 32 KB, L1D = 32 KB, L2 = 32 KB ... after boot !!!
     [HOST] [DSP1  ]     19.661837 s:  SYSTEM: CACHE: L1P = 32 KB, L1D = 32 KB, L2 = 32 KB ... after update by APP !!!
     [HOST] [DSP2  ]     19.096474 s: ***** DSP2 Firmware build time 15:57:29 Mar  3 2020
     [HOST] [DSP2  ]     19.096535 s:  *** SYSTEM: CPU Frequency <ORG = 600000000 Hz>, <NEW = 750000000 Hz>
     [HOST] [DSP2  ]     19.096779 s:  SYSTEM: System Common Init in progress !!!
     [HOST] [DSP2  ]     19.096992 s:  UTILS: CIO: Init Done !!!
     [HOST] [DSP2  ]     19.097023 s:  SYSTEM: IPC init in progress !!!
     [HOST] [DSP2  ]     19.097053 s:  SYSTEM: Attaching to [IPU2] ... 
     [HOST] [DSP2  ]     19.244982 s:  SYSTEM: Attaching to [IPU2] ... SUCCESS !!!
     [HOST] [DSP2  ]     19.246904 s:  SYSTEM: Attaching to [DSP1] ... SUCCESS !!!
     [HOST] [DSP2  ]     19.273348 s:  SYSTEM: Attaching to [EVE1] ... SUCCESS !!!
     [HOST] [DSP2  ]     19.293326 s:  SYSTEM: Attaching to [EVE2] ... SUCCESS !!!
     [HOST] [DSP2  ]     19.293356 s:  SYSTEM: Notify register to [IPU2] line 0, event 15... 
     [HOST] [DSP2  ]     19.293417 s:  SYSTEM: Notify register to [DSP1] line 0, event 15... 
     [HOST] [DSP2  ]     19.293448 s:  SYSTEM: Notify register to [EVE1] line 0, event 15... 
     [HOST] [DSP2  ]     19.293478 s:  SYSTEM: Notify register to [EVE2] line 0, event 15... 
     [HOST] [DSP2  ]     19.293539 s:  SYSTEM: Notify init done !!!
     [HOST] [DSP2  ]     19.293692 s:  SYSTEM: MsgQ init done !!!
     [HOST] [DSP2  ]     19.293783 s: RpmsgInit in progress...
     [HOST] [DSP2  ]     19.293814 s: Connection established with HLOS, calling rpmsgInit
     [HOST] [DSP2  ]     19.294027 s:  SYSTEM: IPC init DONE !!!
     [HOST] [DSP2  ]     19.294607 s:  SYSTEM: System Common Init Done !!!
     [HOST] [DSP2  ]     19.294637 s:  SYSTEM: System DSP Init in progress !!!
     [HOST] [DSP2  ]     19.294881 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024 
     [HOST] [DSP2  ]     19.294912 s:  SYSTEM: Heap = LOCAL_L2             @ 0x00800000, Total size = 227264 B (221 KB), Free size =
     227264 B (221 KB)
     [HOST] [DSP2  ]     19.294942 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 524288 B (512 KB), Free size =
     518440 B (506 KB)
     [HOST] [DSP2  ]     19.294973 s:  SYSTEM: Initializing Links !!! 
     [HOST] [DSP2  ]     19.303452 s:  SYSTEM: Initializing Links ... DONE !!! 
     [HOST] [DSP2  ]     19.303513 s: 
     [HOST] [DSP2  ] In AlgorithmLink_SurroundView3d_initPlugin !!!
     [HOST] [DSP2  ]     19.303513 s: In AlgorithmLink_OfflineCalibration_initPlugin !!!
     [HOST] [DSP2  ]     19.303544 s:  SYSTEM: System DSP Init Done !!!
     [HOST] [DSP2  ]     19.663819 s:  SYSTEM: CACHE: L1P = 32 KB, L1D = 32 KB, L2 = 32 KB ... after boot !!!
     [HOST] [DSP2  ]     19.663850 s:  SYSTEM: CACHE: L1P = 32 KB, L1D = 32 KB, L2 = 32 KB ... after update by APP !!!
     [HOST] [EVE1  ]     19.238058 s:  ***** EVE Firmware build time 15:56:41 Mar  3 2020 
     [HOST] [EVE1  ]     19.239644 s:  *** SYSTEM: CPU Frequency <ORG = 267500000 Hz>, <NEW = 267500000 Hz>
     [HOST] [EVE1  ]     19.242115 s:  SYSTEM: System Common Init in progress !!!
     [HOST] [EVE1  ]     19.244006 s:  UTILS: CIO: Init Done !!!
     ASSERT (TF_SVS_priv.c|TF_SVS_Create|190)
     [HOST] [EVE1  ]     19.244860 s:  SYSTEM: IPC init in progress !!!
     [HOST] [EVE1  ]     19.245745 s:  SYSTEM: Attaching to [IPU2] ... 
     [HOST] [EVE1  ]     19.253705 s:  SYSTEM: Attaching to [IPU2] ... SUCCESS !!!
     [HOST] [EVE1  ]     19.263405 s:  SYSTEM: Attaching to [DSP1] ... SUCCESS !!!
     [HOST] [EVE1  ]     19.273348 s:  SYSTEM: Attaching to [DSP2] ... SUCCESS !!!
     [HOST] [EVE1  ]     19.313456 s:  SYSTEM: Attaching to [EVE2] ... SUCCESS !!!
     [HOST] [EVE1  ]     19.314432 s:  SYSTEM: Notify register to [IPU2] line 0, event 15... 
     [HOST] [EVE1  ]     19.315683 s:  SYSTEM: Notify register to [DSP1] line 0, event 15... 
     [HOST] [EVE1  ]     19.316964 s:  SYSTEM: Notify register to [DSP2] line 0, event 15... 
     [HOST] [EVE1  ]     19.318215 s:  SYSTEM: Notify register to [EVE2] line 0, event 15... 
     [HOST] [EVE1  ]     19.319465 s:  SYSTEM: Notify init done !!!
     [HOST] [EVE1  ]     19.321112 s:  SYSTEM: MsgQ init done !!!
     [HOST] [EVE1  ]     19.321966 s:  SYSTEM: IPC init DONE !!!
     [HOST] [EVE1  ]     19.335082 s:  SYSTEM: System Common Init Done !!!
     [HOST] [EVE1  ]     19.335997 s:  SYSTEM: System EVE Init in progress !!!
     [HOST] [EVE1  ]     19.337339 s:  UTILS: DMA: HWI Create for INT8 !!!
     [HOST] [EVE1  ]     19.338437 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024 
     [HOST] [EVE1  ]     19.339626 s:  SYSTEM: Heap = LOCAL_L2             @ 0x40020000, Total size = 22528 B (22 KB), Free size = 2
    2528 B (22 KB)
     [HOST] [EVE1  ]     19.341731 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 262144 B (256 KB), Free size =
     256528 B (250 KB)
     [HOST] [EVE1  ]     19.343774 s:  SYSTEM: Initializing Links !!! 
     [HOST] [EVE1  ]     19.421246 s:  SYSTEM: Initializing Links ... DONE !!! 
     [HOST] [EVE1  ]     19.422192 s:  SYSTEM: System EVE Init Done !!!
     [HOST] [EVE2  ]     19.238180 s:  ***** EVE Firmware build time 15:56:42 Mar  3 2020 
     [HOST] [EVE2  ]     19.239766 s:  *** SYSTEM: CPU Frequency <ORG = 267500000 Hz>, <NEW = 267500000 Hz>
     [HOST] [EVE2  ]     19.242237 s:  SYSTEM: System Common Init in progress !!!
     [HOST] [EVE2  ]     19.244128 s:  UTILS: CIO: Init Done !!!
     [HOST] [EVE2  ]     19.245013 s:  SYSTEM: IPC init in progress !!!
     [HOST] [EVE2  ]     19.245897 s:  SYSTEM: Attaching to [IPU2] ... 
     [HOST] [EVE2  ]     19.273775 s:  SYSTEM: Attaching to [IPU2] ... SUCCESS !!!
     [HOST] [EVE2  ]     19.283444 s:  SYSTEM: Attaching to [DSP1] ... SUCCESS !!!
     [HOST] [EVE2  ]     19.293326 s:  SYSTEM: Attaching to [DSP2] ... SUCCESS !!!
     [HOST] [EVE2  ]     19.313456 s:  SYSTEM: Attaching to [EVE1] ... SUCCESS !!!
     [HOST] [EVE2  ]     19.314463 s:  SYSTEM: Notify register to [IPU2] line 0, event 15... 
     [HOST] [EVE2  ]     19.315714 s:  SYSTEM: Notify register to [DSP1] line 0, event 15... 
     [HOST] [EVE2  ]     19.316964 s:  SYSTEM: Notify register to [DSP2] line 0, event 15... 
     [HOST] [EVE2  ]     19.318215 s:  SYSTEM: Notify register to [EVE1] line 0, event 15... 
     [HOST] [EVE2  ]     19.319496 s:  SYSTEM: Notify init done !!!
     [HOST] [EVE2  ]     19.321143 s:  SYSTEM: MsgQ init done !!!
     [HOST] [EVE2  ]     19.321997 s:  SYSTEM: IPC init DONE !!!
     [HOST] [EVE2  ]     19.335112 s:  SYSTEM: System Common Init Done !!!
     [HOST] [EVE2  ]     19.336027 s:  SYSTEM: System EVE Init in progress !!!
     [HOST] [EVE2  ]     19.337400 s:  UTILS: DMA: HWI Create for INT8 !!!
     [HOST] [EVE2  ]     19.338498 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024 
     [HOST] [EVE2  ]     19.339687 s:  SYSTEM: Heap = LOCAL_L2             @ 0x40020000, Total size = 22528 B (22 KB), Free size = 2
    2528 B (22 KB)
     [HOST] [EVE2  ]     19.341792 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 262144 B (256 KB), Free size =
     256528 B (250 KB)
     [HOST] [EVE2  ]     19.343835 s:  SYSTEM: Initializing Links !!! 
     [HOST] [EVE2  ]     19.421551 s:  SYSTEM: Initializing Links ... DONE !!! 
     [HOST] [EVE2  ]     19.422558 s:  SYSTEM: System EVE Init Done !!!
     [HOST] [IPU2  ]     19.186604 s: 
     [HOST] [IPU2  ] WARNING: Device Id Does not Match
     [HOST] [IPU2  ]     19.206155 s: 
     [HOST] [IPU2  ]  EVE1 Image Load Completed 
     [HOST] [IPU2  ]     19.225736 s: 
     [HOST] [IPU2  ]  EVE2 Image Load Completed 
     [HOST] [IPU2  ]     19.225858 s: 
     [HOST] [IPU2  ]  EVE MMU configuration completed 
     [HOST] [IPU2  ]     19.225919 s: 
     [HOST] [IPU2  ]  EVE MMU configuration completed 
     [HOST] [IPU2  ]     19.226011 s:  ***** IPU2 Firmware build time 15:58:36 Mar  3 2020
     [HOST] [IPU2  ]     19.226133 s:  *** SYSTEM: CPU Frequency <ORG = 212800000 Hz>, <NEW = 212800000 Hz>
     [HOST] [IPU2  ]     19.229091 s:  SYSTEM: System Common Init in progress !!!
     [HOST] [IPU2  ]     19.239004 s:  UTILS: CIO: Init Done !!!
     [HOST] [IPU2  ]     19.239095 s:  SYSTEM: IPC init in progress !!!
     [HOST] [IPU2  ]     19.239156 s:  SYSTEM: Attaching to [DSP1] ... 
     [HOST] [IPU2  ]     19.242024 s:  SYSTEM: Attaching to [DSP1] ... SUCCESS !!!
     [HOST] [IPU2  ]     19.244982 s:  SYSTEM: Attaching to [DSP2] ... SUCCESS !!!
     [HOST] [IPU2  ]     19.253705 s:  SYSTEM: Attaching to [EVE1] ... SUCCESS !!!
     [HOST] [IPU2  ]     19.273775 s:  SYSTEM: Attaching to [EVE2] ... SUCCESS !!!
     [HOST] [IPU2  ]     19.273897 s:  SYSTEM: Notify register to [DSP1] line 0, event 15... 
     [HOST] [IPU2  ]     19.274019 s:  SYSTEM: Notify register to [DSP2] line 0, event 15... 
     [HOST] [IPU2  ]     19.274141 s:  SYSTEM: Notify register to [EVE1] line 0, event 15... 
     [HOST] [IPU2  ]     19.274232 s:  SYSTEM: Notify register to [EVE2] line 0, event 15... 
     [HOST] [IPU2  ]     19.274354 s:  SYSTEM: Notify init done !!!
     [HOST] [IPU2  ]     19.276062 s:  SYSTEM: MsgQ init done !!!
     [HOST] [IPU2  ]     19.276977 s: RpmsgInit in progress...
     [HOST] [IPU2  ]     19.277069 s: Connection established with HLOS, calling rpmsgInit
     [HOST] [IPU2  ]     19.277648 s:  SYSTEM: IPC init DONE !!!
     [HOST] [IPU2  ]     19.282803 s:  SYSTEM: System Common Init Done !!!
     [HOST] [IPU2  ]     19.282895 s:  SYSTEM: System Init in progress !!!
     [HOST] [IPU2  ]     19.282956 s:  SYSTEM: BSP Common Init in progress !!!
     [HOST] [IPU2  ]     19.283047 s:  SYSTEM: BSP Common Init Done !!!
     [HOST] [IPU2  ]     19.283108 s:  SYSTEM: BSP Platform Init in progress !!!
     [HOST] [IPU2  ]     19.283200 s:  SYSTEM: BSP Platform Init Done !!!
     [HOST] [IPU2  ]     19.283261 s:  SYSTEM: FVID2 Init in progress !!!
     [HOST] [IPU2  ]     19.283413 s:  SYSTEM: FVID2 Init Done !!!
     [HOST] [IPU2  ]     19.283505 s:  SYSTEM: VPS Init in progress !!!
     [HOST] [IPU2  ]     19.283566 s:  SYSTEM: VPDMA Descriptor Memory Address translation ENABLED [0x80000000 -> 0x80000000]
     [HOST] [IPU2  ]     19.286402 s: *** VPDMA Firmware Loading... ***
     [HOST] [IPU2  ]     19.286585 s: VPDMA Firmware Address = 0xa035b5c0
     [HOST] [IPU2  ]     19.286646 s: VPDMA Load Address     = 0x4897d004
     [HOST] [IPU2  ]     19.286768 s: VPDMA Firmware Version = 0x4d0001b8
     [HOST] [IPU2  ]     19.286829 s: VPDMA List Busy Status = 0x00000000
     [HOST] [IPU2  ]     19.286921 s: *** VPDMA Firmware Load Success ***
     [HOST] [IPU2  ]     19.287226 s: *** VPDMA Firmware Loading... ***
     [HOST] [IPU2  ]     19.287317 s: VPDMA Firmware Address = 0xa035b5c0
     [HOST] [IPU2  ]     19.287439 s: VPDMA Load Address     = 0x4899d004
     [HOST] [IPU2  ]     19.287531 s: VPDMA Firmware Version = 0x4d0001b8
     [HOST] [IPU2  ]     19.287622 s: VPDMA List Busy Status = 0x00000000
     [HOST] [IPU2  ]     19.287683 s: *** VPDMA Firmware Load Success ***
     [HOST] [IPU2  ]     19.288019 s: *** VPDMA Firmware Loading... ***
     [HOST] [IPU2  ]     19.288080 s: VPDMA Firmware Address = 0xa035b5c0
     [HOST] [IPU2  ]     19.288171 s: VPDMA Load Address     = 0x489dd004
     [HOST] [IPU2  ]     19.288263 s: VPDMA Firmware Version = 0x4d0001b8
     [HOST] [IPU2  ]     19.288354 s: VPDMA List Busy Status = 0x00000000
     [HOST] [IPU2  ]     19.288446 s: *** VPDMA Firmware Load Success ***
     [HOST] [IPU2  ]     19.357805 s:  SYSTEM: VPS Init Done !!!
     [HOST] [IPU2  ]     19.358689 s:  UTILS: DMA: HWI Create for INT25 !!!
     [HOST] [IPU2  ]     19.358933 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024 
     [HOST] [IPU2  ]     19.359055 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 262144 B (256 KB), Free size =
     256080 B (250 KB)
     [HOST] [IPU2  ]     19.359208 s:  SYSTEM: Heap = SR_OCMC              @ 0x00000000, Total size = 0 B (0 KB), Free size = 0 B (0
     KB)
     [HOST] [IPU2  ]     19.359360 s:  SYSTEM: Heap = SR_DDR_CACHED        @ 0x84203000, Total size = 314572800 B (300 MB), Free siz
    e = 314572800 B (300 MB)
     [HOST] [IPU2  ]     19.359574 s:  SYSTEM: Heap = SR_DDR_NON_CACHED    @ 0xa0100000, Total size = 1046656 B (0 MB), Free size = 
    954496 B (0 MB)
     [HOST] [IPU2  ]     19.359726 s:  SYSTEM: Initializing Links !!! 
     [HOST] [IPU2  ]     19.655218 s:  SYSTEM: Initializing Links ... DONE !!! 
     [HOST] [IPU2  ]     19.702342 s:  CHAINS: Application Started !!!
     [HOST] [IPU2  ]     19.715183 s:  BOARD: Board Init in progress !!!
     [HOST] [IPU2  ]     19.715701 s:  BOARD: Board Init Done !!!
     [HOST] [IPU2  ]     19.725431 s:  
     [HOST] [IPU2  ]     41.370524 s:  IPC_IN_0   : Create in progress !!!
     [HOST] [IPU2  ]     41.371683 s:  IPC_IN_0   : Create Done !!!
     [HOST] [IPU2  ]     41.372140 s:  DECODE: Create in progress ... !!!
     [HOST] [IPU2  ]     41.579546 s:  DECODE: Creating CH0 of 1280 x 720 [1] [0],target bitrate = 10000 Kbps ... 
     [HOST] [IPU2  ]     41.580430 s:  DECODE: All CH Create ... DONE !!!
     [HOST] [IPU2  ]     41.582443 s:  DECODE: Create ... DONE !!!
     [HOST] [IPU2  ]     41.582870 s:  VPE: Create in progress !!!
     [HOST] [IPU2  ]     41.714786 s:  VPE: Loading Down-scaling Co-effs
     [HOST] [IPU2  ]     41.715091 s:  VPE: Co-effs Loading ... DONE !!!
     [HOST] [IPU2  ]     41.715305 s:  VPE: Create Done !!!
     [HOST] [IPU2  ]     41.715671 s:  IPC_OUT_0   : Create in progress !!!
     [HOST] [IPU2  ]     41.716006 s:  IPC_OUT_0   : Create Done !!!
     [HOST] [HOST  ]     41.358445 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  ]  5: ISS Usecases, (TDA2Px ONLY)
     [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  ]  
     [HOST] [HOST  ]     41.358445 s: 
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  Single Camera Usecases
     [HOST] [HOST  ]  ------------------------
     [HOST] [HOST  ]  1: 1CH VIP capture + SGX Copy + DISPLAY
     [HOST] [HOST  ]  5: NullSrc + Decode + Display (Only 1920x1080 H264/MJPEG Video Input Bit-Stream Supported)
     [HOST] [HOST  ]  n: NullSrc + Decode + MOSIAC Display (1280x720)
     [HOST] [HOST  ]  c: NullSrc + Decode + Offline Calibration + Display (1280x720)
     [HOST] [HOST  ]  d: TF_SVS: NullSrc + Decode + alg_plugin + Display (1280x720)
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  x: Exit 
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  Enter Choice: 
     [HOST] [HOST  ]  
     [HOST] [HOST  ]     41.358476 s:  
     [HOST] [HOST  ]     41.358476 s: 
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  =========================================
     [HOST] [HOST  ]  Chains Run-time Codec Type Selection Menu
     [HOST] [HOST  ]  =========================================
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  Enter '0' for MJPEG 
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  Enter '1' for H.264 
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  Enter Choice: 
     [HOST] [HOST  ]  
     [HOST] [HOST  ]     41.358476 s: 
     [HOST] [HOST  ] done option in while1'1'.
     [HOST] [HOST  ]     41.370310 s:  IPC_OUT_0   : Create in progress !!!
     [HOST] [HOST  ]     41.370371 s:  IPC_OUT_0   : Create Done !!!
     [HOST] [DSP1  ]     41.716342 s:  IPC_IN_0   : Create in progress !!!
     [HOST] [DSP1  ]     41.716769 s:  IPC_IN_0   : Create Done !!!
     [HOST] [DSP1  ]     41.716982 s: *** algId = 16  ALGORITHM_LINK_ALG_MAXNUM = 45
     [HOST] [DSP1  ]     41.717013 s:  ALG: ERROR: No alg create function specified  (algId = 16) !!!
    

  • Hi,

    How you have created use-case? I mean using the auto-generation tool or manually created?

    Thanks

    Gaviraju

  • Hello Gaviraju,

    i used auto-generation tool for creating the use-case.

    used the following terminal command ::  ./vsdk_linux.out -file -img TF_SVS.txt

    Thanks,

    Praveen

  • Hello Gaviraju,

    i had  gone through the thread and i found that all the changes mentioned were already present in my code.

    It will be a great help if you can share me a sample working code which has  a usecase taking input from a video file and the algorithm plugin running on A15 is present only in HLOS and not in RTOS .

    Thanks,

    Praveen.

  • Hi,

    You can refer to the below usecase:

    vision_sdk/apps/src/hlos/adas/src/usecases/vip_single_cam_framecopy_sgx_display

    Here you have replace capture link to NullSrc link.

    Thanks

    Gaviraju

  • Hello Gaviraju,

    Actually the glframecopy is renamed version of framecopy on HLOS which itself is not working for me.

    So trying with 'vip_single_cam_framecopy_sgx_display' can results in same error.

    Thanks,

    Praveen.

  • Hello Gaviraju,

    Thanks for your support.

    I had edited the make file inside vision_sdk/buid/

    Following lines were added under 'app_alg_plugins:'

    ifeq ($(A15_TARGET_OS),Linux)
        $(MAKE) -fMAKEFILE_adas.MK -C$($(MAKEAPPNAME)_PATH)/src/hlos apps
    else
        $(MAKE) -fMAKEFILE.MK -C$($(MAKEAPPNAME)_PATH)/src/rtos/alg_plugins $(TARGET)
    endif   

    earlier instead of this if else, the following command was only present

    $(MAKE) -fMAKEFILE.MK -C$($(MAKEAPPNAME)_PATH)/src/rtos/alg_plugins $(TARGET)

    i think that is the reason  it was running in RTOS and not in HLOS and causing error.

    currently there isn't any error and it runs on HLOS in A15.

    Regards,

    Praveen