Part Number: TDA2EVM5777
Other Parts Discussed in Thread: TDA2
The development board I use is TDA2EVM5777, the HDMI monitor is connected, and the software version is PROCESSOR_SDK_VISION_03_08_00_00_setuplinux. I ran the OpenGL example on this basis, and the result was that the HDMI monitor did not display anything. The debug information is as follows:
root@dra7xx-evm:~/test# ./kmscube
### Display [0]: CRTC = 31, Connector = 29, format = 0x34325258
Mode chosen [1920x1080] : Clock => 128480, Vertical refresh => 60, Type => 72
Horizontal => 1920, 1939, 1943, 1952, 0
Vertical => 1080, 1090, 1092, 1097, 0
### Primary display => ConnectorId = 29, Resolution = 1920x1080
Using display 0x1 with EGL version 1.4
EGL Version "1.4 build 1.17@4948957"
EGL Vendor "Imagination Technologies"
EGL Extensions "EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_IMG_cl_image EGL_KHR_fence_sync EGL_IMG_context_priority EGL_IMG_hibernate_process EGL_IMG_image_plane_attribs EGL_KHR_surfaceless_context EGL_KHR_wait_sync EGL_KHR_create_context EGL_WL_bind_wayland_display EGL_EXT_image_dma_buf_import"
display 0 failed to set mode: Permission denied
What is the reason why HDMI cannot be displayed? How can i solve this problem?

