Difference between revisions of "First boot - Jetson headless initial setup"
Jump to navigation
Jump to search
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...") |
Joost.Weijs (talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | |||
# 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</code>. | # 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</code>. | ||
# Connect your Open.OC board with the provided USB cable to your PC | # Connect your Open.OC board with the provided USB cable to your PC | ||
Revision as of 09:05, 14 October 2021
- 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 board with the provided USB cable to your PC
- Power on the board
- 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. - 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 you will not need the USB connection to your PC anymore.