rjmusto wrote: ↑Mon Oct 02, 2017 4:15 pm
Hi all,
I have a RPi2 that has been in use for some time without issue.
Last night we had a mains power failure - the Pi was up and running at the time - and now I have no output on the HDMI. I can see it is booting up ok from the green activity light (and have also tried other SD cards that had a working system on them), but nothing on the HDMI.
I guess it suffered in same way when the power went off - but is this a known weak point or I have I just been unlucky?
When the Pi starts up it checks the HDMI port to see if there is a display present. If it does not detect a display at that point, it switches to the composite video port instead. In order for a display to be detected by the Pi, you usually need to select whichever port the Pi is connected to e.g. HDMI1, HDMI2, on the display itself.
Note that the Pi will only try to detect the display at the very start of the boot process - when power is applied. If you attach a display later, it will not be detected, and you will have to manually select HDMI output in some other way.
You can force the Pi to output on the HDMI port at boot time by adding the following line to the config.txt file:
This makes the Pi behave as though there is an HDMI display connected. Usually you will want the particular video mode to be selected as well. This can be done using the hdmi_group and hdmi_mode options. See
https://www.raspberrypi.org/documentati ... t/video.md for the relevant documentation.