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.

RTOS/TDA2: TDA2X: PVR:(Error): WSEGL_InitialiseDisplay: Failed to open primary device: No such file or directory [0, ]

Part Number: TDA2

Tool/software: TI-RTOS

Hi

    We are using tda2x self-designed boad , vision sdk (PROCESSOR_SDK_VISION_03_02_00_00).

First we run the demo  NullSrc + Decode + Display (Only 1920x1080 H264/MJPEG Video Input Bit-Stream Supported) everythig is ok.

But when we run the demo 1CH VIP capture + SGX Copy + DISPLAY , we got error log as follows:

[HOST] [HOST ] Single Camera Usecases
[HOST] [HOST ] ------------------------
[HOST] [HOST ] 1: 1CH VIP capture + SGX Copy + DISPLAY[liuke Removed SGX Copy]
[HOST] [HOST ] 2: 1CH VIP capture + Encode + Decode + SGX Copy + DISPLAY
[HOST] [HOST ] 3: 1CH VIP capture + Alg FrameCopy (EVE1) + SGX Copy + DISPLAY - (TDA2xx ONLY)
[HOST] [HOST ] 5: NullSrc + Decode + Display (Only 1920x1080 H264/MJPEG Video Input Bit-Stream Supported)
[HOST] [HOST ] 6: 1CH VIP capture + Alg Frame Copy (A15) + SGX Copy + DISPLAY
[HOST] [HOST ] 7: 1CH VIP + Alg Frame Copy (A15) + Connetor Links (Dup, Merge, Select, Gate on A15) + SGX Copy + DISPLAY
[HOST] [HOST ]
[HOST] [HOST ] x: Exit
[HOST] [HOST ]
[HOST] [HOST ] Enter Choice:
[HOST] [HOST ]
1
[HOST] [HOST ] 53.101018 s:
[HOST] [IPU2 ] 53.106783 s: CAPTURE: Create in progress !!!
[HOST] [IPU2 ] 53.107210 s: CAPTURE: VIP1 Slice0 PortA capture mode is [ 8-bit] !!!
[HOST] [HOST ] 53.229091 s: IPC_IN_0 : Create in progress !!!
[HOST] [IPU2 ] 53.227993 s: CAPTURE: Create Done !!!
[HOST] [IPU2 ] 53.228512 s: IPC_OUT_0 : Create in progress !!!
[HOST] [IPU2 ] 53.228817 s: IPC_OUT_0 : Create Done !!!
[HOST] [HOST ] 53.229518 s: IPC_IN_0 : Create Done !!!
[HOST] [HOST ] 53.229610 s: SGXFRMCPY: Create in progress for resolution: 1920x1080 !!!
[HOST] [HOST ] 53.229671 s: SYSTEM_PVRSCOPE: FIFO /opt/vision_sdk/gpufifo opened successfully
PVR:(Error): WSEGL_InitialiseDisplay: Failed to open primary device: No such file or directory [0, ]
EGL: eglInitialize() returned 0
EGL: after eglInitialize() eglError (0x3001)
ASSERT (sgxFrmcpyLink_drv.c|SgxFrmcpyLink_drvDoProcessEglInfo|219)
[HOST] [HOST ] 53.484322 s: EGL: version 6.1745188
[HOST] [HOST ] 53.484322 s: EGL: eglInitialize() failed !!!

highly appreciate your help, thanks. !!!