From f452cc033a0317fa01756273b3d746a1a1586f74 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 9 Dec 2015 13:55:47 +0100 Subject: Doc: Replace Raspberry Pi with SABRE SD i.MX6Quad in BYOS documentation Better to use a device from Group 1 for this purpose. Task-number: QTEE-876 Change-Id: Ic0647aa9358f69bd70c2799068038d68452c293a Reviewed-by: Samuli Piippo --- src/doc/src/qtee-custom-embedded-linux.qdoc | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'src/doc/src/qtee-custom-embedded-linux.qdoc') diff --git a/src/doc/src/qtee-custom-embedded-linux.qdoc b/src/doc/src/qtee-custom-embedded-linux.qdoc index ae65a6b..ae999fe 100644 --- a/src/doc/src/qtee-custom-embedded-linux.qdoc +++ b/src/doc/src/qtee-custom-embedded-linux.qdoc @@ -63,12 +63,12 @@ \section1 Setting Up Yocto Build Environment - Run the setup script that initializes the Yocto environment. Using Raspberry Pi as - an example: + Run the setup script that initializes the Yocto environment. Using Freescale + SABRE SD i.MX6Quad as an example: \badcode cd - /5.5/Boot2Qt/sources/b2qt-yocto-meta/b2qt-init-build-env init --device raspberrypi + /5.5/Boot2Qt/sources/b2qt-yocto-meta/b2qt-init-build-env init --device imx6qsabresd \endcode \c b2qt-init-build-env has the following additional command line options: @@ -87,11 +87,10 @@ \section1 Building the Image and Toolchain After the Yocto environment is set up, you need to configure the - build environment for your target device. Using Raspberry Pi as - an example: + build environment for your target device: \badcode - export MACHINE=raspberrypi + export MACHINE=imx6qsabresd source ./setup-environment.sh \endcode @@ -156,10 +155,10 @@ \e {Build scripts} source package contains scripts that can be used to build Qt and all additional Qt addons that are part of \B2QL image. To setup build environment for your target hardware, run the initialization - script. Using Raspberry Pi as an example: + script. For example: \badcode - /5.5/Boot2Qt/sources/b2qt-build-scripts/embedded-common/init_build_env.sh /5.5/Boot2Qt/sources/b2qt-build-scripts/embedded-linux/config.raspberrypi + /5.5/Boot2Qt/sources/b2qt-build-scripts/embedded-common/init_build_env.sh /5.5/Boot2Qt/sources/b2qt-build-scripts/embedded-linux/config.imx6qsabresd \endcode \note You can use the same build directory for Qt and the Yocto image. -- cgit v1.2.3