How-to
Power ON/OFF
Power the Jetson AGX Orin Dev Kit either through the DC jack ( 5 ) or through one of USB Type-C ports ( 4 10 ).
Power ON
By default, Jetson AGX Orin Dev Kit turns on automatically as soon as powered. You can change this behavior with the jumper on Automation header J42 . See Automation header .
Power Off
To power down the developer kit, complete the Ubuntu shutdown sequence using either the shutdown button (GUI) or command (CLI).
Use USB Port
USB port | DFP (Jetson as host) | UFP (Jetson as device) |
---|---|---|
Type-A next to Ethernet port ( 7 ) | (10Gbps) | (n/a) |
Type-A next to 40pin header ( 12 ) | (5Gbps) | (n/a) |
Type-C above DC jack ( 4 ) | (10Gbps) | |
Type-C next to 40pin header ( 10 ) | (10Gbps) | (For flashing, and USB Device mode) |
micro-B ( 9 ) | (n/a) | Debug UART |
Down-stream Facing Port (DFP)
All USB Type-A ports ( 7 12 ) and USB Type-C ports ( 4 10 ) on NVIDIA Jetson AGX Orin Developer Kit can act as a host (DFP, Down-stream Facing Port), so you can connect a USB device such as USB webcam, USB thumb drive, etc. to any of the port.
Up-stream Facing Port (UFP)
USB Type-C port next to 40-pin can act as UFP (Up-stream Facing Port) so NVIDIA Jetson AGX Orin Developer Kit act as a USB device when attached to a host PC.
You use this port as UFP when;
- Flashing NVIDIA Jetson AGX Orin Developer Kit from a host PC
-
Using USB Device mode on L4T, which offers;
-
Virtual Ethernet connection (Jetson being
192.168.55.1
) over USB - Virtual UART connection (to complete OEM-config headless)
- USB Mass Storage class device mounted on host PC
-
Virtual Ethernet connection (Jetson being
USB Type-C PD Sink Ports
Both USB Type-C ports (
4
10
) can accept power using USB Power Delivery (USB PD).
Plug the bundled USB Type-C power supply into either USB Type-C ports on the developer kit.
USB PD source power rating:
4.5A@20V
,3A@15V
,3A@14.8V
,3A@9V
,3A@5V
USB micro-B for Debug UART
Use the USB micro-B port (
9
J26
) to connect NVIDIA Jetson AGX Orin Developer Kit to your host PC in order to monitor the Debug UART output and to access to the terminal.
The host PC finds four (4) USB Serial devices, and one of them is to be opened at
115200
baud rate for debug UART.
Force Recovery Mode
The developer kit must be in Force Recovery Mode (RCM) to enabled the flashing of Jetson module.
To put the developer kit in RCM:
- Press and hold down the Force Recovery button ( 2 ).
- Press and hold down the Reset button ( 3 ).
- Release both buttons.
- Press and hold down the Force Recovery button ( 2 ).
-
Plug in a DC power supply's USB Type-C plug into the USB Type-C port (
4
) above the DC jack,
- Or plug a DC plug of a power supply into DC jack ( 5 ).
- If the white LED ( 0 ) is not lit, press the Power button ( 1 ).
- Release both buttons.
Monitor Resource Usage using
tegrastats
You can use
tegrastas
to monitor memory usage, CPU, GPU and other hardware usage, as well as temperatures on Jetson.
Unlike x86-64 CUDA environment,
nvidia-smi
is not available.
sudo tegrastats
For the details, see the latest L4T documentation .
Control Power Mode using
nvpmodel
You can change Jetson's power mode with
sudo /usr/sbin/nvpmodel -m <x>
To learn about other options, enter the command:
sudo /usr/sbin/nvpmodel -h
nvpmodel GUI
The nvpmodel GUI is a GUI front end for the
nvpmodel
command line tool. It is an easy way to access power-related functionality and information.
For the details, see the latest L4T documentation .