Category:Devices: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Belongs in category:ports.)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Devices supporting Qt ==
[[Category:Ports]]
 
Qt runs on a variety of consumer devices and platforms across a number of different CPU architectures. This ranges from community supported devices like the Beagleboard family, Raspberry Pi to reference designs of chipset vendors like AMLogic, Broadcom, STMicroelectronics and
Qt runs on a variety of consumer devices and platforms across a number of different CPU architectures. This ranges from community supported devices like the Beagleboard family, Raspberry Pi to reference designs of chipset vendors like AMLogic, Broadcom, STMicroelectronics and
Trident.
Trident.
Line 6: Line 5:
This page should help you to find build instructions for Qt for your board and some information on how to get the most out of your board. In case you are interested in the process of adding a new device please see the [[AddDevice | adding a new device]].
This page should help you to find build instructions for Qt for your board and some information on how to get the most out of your board. In case you are interested in the process of adding a new device please see the [[AddDevice | adding a new device]].


[[DirectFBAndQt]]
== Topics ==
 
* [[Supported Devices]]
== Overview ==
* [[AddDevice|Adding a new device]]
* [[DirectFBAndQt]]
* [[:Category:QtonPi|QtonPi]]: The Qt5 on RaspberryPi project
* [[:Category:QtonPi|QtonPi]]: The Qt5 on RaspberryPi project
* [[:Category:Hardware-FAQ|HardwareFAQ]]: Frequently Asked Questions regarding Qt on various hardware platforms.
* [[:Category:Hardware-FAQ|Hardware FAQ]]: Frequently Asked Questions regarding Qt on various hardware platforms.
* [[:Category:Software-FAQ|SoftwareFAQ]]: Frequently Asked Questions regarding Qt’s software depedencies.
* [[:Category:Software-FAQ|Software FAQ]]: Frequently Asked Questions regarding Qt’s software depedencies.
 
* [[DeviceProfileProposal|Device Profile Proposal]]
Latest device pages:
* [[ToolchainInformation|Toolchain considerations]]
* [[:ODROID-XU3|ODROID-XU3]]: Qt 5 on the ODROID-XU3
* [[:Chromebook2|Samsung Chromebook 2]]: Qt 5 on the ARM-based Chromebook 2 under Linux
 
== FAQ ==
 
[[DeviceProfileProposal | Device Profile Proposal]]
[[Category:Hardware-FAQ|Device FAQ]]
[[Category:Software-FAQ|Software FAQ]]
 
== Device related considerations ==
 
[[ToolchainInformation|Toolchain considerations]]
 
== Supported Devices ==
 
{| class="wikitable"
!Vendor
!Platform
!Type
!CPU
!GPU
|-
|AMLogic
|[[AML8726-M|AML8726-M]]
|Tablets
|Cortex A9
|Mali 400-M
|-
|Archos
|[[ArchosGen8|70/101IT]]
|Tablets
|Cortex A8
|PowerVR SGX530
|-
|BlackBerry
|[[BlackBerry|PlayBook]]
|Tablets
|Dual Core Cortex A9
|PowerVR SGX540
|-
|BlackBerry
|[[BlackBerry|Z30]]
|Consumer
|Dual Core 1.7 GHz Qualcomm Snapdragon S4 Pro
|Adreno 330
|-
|BlackBerry
|[[BlackBerry|Z10]]
|Consumer
|Qualcomm Snapdragon S4 processor
|Adreno 225
|-
|BlackBerry
|[[BlackBerry|Q10]]
|Consumer
|Qualcomm Snapdragon S4 processor with 1.5 GHz dual-core CPUs
|Adreno 225
|-
|BlackBerry
|[[BlackBerry|Q5]]
|Consumer
|Qualcomm Snapdragon S4 processor with 1.2 GHz dual-core CPUs
|Adreno 225
|-
|Broadcom
|[[Broadcom97420|97420]]
|Set-Top-Box
|MIPS Dual Core
|VideoCore
|-
|Broadcom
|[[Broadcom97425|97425]]
|Set-Top-Box
|MIPS Dual Core
|VideoCore
|-
|Broadcom
|[[RaspberryPi|RaspberryPi]]
|Developer
|ARM11
|VideoCore
|-
|HardKernel
|[[ODROID-XU3|ODROID-XU3]]
|Developer
|Samsung Exynos 5422 (Cortex-A15 Quad and Cortex-A7 Quad)
|Mali-T628
|-
|Samsung
|[[Chromebook2|Chromebook 2 (ARM)]]
|Developer
|Samsung Exynos (Cortex-A15 Quad + Cortex-A7)
|Mali-T628
|-
|STMicroelectronics
|[[ST7105|ST7105]]
|IP-TV
|SH430
|2D GPU
|-
|STMicroelectronics
|[[ST7108|ST7108]]
|Set-Top-Box
|SH430
|Mali 400
|-
|STMicroelectronics
|[[ST7540|ST7540]]
|IP-TV
|SH430
|Mali 400
|-
|STEricsson
|[[Snowball|Snowball]]
|Developer
|Cortex A9
|Mali 400
|-
|Trident
|[[Shiner|Shiner]]
|Set-Top-Box
|Cortex A9
|PowerVR
|-
|Nokia
|[[N9|Nokia N9]]
|Consumer
|Cortex A8
|PowerVR SGX530
|-
|TexasInstruments
|[[TIBeagleBoard|Beagleboard]]
|Developer
|Cortex A8
|PowerVR SGX530
|-
|TexasInstruments
|[[TIPandaboard|Pandaboard]]
|Developer
|Dual Core Cortex A9
|PowerVR SGX540
|-
|multiple
|multiple
|various
|Dual Core Cortex A9
|[[Tegra2|Tegra2]]
|-
|Freescale
|[[i.MX 6|i.MX 6]]
|various
|Single to Quad Core Cotex A9
|Vivante
|}
 
== Additional Vendor Notes ==
 
[[TI|Texas Instruments]]
 
== Android ==
 
There are a lot of rumors and statements around regarding OEM mainly (only?) supporting Android for there chipsets now/in the future.
There is an idea in the room regarding how we can leverage that without having to have Java/Davlik.

Latest revision as of 14:27, 15 September 2016

Qt runs on a variety of consumer devices and platforms across a number of different CPU architectures. This ranges from community supported devices like the Beagleboard family, Raspberry Pi to reference designs of chipset vendors like AMLogic, Broadcom, STMicroelectronics and Trident.

This page should help you to find build instructions for Qt for your board and some information on how to get the most out of your board. In case you are interested in the process of adding a new device please see the adding a new device.

Topics