First boot - Jetson headless initial setup
Revision as of 20:57, 21 October 2021 by Alexis.Tantot (talk | contribs)
Linux instructions
- Make sure
screenis installed on your pc. If it is not, you can do so in e.g Ubuntu with the following command:sudo apt install screen. - Connect your Open.OC 2 board with the provided USB cable to your computer.
- Power on the board.
- On your PC, a new serial device should appear (e.g.
/dev/ttyACM0), connect to it:screen /dev/ttyACM0 115200. Note that the name of the serial device might vary depending on other connected devices, Linux distribution, etc. - 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.
- Complete the initial setup wizard, where you will be able to set up a user account, keyboard settings, network settings, etc.
- 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.
- Download and install PuTTY from https://www.putty.org
- Connect your Open.OC 2 board to your computer with the provided USB cable.
- Power on the board.
- 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
- 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. On the right, choose "Serial" as the connection type, then type the port name (e.g.
COM8) in Serial line, and115200in Speed. The configuration should look as below: - 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. If that fails, power cycle the board and start PuTTY again.
- 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.
