Tags: mobile edit mobile web edit |
Tag: Redirect target changed |
(16 intermediate revisions by 5 users not shown) |
Line 1: |
Line 1: |
| {{Infobox soc
| |
| | name = Tegra 3
| |
| | manufacturer = Nvidia
| |
| | arch = armv7
| |
| | image = File:NVIDIA T30 chip.jpg
| |
| | imagecaption = NVIDIA T30 chip
| |
| | year = 2011
| |
| | cpu = 4x 1.2/1.4/1.6 GHz ARM Cortex-A9
| |
| | gpu = Nvidia ULP Geforce
| |
| | process = 40
| |
| | mainline = yes
| |
| | status_cpu = Y
| |
| | status_uart = Y
| |
| | status_storage = Y
| |
| | status_usb = Y
| |
| | status_display = Y
| |
| | status_gpu = P
| |
| | status_pinctrl = Y
| |
| | status_i2c = Y
| |
| | status_audio = Y
| |
| | status_video = Y
| |
| | status_thermal = Y
| |
| | status_wifi = -
| |
| | status_bluetooth = -
| |
| | status_modem = -
| |
| | status_gps = -
| |
| | status_camera = P
| |
| | status_suspend = Y
| |
| }}
| |
|
| |
|
| == Development ==
| | #REDIRECT [[Nvidia Tegra 2/3/4]] |
| === 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 Android transformers] and Windows RT [https://github.com/clamor-s/u-boot/commits/tf600t TF600T] branches.
| |
| | |
| === 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 ==
| |
| {{#cargo_query:
| |
| tables=Devices
| |
| |fields=CONCAT( '[[', _pageName, '|',Manufacturer,' ',Name,']]' )=Device,StatusMainline=Mainline
| |
| |order by=Devices.Manufacturer, Devices.Name
| |
| |format=table
| |
| |limit=9999
| |
| |where=Devices.chipset like '%Nvidia Tegra 3%'
| |
| |more results text=
| |
| }}
| |
| | |
| == See also ==
| |
| * Tegra 3 is very similiar to [[Nvidia_Tegra_2_(tegra20)]]
| |