From 5869477797dbb0918b5c1c76495abbbf746151fa Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Thu, 9 Jan 2025 16:43:18 +0000 Subject: [PATCH] Add Raspberry Pi troubleshooting --- docs/troubleshooting/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/troubleshooting/installation.md b/docs/troubleshooting/installation.md index fcfc0ee3..60d6a1e6 100644 --- a/docs/troubleshooting/installation.md +++ b/docs/troubleshooting/installation.md @@ -24,4 +24,8 @@ Then, run `signalflow config`, and add a line to select an alternative backend: output_backend_name = "pulseaudio" ``` +## On Raspberry Pi + +SignalFlow requires Raspberry Pi 3 Model B or above. Note that only 64-bit devices and operating systems are supported (`uname -m` should display `aarch64`). + --- \ No newline at end of file