I have tried installing LE 9.2.0 using NOOBS, LE usb-sd creator, etcher.
I can't get it to boot past the LE splash.
To get it to work at all I had to modify config.txt to ignore distroconfig.txt and add some hdmi parameters; that gets it to resize the FS (on the first start) and get to the LE splash then freezes the red light is on steady, the green light is erratic for a few seconds then flashes regulary eventually goes off.
I had to do similar things to config.txt to get Raspbian to boot. Seems that dtoverlay vc4-fkms-v3d is part of the problem.
My TV is a 2006 Polaroid flat screen HD 1080i/1080p
Any ideas?
This is my config.txt
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2014 Stephan Raue ([email protected])
# Copyright (C) 2016-present Team LibreELEC (LibreELEC – Just enough OS for KODI)
################################################################################
# Bootloader configuration - config.txt
################################################################################
################################################################################
# Memory (System/GPU configuration )
################################################################################
# Default GPU memory split - at least 288M is needed for some 4k HEVC files
gpu_mem=320
################################################################################
# For overclocking and various other settings, see:
# config.txt - Raspberry Pi Documentation
################################################################################
# Set 'force_turbo=1' to disable dynamic overclocking and enable overclocking always.
force_turbo=0
# Force HDMI even if unplugged or powered off
hdmi_force_hotplug=1
# Doesn't sent initial active source message.
# Avoids bringing CEC (enabled TV) out of standby and channel switch when
# rebooting.
hdmi_ignore_cec_init=1
hdmi_group=1
hdmi_mode=16
################################################################################
# End of default configuration
################################################################################
################################################################################
# Include distribution specific config file if it exists.
################################################################################
[all]
#include distroconfig.txt