update all docs: Orange Pi 3B 8GB purchased (89)
- docs/sbc-selection.md: full rewrite for OPi 3B specs (RK3566, 8GB, 256GB eMMC, built-in WiFi) - README.md: SBC description, checklist, components table, quick ref, cost estimate - docs/parts-list.md: SBC marked purchased, eMMC/controller/WiFi changes - docs/design-decisions.md: WiFi exclusion reason, native eDP, power input - docs/salvage-analysis.md: WiFi card not needed, cooling fan, summary tables - docs/storage-architecture.md: rewritten for 256GB eMMC primary boot - docs/usb-expansion.md: 2x USB3 native, port allocation, power budget - docs/port-layout.md: OPi3B port differences (eDP, power-only USB-C, built-in WiFi) - docs/power-system.md: lower power draw context
This commit is contained in:
parent
ef9a7f40a8
commit
3c11190822
9 changed files with 330 additions and 347 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Overview
|
||||
|
||||
10 accessible ports + SD reader + Kensington lock, split across four case surfaces.
|
||||
10 accessible ports + SD reader + Kensington lock, split across four case surfaces. Built-in WiFi+BT eliminates need for USB dongles.
|
||||
|
||||
## Port Side (Left, Facing Bow)
|
||||
|
||||
|
|
@ -10,7 +10,7 @@ Data connections. "Plug and unplug frequently" zone.
|
|||
|
||||
| Port | Count | Source | Notes |
|
||||
|------|-------|--------|-------|
|
||||
| USB-A 3.0 | 4 | Powered hub | Flash drives, peripherals, keyboard, hardware |
|
||||
| USB-A 3.0 | 4 | Powered hub | Flash drives, peripherals, hardware |
|
||||
| USB-C (data) | 1 | Powered hub | Modern peripherals, data transfer |
|
||||
| USB-C PD out | 1 | IP5389 board | Phone charging, 5V/??W |
|
||||
|
||||
|
|
@ -20,9 +20,9 @@ Networking + AV. "Plug in and leave" zone.
|
|||
|
||||
| Port | Count | Source | Notes |
|
||||
|------|-------|--------|-------|
|
||||
| Ethernet RJ45 | 1 | OPi5 native | Gigabit, panel-mount extension |
|
||||
| HDMI out | 1 | HDMI A/B switch | External display, switched from internal screen |
|
||||
| 3.5mm audio out | 1 | OPi5 native | Headphones, speakers, line-out |
|
||||
| Ethernet RJ45 | 1 | OPi3B native | Gigabit, panel-mount extension |
|
||||
| HDMI out | 1 | HDMI A/B switch | External display, switched from internal |
|
||||
| 3.5mm audio out | 1 | OPi3B native | Headphones, speakers, line-out |
|
||||
|
||||
## Bow Wall (Back Edge, Spine Side)
|
||||
|
||||
|
|
@ -30,7 +30,7 @@ Power and cooling. No data ports.
|
|||
|
||||
| Feature | Notes |
|
||||
|---------|-------|
|
||||
| USB-C power input | For IP5389 board charging |
|
||||
| USB-C power input | For IP5389 board charging (5V/3A) |
|
||||
| Fan exhaust grilles | Blowing away from user |
|
||||
|
||||
## Stern Edge (Front Edge, Lip)
|
||||
|
|
@ -48,12 +48,15 @@ User-facing. Clean for typing.
|
|||
| Component | Connection |
|
||||
|-----------|------------|
|
||||
| Powered USB hub (10-port) | Decased, wired internally. Feeds all USB-A and USB-C data ports. |
|
||||
| HDMI A/B switch (mechanical) | Passive toggle. OPi5 HDMI in, two outputs (internal controller + starboard panel jack). |
|
||||
| eDP-to-HDMI controller | Connected to A/B switch output A. Drives internal display. |
|
||||
| HDMI A/B switch (mechanical) | Passive toggle. OPi3B HDMI in, two outputs (internal display + starboard panel jack). |
|
||||
| eDP-to-HDMI controller | Connected to A/B switch output A. Drives internal display — **may be unnecessary if native OPi3B eDP works with panel** |
|
||||
|
||||
## Constraints
|
||||
|
||||
- OPi5 has **one HDMI output**. The A/B switch selects internal or external — not both simultaneously.
|
||||
- OPi3B has **one HDMI output**. The A/B switch selects internal or external — not both simultaneously.
|
||||
- OPi3B has a **native eDP port** — if the Innolux N156HGE-EAB panel pinout matches, the external controller board is not needed.
|
||||
- DisplayLink USB graphics adapters **do not work on ARM Linux** (no drivers). Not a viable path for dual display.
|
||||
- Dual simultaneous display would require a different SBC (OPi5 Plus has 2× HDMI) or x86 board.
|
||||
- USB-C on the OPi5 is power-only in this build (consumed by IP5389 board). All USB data goes through the powered hub.
|
||||
- Dual simultaneous display would require a dual-HDMI SBC.
|
||||
- USB-C on the OPi3B is **power only** — no DisplayPort alt mode. All video goes through HDMI or native eDP.
|
||||
- Built-in WiFi 5 + BT 5.0 on the OPi3B — no USB dongles needed for wireless connectivity.
|
||||
- Two native USB 3.0 ports available for direct connections (keyboard, mouse) without hub contention.
|
||||
Loading…
Add table
Add a link
Reference in a new issue