From a9a49f5a189067574a39cf3d996e32c8037b5dca Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Tue, 21 Dec 2021 12:52:31 +0800 Subject: [PATCH] change default display output from lvds to hdmi --- smarc_make_debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smarc_make_debian.sh b/smarc_make_debian.sh index 9d65f4f..2b36ce2 100755 --- a/smarc_make_debian.sh +++ b/smarc_make_debian.sh @@ -29,7 +29,7 @@ readonly DEF_ROOTFS_TARBALL_NAME="rootfs.tar.gz" readonly DEF_CONSOLE_ROOTFS_TARBALL_NAME="console_rootfs.tar.gz" ## display -readonly DISPLAY="lvds" +readonly DISPLAY="hdmi" # base paths readonly DEF_BUILDENV="${ABSOLUTE_DIRECTORY}" -- 1.9.1