summaryrefslogtreecommitdiffstats
path: root/src/doc/src/devices/qtee-beaglebone-black.qdoc
diff options
context:
space:
mode:
authoraavit <eirik.aavitsland@theqtcompany.com>2014-11-24 12:47:07 +0100
committerEirik Aavitsland <eirik.aavitsland@theqtcompany.com>2014-11-25 11:19:27 +0200
commit88ec6565868772531ade2fbc896eec4f718222b6 (patch)
treee885d3c245c0a0b2f13934a71b352bd90104da45 /src/doc/src/devices/qtee-beaglebone-black.qdoc
parent4aef9243de10efa87e80785522586a38b83dd02b (diff)
Doc: Drop eAndroid platform for BBB
Change-Id: I1a48f7f049b48653300731fce3fb08a3129081b0 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/doc/src/devices/qtee-beaglebone-black.qdoc')
-rw-r--r--src/doc/src/devices/qtee-beaglebone-black.qdoc52
1 files changed, 9 insertions, 43 deletions
diff --git a/src/doc/src/devices/qtee-beaglebone-black.qdoc b/src/doc/src/devices/qtee-beaglebone-black.qdoc
index d05d54f..ea7d745 100644
--- a/src/doc/src/devices/qtee-beaglebone-black.qdoc
+++ b/src/doc/src/devices/qtee-beaglebone-black.qdoc
@@ -17,7 +17,7 @@
**
****************************************************************************/
/*!
- \target BeagleBone Black (embedded Android and Linux)
+ \target BeagleBone Black (embedded Linux)
\page qtee-preparing-hardware-beaglebone.html
\title Preparing BeagleBone Black
\previouspage qtee-installation-guide.html
@@ -33,35 +33,10 @@
\section1 Preparing an SD Card
- For \B2QA, an SD card of at least 2 GB capacity is needed. For \B2QL,
- a card of at least 1 GB capacity is sufficient.
+ An SD card of at least 1 GB capacity is sufficient.
\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{TI_Android_JB_4.2.2_DevKit_4.1.1_beagleboneblack.tar.gz} from
- \l{http://downloads.ti.com/sitara_android/esd/TI_Android_DevKit/TI_Android_JB_4_2_2_DevKit_4_1_1/index_FDS.html}
- {Texas Instruments} (search for \e {BeagleBone Black} in the list of download packages).
-
- Use the following commands to create an SD card containing the
- downloaded image:
-
- \list 1
- \li Extract the downloaded package:
- \badcode
- ~$ tar zxvf ~/Downloads/TI_Android_JB_4.2.2_DevKit_4.1.1_beagleboneblack.tar.gz
- \endcode
- \li Run beagleboneblack/mkmmc-android.sh:
- \badcode
- ~$ cd beagleboneblack
- ~/beagleboneblack$ sudo ./mkmmc-android.sh /dev/<device_name>
- \endcode
- \endlist
-
\section1 Installing the \B2Q Image
\include common.qdocinc wizard
@@ -70,21 +45,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:
-
- \list
- \li \b{\B2QA}
- \badcode
- cd <INSTALL_DIR>
- ./Boot2Qt-4.x/generic-4.2-eAndroid/images/beaglebone/deploy.sh
- \endcode
- \li \b{\B2QL}
- \badcode
- cd <INSTALL_DIR>
- sudo ./Boot2Qt-4.x/beaglebone-eLinux/images/deploy.sh /dev/<device_name>
- \endcode
- \endlist
+ Then, use the following command:
+
+ \badcode
+ cd <INSTALL_DIR>
+ sudo ./Boot2Qt-4.x/beaglebone-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.
@@ -95,7 +61,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
You are now ready to start developing for your device. For more information,
see \l{Building and Running an Example}.