summaryrefslogtreecommitdiffstats
path: root/src/doc/src/b2qt.qdoc
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2014-05-16 16:40:26 +0300
committerSamuli Piippo <samuli.piippo@digia.com>2014-05-16 17:01:34 +0300
commita48c8f02245f76542ab52550f67b60c6cc166451 (patch)
tree367e06a6e241040ffb0f9c180f02f2cf2f36e830 /src/doc/src/b2qt.qdoc
parent81db2dd1ee852678e8e596ef5ee58bc9ed456b19 (diff)
doc: include sabre sd documentation
Change-Id: Iabd01f452d5c93c47387d439eba4a8fc63f79e1d Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
Diffstat (limited to 'src/doc/src/b2qt.qdoc')
-rw-r--r--src/doc/src/b2qt.qdoc52
1 files changed, 52 insertions, 0 deletions
diff --git a/src/doc/src/b2qt.qdoc b/src/doc/src/b2qt.qdoc
index 0ef20e3..3f7d231 100644
--- a/src/doc/src/b2qt.qdoc
+++ b/src/doc/src/b2qt.qdoc
@@ -46,6 +46,7 @@
\li \l{Preparing Nexus 7 (2013)}{Nexus 7 (2013) (embedded Android)}
\li \l{Preparing Nexus 7 (2012)}{Nexus 7 (2012) (embedded Android)}
\li \l{Preparing BD-SL-i.MX6}{BD-SL-i.MX6 (embedded Android and Linux)}
+ \li \l{Preparing SABRE SD i.MX6Quad}{SABRE SD i.MX6Quad (embedded Linux)}
\li \l{Preparing BeagleBone Black}{BeagleBone Black (embedded Android and Linux)}
\li \l{Preparing BeagleBoard-xM}{BeagleBoard-xM (embedded Linux)}
\li \l{Preparing Raspberry Pi}{Raspberry Pi Model B (embedded Linux)}
@@ -635,6 +636,57 @@
*/
/*!
+ \target SABRE SD i.MX6Quad (embedded Linux)
+ \page qtee-preparing-hardware-imx6sabresd.html
+ \title Preparing SABRE SD i.MX6Quad
+ \previouspage qtee-installation-guide.html
+
+ Take the following steps to prepare a
+ \l{http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=RDIMX6SABREBRD}
+ {Freescale SABRE SD i.MX6Quad} for \B2Q.
+
+ \note It is important that you repeat the steps in this section after you
+ update \SDK.
+
+ The images containing the \B2Q stack for SABRE SD i.MX6Quad are included
+ in \SDK, ready to be copied to an SD card.
+
+ \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, ensure that no partitions on the
+ SD card are mounted:
+
+ \include detect-sd-card-device-name.qdocinc unmount
+
+ Then,
+
+ \badcode
+ cd <INSTALL_DIR>
+ sudo Boot2Qt-3.x/imx6sabresd-eLinux/images/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 Setting up USB Access
+
+ \include b2qt-post-install-setup.qdocinc setting up usb access
+
+ \section1 Configuring a Device Kit in Qt Creator
+
+ \include b2qt-post-install-setup.qdocinc configuring device kit
+
+ You are now ready to start developing for your device. For more information,
+ see \l{Building and Running an Example}.
+*/
+
+/*!
\target Raspberry Pi Model B (embedded Linux)
\page qtee-preparing-hardware-rasberrypi.html
\title Preparing Raspberry Pi