* This will append to bootargs to work around the DSS underrun errata by limiting the screen resolution for HDMI display.
Signed-off-by: Jacob Stiffler <[email protected]> --- .../recipes-tisdk/tisdk-uenv/tisdk-uenv.bb | 2 +- .../tisdk-uenv/tisdk-uenv/am437x-evm/uEnv.txt | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/am437x-evm/uEnv.txt diff --git a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb b/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb index 542cdb2..b290da7 100644 --- a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb +++ b/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb @@ -6,7 +6,7 @@ SRC_URI = "\ file://uEnv.txt \ " -PR = "r1" +PR = "r2" PV = "1.0" PACKAGE_ARCH = "${MACHINE_ARCH}" diff --git a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/am437x-evm/uEnv.txt b/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/am437x-evm/uEnv.txt new file mode 100644 index 0000000..89f89f0 --- /dev/null +++ b/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/am437x-evm/uEnv.txt @@ -0,0 +1,13 @@ +# This uEnv.txt file can contain additional environment settings that you +# want to set in U-Boot at boot time. This can be simple variables such +# as the serverip or custom variables. The format of this file is: +# variable=value +# NOTE: This file will be evaluated after the bootcmd is run and the +# bootcmd must be set to load this file if it exists (this is the +# default on all newer U-Boot images. This also means that some +# variables such as bootdelay cannot be changed by this file since +# it is not evaluated until the bootcmd is run. +optargs=video=HDMI-A-1:800x600 + +# Uncomment the following line to enable HDMI display and disable LCD display. +#fdtfile=am437x-gp-evm-hdmi.dtb -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
