summaryrefslogtreecommitdiffstats
path: root/src/doc/src/devices/qtee-bd-sl-imx6.qdoc
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@theqtcompany.com>2015-04-21 13:33:29 +0200
committerVenugopal Shivashankar <venugopal.shivashankar@theqtcompany.com>2015-05-22 15:32:20 +0300
commitcadbdc0708bdf8779caf1e55e1e2b9ac742bcbe6 (patch)
tree5f33c8115db8648b89c6c81412dea250746f7815 /src/doc/src/devices/qtee-bd-sl-imx6.qdoc
parenta5b28fe4750cf81a2a2224768e81f9ee051a44d5 (diff)
Doc: Removed references to embedded Android
The commit also includes minor language edits. Change-Id: I641452dae29cafdbfe8846d5fc1a7d8302d257d8 Task-number: QTEE-922 Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'src/doc/src/devices/qtee-bd-sl-imx6.qdoc')
-rw-r--r--src/doc/src/devices/qtee-bd-sl-imx6.qdoc59
1 files changed, 11 insertions, 48 deletions
diff --git a/src/doc/src/devices/qtee-bd-sl-imx6.qdoc b/src/doc/src/devices/qtee-bd-sl-imx6.qdoc
index e94835b..68f32cd 100644
--- a/src/doc/src/devices/qtee-bd-sl-imx6.qdoc
+++ b/src/doc/src/devices/qtee-bd-sl-imx6.qdoc
@@ -26,15 +26,14 @@
\list
\li \l{http://boundarydevices.com/products/sabre-lite-imx6-sbc/}
{Boundary Devices BD-SL-i.MX6 (SABRE Lite)}
- (embedded Android and Linux)
\li \l{http://boundarydevices.com/product/nitrogen6x-copy/}
- {Boundary Devices Nitrogen6X} (embedded Linux only)
+ {Boundary Devices Nitrogen6X}
\li \l{http://boundarydevices.com/product/nitrogen6_lite/}
- {Boundary Devices Nitrogen6_Lite} (embedded Linux only)
+ {Boundary Devices Nitrogen6_Lite}
\li \l{http://boundarydevices.com/product/nitrogen6max/}
- {Boundary Devices Nitrogen6_MAX} (embedded Linux only)
+ {Boundary Devices Nitrogen6_MAX}
\li \l{http://boundarydevices.com/product/nitrogen6x-som/}
- {Boundary Devices Nitrogen6X_SOM} (embedded Linux only)
+ {Boundary Devices Nitrogen6X_SOM}
\endlist
\note It is important that you repeat the steps in this section after you
@@ -45,37 +44,10 @@
\section1 Preparing an SD Card
- For \B2QA, an SD card of at least 4 GB capacity is needed. For \B2QL,
- a card of at least 1 GB capacity is sufficient.
+ For \B2QL, an SD card of at least 1 GB capacity is needed.
\include detect-sd-card-device-name.qdocinc instructions
- \section1 Installing the Android Image
-
- \e{If installing} \B2QL, \e{you can skip this step and proceed to}
- \l{#Installing the Boot to Qt Image}{Installing the Boot to Qt Image}.
-
- Download the package \e{imx6-jb-20130628.tar.gz} from
- \l{http://boundarydevices.com/android-jellybean-on-i-mx6-with-no-disclaimers/}{Boundary
- Devices Android Jellybean i.MX6 images} (registration required).
-
- Use the following commands to create an SD card containing the
- downloaded image:
-
- \list 1
- \li Extract the downloaded package:
- \badcode
- ~/$ mkdir bd-android
- ~/$ cd bd-android
- ~/bd-android$ tar zxvf ~/Downloads/imx6-jb-20130628.tar.gz
- \endcode
- \li Run device/boundary/mksdcard.sh:
- \badcode
- ~/bd-android$ sudo device/boundary/mksdcard.sh /dev/<device_name>
- ~/bd-android$ sync
- \endcode
- \endlist
-
\section1 Installing the \B2Q Image
\include common.qdocinc wizard
@@ -91,21 +63,12 @@
\include detect-sd-card-device-name.qdocinc unmount
- Then, use one of the commands below, depending on whether you are developing
- for embedded Android or Linux:
+ Then, use the following command to install the embedded Linux image:
- \list
- \li \b{\B2QA}
- \badcode
- cd <INSTALL_DIR>
- ./Boot2Qt-4.x/generic-4.2-eAndroid/images/iMX6/deploy.sh /dev/<device_name>
- \endcode
- \li \b{\B2QL}
- \badcode
- cd <INSTALL_DIR>
- sudo ./Boot2Qt-4.x/iMX6-eLinux/images/deploy.sh /dev/<device_name>
- \endcode
- \endlist
+ \badcode
+ cd <INSTALL_DIR>
+ sudo ./Boot2Qt-4.x/iMX6-eLinux/images/deploy.sh /dev/<device_name>
+ \endcode
After the installation is complete, insert the SD card, power on the device and check that
the \B2Q welcome screen and/or demo appear.
@@ -116,7 +79,7 @@
\section1 Configuring a Device Kit in Qt Creator
- \include b2qt-post-install-setup.qdocinc configuring device kit android linux
+ \include b2qt-post-install-setup.qdocinc configuring device kit linux
You are now ready to start developing for your device. For more information,
see \l{Building and Running an Example}.