> For the complete documentation index, see [llms.txt](https://openhd.gitbook.io/open-hd/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://openhd.gitbook.io/open-hd/hardware/sbcs/raspberry.md).

# Raspberry

> ⚠️ **This documentation is outdated!** A current version is available at [openhdfpv.org](https://openhdfpv.org)
>
> [📖 **View Updated Version of This Page** →](https://openhdfpv.org)

***

Supported Raspberry's for the AirSBC in descending order from good to worse

| SBC                              | Notes |
| -------------------------------- | :---: |
| Raspberry Pi Compute Module CM4  |  1,2  |
| Raspberry Pi 4B                  |       |
| Raspberry Pi 3B+                 |       |
| Raspberry Pi 3B                  |       |
| Raspberry Pi 3B mini             |       |
| Raspberry Pi 3A                  |       |
| Raspberry Pi Compute Module CM3+ |   1   |
| Raspberry Pi 2B v1.2             |       |
| Raspberry Pi 3A+                 |       |
| Raspberry Pi Zero 2              |   3   |

Earlier Raspberrys might work, but can't be officially supported anymore.

1. Requires a dt-blob.bin file for your carrier board when used as AIR to support dual cameras at the moment, ask for help in Telegram
2. Different carrier boards need different dt-blob.bin files, needs to be placed on the root of the SD-Card, if it differs from the ochin board-file
3. The most widely used and cost/effective

Supported Raspberry's for the GroundSBC in descending order from good to worse

| SBC                              | Notes |
| -------------------------------- | :---: |
| Raspberry Pi Compute Module CM4  |   1   |
| Raspberry Pi 4B                  |       |
| Raspberry Pi 3B+                 |       |
| Raspberry Pi 3B                  |       |
| Raspberry Pi Compute Module CM3+ |   1   |

Earlier Raspberrys might work, but can't be officially supported anymore.

1. Keep in mind, that your carrier board needs to support HDMI and needs (multiple) USB Ports to be used as Ground.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://openhd.gitbook.io/open-hd/hardware/sbcs/raspberry.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.
