Commit a9a49f5a189067574a39cf3d996e32c8037b5dca

Authored by Eric Lee
1 parent 1ab10b9f8c

change default display output from lvds to hdmi

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

smarc_make_debian.sh
... ... @@ -29,7 +29,7 @@
29 29 readonly DEF_CONSOLE_ROOTFS_TARBALL_NAME="console_rootfs.tar.gz"
30 30  
31 31 ## display
32   -readonly DISPLAY="lvds"
  32 +readonly DISPLAY="hdmi"
33 33  
34 34 # base paths
35 35 readonly DEF_BUILDENV="${ABSOLUTE_DIRECTORY}"