Skip to content

Commit 72b8083

Browse files
committed
Update Raspberry Pi setup documentation to clarify SSD connections and expand configuration options
1 parent 66d20cc commit 72b8083

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docusaurus/docs/hardware-raspberry-pi-setup/hardware.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ flowchart LR
2222
end
2323
RPI1["RP1"] --- SSD1["SSD (USB 3.0)"]
2424
RPI2["RP2"] --- SSD2["SSD (USB 3.0)"]
25-
RPI3["RP3"] --- SSD3["SSD (USB 3.0)"]
26-
RPI4["RP4"] --- SSD4["SSD (USB 3.0)"]
25+
RPI3["RP3"] --- SSD3["SSD 1 (USB 3.0)"]
26+
RPI3["RP3"] --- SSD3B["SSD 2 (USB 3.0)"]
27+
RPI4["RP4"] --- SSD4["SSD 1 (USB 3.0)"]
28+
RPI4["RP4"] --- SSD4B["SSD 2 (USB 3.0)"]
2729
ETH6 --- RPI1
2830
ETH7 --- RPI2
2931
ETH8 --- RPI3
@@ -47,6 +49,7 @@ flowchart LR
4749
linkStyle 9 stroke:#00C853,fill:none
4850
linkStyle 10 stroke:#BBDEFB,fill:none
4951
linkStyle 11 stroke:#FFCDD2,fill:none
52+
5053
```
5154

5255
This setup isn't set in stone, it's just my personal choice based on what I've experienced and needed. I wanted something sturdy yet portable, so I went with a 4U Rack to keep everything tidy and easy to connect. I'm planning to expand my cluster with four more Raspberry Pis once the prices drop.

0 commit comments

Comments
 (0)