Difference between revisions of "First boot - Jetson headless initial setup"
Jump to navigation
Jump to search
Joost.Weijs (talk | contribs) |
Joost.Weijs (talk | contribs) |
||
| Line 2: | Line 2: | ||
# 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 | ||
# Power on the board | # Power on the board | ||
| − | # On your PC, a new serial device should appear (e.g. <code>/dev/ttyACM0</code>), connect to it: <code>screen /dev/ttyACM0</code>. | + | # On your PC, a new serial device should appear (e.g. <code>/dev/ttyACM0</code>), connect to it: <code>screen /dev/ttyACM0</code>. 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. | # 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. | # 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. | # 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. | ||
Revision as of 16:02, 18 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. 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 you will not need the USB connection to your PC anymore.