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.

DISPLAY issue on DM8168



Hi All,

ARM is requesting the  get_display INIT than it is looping over here(The same code is working for EVM board).


Below I am mentioned code snippet.
 
mcfw/src_linux/mcfw_api/usecases/multich_common.c


status = System_linkControl(                ------------------------------ this function is not returning on Our custom board.
        SYSTEM_LINK_ID_M3VPSS,
        SYSTEM_M3VPSS_CMD_GET_DISPLAYCTRL_INIT,
        &(*prm),
        sizeof(*prm),
        TRUE
        );

With Regards

Mahesh Kalmeshwar.