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.

J721S2XSOMXEVM: TIDL backporting from 10.01.00.04 to 8.05.00.11

Part Number: J721S2XSOMXEVM

Tool/software:

The following three tests:
1. Upgrade the tidl module of SDK 8.05 to c7x-mma-tidl and mmalib_09_00_03_03 of SDK 09_00_00_02, and then use OD to test the model to run normally. OK


2.In the same way as in 1, Upgrade the tidl module of SDK 8.05 to c7x-mma-tidl and mmalib_09_02_00_08 of SDK 09_02_00_05, and then use OD test model to run abnormally. FAILED
Run exception log:
    TIDL_activate is called with handle : ca50ab00
    TIDL_initDmaUtils returned Error Code for handle: ca50ab00

Add logs and recompile tidl_algo to confirm that TIDL_initDmaUtils returned Error Code is -1


3.In the same way as in 1, Upgrade the tidl module of SDK 8.05 to c7x-mma-tidl and mmalib_10_01_00_04 of SDK 10_01_00_04, and then use OD to test the model for abnormal operation. FAILED
Running exception logs is basically the same as the second test:
    TIDL_activate is called with handle : cb4eea00
    TIDL_initDmaUtils returned Error Code for handle: cb4eea00


Add logs and recompile tidl_algo to confirm that TIDL_initDmaUtils returned Error Code is -1

so why TIDL_initDmaUtils returned Error Code?