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.

Linux/PROCESSOR-SDK-TDAX: OpenGL information are not displayed

Part Number: PROCESSOR-SDK-TDAX


Tool/software: Linux

Hello,

I'm using Vision SDK 3.04 version and using the configuration file named tda2xx_evm_linux_all.

When start the use case, the followed message is always displayed.

[HOST] [IPU2 ] 1917.126151 s: CAPTURE: Create Done !!!
[HOST] [IPU2 ] 1917.126547 s: IPC_OUT_0 : Create in progress !!!
[HOST] [IPU2 ] 1917.126883 s: IPC_OUT_0 : Create Done !!!
[HOST] [HOST ] 1917.142377 s: EGL: version 1.4
[HOST] [HOST ] 1917.155493 s: EGL: GL Version = (null)
[HOST] [HOST ] 1917.155523 s: EGL: GL Vendor = (null)
[HOST] [HOST ] 1917.155523 s: EGL: GL Renderer = (null)
[HOST] [HOST ] 1917.155523 s: EGL: GL Extensions = (null)
[HOST] [HOST ] 1917.215030 s: SGXFRMCPY: Create Done for resolution: 1920x1080 !!!
[HOST] [HOST ] 1917.215152 s: IPC_OUT_0 : Create in progress !!!
[HOST] [HOST ] 1917.215335 s: IPC_OUT_0 : Create Done !!!
[HOST] [IPU2 ] 1917.215488 s: IPC_IN_0 : Create in progress !!!
[HOST] [IPU2 ] 1917.216647 s: IPC_IN_0 : Create Done !!!

As you see, GL Version, Vendor, Renderer and Extensions have (null) value.

I expect the log like below. (Cut from other thread)

[HOST ] 62.045019 s: EGL: version 1.4
[HOST ] 62.079424 s: EGL: GL Version = OpenGL ES 2.0 build 1.9@2253347
[HOST ] 62.079454 s: EGL: GL Vendor = Imagination Technologies
[HOST ] 62.079454 s: EGL: GL Renderer = PowerVR SGX 544MP
[HOST ] 62.079454 s: EGL: GL Extensions = GL_OES_rgb8_rgba8 GL_OES_depth24 GL_OES_vertex_half_float GL_OES_texture_float GL_OES_texture_half_float GL_OES_element_index_uint GL_OES_mapbuffer GL_OES_fragment_precision_high GL_OES_compressed_ETC1_RGB8_texture GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_required_internalformat GL_OES_depth_texture GL_OES_get_program_binary GL_OES_packed_depth_stencil GL_OES_standard_derivatives GL_OES_vertex_array_object GL_OES_egl_sync GL_OES_texture_npot GL_EXT_multi_draw_arrays GL_EXT_texture_format_BGRA8888 GL_EXT_discard_framebuffer GL_EXT_shader_texture_lod GL_IMG_shader_binary GL_IMG_texture_compression_pvrtc GL_IMG_texture_compression_pvrtc2 GL_IMG_texture_npot GL_IMG_texture_format_BGRA8888 GL_IMG_read_format GL_IMG_program_binary GL_IMG_uniform_buffer_object GL_IMG_multisampled_render_to_texture GL_TI_image_external_raw_video

Please let me know why the version is not displayed,

In addition, let me know also that OpenGL functionality is available even though the information is not displayed, 

Thanks in advance,

Br,

Ungsin.