summaryrefslogtreecommitdiffstats
path: root/src/doc/src/qtee-customization.qdoc
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2016-04-06 13:14:38 +0300
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2016-04-06 13:14:38 +0300
commita0bf675e93bf642b2317805dbe4778afab293f42 (patch)
treeec49043d584c8f1b95c7d7818bd2f4af153da0ea /src/doc/src/qtee-customization.qdoc
parent30fb87376e85d7965ae73a11290d7eb4cb8e2d75 (diff)
parentf10a492c8711d881da99554ca9a9fcd988080d3a (diff)
Merge remote-tracking branch 'origin/5.6' into dev
* origin/5.6: Doc: ChangeLog for 5.6.0 Doc: Fix small inconsistency for tree element separator. Doc: Update which Yocto release is used. Doc: Clarify GPU options in i.MX6 boards Doc: Also support Windows as a development host system. Doc: Remove duplicated file. Revert "Device settings UI." Doc: Add note about resetting U-Boot env. doc: update toradex u-boot commands doc: update kontron board instructions doc: update yocto documentation Doc: List the 3rdparty components used by the Qt add-ons Change-Id: I7850f35fb8f80052517f2e624f0afca61f108a4b
Diffstat (limited to 'src/doc/src/qtee-customization.qdoc')
-rw-r--r--src/doc/src/qtee-customization.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/doc/src/qtee-customization.qdoc b/src/doc/src/qtee-customization.qdoc
index 5604375..68f1b7d 100644
--- a/src/doc/src/qtee-customization.qdoc
+++ b/src/doc/src/qtee-customization.qdoc
@@ -37,7 +37,7 @@
resides) is mounted read-only at boot time. To allow modification,
remount it read-write by entering the following command:
\badcode
- <INSTALL_DIR>/Tools/b2qt/adb remount
+ adb remount
\endcode
In the \c{appcontroller.conf} file, the input devices are
@@ -102,7 +102,7 @@
Alternatively, you can also use the following command:
\badcode
- <INSTALL_DIR>/Tools/b2qt/adb shell appcontroller --make-default <path>
+ adb shell appcontroller --make-default <path>
\endcode
Where \c{<path>} is the install path of your application binary on the
@@ -111,7 +111,7 @@
To remove your application from the default startup, use the following
command:
\badcode
- <INSTALL_DIR>/Tools/b2qt/adb shell appcontroller --remove-default
+ adb shell appcontroller --remove-default
\endcode
\section1 Configuring Display Resolution
@@ -246,7 +246,7 @@
connected via USB.
\badcode
- <INSTALL_DIR>/Tools/b2qt/adb shell "sed -i -e 's/USE_ETHERNET=no/USE_ETHERNET=yes/' /etc/default/adbd; sync"
+ adb shell "sed -i -e 's/USE_ETHERNET=no/USE_ETHERNET=yes/' /etc/default/adbd; sync"
\endcode
\note You need to restart the device for this change to take effect.