summaryrefslogtreecommitdiffstats
path: root/src/doc/src/devices/qtee-sabre-sd-imx6.qdoc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@theqtcompany.com>2016-01-13 12:47:00 +0100
committerTopi Reiniƶ <topi.reinio@theqtcompany.com>2016-01-13 12:48:58 +0000
commitf300876cef0d9548f306c5c8bff591db5795583b (patch)
tree236ef9771162b1fd0b99a9acde914c7ae3e00435 /src/doc/src/devices/qtee-sabre-sd-imx6.qdoc
parent2aa12eb3db647e3930d3822eb9132847449d3514 (diff)
Doc: Move Freescale SABRE SD i.MX6Dual to group 3
As of 5.6, there is no prebuilt image available for i.MX6Dual. This commit removes setup instructions for it, and add it to the group 3 of supported devices. Task-number: QTEE-1029 Change-Id: I098f22e52b8805bd4b6a471b5dc90017ac16b064 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
Diffstat (limited to 'src/doc/src/devices/qtee-sabre-sd-imx6.qdoc')
-rw-r--r--src/doc/src/devices/qtee-sabre-sd-imx6.qdoc19
1 files changed, 3 insertions, 16 deletions
diff --git a/src/doc/src/devices/qtee-sabre-sd-imx6.qdoc b/src/doc/src/devices/qtee-sabre-sd-imx6.qdoc
index a50817d..72a88e8 100644
--- a/src/doc/src/devices/qtee-sabre-sd-imx6.qdoc
+++ b/src/doc/src/devices/qtee-sabre-sd-imx6.qdoc
@@ -18,18 +18,13 @@
****************************************************************************/
/*!
\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.MX6
+ \title Preparing SABRE SD i.MX6Quad
\previouspage qtee-installation-guide.html
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
+ {Freescale SABRE SD i.MX6Quad} for \B2Q:
\note It is important that you repeat the steps in this section after you
update \SDK.
@@ -52,21 +47,13 @@
\include detect-sd-card-device-name.qdocinc unmount
- To deploy the image on \b {i.MX6Quad}, enter the following commands:
+ To deploy the image, enter the following commands:
\badcode
cd <INSTALL_DIR>
sudo dd bs=4k if=5.6/Boot2Qt/imx6qsabresd/images/b2qt-embedded-qt5-image-imx6qsabresd.img of=/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 5.6/Boot2Qt/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.