summaryrefslogtreecommitdiffstats
path: root/src/doc/src/devices
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-08-12 09:30:04 +0300
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-08-12 08:20:18 +0000
commit64c8514189763aceb3518dbea0781718329761c7 (patch)
tree5b9e14f894e9f1d241159af68c6766342cd338a3 /src/doc/src/devices
parentad88aa7e041b4f931a2cd2aad771d0777cf936ea (diff)
doc: instructions how to use BD's 1280x800 panels
Change-Id: Ic225702da0a86b338f0326f7ce9b71560323220a Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
Diffstat (limited to 'src/doc/src/devices')
-rw-r--r--src/doc/src/devices/qtee-bd-sl-imx6.qdoc23
1 files changed, 23 insertions, 0 deletions
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