Nvidia Tegra 3 (tegra30): Difference between revisions
Tags: mobile edit mobile web edit |
mention u-boot |
||
Line 30: | Line 30: | ||
== Development == | == Development == | ||
=== Bootloader === | |||
Currently except classic proprietary Aboot (using fastboot service), there is open-source [http://www.denx.de/wiki/U-Boot u-boot] development in progress for some Tegra devices. You can check [https://github.com/clamor-s/u-boot/commits/master repository] | |||
=== Graphics === | === Graphics === | ||
Please check [[Nvidia_Tegra_2_(tegra20)#Graphics]] | Please check [[Nvidia_Tegra_2_(tegra20)#Graphics]] |
Revision as of 21:29, 8 October 2021
![]() NVIDIA T30 chip | |
Manufacturer | Nvidia |
---|---|
Name | Tegra 3 |
Architecture | armv7 |
CPU | 4x 1.2/1.4/1.6 GHz ARM Cortex-A9 |
GPU | Nvidia ULP Geforce |
Year | 2011 |
Process | 40nm |
Mainline | yes |
Components | |
CPU |
Works |
UART |
Works |
Storage |
Works |
USB |
Works |
Display |
Works |
GPU |
Partial |
Pinctrl |
Works |
I²C |
Works |
SPI |
No data |
Audio |
Works |
Video |
Works |
Thermal |
Works |
Camera |
Partial |
NPU |
No data |
Suspend |
Works |
Ethernet |
No data |
SATA |
No data |
Development
Bootloader
Currently except classic proprietary Aboot (using fastboot service), there is open-source u-boot development in progress for some Tegra devices. You can check repository
Graphics
Please check Nvidia_Tegra_2_(tegra20)#Graphics we use common driver with Tegra 2.
WiFi
Tegra 3 doesn't have built-in WiFi module. Every device uses it's own WiFi module usually on sdmmc3 line. Most popular modules are Broadcom bcm4329 and bcm4330.
Bluetooth
Tegra 3 doesn't have built-in bluetooth module. Every device uses it's own bluetooth module usually on UART-C. Most popular modules are Broadcom bcm4329 and bcm4330.
Modem
Modem on Tegra 3 devices has many different setups. Modem configurations on Tegra 3 devices are not well developed since there were not many such devices.
GPS
Tegra 3 doesn't have built-in GPS module. Every device uses it's own GPS module usually on UART-B. Most popular module is Broadcom bcm47511.
Audio
Currently i2s lines are supported by Tegra 3. Nonetheless, every Tegra 3 device has it's own audio codec, and needs proper individual ucm configuration. Most well known are rt5640 (grouper, tilapia, memopads); rt5631 (asus transformers, except tf300t) and wm8903 (chagall, tf300t).
Participate development
Devices with a Nvidia Tegra 3 Chipset
See also
- Tegra 3 is very similiar to Nvidia_Tegra_2_(tegra20)