Difference between revisions of "First boot - Jetson headless initial setup"

From Take-Air Wiki
Jump to navigation Jump to search
Line 15: Line 15:
 
# Power on the board.
 
# Power on the board.
 
# To determine the port name in Windows, open the Device Manager:
 
# To determine the port name in Windows, open the Device Manager:
: Press Windows+R to open a “Run” window, type devmgmt.msc, then click "OK".
+
#:Press Windows+R to open a "Run" window, type <code>devmgmt.msc</code>, then click "OK".
# Expand the “Ports (COM & LPT)list, and look for the "USB Serial Device" entry. It will likely be the only entry. If not, please unplug the USB cable from the computer and plug it again to check what is the new entry created by plugging the board. The port name will be at the end of this line in parentheses (e.g. “COM8”).
+
# Expand the "Ports (COM & LPT)" list, and look for an entry starting by "USB Serial Device". It will likely be the only entry. If not, please unplug the USB cable from the computer and plug it again to check what is the new entry created by plugging the board. The port name will be at the end of the entry name. For example, if the entry is "USB Serial Device (COM8)", the port name will be COM8.
# Open the program Putty, then click on Session in the left list and choose "Serial" on the right check boxes. Type the COM port for the device (e.g. "COM8") and type the baudrate 115200. The configuration should look as below:
+
# Open the program Putty, then click on Session in the left list. On the right, choose "Serial" as the connection type, then type the port name (e.g. <code>COM8</code>) in Serial line, and <code>115200</code> in Speed. The configuration should look as below:
: [[File:PuTTY_configuration.png|frame|center]]
+
#:[[File:PuTTY_configuration.png|frame|center]]
 
# Click Open to start the terminal.
 
# Click Open to start the terminal.
# When successfully connected, you should be guided through NVIDIA's initial setup wizard. If this does not happen, press SPACE bar and/or ENTER to see if it appears.
+
# When successfully connected, you should be guided through NVIDIA's initial setup wizard. If this does not happen, press SPACE bar and/or ENTER to see if it appears. If that fails, power cycle the board and start PuTTY again.
# When done, the board is ready for use. By default, SSH is enabled so if your board is connected to your LAN (using the Ethernet cable for example) you will not need the USB connection to your PC anymore.
+
# When done with the wizard, the board is ready for use. By default, SSH is enabled so if your board is connected to your LAN (using the Ethernet cable for example) you will not need the USB connection to your PC anymore.

Revision as of 20:56, 21 October 2021

Linux instructions

  1. Make sure screen is installed on your pc. If it is not, you can do so in e.g Ubuntu with the following command: sudo apt install screen.
  2. Connect your Open.OC 2 board with the provided USB cable to your computer.
  3. Power on the board.
  4. On your PC, a new serial device should appear (e.g. /dev/ttyACM0), connect to it: screen /dev/ttyACM0. Note that the name of the serial device might vary depending on other connected devices, Linux distribution, etc.
  5. When successfully connected, you should be guided through NVIDIA's initial setup wizard. If this does not happen, press SPACE bar and/or ENTER to see if it appears.
  6. Complete the initial setup wizard, where you will be able to set up a user account, keyboard settings, network settings, etc.
  7. When done, the board is ready for use. By default, SSH is enabled so if your board is connected to your LAN (using the Ethernet cable for example) you will not need the USB connection to your PC anymore.

Windows instructions

Tested on Windows 10.

  1. Download and install PuTTY from https://www.putty.org
  2. Connect your Open.OC 2 board to your computer with the provided USB cable.
  3. Power on the board.
  4. To determine the port name in Windows, open the Device Manager:
    Press Windows+R to open a "Run" window, type devmgmt.msc, then click "OK".
  5. Expand the "Ports (COM & LPT)" list, and look for an entry starting by "USB Serial Device". It will likely be the only entry. If not, please unplug the USB cable from the computer and plug it again to check what is the new entry created by plugging the board. The port name will be at the end of the entry name. For example, if the entry is "USB Serial Device (COM8)", the port name will be COM8.
  6. Open the program Putty, then click on Session in the left list. On the right, choose "Serial" as the connection type, then type the port name (e.g. COM8) in Serial line, and 115200 in Speed. The configuration should look as below:
    PuTTY configuration.png
  7. Click Open to start the terminal.
  8. When successfully connected, you should be guided through NVIDIA's initial setup wizard. If this does not happen, press SPACE bar and/or ENTER to see if it appears. If that fails, power cycle the board and start PuTTY again.
  9. When done with the wizard, the board is ready for use. By default, SSH is enabled so if your board is connected to your LAN (using the Ethernet cable for example) you will not need the USB connection to your PC anymore.