I just bought two raspberry 4s (1Gb and 2Gb of RAM) and am unable to get the slightest video signal out of them. I tried every combination of the following components:
Raspbian buster lite/desktop
5V 3A USB-C power supply / 5V 3A micro-USB with USB-C adapter
Amazon Basics micro HDMI cable (mentioned as compatible on the raspberry website) / GoPro compatible micro HDMI cable (by JVC)
two different 7 inch touchscreens / a desktop screen (all three work fine with pi 3s)
Using HDMI ports 0 and 1
NONE of these produced any image, just a "no signal" on the display. The PI appears to boot normally with the green LED blinking intensively at first. Now I'm tempted to conclude that my raspberry's are defective but they are from two different vendors and the chances of that seem minuscule.
The config.txt has every line commented, except a few near the end :
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2
I can SSH into the PI but I see nothing unusual in the syslog. With my desktop screen on port 0, running "tvservice -l" gives me:
1 attached device(s), display ID's are :
Display Number 2, type HDMI 0
Running "tvservice -s -v 2" gives me the output:
state 0xa [HDMI CUSTOM RGB lim 16:9], 1920x1080 @ 60.00Hz, progressive
So if anyone could suggest other things to try I would greatly appreciate it.
config.txt
file – Jaromanda X Jul 27 '19 at 09:37tvservice -l
- then using the two display numbers (2 and 7?) what's the output oftvservice -s -v 2
andtvservice -s -v 7
– Jaromanda X Jul 28 '19 at 02:23(2) AN-1998 How to Meet the HDMI 5V Source Requirement http://www.ti.com/lit/an/snva412a/snva412a.pdf
(3) LM2757 HDMI Power Regulator http://www.ti.com/lit/ds/symlink/lm2757.pdf
– tlfong01 Jul 31 '19 at 06:05