# Pi 5 Walkthrough

### Pi 5 Walkthrough

This tutorial walks through setting up a Raspberry Pi 5 from scratch

#### Install Ubuntu 24

We will use the Raspberry Pi Imager. &#x20;

We will use the Desktop build of Ubuntu, since that has better built in support for external drives. Ubuntu Server is fully supported, and recommended for more experienced users.

Set up your Pi:

{% embed url="<https://www.raspberrypi.com/documentation/computers/getting-started.html>" %}

Your Pi should now boot. Open the terminal and proceed to the ssh setup.

{% content-ref url="/spaces/hUdZltvGJCfBMBzRuwSC/pages/ixLOy10FO5Nv48mewGT2" %}
[SSH Setup](/cyclops/cyclops-computer/pi-5-walkthrough/ssh-setup.md)
{% endcontent-ref %}

You can return to [Getting Started](/cyclops/getting-started.md#setup-steps) and proceed to step 4 to setup your flight controller.


---

# 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://docs.theseus.us/cyclops/cyclops-computer/pi-5-walkthrough.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.
