We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529f0bb commit 36386e6Copy full SHA for 36386e6
1 file changed
projects/Amlogic/options
@@ -26,6 +26,11 @@
26
# kernel serial console
27
EXTRA_CMDLINE="systemd.debug_shell=ttyAML0 console=ttyAML0,115200n8 console=tty0"
28
29
+ # On tvbox force HDMI output by disabling composite
30
+ if [ "$UBOOT_SYSTEM" = "box" ]; then
31
+ EXTRA_CMDLINE+=" video=Composite-1:d"
32
+ fi
33
+
34
################################################################################
35
# setup build defaults
36
0 commit comments