Everything Related To The Beaglebone SBC
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- 3-17-2020
-
- To disable HDMI video & HDMI audio at boot add
-
- sudo nano /boot/uEnv.txt
-
- enable_uboot_overlays=1 <=== ??
- disable_uboot_overlay_video=1
- disable_uboot_overlay_audio=1
-
-
- Control/O Enter Control/X
-
|