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.

sclr issue

Hi,

I am using RDK02.80.00.10 and I can use sclr link to do scaling for my analog application. Because my application need to scale big video image, I use two swms to separate  the loading of scaling. When I set numSwMsInst as 2, the sclr will have error which were

[m3vpss ] 19949: SCLR: Create in progress !!!

[m3vpss ] 27644: Assertion @ Line: 622 in links_m3vpss/sclr/sclrLink_drv.c: pObj->fvidHandle != NULL : failed !!!

Does TI's expert have any idea about this ?

  • Here is my setting of swMsInstId.

    swMsPrm[0].swMsInstId[0] = SYSTEM_SW_MS_SC_INST_SC5;
    swMsPrm[0].swMsInstId[1] = SYSTEM_SW_MS_SC_INST_DEI_SC_NO_DEI;
    swMsPrm[0].numSwMsInst = 2;
    swMsPrm[0].swMsInstStartWin[0] = 0;
    swMsPrm[0].swMsInstStartWin[1] = 8;

  • The error is in SclrLink_drvCreateFvidObj

    pObj->fvidHandle = FVID2_create(FVID2_VPS_M2M_SC_DRV,

    pathId,
    &pObj->scCreateParams,
    &pObj->scCreateStatus, &cbParams);
    UTILS_assert(pObj->fvidHandle != NULL);

  • Is there anyone know this message ?

    [m3vpss ] 18778: SCLR: Create in progress !!!

    5605:!!!SLAVE CORE [VPSS-M3] DOWN!!!
    SystemLink_copySlaveCoreExceptionContext:146
    mmap of [0xde9e0000:36864]
    mmap virt addresss:0x2aafd000
    munmap of [0x2aafd000:36864]
    SystemLink_copySlaveCoreExceptionContext:153
    SystemLink_handleSlaveCoreException:173
    SystemLink_handleSlaveCoreException:178
    [m3vpss ] 18878: Assertion @ Line: 736 in links_m3vpss/sclr/sclrLink_drv.c: pObj->fvidHandle != NULL : failed !!!