From bee1c07094a77779b6e8ec54071901d5ce6ed703 Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Wed, 21 May 2014 12:16:09 +0200 Subject: doc: Updated versions and supported platforms -updated support info for Beagleboard-XM (only supported in 2.x) -updated Yocto version to 1.6 "Daisy" -updated toolchain version to toolchain-1.6.sh Task-number: QTEE-571 Change-Id: I771effbeb258262eff7141c7c1bdd11b40d0d2dd Reviewed-by: Eirik Aavitsland Reviewed-by: Kalle Viironen --- src/doc/src/b2qt.qdoc | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'src/doc/src/b2qt.qdoc') diff --git a/src/doc/src/b2qt.qdoc b/src/doc/src/b2qt.qdoc index 067ffc1..2f32716 100644 --- a/src/doc/src/b2qt.qdoc +++ b/src/doc/src/b2qt.qdoc @@ -114,8 +114,8 @@ forefront. \li \b{\B2QL} where the software stack is using the traditional embedded - Linux kernel built with the Yocto Poky reference system (Yocto 1.5 - \e Dora release). The Embedded Linux variant is designed for great + Linux kernel built with the Yocto Poky reference system (Yocto 1.6 + \e Daisy release). The Embedded Linux variant is designed for great customization possibilities. It contains only components required in the embedded device, resulting in smaller image sizes while keeping valuable development tools available. @@ -509,8 +509,8 @@ {BeagleBoard-xM} for \B2Q. - \note It is important that you repeat the steps in this section after you - update \SDK. + \note BeagleBoard-xM is no longer supported in \SDK 3.0. It is still, + however, supported and tested under the previous 2.x versions. The image containing \B2Q stack for BeagleBoard-xM are included in \SDK, ready to be copied to an SD card. @@ -900,7 +900,7 @@ \li In Qt Creator, select \b File > \b {New File or Project} > \b Applications > \b{Qt Quick Application} > \b{Choose}. \li Choose a location for your new project. - \li In the \b{Qt Quick Component Set} dialog, select \b{Qt Quick 2.0}. + \li In the \b{Qt Quick Component Set} dialog, select \b{Qt Quick 2.2}. \li In the \b{Kit Selection} dialog, select the kits for your devices. You can also select the emulator kit to test running the project in the emulator. @@ -1063,7 +1063,7 @@ application in QML. \qml - import QtQuick 2.0 + import QtQuick 2.2 Item { id: root @@ -1224,7 +1224,7 @@ \endcode The target rootfs image is located in the \c /tmp/deploy/images//b2qt-embedded-image-.tar.gz, - and the new toolchain is in \c /tmp/deploy/sdk/b2qt-eglibc-x86_64-meta-toolchain-b2qt-embedded-sdk--toolchain-1.5.sh + and the new toolchain is in \c /tmp/deploy/sdk/b2qt-eglibc-x86_64-meta-toolchain-b2qt-embedded-sdk--toolchain-1.6.sh \note The generated target image does not yet include Qt libraries, you need to build Qt and add it into the image yourself. @@ -1291,12 +1291,15 @@ \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 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)} \li \l{http://www.raspberrypi.org/faqs}{Raspberry Pi Model B} \endlist + For the \SDK 3.0 release, \l{Preparing BeagleBoard-xM}{BeagleBoard-xM (embedded Linux)} + is no longer tested and supported. It is, however, still tested and supported + in the earlier 2.x releases. + \section1 Supported Development Environment The development environment supported by \SDK is Ubuntu Linux 64-bit (12.04 LTS or 12.10). -- cgit v1.2.3