summaryrefslogtreecommitdiffstats
path: root/src/doc/src
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2014-03-20 15:10:10 +0200
committerSamuli Piippo <samuli.piippo@digia.com>2014-03-26 11:39:22 +0200
commiteff075a8333b734a275003709bb929351d9d1452 (patch)
tree3e1ac0dd75f84d7aa80fca3edd43d3b07472bb1b /src/doc/src
parent11077c8e778fdc6061c64b91ce70e741b0bdb1d5 (diff)
doc: guide for imx53 and how to setup QtCreator
Change-Id: I66e8e220fc408dd79a21e6cb028e235e8adcdb98 Reviewed-by: Andy Nichols <andy.nichols@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/doc/src')
-rw-r--r--src/doc/src/b2qt-post-install-setup.qdocinc2
-rw-r--r--src/doc/src/b2qt.qdoc60
2 files changed, 61 insertions, 1 deletions
diff --git a/src/doc/src/b2qt-post-install-setup.qdocinc b/src/doc/src/b2qt-post-install-setup.qdocinc
index 7fac266..6e5ae9b 100644
--- a/src/doc/src/b2qt-post-install-setup.qdocinc
+++ b/src/doc/src/b2qt-post-install-setup.qdocinc
@@ -65,7 +65,7 @@
//! [steps for device kit]
\list 1
\li Select \b{Tools > Options > Build & Run > Kits}.
- \li Select one of the predefined kits starting with \e{Boot2Qt...}
+ \li Select one of the predefined kits starting with \e{Boot to Qt...}
that matches the type of your device.
\li Select the correct device in the \b{Device} field.
\li Select \b{OK}.
diff --git a/src/doc/src/b2qt.qdoc b/src/doc/src/b2qt.qdoc
index 6f0653e..2f63946 100644
--- a/src/doc/src/b2qt.qdoc
+++ b/src/doc/src/b2qt.qdoc
@@ -687,6 +687,53 @@
*/
/*!
+ \target i.MX53 Quick Start Board (embedded Linux)
+ \page qtee-preparing-hardware-imx53qsb.html
+ \title Preparing i.MX53 Quick Start Board
+ \previouspage qtee-installation-guide.html
+ \nextpage qtee-building-and-running.html
+
+ Take the following steps to prepare a
+ \l{http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX53QSB} {i.MX53 Quick Start Board}
+ for \B2Q.
+
+ \note Ethernet networking is required to connect the device to Qt Creator.
+
+ \note It is important that you repeat the steps in this section after you
+ update \SDK.
+
+ As i.MX53 Quick Start Board is not a \SDK reference board, there is no ready-made
+ image containing a \B2Q stack available. Instead, you must build it yourself using
+ the Yocto recipes and build scripts from the \B2Q source packages.
+ For more information, see \l{Building Your Own Embedded Linux Image}.
+
+ \section1 Preparing an SD Card
+
+ An SD card of at least 512 MB capacity is sufficient.
+
+ \include detect-sd-card-device-name.qdocinc instructions
+
+ \section1 Installing the \B2Q Image
+
+ To write the image to the SD card:
+
+ \code
+ cd <QtBuildDir>
+ sudo deploy.sh /dev/<device_name>
+ \endcode
+
+ After the image has been deployed, insert the SD card, power on the device and check that
+ the \B2Q welcome screen and/or demo appear.
+
+ \section1 Configuring a Device Kit in Qt Creator
+
+ \include b2qt-post-install-setup.qdocinc configuring network device
+
+ You are now ready to start developing for your device. For more information,
+ see \l{Building and Running an Example}.
+*/
+
+/*!
\page qtee-building-and-running.html
\title Building and Running an Example
\previouspage qtee-preparing-hardware.html
@@ -958,6 +1005,19 @@
After \e {embedded-linux/build_image.sh} has finished, you can flash the device with
the updated image located in the build folder.
+ \section2 Configuring Qt Creator
+
+ After you have built the \B2Q stack, you must also set up Qt Creator in order to start
+ developing for your device. The following script does this for you.
+
+ \code
+ <INSTALL_DIR>/Boot2Qt-2.x/sources/b2qt-build-scripts/embedded-common/setup_qtcreator.sh <INSTALL_DIR>/Boot2Qt-2.x/sources/b2qt-build-scripts/embedded-linux/config.raspberrypi
+ \endcode
+
+ This will set up a new kit in Qt Creator, using the toolchain and Qt from
+ your build directory. The new kit is visible under \b Tools > \b Options
+ > \b {Build & Run} > \b Kits.
+
\section2 Note About Support Services for Yocto Tools
By default, Digia will only provide customer support for the Yocto