black screen when connected to TV via HDMI

  • I freshly installed the last version (LibreELEC (official): 9.2.6 (RPi2.arm)) using

    LibreELEC.USB-SD.Creator.Linux-64bit.bin under Linux and set it up using an HDMI cable in a pc monitor. Everything works out-of-the-box. I even mounted my nfs shares and all looked fine. I switched it off and plug it in my TV.

    When I turned the rpi on, I got a black screen. I tried two different HDMI cables and two different HDMI inputs on the TV with the same result, a black screen.

    The rpi is reachable through ssh, so please ask for logs if needed. Here it is the dmesg:

    http://ix.io/2Pck

    Any help would be appreciated.

    More info

    While connected to the TV via HDMI (showing only black screen):

    raspikodi:~ # tvservice -s

    state 0xa [HDMI CEA (31) RGB lim 16:9], 1920x1080 @ 50.00Hz, progressive

    raspikodi:~ # vcgencmd get_config int

    aphy_params_current=819

    arm_freq=1200

    audio_pwm_mode=514

    config_hdmi_boos=5

    core_freq=400

    desired_osc_freq=0x387520

    disable_commandline_tags=2

    disable_l2cache=1

    display_hdmi_rotate=-1

    display_lcd_rotate=-1

    dphy_params_current=547

    force_eeprom_read=1

    force_pwm_open=1

    framebuffer_ignore_alpha=1

    framebuffer_swap=1

    gpu_freq=300

    init_uart_clock=0x2dc6c00

    lcd_framerate=60

    over_voltage_avs=62500

    pause_burst_frames=1

    program_serial_random=1

    sdram_freq=450

    hdmi_force_cec_address:0=65535

    hdmi_force_cec_address:1=65535

    hdmi_ignore_cec_init:0=1

    hdmi_pixel_freq_limit:0=0x9a7ec80

    hdmi_pixel_freq_limit:1=0x9a7ec80


    On the other hand, connected to the pc monitor, output is OK, those are the values:

    raspikodi:/ # tvservice -s

    state 0xa [HDMI CEA (16) RGB lim 16:9], 1920x1080 @ 60.00Hz, progressive

    raspikodi:/ # vcgencmd get_config int

    aphy_params_current=819

    arm_freq=1200

    audio_pwm_mode=514

    config_hdmi_boos=5

    core_freq=400

    desired_osc_freq=0x387520

    disable_commandline_tags=2

    disable_l2cache=1

    display_hdmi_rotate=-1

    display_lcd_rotate=-1

    dphy_params_current=547

    force_eeprom_read=1

    force_pwm_open=1

    framebuffer_ignore_alpha=1

    framebuffer_swap=1

    gpu_freq=300

    init_uart_clock=0x2dc6c00

    lcd_framerate=60

    over_voltage_avs=56250

    pause_burst_frames=1

    program_serial_random=1

    sdram_freq=450

    hdmi_force_cec_address:0=65535

    hdmi_force_cec_address:1=65535

    hdmi_ignore_cec_init:0=1

    hdmi_pixel_freq_limit:0=0x9a7ec80

    hdmi_pixel_freq_limit:1=0x9a7ec80

    Edited 2 times, last by daviddoji (February 12, 2021 at 9:01 PM).