Difference between revisions of "NVIDIA Jetson Orin/In Board/Getting in Board/Ubuntu"

From RidgeRun Developer Connection
Jump to: navigation, search
(Created page with "<noinclude> {{NVIDIA Jetson Orin/Head|previous=In Board/Getting in Board/SSH|next=In Board/Installing Packages|keywords=development,xavier development,interface,connect,connec...")
 
m
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
{{NVIDIA Jetson Orin/Head|previous=In Board/Getting in Board/SSH|next=In Board/Installing Packages|keywords=development,xavier development,interface,connect,connection,ubuntu,ubuntu login}}
+
{{NVIDIA Jetson Orin/Head|previous=In Board/Getting in Board/SSH|next=In Board/Installing Packages|metakeywords=development, Xavier development, interface, connect,connection, ubuntu,ubuntu login}}
 
</noinclude>
 
</noinclude>
 +
 +
{{DISPLAYTITLE:NVIDIA Jetson Orin - Developer Kit Ubuntu Login|noerror}}
  
 
This section describes how to access using each of the different mechanisms.
 
This section describes how to access using each of the different mechanisms.
Line 12: Line 14:
 
** For USB Type-A peripherals, NVIDIA provides a USB to USB-C adapter with the developer kit. You can also connect USB Type-A peripherals to the eStata+USB connector.
 
** For USB Type-A peripherals, NVIDIA provides a USB to USB-C adapter with the developer kit. You can also connect USB Type-A peripherals to the eStata+USB connector.
 
** For USB Type-C peripherals, you can connect them to any of the 2 USB-C ports.
 
** For USB Type-C peripherals, you can connect them to any of the 2 USB-C ports.
* Connect the developer kit to your local network via Ethernet cable to the carrier board's Ethernet port.
+
* Connect the developer kit to your local network via the Ethernet cable to the carrier board's Ethernet port.
 
* Connect the included AC adapter to the carrier board's power jack. Plug the AC adapter into an appropriately rated electrical outlet.
 
* Connect the included AC adapter to the carrier board's power jack. Plug the AC adapter into an appropriately rated electrical outlet.
 
** Use only the supplied AC adapter, as it is appropriately rated for your device.
 
** Use only the supplied AC adapter, as it is appropriately rated for your device.
Line 20: Line 22:
 
After all, the physical configuration is done following these steps:
 
After all, the physical configuration is done following these steps:
  
# Turn on the board
+
# Turn on the board.
# You should log in automatically using NVIDIA user. If you don't log in automatically use user:nvidia password:nvidia or user:ubuntu password:ubuntu
+
# You should log in automatically using NVIDIA user. If you don't log in automatically use:
# Use the Orin as any other Ubuntu machine
+
 
 +
<syntaxhighlight lang=bash>
 +
user:nvidia
 +
password:nvidia
 +
</syntaxhighlight>
 +
 
 +
or
 +
 
 +
<syntaxhighlight lang=bash>
 +
user:ubuntu  
 +
password:ubuntu
 +
</syntaxhighlight>
 +
 
 +
{{Ambox
 +
|type=notice
 +
|small=left
 +
|issue='''Note:''' Use the Orin as any other Ubuntu machine..
 +
|style=width:unset;
 +
}}
  
 
<noinclude>
 
<noinclude>
 
{{NVIDIA Jetson Orin/Foot|In Board/Getting in Board/SSH|In Board/Installing Packages}}
 
{{NVIDIA Jetson Orin/Foot|In Board/Getting in Board/SSH|In Board/Installing Packages}}
 
</noinclude>
 
</noinclude>

Latest revision as of 04:30, 11 February 2023



Previous: In Board/Getting in Board/SSH Index Next: In Board/Installing Packages


Nvidia-preferred-partner-badge-rgb-for-screen.png





This section describes how to access using each of the different mechanisms.

Physical configuration To prepare your Jetson AGX Orin Developer Kit for use, connect it as follows:

  • Connect an external HDMI display to the carrier board’s DisplayPort output port. The cable is not provided with the developer kit.
  • Connect a USB keyboard and mouse.
    • For USB Type-A peripherals, NVIDIA provides a USB to USB-C adapter with the developer kit. You can also connect USB Type-A peripherals to the eStata+USB connector.
    • For USB Type-C peripherals, you can connect them to any of the 2 USB-C ports.
  • Connect the developer kit to your local network via the Ethernet cable to the carrier board's Ethernet port.
  • Connect the included AC adapter to the carrier board's power jack. Plug the AC adapter into an appropriately rated electrical outlet.
    • Use only the supplied AC adapter, as it is appropriately rated for your device.

Logging in using Ubuntu GUI

After all, the physical configuration is done following these steps:

  1. Turn on the board.
  2. You should log in automatically using NVIDIA user. If you don't log in automatically use:
user:nvidia
password:nvidia

or

user:ubuntu 
password:ubuntu



Previous: In Board/Getting in Board/SSH Index Next: In Board/Installing Packages