Skip to content

Commit a6c92ee

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

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

content/usage/installation.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,26 @@ 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 |
35+
36+
[^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.
37+
38+
[^2]:ARMv8 image _may_ also work for the Raspberry Pi 4B, but is not actively tested or supported.
3539

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

3943
## Flash
4044

41-
We recommend using a fresh SD card with at least 4GB capacity, although more storage is recommended for recording data.
45+
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).
4246

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

51+
[^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.
52+
4753
## Run
4854

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

0 commit comments

Comments
 (0)