# First Boot

### Initial Setup:

Follow this guide in order to get through the Jetson's initial setup.

#### Connecting to your Jetson

* Make sure to remove the jumper that says "ADD JUMPER TO DISABLE USB POWER" that's just behind the barrel jack
* Insert your SD card under the heatsink&#x20;
* Plug your jetson into the PC
* Start PuTTy
* Go to device manager, and find out what port your Jetson is on

![](https://734487356-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MObZEFR6zG-gnkxXVBb%2F-MXip3AbT9VEmgw5_iwV%2F-MXizlJkl_1OGNagBXPC%2Fcomport.PNG?alt=media\&token=147245d9-d8fc-40d6-9c3d-15208bf0ea49)

{% hint style="info" %}
Look under Ports ( COM & LPT ). My Jetson enumerated as COM4
{% endhint %}

* Back in PuTTY, choose serial.
* Choose the COM port you found above for the Serial line, and 115200 as speed.

![](https://734487356-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MObZEFR6zG-gnkxXVBb%2F-MXip3AbT9VEmgw5_iwV%2F-MXj-8S_h2qFVy0J2zG4%2Fputty_config.PNG?alt=media\&token=0673ff3f-1fa2-4d61-a44e-77c4ab7cab9f)

* Click "Open"&#x20;
* You should now see the Jetson's Terminal

![](https://734487356-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MObZEFR6zG-gnkxXVBb%2F-MXip3AbT9VEmgw5_iwV%2F-MXj-UIXwj3RwemgUjvU%2Fjetson%20hello.PNG?alt=media\&token=9b967d3b-333c-461a-8edc-b71a0ac8cabc)

{% hint style="info" %}
All the navigation here on out will be done via your keyboard when using PuTTY
{% endhint %}

* Hit enter
* Scroll through agreement and hit enter

#### Setting your locale:

* Choose English for your language
* Choose US for your country
* Select your timezone
* Allow clock to be set to UTC

#### Creating your account:

* Enter a name, such as your school's name
* Choose a username, I chose "vrc"
* Choose a password
* When asked about resizing the partition, hit enter

#### Connecting to the Internet:

If your school has a guest WiFi network, choose that. Otherwise, if your school has a hard-line ethernet jack you can use, choose ethernet.

&#x20;Either way, your Jetson needs a connection to the internet.

#### Setting the Power Mode

* Choose the "maxn" power mode

{% hint style="success" %}
Now your Jetson is ready for the next step!
{% endhint %}

##

That's it! You've completed basic setup of your Jetson!
