Part Number: TDA2PXEVM
Other Parts Discussed in Thread: PGA460
Hello All,
I am currently working on TDA2PXEVM Linux platform. I want to understand OpenGL ES 2.0 supported on TI EVMs. For that I implemented the following usecase with inbuilt links' functionality,
NullSource (A15) -> Decode -> VPE -> Sync (A15) -> SgxFrmcpy (A15)
//display on M4
Sync -> SgxFrmcpy
//
SgxFrmcpy -> Display_M4 (IPU1_0)
//
// Graphics overlay display
//
GrpxSrc -> Display_Grpx
But while running the usecase on EVM I'm facing the following error,
[HOST] [HOST ] Single Camera Usecases
[HOST] [HOST ] ------------------------
[HOST] [HOST ] 1: 1CH VIP capture + SGX Copy + DISPLAY
[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 ] a: NullSrc + Sgx + Display
[HOST] [HOST ]
[HOST] [HOST ] x: Exit
[HOST] [HOST ]
[HOST] [HOST ] Enter Choice:
[HOST] [HOST ]
a
[HOST] [HOST ] 50.604465 s:
PVR:(Error): WSEGL_InitialiseDisplay: Failed to create output [0, ]
[HOST] [HOST ] 60.678490 s:
[HOST] [HOST ]
[HOST] [HOST ] =========================================
[HOST] [HOST ] Chains Run-time Codec Type Selection Menu
[HOST] [HOST ] =========================================
[HOST] [HOST ]
[HOST] [HOST ] Enter '0' for MJPEG
[HOST] [HOST ]
[HOST] [HOST ] Enter '1' for H.264
[HOST] [HOST ]
[HOST] [HOST ] Enter Choice:
Please provide inputs so as to overcome this problem. Please note that I don't have any experience in working with OpenGL.
Regards,
Shantanu Joshi