summaryrefslogtreecommitdiffstats
path: root/src/doc/src/devices/qtee-bd-sl-imx6.qdoc
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2016-01-13 15:58:52 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2016-01-13 15:59:46 +0200
commit6217a1cae7e0f5fcfa93d80051237fa835412903 (patch)
tree2f2d93b8aa0160c00e323da24636e91455d0b155 /src/doc/src/devices/qtee-bd-sl-imx6.qdoc
parent9bad5168e006b37e5b1634ac68085b587846febb (diff)
parent1145b7fe7db9dc2ae216aa90d4c99473a25a838e (diff)
Merge remote-tracking branch 'origin/5.5' into dev
* origin/5.5: docs: add note about need for kontron's Yocto BSP Doc: Bump version to 5.5.1 Doc: Add ChangeLog for 5.5.1 doc: add documentation for Kontron SMARC-sAMX6i Doc: Add a custom note on the online landing page doc: instructions how to use BD's 1280x800 panels Doc: Clarify the network type for Emulator Conflicts: src/doc/config/b2qt-project.qdocconf src/doc/src/devices/qtee-supported-devices.qdoc src/doc/src/qtee-index.qdoc Change-Id: I912a1175965a44c5ff5d68ca5ea9be2d6928b595
Diffstat (limited to 'src/doc/src/devices/qtee-bd-sl-imx6.qdoc')
-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 e46882a..e6c90f8 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