Category:Devices: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(Belongs in category:ports.)
 
(11 intermediate revisions by 3 users 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]].


== FAQ ==
== Topics ==
 
* [[Supported Devices]]
[[DeviceProfileProposal | Device Profile Proposal]]
* [[AddDevice|Adding a new device]]
[[Category:Hardware-FAQ|Device FAQ]]
* [[DirectFBAndQt]]
[[Category:Software-FAQ|Software FAQ]]
* [[:Category:QtonPi|QtonPi]]: The Qt5 on RaspberryPi project
 
* [[:Category:Hardware-FAQ|Hardware FAQ]]: Frequently Asked Questions regarding Qt on various hardware platforms.
== Device related considerations ==
* [[:Category:Software-FAQ|Software FAQ]]: Frequently Asked Questions regarding Qt’s software depedencies.
 
* [[DeviceProfileProposal|Device Profile Proposal]]
[[ToolchainInformation|Toolchain 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
|-
|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
|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