Part Number: TDA2PXEVM
Tool/software: TI-RTOS
Hello,
I wrote new algo link and it is working well in IPU0_1.
But, when I change the processor for new algo link to A15, a link creation was failed like below:
[IPU1-0] Vision SDK Usecases,
[IPU1-0] --------------------
[IPU1-0] 1: Single Camera Usecases
[IPU1-0] 2: Multi-Camera LVDS Usecases
[IPU1-0] 3: AVB RX Usecases, (TDA2x & TDA2Ex ONLY)
[IPU1-0] 4: Dual Display Usecases, (TDA2x EVM ONLY)
[IPU1-0] 5: ISS Usecases, (TDA3x ONLY)
[IPU1-0] 6: TDA2x Stereo Usecases
[IPU1-0] a: Miscellaneous test's
[IPU1-0] b: OPENCL Usecases (TDA2x EVM ONLY)
[IPU1-0] f: TIDL Usecase
[IPU1-0]
[IPU1-0] s: System Settings
[IPU1-0]
[IPU1-0] x: Exit
[IPU1-0]
[IPU1-0] Enter Choice:
[IPU1-0]
[IPU1-0] 20.463002 s:
[IPU1-0] 20.463124 s:
[IPU1-0]
[IPU1-0] ISS Usecases (TDA3x ONLY)
[IPU1-0] ---------------------------
[IPU1-0] 1: 1CH ISS capture + ISS ISP + ISS LDC+VTNF + Display
[IPU1-0]
[IPU1-0] x: Exit
[IPU1-0]
[IPU1-0] Enter Choice:
[IPU1-0]
[IPU1-0] 21.938967 s:
[IPU1-0] 21.939120 s: Entered Chains_issIspSimcop_Display()
[IPU1-0] 23.659946 s: ISSCAPTURE: Create in progress !!!
[IPU1-0] 23.661227 s: UTILS: DMA: Allocated CH (TCC) = 48 (48)
[IPU1-0] 23.661379 s: UTILS: DMA: 0 of 1: Allocated PaRAM = 48 (0x63304800)
[IPU1-0] 23.661623 s: ISSCAPTURE: Create Done !!!
[IPU1-0] 23.661776 s: IPC_OUT_0 : Create in progress !!!
[IPU1-0] 23.662081 s: IPC_OUT_0 : Create Done !!!
[IPU1-0] 23.662782 s: Assertion @ Line: 213 in /home/gooddata/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/apps/src/rtos/usecases/iss_capture_isp_simcop_display/chains_issIspSimcop_Display_priv.c: status == SYSTEM_LINK_STATUS_SOK : failed !!!
[IPU1-0] 23.664033 s: Assertion @ Line: 213 in /home/gooddata/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/apps/src/rtos/usecases/iss_capture_isp_simcop_display/chains_issIspSimcop_Display_priv.c: status == SYSTEM_LINK_STATUS_SOK : failed !!!
[HOST ] 23.662233 s: IPC_IN_0 : Create in progress !!!
[HOST ] 23.662538 s: IPC_IN_0 : Create Done !!!
[HOST ] 23.662721 s: ALG: ERROR: No alg create function specified (algId = 14) !!!
The only difference is a processor configureation.
I modified a chains_issIspSimcop_Display.txt (Alg_newalgolink (IPU0_1) to Alg_newalgolink (A15)),
and regenerated usecase.
Could you give me some advice why this situation happend?