Difference between revisions of "Tegra"

From eLinux.org
Jump to: navigation, search
(Resources)
(Resources)
Line 20: Line 20:
  
 
* NVIDIA's [ftp://download.nvidia.com/tegra-public-appnotes/index.html Tegra Public Application Notes]. This provides background on the Tegra boot ROM's boot process, boot-related data structures, flashing tools and concepts, and some extra HW module documentation.
 
* NVIDIA's [ftp://download.nvidia.com/tegra-public-appnotes/index.html Tegra Public Application Notes]. This provides background on the Tegra boot ROM's boot process, boot-related data structures, flashing tools and concepts, and some extra HW module documentation.
 +
* NVIDIA's [https://developer.nvidia.com/gameworksdownload download center], from which you can obtain the [https://developer.nvidia.com/gameworksdownload#?search=Technical%20Reference%20Manual Technical Reference Manuals] for Tegra SoCs. Note that in order to actually download the TRMs, you will need to [https://developer.nvidia.com/programs/gamedev/register sign up for an account] first.
 
* NVIDIA's [https://github.com/NVIDIA/ github account]. In particular,
 
* NVIDIA's [https://github.com/NVIDIA/ github account]. In particular,
 
** [https://github.com/NVIDIA/tegra-uboot-flasher-scripts tegra-uboot-flasher]: scripts to program a board's boot flash using U-Boot. See <tt>README-*.txt</tt> in that repository.
 
** [https://github.com/NVIDIA/tegra-uboot-flasher-scripts tegra-uboot-flasher]: scripts to program a board's boot flash using U-Boot. See <tt>README-*.txt</tt> in that repository.

Revision as of 10:00, 14 May 2014

NVIDIA's Tegra SoCs are well supported by mainline OSS such as Linux and U-Boot. This page aims to be the primary reference/index for information on mainline support for Tegra.

Chips

See SoCs.

Boards

See Boards.

Linux kernel

See Linux kernel.

U-Boot

See U-Boot.

Resources

(Also see the various SW-specific sub-pages e.g. for the Linux kernel and U-Boot. Some of these links may move into sub-pages later.)