I am running into an issue where my display shows “No Signal” after a scheduled reboot, and I would appreciate your help or advice.
Environment:
-
Hardware: Raspberry Pi 5
-
OS: Raspberry Pi OS (Bookworm / Wayland)
-
Software: Anthias (Version: 2026.07.0)
-
Display: Panasonic TV
Setup & Problem:
-
The TV power is controlled by an external hardware timer.
-
The Raspberry Pi is scheduled to reboot via
cronat 7:00 AM every morning, which occurs before the external timer turns on the TV. -
When the TV powers on via the timer, it displays “No Signal” and the Anthias digital signage interface is not shown, even though the Pi itself has finished booting and is running normally.
What I have tried so far:
-
Confirmed via SSH that the Pi is fully running (
HDMI-A-1status showsconnected). -
Added
hdmi_force_hotplug=1to/boot/firmware/config.txt(didn’t fix the issue on Pi 5 / Bookworm KMS). -
Added
video=HDMI-A-1:1920x1080@60Dto/boot/firmware/cmdline.txtto force HDMI output. The kernel log shows[drm] forcing HDMI-A-1 connector on, but the TV still shows “No Signal” when turned on later. -
Dumped the TV’s EDID to
/lib/firmware/edid-panasonic.binand configureddrm_edid_firmware=HDMI-A-1:edid-panasonic.bininconfig.txt.
It seems that when the TV turns on after the Pi has already booted, it fails the HDMI handshake because the Pi is not sending an active signal refresh or the TV doesn’t detect a new connection.
Question: Is there a reliable way or recommended configuration in Anthias / Bookworm (KMS/Wayland) to keep forcing active HDMI output, or to trigger a display re-handshake so the screen displays properly when the TV turns on via the external timer?
Thank you in advance for your guidance!