Last active
July 17, 2018 05:58
-
-
Save josecaos/b8c8c4d32f3d009fdc8fde4ddd118e9e to your computer and use it in GitHub Desktop.
Raspi3 force HDMI at boot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #This may work if your image does not boot with HDMI | |
| #Edit system-boot/config.txt | |
| #Force HDMI in raspberryPi 3 | |
| config_hdmi_boost=4 | |
| hdmi_mode=16 | |
| hdmi_force_hotplug=1 | |
| hdmi_drive=2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment