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.

TDA4VMXEVM: psdk 7.01 dsi output

Part Number: TDA4VMXEVM

HI,

The output of EVM board is changed from DP to DSI.

psdk_rtos_auto_j7_07_00_00_11\vision_apps\apps\basic_demos\app_tirtos\common\App_cfg_mcu2_0.h
//#define ENABLE_DSS_EDP
#undef ENABLE_DSS_EDP
#define ENABLE_DSS_DSI
/* define below to enable HDMI display, make sure to undef ENABLE_DSS_EDP & ENABLE_DSS_DSI as well */
#undef ENABLE_DSS_HDMI
/* define below to enable DSI display, make sure to undef ENABLE_DSS_HDMI & ENABLE_DSS_EDP as well */
//#undef ENABLE_DSS_DSI
#undef ENABLE_CSI2TX
#define ENABLE_I2C
#define ENABLE_BOARD

root@j7-evm:/opt/vision_apps# ./run_app_dof.sh
APP: Init ... !!!
MEM: Init ... !!!
MEM: Initialized DMA HEAP (fd=4) !!!
MEM: Init ... Done !!!
IPC: Init ... !!!
IPC: Init ... Done !!!
REMOTE_SERVICE: Init ... !!!
REMOTE_SERVICE: Init ... Done !!!
APP: Init ... Done !!!
76.941594 s: VX_ZONE_INIT:Enabled
76.941614 s: VX_ZONE_ERROR:Enabled
76.941619 s: VX_ZONE_WARNING:Enabled
76.945139 s: VX_ZONE_INIT:[tivxInit:71] Initialization Done !!!
76.945287 s: VX_ZONE_INIT:[tivxHostInit:48] Initialization Done for HOST !!!
76.954761 s: VX_ZONE_ERROR:[ownContextSendCmd:770] Command ack message returned failure cmd_status: -1
76.954777 s: VX_ZONE_ERROR:[ownContextSendCmd:806] tivxEventWait() failed.
76.954783 s: VX_ZONE_ERROR:[ownNodeKernelInit:526] Target kernel, TIVX_CMD_NODE_CREATE failed
76.954789 s: VX_ZONE_ERROR:[ownGraphNodeKernelInit:583] kernel init for node 0, kernel com.ti.hwa.display ... failed !!!
76.954796 s: VX_ZONE_ERROR:[vxVerifyGraph:2010] Node kernel init failed
76.954802 s: VX_ZONE_ERROR:[vxVerifyGraph:2064] Graph verify failed
GRPX: ERROR: Unable to verify graph for graphics !!!
[MCU2_0] 76.954329 s: src/drv/disp/dss_dispApi.c @ Line 1848:
[MCU2_0] 76.954388 s: Input width+startX/height+startY > display width/height
[MCU2_0] 76.954490 s: src/drv/disp/dss_dispApi.c @ Line 1463:
[MCU2_0] 76.954519 s: Set DSS parameter IOCTL failed
[MCU2_0] 76.954556 s: VX_ZONE_ERROR:[tivxDisplayCreate:515] DISPLAY: ERROR: Display Set Parameters Failed!
76.964915 s: VX_ZONE_ERROR:[ownContextSendCmd:770] Command ack message returned failure cmd_status: -1
76.964923 s: VX_ZONE_ERROR:[ownContextSendCmd:806] tivxEventWait() failed.
76.964929 s: VX_ZONE_ERROR:[ownNodeKernelInit:526] Target kernel, TIVX_CMD_NODE_CREATE failed
76.964989 s: VX_ZONE_ERROR:[ownGraphNodeKernelInit:583] kernel init for node 3, kernel com.ti.hwa.display ... failed !!!
76.964998 s: VX_ZONE_ERROR:[vxVerifyGraph:2010] Node kernel init failed
76.965003 s: VX_ZONE_ERROR:[vxVerifyGraph:2064] Graph verify failed

If you want to run_app_dof  What else needs to be modified for the normal operation of DOF?