From 64c8514189763aceb3518dbea0781718329761c7 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 12 Aug 2015 09:30:04 +0300 Subject: doc: instructions how to use BD's 1280x800 panels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic225702da0a86b338f0326f7ce9b71560323220a Reviewed-by: Topi Reiniö --- src/doc/src/devices/qtee-bd-sl-imx6.qdoc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'src/doc/src') diff --git a/src/doc/src/devices/qtee-bd-sl-imx6.qdoc b/src/doc/src/devices/qtee-bd-sl-imx6.qdoc index 17d5796..28adf93 100644 --- a/src/doc/src/devices/qtee-bd-sl-imx6.qdoc +++ b/src/doc/src/devices/qtee-bd-sl-imx6.qdoc @@ -100,6 +100,29 @@ \endcode \endlist + \b {Setup for 1280×800 displays} + + Boundary Devices offers 1280x800 LCD touch panels that require changes in U-Boot environment + variable to be correctly identified. + + Use one of the two following options to enable the scripts boot the device + with correct display panel setting: + + \list + \li Write a \c uEnv.txt file on to the boot partition of SD card with the following + content: + + \badcode + panel=LDB-WXGA + \endcode + + \li Access the device's console and run the following commands on the U-Boot prompt: + \badcode + U-Boot > setenv panel LDB-WXGA + U-Boot > saveenv + \endcode + \endlist + \section1 Setting up USB Access \include b2qt-post-install-setup.qdocinc setting up usb access -- cgit v1.2.3