summaryrefslogtreecommitdiffstats
path: root/src/doc/src/b2qt.qdoc
diff options
context:
space:
mode:
authoraavit <eirik.aavitsland@digia.com>2014-05-16 14:40:04 +0200
committerEirik Aavitsland <eirik.aavitsland@digia.com>2014-05-16 16:12:29 +0300
commit81db2dd1ee852678e8e596ef5ee58bc9ed456b19 (patch)
tree1f4d4d4b30e1adab94a24cca3ec73513e88309d6 /src/doc/src/b2qt.qdoc
parentf0a5a1bcd4224fb98f88559fd211644f2f67b392 (diff)
Doc: Add setup instructions for Nexus 7 (2013)
Change-Id: I3d6dbb2376d86f66d195b9bd9a313ac2aaa62cf8 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/doc/src/b2qt.qdoc')
-rw-r--r--src/doc/src/b2qt.qdoc66
1 files changed, 60 insertions, 6 deletions
diff --git a/src/doc/src/b2qt.qdoc b/src/doc/src/b2qt.qdoc
index 7c5863f..0ef20e3 100644
--- a/src/doc/src/b2qt.qdoc
+++ b/src/doc/src/b2qt.qdoc
@@ -43,7 +43,8 @@
\li \l{Supported Platforms}
\li \l{Preparing Hardware}
\list
- \li \l{Preparing Nexus 7}{Nexus 7 (2012) (embedded Android)}
+ \li \l{Preparing Nexus 7 (2013)}{Nexus 7 (2013) (embedded Android)}
+ \li \l{Preparing Nexus 7 (2012)}{Nexus 7 (2012) (embedded Android)}
\li \l{Preparing BD-SL-i.MX6}{BD-SL-i.MX6 (embedded Android and Linux)}
\li \l{Preparing BeagleBone Black}{BeagleBone Black (embedded Android and Linux)}
\li \l{Preparing BeagleBoard-xM}{BeagleBoard-xM (embedded Linux)}
@@ -317,9 +318,62 @@
*/
/*!
+ \target Nexus 7 (2013) (embedded Android)
+ \page qtee-preparing-hardware-nexus-7-2013.html
+ \title Preparing Nexus 7 (2013)
+ \previouspage qtee-installation-guide.html
+ \nextpage qtee-building-and-running.html
+
+ Take the following steps to prepare a
+ \l{http://www.google.com/nexus/7/specs/}{Nexus 7 (2013)} for
+ \B2Q.
+
+ \section1 Enabling Developer Mode
+
+ In order to install the \B2Q stack into the Nexus 7, you need to
+ enable developer mode and USB debugging:
+
+ \list 1
+ \li Power up the device.
+ \li Open the \b{Settings} app and select the \b{About tablet} item.
+ \li Press the \b{Build number} item seven times, until the message "You are now a developer!" appears.
+
+ \li Back in the \b{Settings} menu, select \b{Developer options}.
+ \li Press the \b{USB debugging} item and confirm that you allow USB debugging.
+ \endlist
+
+ You should now be able to establish USB connection to the device as follows.
+
+ \section1 Setting up USB Access
+
+ \include b2qt-post-install-setup.qdocinc setting up usb access
+
+ \section1 Deploying the \B2Q Stack
+
+ Using the \c{adb devices} command, confirm that you have a working
+ connection to the Nexus 7, and that the Nexus 7 is the only
+ connected device. Then run the following command to install the \B2Q stack:
+
+ \badcode
+ cd <INSTALL_DIR>
+ ./Boot2Qt-3.x/nexus7-2013-eAndroid/images/deploy.sh
+ \endcode
+
+ The device will reboot during the process. Do not interact with it
+ or unplug it until the process is fully completed.
+
+ \section1 Configuring a Device Kit in Qt Creator
+
+ \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}.
+*/
+
+/*!
\target Nexus 7 (2012) (embedded Android)
- \page qtee-preparing-hardware-nexus-7.html
- \title Preparing Nexus 7
+ \page qtee-preparing-hardware-nexus-7-2012.html
+ \title Preparing Nexus 7 (2012)
\previouspage qtee-installation-guide.html
\nextpage qtee-building-and-running.html
@@ -327,7 +381,7 @@
\l{http://www.google.com/nexus/7/specs/}{Nexus 7 (2012)} for
\B2Q.
- \section1 Unlocking Nexus 7 Bootloader
+ \section1 Unlocking Nexus 7 (2012) Bootloader
You must unlock the Nexus 7 Bootloader to be able to install custom
software. You need to do this only once.
@@ -349,7 +403,7 @@
\li Wait a few seconds, and check that the text line stating the \c{LOCK STATE} now says \c{UNLOCKED}.
\endlist
- \section1 Updating a Nexus 7 with \B2Q Images
+ \section1 Updating a Nexus 7 (2012) with \B2Q Images
\note It is important that you repeat the steps in this section after you
update \SDK.
@@ -1176,7 +1230,7 @@
\B2Q has been tested to work on the following reference devices:
\list
- \li \l{http://www.google.com/nexus/7/specs/}{Google/Asus Nexus 7 (2012)}
+ \li \l{http://www.google.com/nexus/7/specs/}{Google/Asus Nexus 7 (2012 and 2013 models)}
\li \l{http://beagleboard.org/hardware-xM}{BeagleBoard-xM}
\li \l{http://beagleboard.org/products/beaglebone%20black}{BeagleBone Black}
\li \l{http://boundarydevices.com/products/sabre-lite-imx6-sbc/}{Freescale i.MX6 Sabre Lite board (Boundary Devices)}