59 lines
1.9 KiB
Markdown
59 lines
1.9 KiB
Markdown
# Hardware – Raspberry PI2
|
||
|
||
**Zusammenfassung**: Der `hoobs` ist ein Raspberry Pi 2 Model B Rev 1.1 mit 921 MB RAM, passiver Kühlung und drei USB-Geräten. Läuft bei ~58 °C CPU-Temperatur.
|
||
**Quellen**: 🔌 SSH (`/proc/cpuinfo`, `lsusb`, `/sys/class/thermal/`)
|
||
**Zuletzt aktualisiert**: 2026-06-19
|
||
|
||
---
|
||
|
||
## Modell
|
||
|
||
| Merkmal | Wert |
|
||
|---|---|
|
||
| **Modell** | Raspberry Pi 2 Model B Rev 1.1 (BCM2835) |
|
||
| **CPU** | ARM Cortex-A7 (4 Kerne, armv7l, 32-bit) |
|
||
| **CPU-Takt** | 600–900 MHz (max: 900 MHz) |
|
||
| **BogoMIPS** | 57.60 pro Kern |
|
||
| **Features** | half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm |
|
||
| **RAM** | 921 MiB |
|
||
| **Architektur** | 32-bit (armv7l) |
|
||
|
||
## Temperatur & Kühlung
|
||
|
||
- **CPU-Temperatur**: ~58 °C (Quelle: `/sys/class/thermal/thermal_zone0/temp`)
|
||
- **Throttling**: Keines (`throttled=0x0`)
|
||
- Der PI2 ist **passiv gekühlt** (kein Lüfter)
|
||
|
||
## Angeschlossene Hardware (USB)
|
||
|
||
| Bus | Gerät | ID | Beschreibung |
|
||
|---|---|---|---|
|
||
| Bus 001 | Device 006 | `0bc2:2322` | **Seagate RSS LLC SRD0NF1 Expansion Portable (STEA)** – 1,8-TB-USB-Festplatte |
|
||
| Bus 001 | Device 005 | `0a5c:21e8` | **Broadcom BCM20702A0 Bluetooth 4.0** |
|
||
| Bus 001 | Device 004 | `0781:5583` | **SanDisk Ultra Fit** – 57-GB-USB-Stick |
|
||
| Bus 001 | Device 003 | `0424:ec00` | **SMSC LAN9512/LAN9514** – Ethernet-Adapter (integriert) |
|
||
| Bus 001 | Device 002 | `0424:9514` | **SMSC SMC9514 Hub** – USB-Hub (integriert) |
|
||
|
||
## Boot-Konfiguration (`/boot/config.txt`)
|
||
|
||
```
|
||
dtparam=audio=on
|
||
camera_auto_detect=1
|
||
display_auto_detect=1
|
||
dtoverlay=vc4-kms-v3d
|
||
max_framebuffers=2
|
||
disable_overscan=1
|
||
[pi4]
|
||
arm_boost=1
|
||
[all]
|
||
avoid_warnings=1
|
||
disable_splash=1
|
||
```
|
||
|
||
Hinweis: `arm_boost=1` steht im `[pi4]`-Block, wird auf dem PI2 aber ignoriert (gilt nur für Pi4).
|
||
|
||
## Verwandte Seiten
|
||
|
||
- [systemuebersicht](../Konfiguration/systemuebersicht.md)
|
||
- [laufwerke-und-speicher](../Konfiguration/laufwerke-und-speicher.md)
|