summaryrefslogtreecommitdiffstats
path: root/src/doc/src/qtee-custom-embedded-linux.qdoc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@theqtcompany.com>2015-12-09 13:55:47 +0100
committerTopi Reiniƶ <topi.reinio@theqtcompany.com>2015-12-10 09:12:01 +0000
commitf452cc033a0317fa01756273b3d746a1a1586f74 (patch)
tree0784670e171c8bbd0777b90ada8b119b2d279689 /src/doc/src/qtee-custom-embedded-linux.qdoc
parentf7b22de2ee53554448f27df20792ef593b081f8a (diff)
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 <samuli.piippo@theqtcompany.com>
Diffstat (limited to 'src/doc/src/qtee-custom-embedded-linux.qdoc')
-rw-r--r--src/doc/src/qtee-custom-embedded-linux.qdoc15
1 files changed, 7 insertions, 8 deletions
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 <BuildDir>
- <INSTALL_DIR>/5.5/Boot2Qt/sources/b2qt-yocto-meta/b2qt-init-build-env init --device raspberrypi
+ <INSTALL_DIR>/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
- <INSTALL_DIR>/5.5/Boot2Qt/sources/b2qt-build-scripts/embedded-common/init_build_env.sh <INSTALL_DIR>/5.5/Boot2Qt/sources/b2qt-build-scripts/embedded-linux/config.raspberrypi
+ <INSTALL_DIR>/5.5/Boot2Qt/sources/b2qt-build-scripts/embedded-common/init_build_env.sh <INSTALL_DIR>/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.