From efdb4637781e703aebce519a71e7eca5fd996ad0 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 7 Jun 2016 14:00:52 +0200 Subject: Doc: Remove references to SILICA ArchiTech Tibidabo ... and document its removal in the changelog. Task-number: QTBUG-53889 Change-Id: I173ec32f51f66b4c002d8ec99ec7b87f7a024abe Reviewed-by: Samuli Piippo --- src/doc/src/devices/qtee-architech-tibidabo.qdoc | 68 ------------------------ src/doc/src/devices/qtee-supported-devices.qdoc | 16 ------ src/doc/src/qtee-changelog.qdoc | 5 ++ src/doc/src/qtee-custom-embedded-linux.qdoc | 3 -- src/doc/src/qtee-index.qdoc | 1 - 5 files changed, 5 insertions(+), 88 deletions(-) delete mode 100644 src/doc/src/devices/qtee-architech-tibidabo.qdoc (limited to 'src') diff --git a/src/doc/src/devices/qtee-architech-tibidabo.qdoc b/src/doc/src/devices/qtee-architech-tibidabo.qdoc deleted file mode 100644 index c984cd8..0000000 --- a/src/doc/src/devices/qtee-architech-tibidabo.qdoc +++ /dev/null @@ -1,68 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2014 Digia Plc -** All rights reserved. -** For any questions to Digia, please use the contact form at -** http://www.qt.io -** -** This file is part of Qt Enterprise Embedded. -** -** Licensees holding valid Qt Enterprise licenses may use this file in -** accordance with the Qt Enterprise License Agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and Digia. -** -** If you have questions regarding the use of this file, please use -** the contact form at http://www.qt.io -** -****************************************************************************/ -/*! - \keyword ArchiTech Tibidabo - \page qtee-preparing-hardware-tibidabo.html - \title Preparing ArchiTech Tibidabo - \previouspage qtee-installation-guide.html - - Take the following steps to prepare a SILICA - \l{http://www.silica.com/product/architech-tibidabo.html}{ArchiTech Tibidabo} for \B2Q. - - \note It is important that you repeat the steps in this section after you - update \SDK. - - The images containing the \B2Q stack for ArchiTech Tibidabo are included - in \SDK, ready to be copied to an SD card. - - \section1 Preparing an SD Card - - An SD card of at least 1 GB capacity is sufficient. - - \include detect-sd-card-device-name.qdocinc instructions - - \section1 Installing the \B2Q Image - - \include common.qdocinc wizard - - First, ensure that no partitions on the SD card are mounted: - - \include detect-sd-card-device-name.qdocinc unmount - - Then, use the following command: - - \badcode - cd - sudo dd bs=4k if=5.7/Boot2Qt/tibidabo/images/b2qt-embedded-qt5-image-tibidabo.img of=/dev/ - \endcode - - After the installation is complete, insert the SD card, power on the device and check that - the \B2Q welcome screen and/or demo appear. - - \section1 Setting up USB Access - - \include b2qt-post-install-setup.qdocinc setting up usb access - - \section1 Configuring a Device Kit in Qt Creator - - \include b2qt-post-install-setup.qdocinc configuring device kit - - You are now ready to start developing for your device. For more information, - see \l{Building and Running an Example}. -*/ diff --git a/src/doc/src/devices/qtee-supported-devices.qdoc b/src/doc/src/devices/qtee-supported-devices.qdoc index 2d730c8..012bdce 100644 --- a/src/doc/src/devices/qtee-supported-devices.qdoc +++ b/src/doc/src/devices/qtee-supported-devices.qdoc @@ -33,7 +33,6 @@ \li \l{Toradex Apalis iMX6} \li \l{Toradex Colibri iMX6} \li \l{Toradex Colibri VF50 and VF61} - \li \l{ArchiTech Tibidabo} \li \l{Kontron SMARC-sAMX6i} \li \l{BeagleBone Black} \li \l{Raspberry Pi 3 Model B} @@ -138,10 +137,6 @@ {Boundary Devices i.MX6 Boards}\br Freescale® i.MX 6 based devices with\br Vivante GC880 or GC2000 GPU - \row \li \l{http://www.silica.com/product/architech-tibidabo.html} - {SILICA ArchiTech Tibidabo}\br - Freescale® i.MX 6Q ARM Cortex™-A9 @800 MHz,\br - 2GB DDR3, 128MB NOR, Vivante GC2000 GPU \row \li \l{http://www.toradex.com/products/apalis-arm-computer-modules/freescale-imx-6-computer-module} {Toradex Apalis iMX6}\br Freescale® i.MX 6Q ARM Cortex™-A9 @1 GHz,\br @@ -271,17 +266,6 @@ \li \image ok \li \image ok \li - \row \li SILICA ArchiTech Tibidabo - \li \image ok - \li \image ok - \li \image ok - \li \image ok - \li \image ok - \li \image ok - \li \image ok - \li \image ok - \li \image ok - \li \row \li Toradex Apalis/Colibri i.MX6 \li \image ok \li \image ok diff --git a/src/doc/src/qtee-changelog.qdoc b/src/doc/src/qtee-changelog.qdoc index 58837b2..dfcd2ea 100644 --- a/src/doc/src/qtee-changelog.qdoc +++ b/src/doc/src/qtee-changelog.qdoc @@ -39,6 +39,11 @@ \li Moved to use Yocto 2.0 (Jethro). \endlist + \b{Removed Platforms}: + \list + \li Removed support for SILICA ArchiTech Tibidabo. + \endlist + \section1 Boot to Qt 5.6.0 \b{New Features}: diff --git a/src/doc/src/qtee-custom-embedded-linux.qdoc b/src/doc/src/qtee-custom-embedded-linux.qdoc index e58ca17..f948515 100644 --- a/src/doc/src/qtee-custom-embedded-linux.qdoc +++ b/src/doc/src/qtee-custom-embedded-linux.qdoc @@ -132,9 +132,6 @@ \row \li Toradex Colibri VF \li colibri-vf - \row - \li SILICA ArchiTech Tibidabo - \li tibidabo \row \li Kontron SMARC-sAMX6i \li smarc-smax6i diff --git a/src/doc/src/qtee-index.qdoc b/src/doc/src/qtee-index.qdoc index 1112e2f..0e3a4b7 100644 --- a/src/doc/src/qtee-index.qdoc +++ b/src/doc/src/qtee-index.qdoc @@ -49,7 +49,6 @@ \li \l{Preparing Toradex Apalis iMX6}{Toradex Apalis iMX6} \li \l{Preparing Toradex Colibri iMX6}{Toradex Colibri iMX6} \li \l{Preparing Toradex Colibri VF50 and VF61}{Toradex Colibri VF50 and VF61} - \li \l{Preparing ArchiTech Tibidabo}{ArchiTech Tibidabo} \li \l{Preparing Kontron SMARC-sAMX6i}{Kontron SMARC-sAMX6i} \li \l{Preparing BeagleBone Black}{BeagleBone Black} \li \l{Preparing Raspberry Pi 3}{Raspberry Pi 3 Model B} -- cgit v1.2.3