Files
da-HomeNetDocumentation/PI5/Allgemein/hardware.md
T
2026-06-19 23:18:04 +02:00

56 lines
1.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Hardware Raspberry PI5
**Zusammenfassung**: Der `da-server-pi5` ist ein Raspberry PI5 mit 15 GB RAM, aktivem Kühler und drei USB-Massenspeichern. Läuft stabil bei ~46 °C CPU-Temperatur.
**Quellen**: 🔌 SSH (`/proc/cpuinfo`, `lsusb`, `lspci`, `/sys/class/thermal/`)
**Zuletzt aktualisiert**: 2026-06-17
---
## Modell
| Merkmal | Wert |
|---|---|
| **Modell** | Raspberry Pi 5 (BCM2712) |
| **CPU** | ARM Cortex-A76 (4 Kerne, aarch64) |
| **BogoMIPS** | 108.00 pro Kern |
| **Features** | fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp |
| **RAM** | 15 GB |
| **Architektur** | arm64 (nativ), 64-bit-mode (`arm_64bit=1`, `arm_boost=1`) |
## Temperatur & Kühlung
- **CPU-Temperatur**: ~46 °C (Quelle: `/sys/class/thermal/thermal_zone0/temp`)
- **Throttling**: Keines (vcgencmd zeigt keine Drosselung)
- Der PI5 ist aktiv gekühlt und läuft sehr kühl.
## Angeschlossene Hardware (USB)
| Bus | Gerät | ID | Beschreibung |
|---|---|---|---|
| Bus 001 | Device 002 | `1e3d:2092` | **Chipsbank Flash Disk** USB-Stick mit LUKS-Schlüsseldateien |
| Bus 001 | Device 003 | `0781:55ae` | **SanDisk Extreme 55AE** 1,8-TB-SSD (Hauptsystem + Daten) |
| Bus 004 | Device 002 | `1058:1042` | **WD Elements SE Portable** 931-GB-SSD (Zweitsystem) |
## PCI / Erweiterungsbus
```
0002:00:00.0 BCM2712 PCIe Bridge
0002:01:00.0 RP1 PCIe 2.0 South Bridge (Ethernet, USB, GPIO)
```
## Boot-Konfiguration (`/boot/firmware/config.txt`)
```
arm_64bit=1 # 64-bit mode
arm_boost=1 # max Takt
dtoverlay=vc4-kms-v3d # Grafiktreiber
dtparam=audio=on # Audio aktiv
camera_auto_detect=1 # Kamera-Erkennung
display_auto_detect=1 # Display-Erkennung
```
## Verwandte Seiten
- [systemuebersicht](../Konfiguration/systemuebersicht.md)
- [laufwerke-und-speicher](../Konfiguration/laufwerke-und-speicher.md)