From cabbaadfe2a99f07ec065da0b356978636a8debc Mon Sep 17 00:00:00 2001 From: Gatis Paeglis Date: Fri, 20 Sep 2013 10:29:48 +0200 Subject: Rename the deploy_tegra_drivers_to_nexus7 script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3f11909bf4b9c467e7600ba45323ddb934160d26 Reviewed-by: Topi Reiniƶ --- src/doc/src/b2qt.qdoc | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/src/doc/src/b2qt.qdoc b/src/doc/src/b2qt.qdoc index 2f702be..3fe0b34 100644 --- a/src/doc/src/b2qt.qdoc +++ b/src/doc/src/b2qt.qdoc @@ -295,19 +295,19 @@ \note Until the next step is performed, the Nexus 7 will not boot correctly (the screen will only show the "Google" logo). - \section1 Installing Proprietary Graphics Drivers + \section1 Installing Proprietary Drivers - Download the proprietary graphics drivers for your Nexus 7 - \l{https://developers.google.com/android/nexus/drivers#grouperjzo54k}{here}. + Download the proprietary drivers for your Nexus 7 + \l{https://developers.google.com/android/nexus/drivers#grouperjdq39}{here}. \note Make sure you have read the license terms at the beginning of the driver download page. - Select the link in the \b{Graphics} row from the table - \e{"Nexus 7 (Wi-Fi) binaries for Android 4.1.2"}, download and save the file + Select the links in the \b{Graphics}, \b{Camera, Sensors, DRM} and \b{Orientation Sensor} rows from the table + \e{"Nexus 7 (Wi-Fi) binaries for Android 4.2.2"}, download and save the files to the installation directory of the \B2Q SDK. - \note Only the version "Android 4.1.2 (JZO54K and JZO54L)" will work with the current Boot to Qt image. + \note Only the version "Android 4.2.2 (JDQ39 to JDQ39E)" will work with the current Boot to Qt image. Make sure your Nexus 7 is powered up, is \e{not} in fastboot mode, and is connected to the computer via USB. @@ -315,11 +315,15 @@ Then, follow these steps to update the Nexus 7: \list 1 - \li Extract the downloaded file, and run the extracted installer. For example, + \li Extract the downloaded files, and run the extracted installers. For example, \code cd - tar xf nvidia-grouper-jzo54k-56de148f.tgz + tar xf nvidia-grouper-jdq39-738059f9.tgz ./extract-nvidia-grouper.sh + tar xf asus-grouper-jdq39-b6907aa5.tgz + ./extract-asus-grouper.sh + tar xf invensense-grouper-jdq39-28df082f.tgz + ./extract-invensense-grouper.sh \endcode \li Find out the serial number of the connected Nexus 7 device: \code @@ -327,7 +331,7 @@ \endcode \li Deploy the drivers to your device using the following command: \code - /targets/android-utils/bin/deploy_tegra_drivers_to_nexus7 + /targets/android-utils/bin/deploy_proprietary_drivers_to_nexus7 \endcode \endlist -- cgit v1.2.3