
If you use an HDMI to VGA adaptor and get a black screen you may modify the config.txt to solve the problem.

sudo nano /boot/config.txt
change and remove #
hdmi_force_hotplug=1
hdmi_group=2
hdmi_mode=35
hdmi_drive=2
This configuration that made Raspberry Pi work OK when using an HDMI to VGA adapter

0 Comment