From 88ec6565868772531ade2fbc896eec4f718222b6 Mon Sep 17 00:00:00 2001 From: aavit Date: Mon, 24 Nov 2014 12:47:07 +0100 Subject: Doc: Drop eAndroid platform for BBB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1a48f7f049b48653300731fce3fb08a3129081b0 Reviewed-by: Topi Reiniƶ --- src/doc/src/devices/qtee-beaglebone-black.qdoc | 52 +++++--------------------- 1 file changed, 9 insertions(+), 43 deletions(-) (limited to 'src/doc/src/devices/qtee-beaglebone-black.qdoc') 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/ - \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 - ./Boot2Qt-4.x/generic-4.2-eAndroid/images/beaglebone/deploy.sh - \endcode - \li \b{\B2QL} - \badcode - cd - sudo ./Boot2Qt-4.x/beaglebone-eLinux/images/deploy.sh /dev/ - \endcode - \endlist + Then, use the following command: + + \badcode + cd + sudo ./Boot2Qt-4.x/beaglebone-eLinux/images/deploy.sh /dev/ + \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}. -- cgit v1.2.3