# Flashing the SD Card

{% hint style="info" %}
The steps that follow require that you've completed the setup of your computer [here](https://bellflight.gitbook.io/vertical-robotics-competition/hardware/laptop-setup).
{% endhint %}

Start by downloading the operating system for the Jetson from Nvidia's website [here](https://developer.nvidia.com/embedded/downloads). At the time of writing it is a 6 gigabyte file so it may take a while.&#x20;

* Once that's downloaded, open Balena Etcher.
* Click "Flash from file" and select the file we just downloaded
* Make sure your SD card is inserted

{% hint style="info" %}
If you're flashing an SD card that's been used before (or if, let's say, you're starting over) make sure to format the SD Card using the SD Card formatter we downloaded earlier.
{% endhint %}

* Click "Flash!"
* Wait for the SD Card to be flashed

{% hint style="success" %}
Now you're ready for first boot!
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bellflight.gitbook.io/vertical-robotics-competition/overachiever-goal/untitled/flashing-the-jetson.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
