First boot - Jetson headless initial setup

From Take-Air Wiki
Revision as of 09:05, 14 October 2021 by Joost.Weijs (talk | contribs) (Created page with "=== First boot === # Make sure <code>screen</code> is installed on your pc. If it is not, you can do so in e.g Ubuntu with the following command: <code>sudo apt install screen...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

First boot

  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 board with the provided USB cable to your PC
  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. Not 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 you will not need the USB connection to your PC anymore.