Every time when I restart my Raspberry Pi 3 board, it defaults to VGA where as I have HDMI port on Raspberry Pi 3 board. I have used HDMI to VGA adapter and when I restart the screen appears blank.
Solution:
Perform following steps:
- Go to the config.txt file in /boot/
- uncomment hdmi_force_hotplug=1
- uncomment hdmi_drive=2
Note: config.txt cannot be edited directly as this requires special permission. We can use nano editor to perform these changes
Screen is blank when Raspberry Pi is powered
0 Comments