summaryrefslogtreecommitdiffstats
path: root/src/doc/src/qtee-customization.qdoc
diff options
context:
space:
mode:
authoraavit <eirik.aavitsland@digia.com>2014-11-14 15:01:55 +0100
committeraavit <eirik.aavitsland@digia.com>2014-11-14 15:25:43 +0100
commit7c5126a80c95f262ff3c480604b57532d9ed9079 (patch)
tree053fba4f2f3ccd2b231b310ab49b9db39491d095 /src/doc/src/qtee-customization.qdoc
parent1f0de42b9d5a8ef665e6799019eed898b0396586 (diff)
parent9b2dd9f64bdd5c2349407ae8517ae974eda97885 (diff)
Merge remote-tracking branch 'origin/stable' into dev
Diffstat (limited to 'src/doc/src/qtee-customization.qdoc')
-rw-r--r--src/doc/src/qtee-customization.qdoc32
1 files changed, 25 insertions, 7 deletions
diff --git a/src/doc/src/qtee-customization.qdoc b/src/doc/src/qtee-customization.qdoc
index ec6e7c8..1bd937d 100644
--- a/src/doc/src/qtee-customization.qdoc
+++ b/src/doc/src/qtee-customization.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2014 Digia Plc
** All rights reserved.
** For any questions to Digia, please use the contact form at
-** http://qt.digia.com/
+** http://www.qt.io
**
** This file is part of Qt Enterprise Embedded.
**
@@ -13,7 +13,7 @@
** a written agreement between you and Digia.
**
** If you have questions regarding the use of this file, please use
-** the contact form at http://qt.digia.com/
+** the contact form at http://www.qt.io
**
****************************************************************************/
@@ -62,11 +62,29 @@
\section1 Booting to a Custom Application
- After you have deployed your own application to the device, it will be
- launched on boot, instead of the \B2Q demo launcher. To prevent this
- behavior, remove or disable the \b {Make this application the default one}
- step from the \b{Run Settings} for your project in the Qt Creator \b Projects
- mode.
+ By default, the \e {\B2Q demo launcher} is configured to run on startup.
+
+ To have your application launch on boot:
+
+ \list
+ \li Go to \b Projects > \b {Run Settings}.
+ \li Under \b Deployment, click on \b {Add Deploy Step}, and select
+ \b {Make this application the default one}.
+ \li Re-deploy your project. In \b Edit mode, right-click on the
+ project and select \b Deploy, or simply click
+ \inlineimage qtcreator-run.png
+ (\b{Run}).
+ \endlist
+
+ Your application will now be launched on the next device reboot.
+
+ Alternatively, you can also use the following command:
+ \badcode
+ <INSTALL_DIR>/Tools/b2qt/adb shell appcontroller --make-default <path>
+ \endcode
+
+ Above, \c{<path>} is the install path of your application binary on the
+ device.
To remove your application from the default startup, use the following
command: