From 383deca7433d3cad4719028a6fa4d5bbc4a2295f Mon Sep 17 00:00:00 2001 From: Rainer Keller Date: Wed, 7 May 2014 15:31:03 +0200 Subject: Doc: Update version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5160cccc267d81b41810080f0b912f8d2dd13d7c Reviewed-by: Topi Reiniƶ Reviewed-by: Kalle Viironen --- src/doc/src/b2qt.qdoc | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'src/doc/src/b2qt.qdoc') diff --git a/src/doc/src/b2qt.qdoc b/src/doc/src/b2qt.qdoc index 4988392..b2e2170 100644 --- a/src/doc/src/b2qt.qdoc +++ b/src/doc/src/b2qt.qdoc @@ -365,9 +365,9 @@ \badcode cd - sudo ./Tools/b2qt/fastboot flash boot Boot2Qt-2.x/nexus7-eAndroid/images/boot.img - sudo ./Tools/b2qt/fastboot flash system Boot2Qt-2.x/nexus7-eAndroid/images/system.img - sudo ./Tools/b2qt/fastboot flash userdata Boot2Qt-2.x/nexus7-eAndroid/images/data.img + sudo ./Tools/b2qt/fastboot flash boot Boot2Qt-3.x/nexus7-eAndroid/images/boot.img + sudo ./Tools/b2qt/fastboot flash system Boot2Qt-3.x/nexus7-eAndroid/images/system.img + sudo ./Tools/b2qt/fastboot flash userdata Boot2Qt-3.x/nexus7-eAndroid/images/data.img \endcode \li Once the flashing is completed successfully, reboot the device: @@ -389,7 +389,7 @@ {https://developers.google.com/android/nexus/drivers#grouperjdq39} \badcode cd - ./Boot2Qt-2.x/nexus7-eAndroid/images/download.sh + ./Boot2Qt-3.x/nexus7-eAndroid/images/download.sh \endcode \note Only the version "Android 4.2.2 (JDQ39 to JDQ39E)" works with the @@ -402,7 +402,7 @@ Also check that the device is \e{not} in fastboot mode. \li Run the driver extractors: \badcode - cd Boot2Qt-2.x/nexus7-eAndroid/images/drivers + cd Boot2Qt-3.x/nexus7-eAndroid/images/drivers ./extract-nvidia-grouper.sh ./extract-asus-grouper.sh ./extract-invensense-grouper.sh @@ -416,7 +416,7 @@ \endcode \li Deploy the drivers to your device: \badcode - ./Boot2Qt-2.x/nexus7-eAndroid/images/deploy.sh + ./Boot2Qt-3.x/nexus7-eAndroid/images/deploy.sh \endcode \endlist @@ -469,7 +469,7 @@ \badcode cd - sudo Boot2Qt-2.x/beagleboard-eLinux/images/deploy.sh /dev/ + sudo Boot2Qt-3.x/beagleboard-eLinux/images/deploy.sh /dev/ \endcode After the image has been deployed, power on the device and check that @@ -556,12 +556,12 @@ \li \b{\B2QA} \badcode cd - ./Boot2Qt-2.x/iMX6-eAndroid/images/deploy.sh /dev/ + ./Boot2Qt-3.x/iMX6-eAndroid/images/deploy.sh /dev/ \endcode \li \b{\B2QL} \badcode cd - sudo ./Boot2Qt-2.x/iMX6-eLinux/images/deploy.sh /dev/ + sudo ./Boot2Qt-3.x/iMX6-eLinux/images/deploy.sh /dev/ \endcode \endlist @@ -618,7 +618,7 @@ \badcode cd - sudo Boot2Qt-2.x/raspberrypi-eLinux/images/deploy.sh /dev/ + sudo Boot2Qt-3.x/raspberrypi-eLinux/images/deploy.sh /dev/ \endcode After the image has been deployed, insert the SD card, power on the device and check that @@ -692,12 +692,12 @@ \li \b{\B2QA} \badcode cd - ./Boot2Qt-2.x/beaglebone-eAndroid/images/deploy.sh /dev/ + ./Boot2Qt-3.x/beaglebone-eAndroid/images/deploy.sh /dev/ \endcode \li \b{\B2QL} \badcode cd - sudo ./Boot2Qt-2.x/beaglebone-eLinux/images/deploy.sh /dev/ + sudo ./Boot2Qt-3.x/beaglebone-eLinux/images/deploy.sh /dev/ \endcode \endlist @@ -1045,7 +1045,7 @@ \badcode cd - /Boot2Qt-2.x/sources/b2qt-yocto-meta/b2qt-init-build-env . + /Boot2Qt-3.x/sources/b2qt-yocto-meta/b2qt-init-build-env . \endcode \section1 Building the Image and Toolchain @@ -1106,7 +1106,7 @@ script. Using Raspberry Pi as an example: \badcode - /Boot2Qt-2.x/sources/b2qt-build-scripts/embedded-common/init_build_env.sh /Boot2Qt-2.x/sources/b2qt-build-scripts/embedded-linux/config.raspberrypi + /Boot2Qt-3.x/sources/b2qt-build-scripts/embedded-common/init_build_env.sh /Boot2Qt-3.x/sources/b2qt-build-scripts/embedded-linux/config.raspberrypi \endcode \note You can use the same build directory for Qt and the Yocto image. @@ -1115,9 +1115,9 @@ You can use following scripts to build different parts of the \B2Q stack. \badcode - /Boot2Qt-2.x/sources/b2qt-build-scripts/embedded-linux/build_qt.sh - /Boot2Qt-2.x/sources/b2qt-build-scripts/embedded-linux/build_extras.sh - /Boot2Qt-2.x/sources/b2qt-build-scripts/embedded-linux/build_image.sh + /Boot2Qt-3.x/sources/b2qt-build-scripts/embedded-linux/build_qt.sh + /Boot2Qt-3.x/sources/b2qt-build-scripts/embedded-linux/build_extras.sh + /Boot2Qt-3.x/sources/b2qt-build-scripts/embedded-linux/build_image.sh \endcode After \e {embedded-linux/build_image.sh} has finished, you can flash the device with @@ -1129,7 +1129,7 @@ developing for your device. The following script does this for you. \badcode - /Boot2Qt-2.x/sources/b2qt-build-scripts/embedded-common/setup_qtcreator.sh + /Boot2Qt-3.x/sources/b2qt-build-scripts/embedded-common/setup_qtcreator.sh \endcode This will set up a new kit in Qt Creator, using the toolchain and Qt from -- cgit v1.2.3