Skip to content

Commit a353e69

Browse files
committed
content: usage: installation: update minimum recommended hardware
1 parent 5fa9eb9 commit a353e69

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

content/usage/installation.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ top = false
1515
## Download
1616

1717
BlueOS is a ground-up rewrite software to replace Companion. To use it you'll need to download and flash an SD card.
18-
It is compatible with **Raspberry Pi 3**, **4**, and **5**.
18+
It is compatible with **Raspberry Pi 3**[^1], **4**, and **5**.
1919

2020
[![Latest Stable](https://img.shields.io/github/v/release/bluerobotics/blueos.svg?label=Latest%20Stable)![Date](https://img.shields.io/github/release-date/bluerobotics/blueos?label=Date)](https://github.com/bluerobotics/blueos/releases/latest)
2121

@@ -30,20 +30,28 @@ Recommended operating system images of the latest stable version can be download
3030

3131
| Board Hardware | Image File (with Base OS) | Notes |
3232
| --- | --- | --- |
33-
| Raspberry Pi 3B /<br>Raspberry Pi 4B | <a id="v7-bullseye">ARMv7 (32-bit) Bullseye</a> | Standard on Blue Robotics vehicles |
34-
| Raspberry Pi 5 | <a id="v8-bookworm">ARMv8 (64-bit) Bookworm</a> | Limited testing |
33+
| Raspberry Pi 4B | <a id="v7-bullseye">ARMv7 (32-bit) Bullseye</a>[^1] | Standard on Blue Robotics vehicles |
34+
| Raspberry Pi 5 | <a id="v8-bookworm">ARMv8 (64-bit) Bookworm</a>[^2] | Limited testing |
3535

3636
Additional prebuilt operating system images are available in the [releases](https://github.com/bluerobotics/BlueOS/releases),
3737
along with Docker images for ARMv7/ARMv8 and AMD64 platforms, as well as details of the main changes between different versions.
3838

39+
[^1]:ARMv7 image can also be used for Raspberry Pi 3B boards, but doing so is not recommended for new projects, and is expected to stop being supported in future BlueOS versions.
40+
41+
[^2]:ARMv8 image _may_ also work for the Raspberry Pi 4B, but is not actively tested or supported.
42+
43+
44+
3945
## Flash
4046

41-
We recommend using a fresh SD card with at least 4GB capacity, although more storage is recommended for recording data.
47+
We recommend using a fresh SD card with at least 32GB[^3] capacity, although more storage is recommended for onboard data recording (especially for high bandwidth data like video streams and imaging sonar).
4248

4349
1. Download and install [Balena Etcher](https://www.balena.io/etcher/)
4450
1. Insert the SD card to your computer (you may need an SD card reader)
4551
1. Open Etcher, select the image you just downloaded, and flash it onto the SD card
4652

53+
[^3]:SD cards with less than 8GB capacity are not expected to load BlueOS, and 16GB or below may suffer from reduced performance, particularly if also installing BlueOS Extensions.
54+
4755
## Run
4856

4957
1. Eject your SD card with the new BlueOS software

0 commit comments

Comments
 (0)