summaryrefslogtreecommitdiffstats
path: root/src/doc/src/devices
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2014-12-04 16:33:12 +0100
committerTopi Reiniƶ <topi.reinio@digia.com>2014-12-05 15:53:58 +0200
commit5bc52e32a1a310044ecb6aebb030c1983194a655 (patch)
treeaf01d5be625b5a40bd25f089229f5ed418178118 /src/doc/src/devices
parentd18856c1120e6c45a0df48d46dc56a52345a4fda (diff)
Doc: preparing SABRE SD i.MX6Dual
Task-number: QTEE-842 Change-Id: I93b9178b201593c5c28c7e51ca16404a3509ed9f Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
Diffstat (limited to 'src/doc/src/devices')
-rw-r--r--src/doc/src/devices/qtee-sabre-sd-imx6.qdoc (renamed from src/doc/src/devices/qtee-sabre-sd-imx6quad.qdoc)25
-rw-r--r--src/doc/src/devices/qtee-supported-devices.qdoc3
2 files changed, 22 insertions, 6 deletions
diff --git a/src/doc/src/devices/qtee-sabre-sd-imx6quad.qdoc b/src/doc/src/devices/qtee-sabre-sd-imx6.qdoc
index f462159..a0a9d24 100644
--- a/src/doc/src/devices/qtee-sabre-sd-imx6quad.qdoc
+++ b/src/doc/src/devices/qtee-sabre-sd-imx6.qdoc
@@ -18,18 +18,23 @@
****************************************************************************/
/*!
\target SABRE SD i.MX6Quad (embedded Linux)
+ \target SABRE SD i.MX6Dual (embedded Linux)
\page qtee-preparing-hardware-imx6sabresd.html
- \title Preparing SABRE SD i.MX6Quad
+ \title Preparing SABRE SD i.MX6
\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.
+ Take the following steps to prepare
+ \l {http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=RDIMX6SABREBRD}
+ {Freescale SABRE SD i.MX6} boards for \B2Q:
+ \list
+ \li Freescale SABRE SD i.MX6Quad
+ \li Freescale SABRE SD i.MX6Dual
+ \endlist
\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
+ The images containing the \B2Q stack for the above devices are included
in \SDK, ready to be copied to an SD card.
\section1 Preparing an SD Card
@@ -47,13 +52,21 @@
\include detect-sd-card-device-name.qdocinc unmount
- Then,
+ To deploy the image on \b {i.MX6Quad}, enter the following commands:
\badcode
cd <INSTALL_DIR>
sudo Boot2Qt-4.x/imx6qsabresd-eLinux/images/deploy.sh /dev/<device_name>
\endcode
+ To deploy the image on \b {i.MX6Dual}, you need to enter an additional boot
+ argument:
+
+ \badcode
+ cd <INSTALL_DIR>
+ sudo Boot2Qt-4.x/imx6qsabresd-eLinux/images/deploy.sh --uboot u-boot-imx6dlsabresd.imx /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.
diff --git a/src/doc/src/devices/qtee-supported-devices.qdoc b/src/doc/src/devices/qtee-supported-devices.qdoc
index 03992ce..6c96aa3 100644
--- a/src/doc/src/devices/qtee-supported-devices.qdoc
+++ b/src/doc/src/devices/qtee-supported-devices.qdoc
@@ -31,6 +31,7 @@
\li \l{Nexus 7 (2012/2013) (embedded Android)}
\li \l{Boundary Devices i.MX6 Boards}
\li \l{SABRE SD i.MX6Quad (embedded Linux)}
+ \li \l{SABRE SD i.MX6Dual (embedded Linux)}
\li \l{Toradex Apalis iMX6 (embedded Linux)}
\li \l{Toradex Colibri VF50 and VF61 (embedded Linux)}
\li \l{ArchiTech Tibidabo (embedded Linux)}
@@ -79,6 +80,8 @@
{BeagleBone Black}
\li \l{http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=RDIMX6SABREBRD}
{Freescale SABRE SD i.MX6Quad}
+ \li \l{http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=RDIMX6SABREBRD}
+ {Freescale SABRE SD i.MX6Dual}
\li \l{http://www.toradex.com/products/apalis-arm-computer-modules/freescale-imx-6-computer-module}
{Toradex Apalis iMX6}
\li \l{https://www.toradex.com/products/colibri-arm-computer-modules/freescale-vybrid-VF5xx-computer-module}