From c1111b313bb348a63e847cc1a8b2a25ced9d4a4c Mon Sep 17 00:00:00 2001 From: Tuomas Heimonen Date: Wed, 6 Apr 2016 13:04:42 +0300 Subject: Add support for Raspberry Pi 3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move Raspberry Pi 2 to unsupported Change-Id: I7098e3ce8c94a0e08a54b5dd75893fa700a96638 Reviewed-by: Topi Reiniö --- src/doc/src/devices/qtee-raspberry-pi.qdoc | 12 ++++++------ src/doc/src/devices/qtee-supported-devices.qdoc | 16 ++++++++++------ src/doc/src/qtee-changelog.qdoc | 11 +++++++++++ src/doc/src/qtee-custom-embedded-linux.qdoc | 3 +++ src/doc/src/qtee-index.qdoc | 2 +- 5 files changed, 31 insertions(+), 13 deletions(-) (limited to 'src') diff --git a/src/doc/src/devices/qtee-raspberry-pi.qdoc b/src/doc/src/devices/qtee-raspberry-pi.qdoc index 9e58089..d634be2 100644 --- a/src/doc/src/devices/qtee-raspberry-pi.qdoc +++ b/src/doc/src/devices/qtee-raspberry-pi.qdoc @@ -17,19 +17,19 @@ ** ****************************************************************************/ /*! - \keyword Raspberry Pi 2 Model B + \keyword Raspberry Pi 3 Model B \page qtee-preparing-hardware-rasberrypi.html - \title Preparing Raspberry Pi 2 + \title Preparing Raspberry Pi 3 \previouspage qtee-installation-guide.html \nextpage qtee-building-and-running.html - Take the following steps to prepare a \l{https://www.raspberrypi.org/products/raspberry-pi-2-model-b/} - {Raspberry Pi 2} for \B2Q. + Take the following steps to prepare a \l{https://www.raspberrypi.org/products/raspberry-pi-3-model-b/} + {Raspberry Pi 3} for \B2Q. \note It is important that you repeat the steps in this section after you update \SDK. - The image containing \B2Q stack for Raspberry Pi 2 is included in the SDK, + The image containing \B2Q stack for Raspberry Pi 3 is included in the SDK, ready to be copied to an SD card. \section1 Preparing an SD Card @@ -51,7 +51,7 @@ \badcode cd - sudo dd bs=4k if=5.6/Boot2Qt/raspberrypi2/images/b2qt-embedded-qt5-image-raspberrypi2.img of=/dev/ + sudo dd bs=4k if=5.7/Boot2Qt/raspberrypi3/images/b2qt-embedded-qt5-image-raspberrypi3.img of=/dev/ \endcode After the image has been deployed, insert the SD card, power on the device and check that diff --git a/src/doc/src/devices/qtee-supported-devices.qdoc b/src/doc/src/devices/qtee-supported-devices.qdoc index b78449e..2d730c8 100644 --- a/src/doc/src/devices/qtee-supported-devices.qdoc +++ b/src/doc/src/devices/qtee-supported-devices.qdoc @@ -36,7 +36,7 @@ \li \l{ArchiTech Tibidabo} \li \l{Kontron SMARC-sAMX6i} \li \l{BeagleBone Black} - \li \l{Raspberry Pi 2 Model B} + \li \l{Raspberry Pi 3 Model B} \endlist If you use only the emulator, you can skip this step @@ -155,10 +155,10 @@ {Kontron SMARC-sAMX6i}\br Freescale® i.MX 6 ARM Cortex™-A9 @800MHz - 1.2GHz,\br 2GB DDR3, 2-64GB eMMC, Vivante GC2000 GPU - \row \li \l{https://www.raspberrypi.org/products/raspberry-pi-2-model-b/} - {Raspberry Pi 2 Model B}\br - 900 Mhz ARM Cortex™-A7, Broadcom VideoCore IV\br - @250MHz GPU, 1GB LPDDR2 SDRAM + \row \li \l{https://www.raspberrypi.org/products/raspberry-pi-3-model-b/} + {Raspberry Pi 3 Model B}\br + 1.2 Ghz ARM Cortex™-A53, Broadcom VideoCore IV\br + @400MHz GPU, 1GB LPDDR2 SDRAM \endtable \section2 Group 3 @@ -190,6 +190,10 @@ {Raspberry Pi Model B}\br 700 Mhz ARM11, Broadcom VideoCore IV\br @250MHz GPU, 512 MB (shared with GPU) RAM + \row \li \l{https://www.raspberrypi.org/products/raspberry-pi-2-model-b/} + {Raspberry Pi 2 Model B}\br + 900 Mhz ARM Cortex™-A7, Broadcom VideoCore IV\br + @250MHz GPU, 1GB LPDDR2 SDRAM \endtable \section2 Supported Features on Reference Devices @@ -300,7 +304,7 @@ \li \image ok \li \image ok \li - \row \li Raspberry Pi 2 + \row \li Raspberry Pi 3 \li \image ok \li \image ok \li diff --git a/src/doc/src/qtee-changelog.qdoc b/src/doc/src/qtee-changelog.qdoc index 549fa3b..0768c63 100644 --- a/src/doc/src/qtee-changelog.qdoc +++ b/src/doc/src/qtee-changelog.qdoc @@ -23,6 +23,17 @@ \previouspage qtee-build-emulator.html \nextpage qtee-troubleshooting.html + \section1 Boot to Qt 5.7 + \list + \li Release date: April 6, 2016 + \endlist + + \b{New Features}: + \list + \li \B2Q stack was updated to use Qt 5.7 + \li New reference device: Raspberry Pi 3 + \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 c08c7ed..d0436d6 100644 --- a/src/doc/src/qtee-custom-embedded-linux.qdoc +++ b/src/doc/src/qtee-custom-embedded-linux.qdoc @@ -108,6 +108,9 @@ \row \li Raspberry Pi 2 \li raspberrypi2 + \row + \li Raspberry Pi 3 + \li raspberrypi3 \row \li BeagleBone Black \li beaglebone diff --git a/src/doc/src/qtee-index.qdoc b/src/doc/src/qtee-index.qdoc index 79b622a..cfb5e07 100644 --- a/src/doc/src/qtee-index.qdoc +++ b/src/doc/src/qtee-index.qdoc @@ -52,7 +52,7 @@ \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 2}{Raspberry Pi 2 Model B} + \li \l{Preparing Raspberry Pi 3}{Raspberry Pi 3 Model B} \endlist \li \l{Building and Running Embedded Applications} \list -- cgit v1.2.3