NVIDIA Jetson Orin/Introduction: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
{{NVIDIA Jetson Orin/Head|next=Introduction/SoM Overview}}
{{NVIDIA Jetson Orin/Head|next=Introduction/SoM Overview|metakeywords=Carrier Board, Jetson Orin BSP, Board Support Package, Jetson Orin Board Support Package|metadescription=NVIDIA Jetson Orin Introduction}}
</noinclude>
</noinclude>


Line 7: Line 7:
-->
-->
There are three main pieces needed to start evaluating an NVIDIA Jetson platform:
There are three main pieces needed to start evaluating an NVIDIA Jetson platform:
<br>


* '''The System on Module (SoM):''' The SoM supplies the computing hardware such as the CPU cores and the GPU, as well as the hardware accelerators, the memory, and the interfaces to communicate with the system in the same printed circuit board (PCB).
* '''The System on Module (SoM):''' The SoM supplies the computing hardware such as the CPU cores and the GPU, as well as the hardware accelerators, the memory, and the interfaces to communicate with the system in the same printed circuit board (PCB).


* '''The Carrier Board:''' It provides the physical interfaces to use the SoM. The carrier board can be a developer kit or a custom board. The developer kit is very useful to evaluate the capabilities of the SoM in the prototyping phase of your project, and then in most cases moving to a custom carrier board that is designed with the specific requirements for your use case. The SoM sits on the carrier board.
* '''The Carrier Board:''' It provides the physical interfaces to use the SoM. The carrier board can be a developer kit or a custom board. The developer kit is very useful to evaluate the capabilities of the SoM in the prototyping phase of your project, and then in most cases move to a custom carrier board that is designed with the specific requirements for your use case. The SoM sits on the carrier board.


* '''The Board Support Package (BSP):''' The device-specific drivers and software required to access the hardware through the operating system (OS).
* '''The Board Support Package (BSP):''' The device-specific drivers and software required to access the hardware through the operating system (OS).
Line 17: Line 19:
The NVIDIA Jetson platforms have a rich ecosystem of software tools and carrier boards, along with good documentation and an active development community, making the Jetson family a great choice for projects that require high performance on embedded systems.
The NVIDIA Jetson platforms have a rich ecosystem of software tools and carrier boards, along with good documentation and an active development community, making the Jetson family a great choice for projects that require high performance on embedded systems.
<br>
<br>


In this section, you are going to learn about the NVIDIA Jetson Orin and what this platform has to offer. When you finish this section you are going to have a general knowledge of Orin's SoM key features, some of the carrier boards available, and the software required for development on this platform.
In this section, you are going to learn about the NVIDIA Jetson Orin and what this platform has to offer. When you finish this section you are going to have a general knowledge of Orin's SoM key features, some of the carrier boards available, and the software required for development on this platform.

Latest revision as of 11:36, 10 February 2023


  Index Next: Introduction/SoM Overview





There are three main pieces needed to start evaluating an NVIDIA Jetson platform:


  • The System on Module (SoM): The SoM supplies the computing hardware such as the CPU cores and the GPU, as well as the hardware accelerators, the memory, and the interfaces to communicate with the system in the same printed circuit board (PCB).
  • The Carrier Board: It provides the physical interfaces to use the SoM. The carrier board can be a developer kit or a custom board. The developer kit is very useful to evaluate the capabilities of the SoM in the prototyping phase of your project, and then in most cases move to a custom carrier board that is designed with the specific requirements for your use case. The SoM sits on the carrier board.
  • The Board Support Package (BSP): The device-specific drivers and software required to access the hardware through the operating system (OS).


The NVIDIA Jetson platforms have a rich ecosystem of software tools and carrier boards, along with good documentation and an active development community, making the Jetson family a great choice for projects that require high performance on embedded systems.


In this section, you are going to learn about the NVIDIA Jetson Orin and what this platform has to offer. When you finish this section you are going to have a general knowledge of Orin's SoM key features, some of the carrier boards available, and the software required for development on this platform.


  • The SoM Overview section summarizes the hardware capabilities of the Orin SoM, its peripherals, and packaging specifications.
  • The Carrier Boards section explores the supported carrier boards available for the Orin.
  • The Software Support section explores the available software development kits, BSP support, and tools for the Orin.



  Index Next: Introduction/SoM Overview