Wie kann man die Board Revision vom Raspberry Pi auslesen?

Anhand des Revisionscodes des Raspberry Pis erhalten Sie Informationen über das Releasedatum, das Modell, die Platinenversion, den RAM Speicher und den Hersteller. Mit folgenden Befehlen könnt ihr den Revisions-Code eures Raspberry Pis auslesen. Das funktioniert mit Raspberry Pi OS.


Mit cpuinfo den Revisionscode ausgeben

In den CPU-Infos findet ihr den Revisions-Code und auch die Seriennummer (ganz unten)

pi@pi4b:~ $ cat /proc/cpuinfo
processor       : 0
BogoMIPS        : 108.00
Features        : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0xd08
CPU revision    : 3

processor       : 1
BogoMIPS        : 108.00
Features        : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0xd08
CPU revision    : 3

processor       : 2
BogoMIPS        : 108.00
Features        : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0xd08
CPU revision    : 3

processor       : 3
BogoMIPS        : 108.00
Features        : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0xd08
CPU revision    : 3

Revision        : c03111
Serial          : 1000000003d71d0c
Model           : Raspberry Pi 4 Model B Rev 1.1

Nur die Zeile mit dem Revisionscode ausgeben

pi@pi4b:~ $ cat /proc/cpuinfo | grep "Revision"
Revision        : c03111

Nur den Revisionscode ausgeben 1

pi@pi4b:~ $ cat /proc/cpuinfo | grep 'Revision' | awk '{print $3}'
c03111

Nur den Revisionscode ausgeben 2

pi@pi4b:~ $ cat /proc/cpuinfo | grep Revision | cut -d ':' -f 2 | sed -e "s/ //g"
c03111

Tabelle Revisionscodes


RevisionRelease DatumModellPCB Rev.SpeicherHersteller
Beta2012 Q1Pi 1 Model B (Beta)-256 MBBeta Board
00022012 Q1Pi 1 Model B1.0256 MB?
00032012 Q3Pi 1 Model B1.0256 MB?
00042012 Q3Pi 1 Model B2.0256 MBSony UK
00052012 Q4Pi 1 Model B2.0256 MBQisda
00062012 Q4Pi 1 Model B2.0256 MBEgoman
000d2012 Q4Pi 1 Model B2.0512 MBEgoman
000e2012 Q4Pi 1 Model B2.0512 MBSony UK
000f2012 Q4Pi 1 Model B2.0512 MBQisda
00072013 Q1Pi 1 Model A2.0256 MBEgoman
00082013 Q1Pi 1 Model A2.0256 MBSony UK
00092013 Q1Pi 1 Model A2.0256 MBQisda
00112014 Q2Compute Module 11.0512 MBSony UK
00142014 Q2Compute Module 11.0512 MBEmbest
00102014 Q3Pi 1 Model B+1.0512 MBSony UK
00122014 Q4Pi 1 Model A+1.1256 MBSony UK
00132015 Q1Pi 1 Model B+1.2512 MB?
00152015 Q?Pi 1 Model A+1.1256 MB / 512 MBEmbest
a010412015 Q1Pi 2 Model B1.11024 MBSony UK
a210412015 Q1Pi 2 Model B1.11024 MBEmbest
9000922015 Q4Pi Zero1.2512 MBSony UK
a010402015 Q?Pi 2 Model B1.01024 MBSony UK
a020422015 Q?Pi 2 Model B (BCM2837)1.21024 MBSony UK
a020822016 Q1Pi 3 Model B1.21024 MBSony UK
a220822016 Q1Pi 3 Model B1.21024 MBEmbest
9000322016 Q2Pi 1 Model B+1.2512 MBSony UK
9000932016 Q2Pi Zero1.3512 MBSony UK / Embest
9200932016 Q2Pi Zero1.3512 MBEmbest
9000212016 Q3Pi 1 Model A+1.1512 MBSony UK
a220422016 Q3Pi 2 Model B (BCM2837)1.21024 MBEmbest
a320822016 Q4Pi 3 Model B1.21024 MBSony Japan
a220a02016 Q?Compute Module 31.01024 MBEmbest
9000c12017 Q1Pi Zero W1.1512 MBSony UK
9000c12017 Q1Pi Zero W1.3512 MBEmbest
a020a02017 Q1Compute Module 3 / Lite1.01024 MBSony UK
a020d32018 Q1Pi 3 Model B+1.31024 MBSony UK
a220832018 Q1Pi 3 Model B1.31024 MBEmbest
9020e02018 Q4Pi 3 Model A+1.1512 MBSony UK
a520822018 Q?Pi 3 Model B1.21024 MBSony UK / Stadium
a021002019 Q1Compute Module 3+1.01024 MBSony UK
a031112019 Q2Pi 4 Model B1.11024 MBSony UK
b031112019 Q2Pi 4 Model B1.12048 MBSony UK
b031122019 Q2Pi 4 Model B1.22048 MBSony UK
c031112019 Q2Pi 4 Model B1.14096 MBSony UK
c031122019 Q2
Pi 4 Model B1.24096 MBSony UK
b031142020 Q2Pi 4 Model B1.42048 MBSony UK
c031142020 Q2Pi 4 Model B1.44096 MBSony UK
d031142020 Q2Pi 4 Model B1.48192 MBSony UK
9021202021 Q4Pi Zero 2 W1.0512 MBSony UK
b031152022 Q1Pi 4 Model B1.52048 MBSony UK
c031152022 Q1Pi 4 Model B1.54096 MBSony UK
d031152022 Q1Pi 4 Model B1.58192 MBSony UK
c03130Pi 4001.04096 MBSony UK
a03140Compute Module 41.01024 MBSony UK
b03140Compute Module 41.02048 MBSony UK
c03140Compute Module 41.04096 MBSony UK
d03140Compute Module 41.08192 MBSony UK
902120Pi Zero 2 W1.0512 MBSony UK
c04170Pi 5 Model1.04096 MBSony UK
d04170Pi 5 Model1.08192 MBSony UK


Links




Raspberry Pi OS: Kernel- und Firmware (SoC) Update

Getestet mit Raspberry Pi OS

pi@pi4b:~ $ cat /etc/os-release | grep PRETTY_NAME
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"

pi@pi4b:~ $ uname -a
Linux pi4b 5.4.51-v7l+ #1333 SMP Mon Aug 10 16:51:40 BST 2020 armv7l GNU/Linux

rpi-update

Ursprünglich hat Hexxeh ein Script (rpi-update) geschrieben um ein Kernel- und Firmware-Update durchzuführen. Das Script wird auf Github zur Verfügung gestellt: https://github.com/raspberrypi/rpi-update

rpi-update ist eigentlich nur für den Gebrauch mit Raspberry Pi OS gedacht. Wenn Sie eine andere Distribution verwenden, dann vergewissern Sie sich, ob rpi-update sicher ist.

Vorher ist unbedingt ein Update / Upgrade durchzuführen, sonst kann es zu Problemen kommen.

sudo apt update
sudo apt upgrade

Es wird der neueste Kernel (Entwicklerversion) und die neueste Firmware für den SoC (GPU) installiert:

sudo rpi-update
sudo reboot

Warnung

Auch wenn Sie Raspberry Pi OS benutzen, sollten Sie sich im Klaren darüber sein, dass ein rpi-update Sicherheitsprobleme mit sich bringen kann und Ihr System unter Umständen instabil wird. Bug-Fixes und Verbesserungen werden ausschließlich über die offiziellen Raspberry Pi OS Releases mit apt-get zur Verfügung gestellt, wenn sie als ausreichend getestet betrachtet wurden.

Führen Sie ein rpi-update nur aus, wenn Sie genau wissen was Sie tun! Es gibt keine Undo-Funktion.

Es ist ratsam, vor einem rpi-update, ein Backup des aktuellen Betriebssystems (Image) zu erstellen!


Nachträgliche Installation

In den neueren Raspberry Pi OS Distributionen ist rpi-update bereits vorhanden. Falls dieses Paket nicht vorhanden sein sollte, kann man mit

sudo apt install rpi-update

das rpi-update Script nachträglich installieren.


Update-Verlauf

Kernel-Version:

pi@pi4b:~ $ uname -a
Linux pi4b 6.1.0-rpi8-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.73-1+rpt1 (2024-01-25) aarch64 GNU/Linux

Firmware-Version:

pi@pi4b:~ $ vcgencmd version
Sep 2 2020 21:14:24
Copyright (c) 2012 Broadcom
version 4439d2aaa6c376a2d1ef4402f142e1cf4de37c43 (clean) (release) (start_x)

Firmware- und Kernel-Update:

pi@pi4b:~ $ sudo rpi-update
 *** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom
 *** Performing self-update
 *** Relaunching after update
 *** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom
FW_REV:a31776f0abb4bee5b79a3334bf748c99a813c084
BOOTLOADER_REV:11c64e3721d104319d8b0f18b675d9beb4eb7f30
 *** We're running for the first time
 *** Backing up files (this will take a few minutes)
 *** Backing up firmware
 *** Backing up modules 6.1.0-rpi8-rpi-v8
WANT_32BIT:0 WANT_64BIT:1 WANT_PI4:1 WANT_PI5:1
##############################################################
WARNING: This update bumps to rpi-6.6.y linux tree
See: https://forums.raspberrypi.com/viewtopic.php?p=2191175

'rpi-update' should only be used if there is a specific
reason to do so - for example, a request by a Raspberry Pi
engineer or if you want to help the testing effort
and are comfortable with restoring if there are regressions.

DO NOT use 'rpi-update' as part of a regular update process.
##############################################################
Would you like to proceed? (y/N)
Downloading bootloader tools
Downloading bootloader images
 *** Downloading specific firmware revision (this will take a few minutes)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  142M  100  142M    0     0  16.6M      0  0:00:08  0:00:08 --:--:-- 15.7M
*** PREPARING EEPROM UPDATES ***

BOOTLOADER: update available
   CURRENT: Do 3. Sep 12:11:43 UTC 2020 (1599135103)
    LATEST: Mo 22. Jan 10:41:21 UTC 2024 (1705920081)
   RELEASE: latest (/lib/firmware/raspberrypi/bootloader-2711/latest)
            Use raspi-config to change the release.

  VL805_FW: Dedicated VL805 EEPROM
     VL805: up to date
   CURRENT: 000138c0
    LATEST: 000138c0
   CURRENT: Do 3. Sep 12:11:43 UTC 2020 (1599135103)
    UPDATE: Mo 22. Jan 10:41:21 UTC 2024 (1705920081)
    BOOTFS: /boot/firmware
'/tmp/tmp.CzglP54eiA' -> '/boot/firmware/pieeprom.upd'
Copying recovery.bin to /boot/firmware for EEPROM update

EEPROM updates pending. Please reboot to apply the update.
To cancel a pending update run "sudo rpi-eeprom-update -r".
 *** Updating firmware
 *** Updating kernel modules
 *** depmod 6.6.18-v8+
 *** depmod 6.6.18-v8-16k+
 *** Updating VideoCore libraries
 *** Running ldconfig
 *** Storing current firmware revision
 *** Deleting downloaded files
 *** Syncing changes to disk
 *** If no errors appeared, your firmware was successfully updated to a31776f0abb4bee5b79a3334bf748c99a813c084
 *** A reboot is needed to activate the new firmware
sudo reboot

Kernel-Version:

pi@pi4b:~ $ uname -a
Linux pi4b 6.6.18-v8+ #1736 SMP PREEMPT Fri Feb 23 15:37:38 GMT 2024 aarch64 GNU/Linux

Firmware-Version:

pi@pi4b:~ $ vcgencmd version
Feb 14 2024 14:57:03
Copyright (c) 2012 Broadcom
version 409a5df2480fbb1bd36b3d48743ec5a714616f44 (clean) (release) (start)

Tipps

Sollte vor dem rpi-update kein Update / Upgrade durchgeführt worden sein, kann es zu Problemen kommen. Es wird ein älterer Kernel bzw. ältere Firmware angezeigt, obwohl rpi-update ein up to date meldet und ein neuere Firmware vorhanden ist. Gehen Sie dann wie folgt vor:

sudo rm /boot/.firmware_revision

Wenn Sie dann das rpi-update starten wird der Update auch ausgeführt.

sudo rpi-update
sudo reboot



Alternative Betriebssysteme für den Raspberry Pi

Betriebssysteme

Für den Raspberry Pi sind viele Open-Source-Betriebssysteme verfügbar. Die meisten Betriebssysteme basieren auf Linux, dies hat den Hintergrund, dass diese speziell auf die ARM-Architektur des RasPi angepasst sind. Hier können Sie sich einen schnellen Überblick über mehr als 120 verschiedene Betriebssysteme verschaffen.

Bei der Auswahl des Betriebssystems ist für jeden Geschmack etwas dabei – ob einfaches Allrounder-System, benutzerfreundliches Multi-Media-Center, ultraschlankes Entwicklersystem oder exotische Linux-Weiterentwicklungen.

Das Debian-basierte Raspbian wird offiziell von der Raspberry Pi Foundation unterstützt und gilt als Standard-Distribution. Es ist mit Abstand am weitesten verbreitet, da es auf die Hardware des RasPi optimiert wurde, es eine fensterbasierte GUI besitzt und somit sehr einsteigerfreundlich ist.

Die Installation eines Betriebssystems geschieht entweder mit dem einfach zu verwendenden Pi Imager oder durch das Klonen eines Images auf die SD-Karte. Es ist sogar möglich mit NOOBS (auch andere Multi OS Installer) mehrere Betriebssysteme parallel zu installieren und zu verwenden. 

Dies ist sicherlich keine vollständige Liste der Betriebssysteme für den RasPi. Auf nicht kostenlose Betriebssysteme habe ich in der Liste verzichtet. Die mit einem * gekennzeichneten Betriebssysteme werden nicht mehr weiterentwickelt oder sind obsolet und werden nur der Vollständigkeit halber gelistet.

Es wäre nett, wenn Sie defekte Links, fehlende Betriebssysteme oder Tabellen-Informationen bitte in den Kommentaren hinterlassen würden. Danke!

Tabelle Betriebssysteme

Betriebssystem Basis Einsatz ARMHF User:Pass Download Webseite
9front System Unabhängig
Fork von: Plan 9
Verteilte Rechnerumgebung, Forschung ? ? Download Webseite
Adafruit Occidentalis * Debian Maker ? ? Download Webseite
AEROS Debian + AROS AmigaOS Emulation ? ? Download Webseite
Alpine Linux ARM Unabhängig Netzwerk, Sicherheit ja root: Download Webseite
Arch Linux ARM Unabhängig Leichtgewicht ja root:root Download Webseite
Archphile * Arch Entwicklung ja root:archphile Download Webseite
arkOS * Arch Leichtgewicht, Web- und Cloud-Dienste ? ? Download Webseite
BerryBoot - Multi OS Installer - - Download Webseite
BerryTerminal * ? Thin Client, LTSP (DHCP) ? ? Download Webseite
BlackArch Linux Arch Testing ? root:blackarch Download Webseite
Bodhi Linux ARM Debian Leichtgewicht ja ? Download Webseite
CentOS ARM Minimal Fedora Leichtgewicht ja root:(Setup) Download Webseite
ChibiOS/RT ? Echtzeit OS ? ? Download Webseite
Commodore Pi * ? C-64 OS Emulation ? ? Download Webseite
CRUX ARM Unabhängig Leichtgewicht ? ? Download Webseite
DarkELEC Unabhängig
Fork von: OpenELEC
Media Center ? ? Download Webseite
Debian ARM Debian Allrounder ja root:(Setup) Download Webseite
deepin Debian Allrounder ja ? Download Webseite
Devuan GNU+Linux Debian Entwicklung ja ? Download Webseite
DietPi ? Leichtgewicht ? ? Download Webseite
FedBerry Fedora Allrounder ja root:(Setup)
root:fedberry
Download Webseite
Fedora ARM Fedora Allrounder ja root:(Setup) Download Webseite
Finnix Debian Administrator ja ? Download Webseite
Firefox OS * Linux Browser OS ? ? Download Webseite
FreeBSD Unabhängig Allrounder ? root:(Setup) Download Webseite
FreeRTOS ? Echtzeit OS ? ? Download Webseite
Funtoo Linux ARM Gentoo Allrounder ja ? Download Webseite
GeeXboX Unabhängig Leichtgewicht, Media Center ? ? Download Webseite
Gentoo Linux ARM Gentoo Allrounder ja ? Download Webseite
Ha-Pi ? Netzwerk, Sicherheit ? ? Download Webseite
Haiku OS * Früher: OpenBeOS Personal Computing ? ? Download Webseite
HypriotOS Debian Docker Container ? ? Download Webseite
I2PBerry Debian I2P-Knoten, Router ? ? Download Webseite
Instant WebKiosk Debian Web Kiosk ? ? Download Webseite
IPFire Linux From Scratch Firewall, Router ? root:(Setup) Download Webseite
KA-Pi * ? Bildung ? ? Download Webseite
Kali Linux ARM Debian Netzwerk, Sicherheit ja root:toor Download
Download 2
Webseite
Kano OS ? Entwicklung DIY Kits ? root:kano Download Webseite
Kodi Verschiedende
(früher XMBC)
Media Center - - Download Webseite
Lakka LibreELEC Games (Retro) ? root:root Download Webseite
LibreELEC Unabhängig
Fork von: OpenELEC
Media Center ja root:libreelec Download Webseite
LinutopOS Debian Werbe- und Informationssystem ? ? Download Webseite
Lubuntu Debian Allrounder ja ? Download Webseite
Max2Play ? Musik ja root:(Setup)
pi:raspberry
su:max2play
Download Webseite
MinePeon ARM * ? Mining Plattform ? ? Download Webseite
Mini vMac * ? Mac Emulator ? ? Download Webseite
Minibian Debian Leichtgewicht ? ? Download Webseite
Moebius ? Leichtgewicht ja ? Download Webseite
motionEyeOS ? Sicherheit, Video Überwachung ? ? Download Webseite
Nard SDK ? Entwicklung, Pi Emulation ? ? Download Webseite
NAS4Free FreeBSD NAS ? ? Download Webseite
NetBSD Unabhängig Allrounder ja ? Download Webseite
NetBSD ARM Unabhängig Allrounder ? root:(Setup) Download Webseite
NOOBS - Multi OS Installer - - Download Webseite
NOOBS Lite - Multi OS Installer - - Download Webseite
nOS * Debian Leichtgewicht ? ? Download Webseite
OctoPi Debian 3D Printing ? root:(Setup) Download Webseite
OpenELEC Unabhängig Media Center ja root:openelec Download Webseite
OpenMandriva Lx Unabhängig Allrounder ? ? Download Webseite
OpenMediaVault ? NAS ja root:(Setup)
admin:openmediavault
Download Webseite
OpenSUSE ARM Unabhängig Allrounder ja root:linux Download RPi 1
Download RPi 2
Download RPi 3
Webseite
OpenWrt ? Netzwerk, Wireless Router nein root:(Setup) Download Webseite
OSMC Debian Media Center ja osmc:osmc Download Webseite
Pardus Topluluk ARM Debian Maker ja ? Download Webseite
Peach OSI Debian Allrounder ? ? Download Webseite
Pi MusicBox ? Musik - root:musicbox Download Webseite
Pi-Point Debian Wireless Access Point ja pi:raspberry Download Webseite
PiBang Linux * Debian Leichtgewicht ja ? Download Webseite
PiBox ? Entwicklung ? ? Download Webseite
Pidora Fedora Allrounder ? ? Webseite Webseite
PiLFS ? Entwicklung ? ? Download Webseite
PiNet ? Netzwerk, Bildung ja ? Download Webseite
pipaOS Debian Leichtgewicht ? ? Download Webseite
PiPlay * ? Spiele, Emulation ? ? Download Webseite
Plan 9 * Unabhängig Verteilte Rechnerumgebung, Forschung ? ? Download Webseite
Plop Linux Unabhängig Leichtgewicht, System-Tools ? ? Download Webseite
PrimTux Debian Bildung ja ? Download Webseite
Puppy Linux Unabhängig Leichtgewicht ? ? Download Webseite
PWN Pi Debian Testing Plattform ? ? Download Webseite
Q4OS Debian Allrounder ? ? Download Webseite
QtonPi - Qt SDK - - Download Webseite
Quirky Unabhängig Allrounder ja ? Download Webseite
RancherOS ? Docker Container ? ? Download Webseite
RasDOS ? DOS Emulation ? ? Download Webseite
Raspberry Digital Signage Debian Werbe- und Informationssystem ja ? Download Webseite
Raspberry Pi Thin Client ? Netzwerk, Client ? ? Download Webseite
Raspberry Slideshow Debian Slideshow ja ? Download Webseite
Raspbian for Robots Debian Dexter Industries Roboter ? ? Webseite
Raspbian Jessie Debian Allrounder ja root:raspberry Download Webseite
Raspbian Jessie Lite Debian Leichtgewicht ja root:raspberry Download Webseite
Raspbian Pices Debian Leichtgewicht ja root:raspbian
raspbian:raspbian
Download Webseite
Raspbian Server Edition * Debian Server ? ? Download Webseite
RaspBSD FreeBSD Allrounder ja root:(Setup)
raspberry:raspberry
Download Webseite
RaspEX Debian Media Center ? ? Download Webseite
Raspicade * ? Games (Retro) ? ? Download Webseite
RasPlex OpenELEC Media Center - root:rasplex Download Webseite
RazDroid Android Port Mobil OS - - Download Webseite
RecalboxOS ? Games (Retro), Media Center - root:recalboxroot Download Webseite
resinOS ? Docker Container ? ? Download Webseite
RetroPie Debian Games (Retro) - root:(Setup) Download Webseite
RISC OS Open Unabhängig RISC Entwicklung nein - Download Webseite
ROSberryPi Debian Roboter ? ? Download Webseite
RTAndroid ? Echtzeit Entwicklung ja ? Download Webseite
RuneAudio ? Musik - ? Download Webseite
Sabayon Linux ARM Gentoo Allrounder ja sabayon:sabayon
root:root
Download Webseite
Sailfish OS Unabhängig Mobil OS ? ? Download Webseite
Slackware ARM Unabhängig Server ? ? Download Webseite
SlaXBMC ? Media Center ? ? Download Webseite
SliTaz GNU/Linux Unabhängig Leichtgewicht ? ? Download Webseite
slrpi * Debian Leichtgewicht ? ? Download Webseite
Snappy Ubuntu Core Debian Leichtgewicht ja ubuntu:ubuntu Download Webseite
ThinBox * ? Netzwerk ? ? Download Webseite
ThingBox ? IoT ? ? Download Webseite
Tiny Core Linux ? Leichtgewicht ? ? Download Webseite
Tizen 3 Unabhängig Mobil OS - root:root Download Webseite
UBOS Arch Netzwerk, Server ja root:(Setup) Download Webseite
Ubuntu 14.04 LTS Debian Allrounder ja ubuntu:ubuntu Download Webseite
Ubuntu 16.04 LTS Classic Debian Allrounder ja ubuntu:ubuntu Download Webseite
Ubuntu Mate Debian Allrounder ja root:(Setup) Download Webseite
Ultimate Edition Debian Allrounder ja ? Download Webseite
Void Linux ARM Unabhängig Allrounder ? ? Download Webseite
Volumio Debian Musik ja pi:raspberry
volumio:volumio
Download Webseite
Windows 10 IoT Core Windows Windows IoT nein ? Download Webseite
WTware ? Netzwerk ? ? Download Webseite
XBian Debian Media Center ja xbian:raspberry Download Webseite
xv6 ? Bildung ? ? Download Webseite





Raspi: Raspberry Pi OS – Betriebssysteme & Tools

Einleitung

Das offiziell unterstützte Betriebssystem für den Raspberry Pi ist Raspberry Pi OS (früher Raspbian) und ist basiert auf Debian. Die aktuelle Version von Pi OS basiert auf Debian 12 (Bookworm), die älteren Versionen basieren auf Debian (Bullseye, Buster, Stretch, Jessie, Wheezy). Der Raspi unterstützt auch Betriebssysteme (Distributionen) von anderen Organisationen.

Um Speicherplatz und Traffic zu sparen werden hier nur die letzten beiden Versionen der jeweiligen Release angeboten.


Raspberry Pi Imager

Raspberry Pi Imager ist die schnelle und einfache Möglichkeit, Raspberry Pi OS und andere Betriebssysteme auf einer microSD-Karte zu installieren, die sofort mit Ihrem Raspberry Pi verwendet werden kann. Sehen Sie sich das Video an, um zu erfahren, wie Sie ein Betriebssystem mit Raspberry Pi Imager installieren.

Laden Sie Raspberry Pi Imager herunter und installieren Sie es auf einem Computer mit einem SD-Kartenleser. Stecken Sie die SD-Karte, die Sie mit Ihrem Raspberry Pi verwenden, in das Lesegerät und führen Sie Raspberry Pi Imager aus.



jQuery(function ($) {

var __dt = $('#wpdmmydls-a87657501fc260900a63ae3846c63e79').dataTable({ "dom": 't', responsive: true, "autoWidth" : false, "order": [[ 2, "desc"]], "language": { "lengthMenu": "Display _MENU_ downloads pro Seite", "zeroRecords": "Nothing _START_ to - Entschuldigung", "info": "Showing _START_ to _END_ of _TOTAL_ downloads", "infoEmpty": "Keine Downloads verfügbar", "infoFiltered": "(aus _MAX_ total Downloads gefiltert)", "emptyTable": "Keine Daten in Tabelle vorhanden", "infoPostFix": "", "thousands": ",", "loadingRecords": "Wird geladen …", "processing": "Wird verarbeitet …", "search": "Suche:", "paginate": { "first": "Erste", "last": "Letzte", "next": "Vor", "previous": "Zurück" }, "aria": { "sortAscending": " : aktivieren um Spalte aufsteigend zu sortieren", "sortDescending": ": aktivieren um Spalte absteigend zu sortieren" } }, "iDisplayLength": 10, "aLengthMenu": [[10, 10, 25, 50, -1], [10, 10, 25, 50, "Alle"]] });

$("div.wpdmdt-toolbar .dataTables_filter").append('Reset Filter'); });

.wpdmdt-toolbar { padding: 10px; }

.wpdmdt-toolbarb { padding: 5px 10px 10px; }

.wpdmdt-toolbar > div { display: inline-block; }

table, td, th { border: 0; }

#wpdm-all-packages .card { overflow: hidden; }

.dataTables_wrapper .table { margin: 0; }

#wpdmmydls-a87657501fc260900a63ae3846c63e79 { border-bottom: 1px solid #dddddd; border-top: 1px solid #dddddd; font-size: 10pt; min-width: 100%; }

#wpdmmydls-a87657501fc260900a63ae3846c63e79 .wpdm-download-link img { box-shadow: none !important; max-width: 100%; }

.w3eden .pagination { margin: 0 !important; }

#wpdmmydls-a87657501fc260900a63ae3846c63e79 td:not(:first-child) { vertical-align: middle !important; }

#wpdmmydls-a87657501fc260900a63ae3846c63e79 td.__dt_col_download_link .btn { display: block; width: 100%; }

#wpdmmydls-a87657501fc260900a63ae3846c63e79 td.__dt_col_download_link, #wpdmmydls-a87657501fc260900a63ae3846c63e79 th#download_link { max-width: 155px !important; width: 155px;

}

#wpdmmydls-a87657501fc260900a63ae3846c63e79 th { background-color: rgba(0, 0, 0, 0.04); border-bottom: 1px solid rgba(0, 0, 0, 0.025); }

#wpdmmydls-a87657501fc260900a63ae3846c63e79_length label, #wpdmmydls-a87657501fc260900a63ae3846c63e79_filter label { font-weight: 400; }

#wpdmmydls-a87657501fc260900a63ae3846c63e79_filter input[type=search] { display: inline-block; width: 200px; font-size: 12px; }

#wpdmmydls-a87657501fc260900a63ae3846c63e79_length select { display: inline-block; width: 60px; font-size: 11px; }

#wpdmmydls-a87657501fc260900a63ae3846c63e79 .package-title { color: #36597C; font-size: 11pt; font-weight: 700; }

#wpdmmydls-a87657501fc260900a63ae3846c63e79 .small-txt { margin-right: 7px; }

#wpdmmydls-a87657501fc260900a63ae3846c63e79 td.__dt_col_categories { max-width: 300px; }

#wpdmmydls-a87657501fc260900a63ae3846c63e79 .small-txt, #wpdmmydls-a87657501fc260900a63ae3846c63e79 small { font-size: 9pt; }

.w3eden .table-striped tbody tr:nth-of-type(2n+1) { background-color: rgba(0, 0, 0, 0.015); }

.dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button { margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; }

.paginate_button.page-item.active a { background: var(--color-primary) !important; color: #fff !important; }

@media (max-width: 799px) { #wpdmmydls-a87657501fc260900a63ae3846c63e79 tr { display: block; border: 3px solid rgba(0, 0, 0, 0.3) !important; margin-bottom: 10px !important; position: relative; }

#wpdmmydls-a87657501fc260900a63ae3846c63e79 thead { display: none; }

#wpdmmydls-a87657501fc260900a63ae3846c63e79, #wpdmmydls-a87657501fc260900a63ae3846c63e79 td:first-child { border: 0 !important; }

#wpdmmydls-a87657501fc260900a63ae3846c63e79 td { display: block; }

#wpdmmydls-a87657501fc260900a63ae3846c63e79 td.__dt_col_download_link { display: block; max-width: 100% !important; width: auto !important;

} }

Titel

Pi Imager


21. Januar 2024


Pi Imager


21. Januar 2024


Pi Imager


21. Januar 2024


    Raspberry Pi OS

    Images für die manuelle Installation.

    • Standard: Desktop
    • Full: Desktop + Recommended Software
    • Lite: Ohne Desktop



    jQuery(function ($) {

    var __dt = $('#wpdmmydls-74d7a1508a990572d0e4c3437ae3f9fc').dataTable({ "dom": 't', responsive: true, "autoWidth" : false, "order": [[ 2, "desc"]], "language": { "lengthMenu": "Display _MENU_ downloads pro Seite", "zeroRecords": "Nothing _START_ to - Entschuldigung", "info": "Showing _START_ to _END_ of _TOTAL_ downloads", "infoEmpty": "Keine Downloads verfügbar", "infoFiltered": "(aus _MAX_ total Downloads gefiltert)", "emptyTable": "Keine Daten in Tabelle vorhanden", "infoPostFix": "", "thousands": ",", "loadingRecords": "Wird geladen …", "processing": "Wird verarbeitet …", "search": "Suche:", "paginate": { "first": "Erste", "last": "Letzte", "next": "Vor", "previous": "Zurück" }, "aria": { "sortAscending": " : aktivieren um Spalte aufsteigend zu sortieren", "sortDescending": ": aktivieren um Spalte absteigend zu sortieren" } }, "iDisplayLength": 10, "aLengthMenu": [[10, 10, 25, 50, -1], [10, 10, 25, 50, "Alle"]] });

    $("div.wpdmdt-toolbar .dataTables_filter").append('Reset Filter'); });

    .wpdmdt-toolbar { padding: 10px; }

    .wpdmdt-toolbarb { padding: 5px 10px 10px; }

    .wpdmdt-toolbar > div { display: inline-block; }

    table, td, th { border: 0; }

    #wpdm-all-packages .card { overflow: hidden; }

    .dataTables_wrapper .table { margin: 0; }

    #wpdmmydls-74d7a1508a990572d0e4c3437ae3f9fc { border-bottom: 1px solid #dddddd; border-top: 1px solid #dddddd; font-size: 10pt; min-width: 100%; }

    #wpdmmydls-74d7a1508a990572d0e4c3437ae3f9fc .wpdm-download-link img { box-shadow: none !important; max-width: 100%; }

    .w3eden .pagination { margin: 0 !important; }

    #wpdmmydls-74d7a1508a990572d0e4c3437ae3f9fc td:not(:first-child) { vertical-align: middle !important; }

    #wpdmmydls-74d7a1508a990572d0e4c3437ae3f9fc td.__dt_col_download_link .btn { display: block; width: 100%; }

    #wpdmmydls-74d7a1508a990572d0e4c3437ae3f9fc td.__dt_col_download_link, #wpdmmydls-74d7a1508a990572d0e4c3437ae3f9fc th#download_link { max-width: 155px !important; width: 155px;

    }

    #wpdmmydls-74d7a1508a990572d0e4c3437ae3f9fc th { background-color: rgba(0, 0, 0, 0.04); border-bottom: 1px solid rgba(0, 0, 0, 0.025); }

    #wpdmmydls-74d7a1508a990572d0e4c3437ae3f9fc_length label, #wpdmmydls-74d7a1508a990572d0e4c3437ae3f9fc_filter label { font-weight: 400; }

    #wpdmmydls-74d7a1508a990572d0e4c3437ae3f9fc_filter input[type=search] { display: inline-block; width: 200px; font-size: 12px; }

    #wpdmmydls-74d7a1508a990572d0e4c3437ae3f9fc_length select { display: inline-block; width: 60px; font-size: 11px; }

    #wpdmmydls-74d7a1508a990572d0e4c3437ae3f9fc .package-title { color: #36597C; font-size: 11pt; font-weight: 700; }

    #wpdmmydls-74d7a1508a990572d0e4c3437ae3f9fc .small-txt { margin-right: 7px; }

    #wpdmmydls-74d7a1508a990572d0e4c3437ae3f9fc td.__dt_col_categories { max-width: 300px; }

    #wpdmmydls-74d7a1508a990572d0e4c3437ae3f9fc .small-txt, #wpdmmydls-74d7a1508a990572d0e4c3437ae3f9fc small { font-size: 9pt; }

    .w3eden .table-striped tbody tr:nth-of-type(2n+1) { background-color: rgba(0, 0, 0, 0.015); }

    .dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button { margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; }

    .paginate_button.page-item.active a { background: var(--color-primary) !important; color: #fff !important; }

    @media (max-width: 799px) { #wpdmmydls-74d7a1508a990572d0e4c3437ae3f9fc tr { display: block; border: 3px solid rgba(0, 0, 0, 0.3) !important; margin-bottom: 10px !important; position: relative; }

    #wpdmmydls-74d7a1508a990572d0e4c3437ae3f9fc thead { display: none; }

    #wpdmmydls-74d7a1508a990572d0e4c3437ae3f9fc, #wpdmmydls-74d7a1508a990572d0e4c3437ae3f9fc td:first-child { border: 0 !important; }

    #wpdmmydls-74d7a1508a990572d0e4c3437ae3f9fc td { display: block; }

    #wpdmmydls-74d7a1508a990572d0e4c3437ae3f9fc td.__dt_col_download_link { display: block; max-width: 100% !important; width: auto !important;

    } }

    Titel

    Pi OS


    11. Dezember 2023


    Pi OS


    11. Dezember 2023


    Pi OS


    5. Dezember 2023


    Pi OS


    5. Dezember 2023


    Pi OS


    5. Dezember 2023


    Pi OS


    5. Dezember 2023


      Raspberry Pi OS (Legacy)

      Obsolete!

      Images für die manuelle Installation.

      • Standard: Desktop
      • Full: Desktop + Recommended Software
      • Lite: Ohne Desktop



      jQuery(function ($) {

      var __dt = $('#wpdmmydls-7aa260f12003806311980a828e56bf13').dataTable({ "dom": 't', responsive: true, "autoWidth" : false, "order": [[ 2, "desc"]], "language": { "lengthMenu": "Display _MENU_ downloads pro Seite", "zeroRecords": "Nothing _START_ to - Entschuldigung", "info": "Showing _START_ to _END_ of _TOTAL_ downloads", "infoEmpty": "Keine Downloads verfügbar", "infoFiltered": "(aus _MAX_ total Downloads gefiltert)", "emptyTable": "Keine Daten in Tabelle vorhanden", "infoPostFix": "", "thousands": ",", "loadingRecords": "Wird geladen …", "processing": "Wird verarbeitet …", "search": "Suche:", "paginate": { "first": "Erste", "last": "Letzte", "next": "Vor", "previous": "Zurück" }, "aria": { "sortAscending": " : aktivieren um Spalte aufsteigend zu sortieren", "sortDescending": ": aktivieren um Spalte absteigend zu sortieren" } }, "iDisplayLength": 10, "aLengthMenu": [[10, 10, 25, 50, -1], [10, 10, 25, 50, "Alle"]] });

      $("div.wpdmdt-toolbar .dataTables_filter").append('Reset Filter'); });

      .wpdmdt-toolbar { padding: 10px; }

      .wpdmdt-toolbarb { padding: 5px 10px 10px; }

      .wpdmdt-toolbar > div { display: inline-block; }

      table, td, th { border: 0; }

      #wpdm-all-packages .card { overflow: hidden; }

      .dataTables_wrapper .table { margin: 0; }

      #wpdmmydls-7aa260f12003806311980a828e56bf13 { border-bottom: 1px solid #dddddd; border-top: 1px solid #dddddd; font-size: 10pt; min-width: 100%; }

      #wpdmmydls-7aa260f12003806311980a828e56bf13 .wpdm-download-link img { box-shadow: none !important; max-width: 100%; }

      .w3eden .pagination { margin: 0 !important; }

      #wpdmmydls-7aa260f12003806311980a828e56bf13 td:not(:first-child) { vertical-align: middle !important; }

      #wpdmmydls-7aa260f12003806311980a828e56bf13 td.__dt_col_download_link .btn { display: block; width: 100%; }

      #wpdmmydls-7aa260f12003806311980a828e56bf13 td.__dt_col_download_link, #wpdmmydls-7aa260f12003806311980a828e56bf13 th#download_link { max-width: 155px !important; width: 155px;

      }

      #wpdmmydls-7aa260f12003806311980a828e56bf13 th { background-color: rgba(0, 0, 0, 0.04); border-bottom: 1px solid rgba(0, 0, 0, 0.025); }

      #wpdmmydls-7aa260f12003806311980a828e56bf13_length label, #wpdmmydls-7aa260f12003806311980a828e56bf13_filter label { font-weight: 400; }

      #wpdmmydls-7aa260f12003806311980a828e56bf13_filter input[type=search] { display: inline-block; width: 200px; font-size: 12px; }

      #wpdmmydls-7aa260f12003806311980a828e56bf13_length select { display: inline-block; width: 60px; font-size: 11px; }

      #wpdmmydls-7aa260f12003806311980a828e56bf13 .package-title { color: #36597C; font-size: 11pt; font-weight: 700; }

      #wpdmmydls-7aa260f12003806311980a828e56bf13 .small-txt { margin-right: 7px; }

      #wpdmmydls-7aa260f12003806311980a828e56bf13 td.__dt_col_categories { max-width: 300px; }

      #wpdmmydls-7aa260f12003806311980a828e56bf13 .small-txt, #wpdmmydls-7aa260f12003806311980a828e56bf13 small { font-size: 9pt; }

      .w3eden .table-striped tbody tr:nth-of-type(2n+1) { background-color: rgba(0, 0, 0, 0.015); }

      .dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button { margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; }

      .paginate_button.page-item.active a { background: var(--color-primary) !important; color: #fff !important; }

      @media (max-width: 799px) { #wpdmmydls-7aa260f12003806311980a828e56bf13 tr { display: block; border: 3px solid rgba(0, 0, 0, 0.3) !important; margin-bottom: 10px !important; position: relative; }

      #wpdmmydls-7aa260f12003806311980a828e56bf13 thead { display: none; }

      #wpdmmydls-7aa260f12003806311980a828e56bf13, #wpdmmydls-7aa260f12003806311980a828e56bf13 td:first-child { border: 0 !important; }

      #wpdmmydls-7aa260f12003806311980a828e56bf13 td { display: block; }

      #wpdmmydls-7aa260f12003806311980a828e56bf13 td.__dt_col_download_link { display: block; max-width: 100% !important; width: auto !important;

      } }

      Titel

      Pi OS Legacy


      10. Oktober 2023


      Pi OS Legacy


      10. Oktober 2023


      Pi OS Legacy


      10. Oktober 2023


      Pi OS Legacy


      10. Oktober 2023


      Pi OS Legacy


      10. Oktober 2023


      Pi OS Legacy


      10. Oktober 2023


      Pi OS Legacy


      3. Mai 2023


      Pi OS Legacy


      3. Mai 2023


      Pi OS Legacy


      3. Mai 2023


      Pi OS Legacy


      3. Mai 2023


      Pi OS Legacy


      3. Mai 2023


      Pi OS Legacy


      3. Mai 2023


      Pi OS Legacy


      3. Mai 2023


      Pi OS Legacy


      22. Februar 2023


      Pi OS Legacy


      22. Februar 2023


      Pi OS Legacy


      22. Februar 2023


      Pi OS Legacy


      22. Februar 2023


      Pi OS Legacy


      22. Februar 2023


      Pi OS Legacy


      22. Februar 2023


      Pi OS Legacy


      22. Februar 2023


      Pi OS Legacy


      1. Juli 2022


        Raspbian

        Obsolete!

        Images für die manuelle Installation.

        • Standard: Desktop
        • Full: Desktop + Recommended Software
        • Lite: Ohne Desktop



        jQuery(function ($) {

        var __dt = $('#wpdmmydls-78fea9343bb39d54659bc0de541fc43c').dataTable({ "dom": 't', responsive: true, "autoWidth" : false, "order": [[ 2, "desc"]], "language": { "lengthMenu": "Display _MENU_ downloads pro Seite", "zeroRecords": "Nothing _START_ to - Entschuldigung", "info": "Showing _START_ to _END_ of _TOTAL_ downloads", "infoEmpty": "Keine Downloads verfügbar", "infoFiltered": "(aus _MAX_ total Downloads gefiltert)", "emptyTable": "Keine Daten in Tabelle vorhanden", "infoPostFix": "", "thousands": ",", "loadingRecords": "Wird geladen …", "processing": "Wird verarbeitet …", "search": "Suche:", "paginate": { "first": "Erste", "last": "Letzte", "next": "Vor", "previous": "Zurück" }, "aria": { "sortAscending": " : aktivieren um Spalte aufsteigend zu sortieren", "sortDescending": ": aktivieren um Spalte absteigend zu sortieren" } }, "iDisplayLength": 10, "aLengthMenu": [[10, 10, 25, 50, -1], [10, 10, 25, 50, "Alle"]] });

        $("div.wpdmdt-toolbar .dataTables_filter").append('Reset Filter'); });

        .wpdmdt-toolbar { padding: 10px; }

        .wpdmdt-toolbarb { padding: 5px 10px 10px; }

        .wpdmdt-toolbar > div { display: inline-block; }

        table, td, th { border: 0; }

        #wpdm-all-packages .card { overflow: hidden; }

        .dataTables_wrapper .table { margin: 0; }

        #wpdmmydls-78fea9343bb39d54659bc0de541fc43c { border-bottom: 1px solid #dddddd; border-top: 1px solid #dddddd; font-size: 10pt; min-width: 100%; }

        #wpdmmydls-78fea9343bb39d54659bc0de541fc43c .wpdm-download-link img { box-shadow: none !important; max-width: 100%; }

        .w3eden .pagination { margin: 0 !important; }

        #wpdmmydls-78fea9343bb39d54659bc0de541fc43c td:not(:first-child) { vertical-align: middle !important; }

        #wpdmmydls-78fea9343bb39d54659bc0de541fc43c td.__dt_col_download_link .btn { display: block; width: 100%; }

        #wpdmmydls-78fea9343bb39d54659bc0de541fc43c td.__dt_col_download_link, #wpdmmydls-78fea9343bb39d54659bc0de541fc43c th#download_link { max-width: 155px !important; width: 155px;

        }

        #wpdmmydls-78fea9343bb39d54659bc0de541fc43c th { background-color: rgba(0, 0, 0, 0.04); border-bottom: 1px solid rgba(0, 0, 0, 0.025); }

        #wpdmmydls-78fea9343bb39d54659bc0de541fc43c_length label, #wpdmmydls-78fea9343bb39d54659bc0de541fc43c_filter label { font-weight: 400; }

        #wpdmmydls-78fea9343bb39d54659bc0de541fc43c_filter input[type=search] { display: inline-block; width: 200px; font-size: 12px; }

        #wpdmmydls-78fea9343bb39d54659bc0de541fc43c_length select { display: inline-block; width: 60px; font-size: 11px; }

        #wpdmmydls-78fea9343bb39d54659bc0de541fc43c .package-title { color: #36597C; font-size: 11pt; font-weight: 700; }

        #wpdmmydls-78fea9343bb39d54659bc0de541fc43c .small-txt { margin-right: 7px; }

        #wpdmmydls-78fea9343bb39d54659bc0de541fc43c td.__dt_col_categories { max-width: 300px; }

        #wpdmmydls-78fea9343bb39d54659bc0de541fc43c .small-txt, #wpdmmydls-78fea9343bb39d54659bc0de541fc43c small { font-size: 9pt; }

        .w3eden .table-striped tbody tr:nth-of-type(2n+1) { background-color: rgba(0, 0, 0, 0.015); }

        .dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button { margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; }

        .paginate_button.page-item.active a { background: var(--color-primary) !important; color: #fff !important; }

        @media (max-width: 799px) { #wpdmmydls-78fea9343bb39d54659bc0de541fc43c tr { display: block; border: 3px solid rgba(0, 0, 0, 0.3) !important; margin-bottom: 10px !important; position: relative; }

        #wpdmmydls-78fea9343bb39d54659bc0de541fc43c thead { display: none; }

        #wpdmmydls-78fea9343bb39d54659bc0de541fc43c, #wpdmmydls-78fea9343bb39d54659bc0de541fc43c td:first-child { border: 0 !important; }

        #wpdmmydls-78fea9343bb39d54659bc0de541fc43c td { display: block; }

        #wpdmmydls-78fea9343bb39d54659bc0de541fc43c td.__dt_col_download_link { display: block; max-width: 100% !important; width: auto !important;

        } }

        Titel

        Pi Raspbian


        14. Februar 2020


        Pi Raspbian


        14. Februar 2020


        Pi Raspbian


        14. Februar 2020


          Rapsberry Pi NOOBS

          Obsolete!

          Dieser Installationsassistent wurde durch den Pi Imager ersetzt.



          jQuery(function ($) {

          var __dt = $('#wpdmmydls-3de5d6a214a9420647fbc80352bd5534').dataTable({ "dom": 't', responsive: true, "autoWidth" : false, "order": [[ 2, "desc"]], "language": { "lengthMenu": "Display _MENU_ downloads pro Seite", "zeroRecords": "Nothing _START_ to - Entschuldigung", "info": "Showing _START_ to _END_ of _TOTAL_ downloads", "infoEmpty": "Keine Downloads verfügbar", "infoFiltered": "(aus _MAX_ total Downloads gefiltert)", "emptyTable": "Keine Daten in Tabelle vorhanden", "infoPostFix": "", "thousands": ",", "loadingRecords": "Wird geladen …", "processing": "Wird verarbeitet …", "search": "Suche:", "paginate": { "first": "Erste", "last": "Letzte", "next": "Vor", "previous": "Zurück" }, "aria": { "sortAscending": " : aktivieren um Spalte aufsteigend zu sortieren", "sortDescending": ": aktivieren um Spalte absteigend zu sortieren" } }, "iDisplayLength": 10, "aLengthMenu": [[10, 10, 25, 50, -1], [10, 10, 25, 50, "Alle"]] });

          $("div.wpdmdt-toolbar .dataTables_filter").append('Reset Filter'); });

          .wpdmdt-toolbar { padding: 10px; }

          .wpdmdt-toolbarb { padding: 5px 10px 10px; }

          .wpdmdt-toolbar > div { display: inline-block; }

          table, td, th { border: 0; }

          #wpdm-all-packages .card { overflow: hidden; }

          .dataTables_wrapper .table { margin: 0; }

          #wpdmmydls-3de5d6a214a9420647fbc80352bd5534 { border-bottom: 1px solid #dddddd; border-top: 1px solid #dddddd; font-size: 10pt; min-width: 100%; }

          #wpdmmydls-3de5d6a214a9420647fbc80352bd5534 .wpdm-download-link img { box-shadow: none !important; max-width: 100%; }

          .w3eden .pagination { margin: 0 !important; }

          #wpdmmydls-3de5d6a214a9420647fbc80352bd5534 td:not(:first-child) { vertical-align: middle !important; }

          #wpdmmydls-3de5d6a214a9420647fbc80352bd5534 td.__dt_col_download_link .btn { display: block; width: 100%; }

          #wpdmmydls-3de5d6a214a9420647fbc80352bd5534 td.__dt_col_download_link, #wpdmmydls-3de5d6a214a9420647fbc80352bd5534 th#download_link { max-width: 155px !important; width: 155px;

          }

          #wpdmmydls-3de5d6a214a9420647fbc80352bd5534 th { background-color: rgba(0, 0, 0, 0.04); border-bottom: 1px solid rgba(0, 0, 0, 0.025); }

          #wpdmmydls-3de5d6a214a9420647fbc80352bd5534_length label, #wpdmmydls-3de5d6a214a9420647fbc80352bd5534_filter label { font-weight: 400; }

          #wpdmmydls-3de5d6a214a9420647fbc80352bd5534_filter input[type=search] { display: inline-block; width: 200px; font-size: 12px; }

          #wpdmmydls-3de5d6a214a9420647fbc80352bd5534_length select { display: inline-block; width: 60px; font-size: 11px; }

          #wpdmmydls-3de5d6a214a9420647fbc80352bd5534 .package-title { color: #36597C; font-size: 11pt; font-weight: 700; }

          #wpdmmydls-3de5d6a214a9420647fbc80352bd5534 .small-txt { margin-right: 7px; }

          #wpdmmydls-3de5d6a214a9420647fbc80352bd5534 td.__dt_col_categories { max-width: 300px; }

          #wpdmmydls-3de5d6a214a9420647fbc80352bd5534 .small-txt, #wpdmmydls-3de5d6a214a9420647fbc80352bd5534 small { font-size: 9pt; }

          .w3eden .table-striped tbody tr:nth-of-type(2n+1) { background-color: rgba(0, 0, 0, 0.015); }

          .dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button { margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; }

          .paginate_button.page-item.active a { background: var(--color-primary) !important; color: #fff !important; }

          @media (max-width: 799px) { #wpdmmydls-3de5d6a214a9420647fbc80352bd5534 tr { display: block; border: 3px solid rgba(0, 0, 0, 0.3) !important; margin-bottom: 10px !important; position: relative; }

          #wpdmmydls-3de5d6a214a9420647fbc80352bd5534 thead { display: none; }

          #wpdmmydls-3de5d6a214a9420647fbc80352bd5534, #wpdmmydls-3de5d6a214a9420647fbc80352bd5534 td:first-child { border: 0 !important; }

          #wpdmmydls-3de5d6a214a9420647fbc80352bd5534 td { display: block; }

          #wpdmmydls-3de5d6a214a9420647fbc80352bd5534 td.__dt_col_download_link { display: block; max-width: 100% !important; width: auto !important;

          } }

          Titel

          Pi NOOBS


          7. April 2022


          Pi NOOBS


          28. Januar 2022




            Die Verzeichnisstruktur von Linux (Debian based)

            Dieser Beitrag beschreibt die typische Verzeichnisstruktur für Linux-Systeme, welche auf Debian basieren. Dazu gehören z.B.: Ubuntu, Raspberry Pi OS, Raspbian, Linux Mint, Kali Linux, Kubuntu, Proxmox u.v.m. Eine umfangreiche Liste von Debian based-Linux-Distributionen findet ihr hier: Distrowatch.com – Debian based

            Alle elementaren Programme und Konfigurationsdateien liegen in verschiedenen Systemverzeichnissen. Anhand des Filesystem Hierarchie Standard (FHS) wird die Eingliederung der verschiedenen Dateiarten in die Verzeichnisstruktur gezeigt. Der FHS ist eine Richtlinie für die Verzeichnisstruktur unter Unix-ähnlichen Betriebssystemen.

            Sie können den folgenden Informationen entnehmen, wo Sie Konfigurationsdateien finden, welche Verzeichnisse Programme enthalten und wo Dokumentationen zu finden sind.

            Die folgende tabellarische Übersicht der Verzeichnisstruktur berücksichtigt nicht eine Installation mit gesonderten Partionen (z.B. boot, home, etc.). Außerdem wird Beschreibung der Dateisystem-Hierachie durch den Konsolenbefehl man (manual) gezeigt.

            Tabelle Verzeichnisstruktur

            Die wichtigsten Verzeichnisse haben folgende Bedeutungen bzw. Inhalte:

            Verzeichnis Beschreibung
            / Wurzelverzeichnis: Das Wurzelverzeichnis und oberste Verzeichnis der Hierachie.
            /bin Systemprogramme: Die wichtigsten Systemkommandos. Dieses Verzeichnis darf keine Unterverzeichnisse enthalten.
            /boot Bootloader: Die statischen Dateien des Bootloaders und die Kernel.
            /dev Gerätedateien: Schnittstellen zur Ansteuerung der gesamten Hardware.
            /etc Systemkonfiguration: Die Konfigurationsdateien.
            /etc/init.d Start- und Stopscripte.
            /etc/network Konfigurationsdateien des Netzwerkes. z.B. interfaces
            /etc/opt Konfigurationsdateien für Programme im Verzeichnis /opt
            /home/Benutzername Heimatverzeichnis: Die eigenen Dateien. Für jeden Benutzer finden Sie einen eigenes Verzeichnis mit dem Benutzernamen.
            /lib Bibliotheken: Dynamische Bibliotheken und Kernelmodule die für den Systemstart notwendig sind.
            /lib/modules Kernelmodule
            /lost+found Verloren+Gefunden: Dateien und Dateifragmente die bei der Reparatur eines defekten Dateissystems übrig geblieben sind.
            /media Wechselmedien: Einhängepunkt und Unterverzeichnisse für transportable Medienspeicher (z.B. USB-Stick, externe Festplatte, Floppy, CD-ROM, DVD, u.a).
            /mnt Mountpunkt: Einhängepunkt für ein temporär eingehängtes Dateisystem.
            /opt Optional: Für die manuelle Installation von Programmen die ihre eigenen Bibliotheken mitbringen und nicht zum Standard der Distribution gehören. Unterverzeichnisse sind z.B. mincraft-pi, sonic-pi, vs, Wolfram
            /proc Prozess- und Systeminformationen: Schnittstellen zum aktuell geladenen Kernel und seinen Prozeduren. Dateien lassen sich mittel cat auslesen z.B. “cat proc/version” gibt die aktuelle Kernelversion aus.
            /root Root Heimatverzeichnis: Das Heimatverzeichnis des Superusers (root). Das root-Verzeichnis liegt im Wurzelvereichnis, falls das home-Verzeichis auf eine andere Partiton ausgelagert wurde oder ein Zugriff auf home aus irgendeinem Grund nicht möglich ist.
            /run Prozesse: Dateien für laufende Prozesse. Hier befinden sich auch die meisten PID-Dateien (Process Identifier).
            /sbin Systemprogramme (root): Die Systemkommandos zur Systemverwaltung für die Rootrechte benötigt werden. Dieses Verzeichnis darf keine Unterverzeichnisse enthalten.
            /srv Systemdienste: Daten für Systemdienste (in der Regel leer). Dieses Verzeichnis ist noch nicht genau spezifiziert.
            /sys System: Systemweites Geräteverzeichnis welches Informationen und Statistiken über das System und die Komponenten enthält.
            /tmp Temporär: Temporäre Dateien von Programmen und Benutzern. Dieses Verzeichis wird nach jedem Neustart automatisch geleert.
            /usr UNIX Systemressourcen: Die meisten Systemprogramme, Bibliotheken und installierten Programme.
            /usr/bin Die meisten Benutzerbefehle. Das primäre Verzeichnis für ausführbare Dateien des Systems.
            /usr/games Spiele
            /usr/include Header-Dateien für C-Programme.
            /usr/lib Allgemeine Bibliotheken
            /usr/local Distributionsunabhängige lokale Hierachie enthält noch einmal die gleiche Verzeichnisstruktur wie das /usr Verzeichnis. Für Programme und Daten gedacht, die von der entsprechenden Distribution des jeweiligen Systems unabhängig installiert worden sind, wie etwa selbstkompilierte oder unabhängig von der Distribution heruntergeladene Programme und Dateien.
            /usr/sbin Weniger wichtige Systemprogramme die im Gegensatz zu /sbin nicht während des Bootvorganges verwendet werden.
            /usr/share Statische architekturunabhänge Dateien z.B. Dokumentationen, Manpages und Wörterbücher.
            /usr/src Source Code zu den Paketen.
            /var Variable Daten: Diese Daten entstehen z.B. im Zuge einer Abarbeitung
            /var/backups Sicherungskopien der Liste der installierten Programme (dpkg).
            /var/cache Zwischenspeicher von Programmen
            /var/lib Variable Statusinformationen
            /var/local Variable Daten im Zusammenhang mit /usr/local
            /var/lock Lock-Dateien zur Prozesssynchronisation
            /var/log Protokolldateien
            /var/mail Mailboxen der Benutzer
            /var/opt Variable Daten der optionalen Programme
            /var/run Dateien zu laufenden Prozessen
            /var/spool Von Programmen gespoolte Daten z.B. Druckaufträge.
            /var/tmp Variable Daten die zwischen Reboots erhalten bleiben.
            /var/www Standardverzeichnis für Inhalte des Webservers.

            Verzeichnisstruktur mit dem Konsolenbefehl tree anzeigen

            Um sich einen Überblick der Verzeichnisstruktur zu verschaffen kann man den Konsolenbefehl tree benutzen:

            Als erstes wechseln wir in das Wurzelverzeichnis und dann lassen wir uns den Verzeichnisbaum mit einer Leveltiefe von 1 anzeigen. Die Leveltiefe kann natürlich auch erweitert werden, indem man die 1 durch die gewünschte Tiefe ersetzt.

            pi@pi4b:~ $ cd /
            pi@pi4b:/ $ tree -L 1
            .
            ├── bin
            ├── boot
            ├── boot.bak
            ├── dev
            ├── etc
            ├── home
            ├── lib
            ├── lost+found
            ├── media
            ├── mnt
            ├── opt
            ├── proc
            ├── root
            ├── run
            ├── sbin
            ├── srv
            ├── sys
            ├── tmp
            ├── usr
            └── var
            
            20 directories, 0 files

            Beschreibung der Dateisystem-Hierachie mit dem Konsolenbefehl man (englisch)

            Wenn Sie folgenden Konsolenbefehl eingeben:

            man hier

            erhalten Sie die Beschreibung der Dateisystem-Hierachie mit folgender Beispielausgabe:

            HIER(7) Linux Programmer's Manual HIER(7)
            
            NAME
            hier - description of the filesystem hierarchy
            
            DESCRIPTION
            A typical Linux system has, among others, the following directories:
            
            / This is the root directory. This is where the whole tree starts.
            
            /bin This directory contains executable programs which are needed in single user mode and to bring the system up or repair it.
            
            /boot Contains static files for the boot loader. This directory holds only the files which are needed during the boot process. The map
            installer and configuration files should go to /sbin and /etc.
            
            /dev Special or device files, which refer to physical devices. See mknod(1).
            
            /etc Contains configuration files which are local to the machine. Some larger software packages, like X11, can have their own subdirec‐
            tories below /etc. Site-wide configuration files may be placed here or in /usr/etc. Nevertheless, programs should always look for
            these files in /etc and you may have links for these files to /usr/etc.
            
            /etc/opt
            Host-specific configuration files for add-on applications installed in /opt.
            
            /etc/sgml
            This directory contains the configuration files for SGML and XML (optional).
            
            /etc/skel
            When a new user account is created, files from this directory are usually copied into the user's home directory.
            
            /etc/X11
            Configuration files for the X11 window system (optional).
            
            /home On machines with home directories for users, these are usually beneath this directory, directly or not. The structure of this
            directory depends on local administration decisions.
            
            /lib This directory should hold those shared libraries that are necessary to boot the system and to run the commands in the root
            filesystem.
            
            /media This directory contains mount points for removable media such as CD and DVD disks or USB sticks.
            
            /mnt This directory is a mount point for a temporarily mounted filesystem. In some distributions, /mnt contains subdirectories intended
            to be used as mount points for several temporary filesystems.
            
            /opt This directory should contain add-on packages that contain static files.
            
            /proc This is a mount point for the proc filesystem, which provides information about running processes and the kernel. This pseudo-
            filesystem is described in more detail in proc(5).
            
            /root This directory is usually the home directory for the root user (optional).
            
            /sbin Like /bin, this directory holds commands needed to boot the system, but which are usually not executed by normal users.
            
            /srv This directory contains site-specific data that is served by this system.
            
            /tmp This directory contains temporary files which may be deleted with no notice, such as by a regular job or at system boot up.
            
            /usr This directory is usually mounted from a separate partition. It should hold only sharable, read-only data, so that it can be
            mounted by various machines running Linux.
            
            /usr/X11R6
            The X-Window system, version 11 release 6 (optional).
            
            /usr/X11R6/bin
            Binaries which belong to the X-Window system; often, there is a symbolic link from the more traditional /usr/bin/X11 to here.
            /usr/X11R6/lib
            Data files associated with the X-Window system.
            
            /usr/X11R6/lib/X11
            These contain miscellaneous files needed to run X; Often, there is a symbolic link from /usr/lib/X11 to this directory.
            
            /usr/X11R6/include/X11
            Contains include files needed for compiling programs using the X11 window system. Often, there is a symbolic link from
            /usr/include/X11 to this directory.
            
            /usr/bin
            This is the primary directory for executable programs. Most programs executed by normal users which are not needed for booting or
            for repairing the system and which are not installed locally should be placed in this directory.
            
            /usr/bin/X11
            is the traditional place to look for X11 executables; on Linux, it usually is a symbolic link to /usr/X11R6/bin.
            
            /usr/dict
            Replaced by /usr/share/dict.
            
            /usr/doc
            Replaced by /usr/share/doc.
            
            /usr/etc
            Site-wide configuration files to be shared between several machines may be stored in this directory. However, commands should
            always reference those files using the /etc directory. Links from files in /etc should point to the appropriate files in /usr/etc.
            
            /usr/games
            Binaries for games and educational programs (optional).
            
            /usr/include
            Include files for the C compiler.
            /usr/include/X11
            Include files for the C compiler and the X-Window system. This is usually a symbolic link to /usr/X11R6/include/X11.
            
            /usr/include/asm
            Include files which declare some assembler functions. This used to be a symbolic link to /usr/src/linux/include/asm.
            
            /usr/include/linux
            This contains information which may change from system release to system release and used to be a symbolic link to
            /usr/src/linux/include/linux to get at operating-system-specific information.
            
            (Note that one should have include files there that work correctly with the current libc and in user space. However, Linux kernel
            source is not designed to be used with user programs and does not know anything about the libc you are using. It is very likely
            that things will break if you let /usr/include/asm and /usr/include/linux point at a random kernel tree. Debian systems don't do
            this and use headers from a known good kernel version, provided in the libc*-dev package.)
            
            /usr/include/g++
            Include files to use with the GNU C++ compiler.
            
            /usr/lib
            Object libraries, including dynamic libraries, plus some executables which usually are not invoked directly. More complicated pro‐
            grams may have whole subdirectories there.
            
            /usr/lib/X11
            The usual place for data files associated with X programs, and configuration files for the X system itself. On Linux, it usually
            is a symbolic link to /usr/X11R6/lib/X11.
            
            /usr/lib/gcc-lib
            contains executables and include files for the GNU C compiler, gcc(1).
            
            /usr/lib/groff
            Files for the GNU groff document formatting system.
            /usr/lib/uucp
            Files for uucp(1).
            
            /usr/local
            This is where programs which are local to the site typically go.
            
            /usr/local/bin
            Binaries for programs local to the site.
            
            /usr/local/doc
            Local documentation.
            
            /usr/local/etc
            Configuration files associated with locally installed programs.
            
            /usr/local/games
            Binaries for locally installed games.
            
            /usr/local/lib
            Files associated with locally installed programs.
            
            /usr/local/include
            Header files for the local C compiler.
            
            /usr/local/info
            Info pages associated with locally installed programs.
            
            /usr/local/man
            Man pages associated with locally installed programs.
            
            /usr/local/sbin
            Locally installed programs for system administration.
            /usr/local/share
            Local application data that can be shared among different architectures of the same OS.
            
            /usr/local/src
            Source code for locally installed software.
            
            /usr/man
            Replaced by /usr/share/man.
            
            /usr/sbin
            This directory contains program binaries for system administration which are not essential for the boot process, for mounting /usr,
            or for system repair.
            
            /usr/share
            This directory contains subdirectories with specific application data, that can be shared among different architectures of the same
            OS. Often one finds stuff here that used to live in /usr/doc or /usr/lib or /usr/man.
            
            /usr/share/dict
            Contains the word lists used by spell checkers.
            
            /usr/share/doc
            Documentation about installed programs.
            
            /usr/share/games
            Static data files for games in /usr/games.
            
            /usr/share/info
            Info pages go here.
            
            /usr/share/locale
            Locale information goes here.
            /usr/share/man
            Manual pages go here in subdirectories according to the man page sections.
            
            /usr/share/man/<locale>/man[1-9]
            These directories contain manual pages for the specific locale in source code form. Systems which use a unique language and code
            set for all manual pages may omit the <locale> substring.
            
            /usr/share/misc
            Miscellaneous data that can be shared among different architectures of the same OS.
            
            /usr/share/nls
            The message catalogs for native language support go here.
            
            /usr/share/sgml
            Files for SGML and XML.
            
            /usr/share/terminfo
            The database for terminfo.
            
            /usr/share/tmac
            Troff macros that are not distributed with groff.
            
            /usr/share/zoneinfo
            Files for timezone information.
            
            /usr/src
            Source files for different parts of the system, included with some packages for reference purposes. Don't work here with your own
            projects, as files below /usr should be read-only except when installing software.
            
            /usr/src/linux
            This was the traditional place for the kernel source. Some distributions put here the source for the default kernel they ship.
            You should probably use another directory when building your own kernel.
            /usr/tmp
            Obsolete. This should be a link to /var/tmp. This link is present only for compatibility reasons and shouldn't be used.
            
            /var This directory contains files which may change in size, such as spool and log files.
            
            /var/adm
            This directory is superseded by /var/log and should be a symbolic link to /var/log.
            
            /var/backups
            Reserved for historical reasons.
            
            /var/cache
            Data cached for programs.
            
            /var/catman/cat[1-9] or /var/cache/man/cat[1-9]
            These directories contain preformatted manual pages according to their man page section. (The use of preformatted manual pages is
            deprecated.)
            
            /var/cron
            Reserved for historical reasons.
            
            /var/lib
            Variable state information for programs.
            
            /var/local
            Variable data for /usr/local.
            
            /var/lock
            Lock files are placed in this directory. The naming convention for device lock files is LCK..<device> where <device> is the
            device's name in the filesystem. The format used is that of HDU UUCP lock files, that is, lock files contain a PID as a 10-byte
            ASCII decimal number, followed by a newline character.
            
            /var/log
            Miscellaneous log files.
            
            /var/opt
            Variable data for /opt.
            
            /var/mail
            Users' mailboxes. Replaces /var/spool/mail.
            
            /var/msgs
            Reserved for historical reasons.
            
            /var/preserve
            Reserved for historical reasons.
            
            /var/run
            Run-time variable files, like files holding process identifiers (PIDs) and logged user information (utmp). Files in this directory
            are usually cleared when the system boots.
            
            /var/spool
            Spooled (or queued) files for various programs.
            
            /var/spool/at
            Spooled jobs for at(1).
            
            /var/spool/cron
            Spooled jobs for cron(8).
            
            /var/spool/lpd
            Spooled files for printing.
            
            /var/spool/mail
            Replaced by /var/mail.
            
            /var/spool/mqueue
            Queued outgoing mail.
            
            /var/spool/news
            Spool directory for news.
            
            /var/spool/rwho
            Spooled files for rwhod(8).
            
            /var/spool/smail
            Spooled files for the smail(1) mail delivery program.
            
            /var/spool/uucp
            Spooled files for uucp(1).
            
            /var/tmp
            Like /tmp, this directory holds temporary files stored for an unspecified duration.
            
            /var/yp
            Database files for NIS.



            Umfrage: Welches Raspberry Pi Modell hast Du verwendet?

            Umfrage:

            Welches Raspberry Pi Modell hast Du verwendet?

            Ergebnisse anzeigen

            Wird geladen ... Wird geladen ...

            Abstimmungsergebnisse:

            Welches Raspberry Pi Modell hast Du verwendet?

            • Pi 4 Mod. B 8GB (35%, 6 Stimmen)
            • Pi 3 Mod. B (29%, 5 Stimmen)
            • Pi 4 Mod. B 4GB (18%, 3 Stimmen)
            • Pi 4 Mod. B 2GB (12%, 2 Stimmen)
            • Pi 3 Mod. B+ (6%, 1 Stimmen)
            • Pi Zero (0%, 0 Stimmen)
            • Pi 400 (0%, 0 Stimmen)
            • Pi 5 8GB (0%, 0 Stimmen)
            • Pi 5 4GB (0%, 0 Stimmen)
            • Pi 3 Mod. A+ (0%, 0 Stimmen)
            • Pi 2 Mod. B v1.2 (0%, 0 Stimmen)
            • Pi 2 Mod. B (0%, 0 Stimmen)
            • Pi 1 Mod. B+ (0%, 0 Stimmen)
            • Pi 1 Mod. B (0%, 0 Stimmen)
            • Pi 1 Mod. A+ (0%, 0 Stimmen)
            • Pi 1 Mod. A (0%, 0 Stimmen)
            • Pi Zero 2 W (0%, 0 Stimmen)
            • Pi Zero W / WH (0%, 0 Stimmen)
            • Pi Pico (0%, 0 Stimmen)

            Wähler insgesamt: 3

            Abstimmen

            Wird geladen ... Wird geladen ...



            The MagPi Book: Die “MagPi Book” Sammlung

            Seit Mai 2015 wird das offizielle Raspberry Pi Magazin – The MagPi Book – von einer Gruppe Gleichgesinnten aus dem RasPi Forum erstellt. Ihr Ziel war es, ein RaspPi Magazin für die ganze Gemeinschaft zu machen, was Ihnen auch gelang. Das kostenlose Magazin richtet sich an Interessierte, Einsteiger als auch an Fortgeschrittene und wird nun von der Raspberry Pi Foundation als offizielles Raspberry Pi-Magazin veröffentlicht. Die englischsprachigen Ausgaben erscheinen monatlich und beinhalteten Grundlagen, Hintergrundinformationen, Tutorials, Projektbeschreibungen, Buchtipps und vieles mehr.


            The MagPi – Book Info

            • Start des Magazins: #001, Februar, 2015
            • Ende des Magazins: bis dato aktiv
            • Sprache: Englisch
            • Zyklus: unregelmäßig
            • Formate: Print (kostenpflichtig, Abo), Digital (pdf)
            • Location: United Kingdom, Camborne
            • Herausgeber: Raspberry Pi Press, Raspberry Pi Foundation

            Download

            Auf dieser Seite stellen wir Ihnen die einzelnen Magazine (pdf) zum Download kostenlos zur Verfügung. Ansonsten finden Sie die Medien im Downloadbereich.

            Lizenz

            Ein freies und kostenloses Magazin (pdf). Das The MagPi Magazin hat sich dem Open-Source Gedanken verpflichtet und steht unter der Creative Commons Lizenz: Namensnennung-Nicht kommerziell Weitergabe unter gleichen Bedingungen 3.0 Unported-Lizenz (CC BY-NC-SA 3.0). Das bedeutet, Sie sind herzlich eingeladen, das Magazin zu teilen, Inhalte anzupassen, solange Sie den Lizenzbedingungen folgen.

            Support

            Mit dem Kauf von Hardware eines offiziellen Rapsberry Pi-Projekts oder mit Kauf der gedruckten Ausgabe von The MagPi helfen Sie der karitativen Mission der Raspberry Pi Foundation Informatik für junge und benachteiligte Menschen in die ganze Welt zu bringen. Hier geht es zum Onlineshop der Rasperry Pi Foundation: https://store.rpipress.cc/collections/the-magpi-essentials

            Downloadarchiv



            jQuery(function ($) {

            var __dt = $('#wpdmmydls-8de800e77d4f6eadcaff2d3c9632fe29').dataTable({ "dom": 't', responsive: true, "autoWidth" : false, "order": [[ 2, "desc"]], "language": { "lengthMenu": "Display _MENU_ downloads pro Seite", "zeroRecords": "Nothing _START_ to - Entschuldigung", "info": "Showing _START_ to _END_ of _TOTAL_ downloads", "infoEmpty": "Keine Downloads verfügbar", "infoFiltered": "(aus _MAX_ total Downloads gefiltert)", "emptyTable": "Keine Daten in Tabelle vorhanden", "infoPostFix": "", "thousands": ",", "loadingRecords": "Wird geladen …", "processing": "Wird verarbeitet …", "search": "Suche:", "paginate": { "first": "Erste", "last": "Letzte", "next": "Vor", "previous": "Zurück" }, "aria": { "sortAscending": " : aktivieren um Spalte aufsteigend zu sortieren", "sortDescending": ": aktivieren um Spalte absteigend zu sortieren" } }, "iDisplayLength": 10, "aLengthMenu": [[10, 10, 25, 50, -1], [10, 10, 25, 50, "Alle"]] });

            $("div.wpdmdt-toolbar .dataTables_filter").append('Reset Filter'); });

            .wpdmdt-toolbar { padding: 10px; }

            .wpdmdt-toolbarb { padding: 5px 10px 10px; }

            .wpdmdt-toolbar > div { display: inline-block; }

            table, td, th { border: 0; }

            #wpdm-all-packages .card { overflow: hidden; }

            .dataTables_wrapper .table { margin: 0; }

            #wpdmmydls-8de800e77d4f6eadcaff2d3c9632fe29 { border-bottom: 1px solid #dddddd; border-top: 1px solid #dddddd; font-size: 10pt; min-width: 100%; }

            #wpdmmydls-8de800e77d4f6eadcaff2d3c9632fe29 .wpdm-download-link img { box-shadow: none !important; max-width: 100%; }

            .w3eden .pagination { margin: 0 !important; }

            #wpdmmydls-8de800e77d4f6eadcaff2d3c9632fe29 td:not(:first-child) { vertical-align: middle !important; }

            #wpdmmydls-8de800e77d4f6eadcaff2d3c9632fe29 td.__dt_col_download_link .btn { display: block; width: 100%; }

            #wpdmmydls-8de800e77d4f6eadcaff2d3c9632fe29 td.__dt_col_download_link, #wpdmmydls-8de800e77d4f6eadcaff2d3c9632fe29 th#download_link { max-width: 155px !important; width: 155px;

            }

            #wpdmmydls-8de800e77d4f6eadcaff2d3c9632fe29 th { background-color: rgba(0, 0, 0, 0.04); border-bottom: 1px solid rgba(0, 0, 0, 0.025); }

            #wpdmmydls-8de800e77d4f6eadcaff2d3c9632fe29_length label, #wpdmmydls-8de800e77d4f6eadcaff2d3c9632fe29_filter label { font-weight: 400; }

            #wpdmmydls-8de800e77d4f6eadcaff2d3c9632fe29_filter input[type=search] { display: inline-block; width: 200px; font-size: 12px; }

            #wpdmmydls-8de800e77d4f6eadcaff2d3c9632fe29_length select { display: inline-block; width: 60px; font-size: 11px; }

            #wpdmmydls-8de800e77d4f6eadcaff2d3c9632fe29 .package-title { color: #36597C; font-size: 11pt; font-weight: 700; }

            #wpdmmydls-8de800e77d4f6eadcaff2d3c9632fe29 .small-txt { margin-right: 7px; }

            #wpdmmydls-8de800e77d4f6eadcaff2d3c9632fe29 td.__dt_col_categories { max-width: 300px; }

            #wpdmmydls-8de800e77d4f6eadcaff2d3c9632fe29 .small-txt, #wpdmmydls-8de800e77d4f6eadcaff2d3c9632fe29 small { font-size: 9pt; }

            .w3eden .table-striped tbody tr:nth-of-type(2n+1) { background-color: rgba(0, 0, 0, 0.015); }

            .dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button { margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; }

            .paginate_button.page-item.active a { background: var(--color-primary) !important; color: #fff !important; }

            @media (max-width: 799px) { #wpdmmydls-8de800e77d4f6eadcaff2d3c9632fe29 tr { display: block; border: 3px solid rgba(0, 0, 0, 0.3) !important; margin-bottom: 10px !important; position: relative; }

            #wpdmmydls-8de800e77d4f6eadcaff2d3c9632fe29 thead { display: none; }

            #wpdmmydls-8de800e77d4f6eadcaff2d3c9632fe29, #wpdmmydls-8de800e77d4f6eadcaff2d3c9632fe29 td:first-child { border: 0 !important; }

            #wpdmmydls-8de800e77d4f6eadcaff2d3c9632fe29 td { display: block; }

            #wpdmmydls-8de800e77d4f6eadcaff2d3c9632fe29 td.__dt_col_download_link { display: block; max-width: 100% !important; width: auto !important;

            } }

            Titel

            The MagPi Books


            1. November 2022


            The MagPi Books


            1. September 2022


            The MagPi Books


            1. Juli 2022


            The MagPi Books


            1. Dezember 2021


            The MagPi Books


            1. September 2021


            The MagPi Books


            1. Juni 2021


            The MagPi Books


            1. Januar 2021


            The MagPi Books


            1. November 2020


            The MagPi Books


            1. November 2020


            The MagPi Books


            1. Oktober 2020


            The MagPi Books


            1. April 2020


            The MagPi Books


            1. Dezember 2019


            The MagPi Books


            1. November 2019


            The MagPi Books


            1. November 2019


            The MagPi Books


            1. November 2019


            The MagPi Books


            1. November 2019


            The MagPi Books


            1. Juni 2019


            The MagPi Books


            1. April 2019


            The MagPi Books


            1. April 2019


            The MagPi Books


            1. Februar 2019


            The MagPi Books


            1. Dezember 2018


            The MagPi Books


            1. Dezember 2018


            The MagPi Books


            1. Oktober 2018


            The MagPi Books


            1. Oktober 2018


            The MagPi Books


            1. Dezember 2017


            The MagPi Books


            1. Dezember 2017


            The MagPi Books


            1. November 2017


            The MagPi Books


            1. November 2017


            The MagPi Books


            1. Juni 2017


            The MagPi Books


            1. November 2016


            The MagPi Books


            1. Oktober 2016


            The MagPi Books


            1. August 2016


            The MagPi Books


            1. Juli 2016


            The MagPi Books


            1. Juni 2016


            The MagPi Books


            1. Februar 2016


            The MagPi Books


            1. Januar 2016


            The MagPi Books


            1. Dezember 2015


            The MagPi Books


            1. November 2015


            The MagPi Books


            1. Oktober 2015


            The MagPi Books


            1. Februar 2015

               




              The MagPi Magazine: Die “MagPi Magazin” Sammlung

              Seit Mai 2012 wird das offizielle Raspberry Pi Magazin – The MagPi – von einer Gruppe Gleichgesinnten aus dem RasPi Forum erstellt. Ihr Ziel war es, ein RaspPi Magazin für die ganze Gemeinschaft zu machen, was Ihnen auch gelang. Das kostenlose Magazin richtet sich an Interessierte, Einsteiger als auch an Fortgeschrittene und wird nun von der Raspberry Pi Foundation als offizielles Raspberry Pi-Magazin veröffentlicht. Die englischsprachigen Ausgaben erscheinen monatlich und beinhalteten Grundlagen, Hintergrundinformationen, Tutorials, Projektbeschreibungen, Buchtipps und vieles mehr.


              The MagPi – Magazin Info

              • Start des Magazins: #001, Mai, 2012
              • Ende des Magazins: bis dato aktiv
              • Sprache: Englisch
              • Zyklus: monatlich (12 Ausgaben p.a.)
              • Formate: Print (kostenpflichtig, Abo), Digital (pdf)
              • Location: United Kingdom, Camborne
              • Herausgeber: Raspberry Pi Press, Raspberry Pi Foundation

              Download

              Auf dieser Seite stellen wir Ihnen die einzelnen Magazine als pdf zum Download kostenlos zur Verfügung. Ansonsten finden Sie die Medien im Downloadbereich.

              Lizenz

              Ein freies und kostenloses Magazin (pdf). Das The MagPi Magazin hat sich dem Open-Source Gedanken verpflichtet und steht unter der Creative Commons Lizenz: Namensnennung-Nicht kommerziell Weitergabe unter gleichen Bedingungen 3.0 Unported-Lizenz (CC BY-NC-SA 3.0). Das bedeutet, Sie sind herzlich eingeladen, das Magazin zu teilen, Inhalte anzupassen, solange Sie den Lizenzbedingungen folgen.

              Support

              Mit dem Kauf von Hardware eines offiziellen Rapsberry Pi-Projekts oder mit Kauf der gedruckten Ausgabe von The MagPi helfen Sie der karitativen Mission der Raspberry Pi Foundation Informatik für junge und benachteiligte Menschen in die ganze Welt zu bringen. Hier geht es zum Onlineshop der Rasperry Pi Foundation: https://store.rpipress.cc/collections/the-magpi-essentials

              Downloadarchiv



              jQuery(function ($) {

              var __dt = $('#wpdmmydls-d912347f12343db804ed82799649228c').dataTable({ "dom": 't', responsive: true, "autoWidth" : false, "order": [[ 2, "desc"]], "language": { "lengthMenu": "Display _MENU_ downloads pro Seite", "zeroRecords": "Nothing _START_ to - Entschuldigung", "info": "Showing _START_ to _END_ of _TOTAL_ downloads", "infoEmpty": "Keine Downloads verfügbar", "infoFiltered": "(aus _MAX_ total Downloads gefiltert)", "emptyTable": "Keine Daten in Tabelle vorhanden", "infoPostFix": "", "thousands": ",", "loadingRecords": "Wird geladen …", "processing": "Wird verarbeitet …", "search": "Suche:", "paginate": { "first": "Erste", "last": "Letzte", "next": "Vor", "previous": "Zurück" }, "aria": { "sortAscending": " : aktivieren um Spalte aufsteigend zu sortieren", "sortDescending": ": aktivieren um Spalte absteigend zu sortieren" } }, "iDisplayLength": 10, "aLengthMenu": [[10, 10, 25, 50, -1], [10, 10, 25, 50, "Alle"]] });

              $("div.wpdmdt-toolbar .dataTables_filter").append('Reset Filter'); });

              .wpdmdt-toolbar { padding: 10px; }

              .wpdmdt-toolbarb { padding: 5px 10px 10px; }

              .wpdmdt-toolbar > div { display: inline-block; }

              table, td, th { border: 0; }

              #wpdm-all-packages .card { overflow: hidden; }

              .dataTables_wrapper .table { margin: 0; }

              #wpdmmydls-d912347f12343db804ed82799649228c { border-bottom: 1px solid #dddddd; border-top: 1px solid #dddddd; font-size: 10pt; min-width: 100%; }

              #wpdmmydls-d912347f12343db804ed82799649228c .wpdm-download-link img { box-shadow: none !important; max-width: 100%; }

              .w3eden .pagination { margin: 0 !important; }

              #wpdmmydls-d912347f12343db804ed82799649228c td:not(:first-child) { vertical-align: middle !important; }

              #wpdmmydls-d912347f12343db804ed82799649228c td.__dt_col_download_link .btn { display: block; width: 100%; }

              #wpdmmydls-d912347f12343db804ed82799649228c td.__dt_col_download_link, #wpdmmydls-d912347f12343db804ed82799649228c th#download_link { max-width: 155px !important; width: 155px;

              }

              #wpdmmydls-d912347f12343db804ed82799649228c th { background-color: rgba(0, 0, 0, 0.04); border-bottom: 1px solid rgba(0, 0, 0, 0.025); }

              #wpdmmydls-d912347f12343db804ed82799649228c_length label, #wpdmmydls-d912347f12343db804ed82799649228c_filter label { font-weight: 400; }

              #wpdmmydls-d912347f12343db804ed82799649228c_filter input[type=search] { display: inline-block; width: 200px; font-size: 12px; }

              #wpdmmydls-d912347f12343db804ed82799649228c_length select { display: inline-block; width: 60px; font-size: 11px; }

              #wpdmmydls-d912347f12343db804ed82799649228c .package-title { color: #36597C; font-size: 11pt; font-weight: 700; }

              #wpdmmydls-d912347f12343db804ed82799649228c .small-txt { margin-right: 7px; }

              #wpdmmydls-d912347f12343db804ed82799649228c td.__dt_col_categories { max-width: 300px; }

              #wpdmmydls-d912347f12343db804ed82799649228c .small-txt, #wpdmmydls-d912347f12343db804ed82799649228c small { font-size: 9pt; }

              .w3eden .table-striped tbody tr:nth-of-type(2n+1) { background-color: rgba(0, 0, 0, 0.015); }

              .dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button { margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; }

              .paginate_button.page-item.active a { background: var(--color-primary) !important; color: #fff !important; }

              @media (max-width: 799px) { #wpdmmydls-d912347f12343db804ed82799649228c tr { display: block; border: 3px solid rgba(0, 0, 0, 0.3) !important; margin-bottom: 10px !important; position: relative; }

              #wpdmmydls-d912347f12343db804ed82799649228c thead { display: none; }

              #wpdmmydls-d912347f12343db804ed82799649228c, #wpdmmydls-d912347f12343db804ed82799649228c td:first-child { border: 0 !important; }

              #wpdmmydls-d912347f12343db804ed82799649228c td { display: block; }

              #wpdmmydls-d912347f12343db804ed82799649228c td.__dt_col_download_link { display: block; max-width: 100% !important; width: auto !important;

              } }

              Titel

              The MagPi Magazine


              1. Februar 2024


              The MagPi Magazine


              1. Januar 2024


              The MagPi Magazine


              1. Dezember 2023


              The MagPi Magazine


              1. November 2023


              The MagPi Magazine


              1. Oktober 2023


              The MagPi Magazine


              1. September 2023


              The MagPi Magazine


              1. August 2023


              The MagPi Magazine


              1. Juli 2023


              The MagPi Magazine


              1. Juni 2023


              The MagPi Magazine


              1. Mai 2023


              The MagPi Magazine


              1. April 2023


              The MagPi Magazine


              1. März 2023


              The MagPi Magazine


              1. Februar 2023


              The MagPi Magazine


              1. Januar 2023


              The MagPi Magazine


              1. Dezember 2022


              The MagPi Magazine


              1. November 2022


              The MagPi Magazine


              1. Oktober 2022


              The MagPi Magazine


              1. September 2022


              The MagPi Magazine


              1. August 2022


              The MagPi Magazine


              1. Juli 2022


              The MagPi Magazine


              1. Juni 2022


              The MagPi Magazine


              1. Mai 2022


              The MagPi Magazine


              1. April 2022


              The MagPi Magazine


              1. März 2022


              The MagPi Magazine


              1. Februar 2022


              The MagPi Magazine


              1. Januar 2022


              The MagPi Magazine


              1. Dezember 2021


              The MagPi Magazine


              1. November 2021


              The MagPi Magazine


              1. Oktober 2021


              The MagPi Magazine


              1. September 2021


              The MagPi Magazine


              1. August 2021


              The MagPi Magazine


              1. Juli 2021


              The MagPi Magazine


              1. Juni 2021


              The MagPi Magazine


              1. April 2021


              The MagPi Magazine


              1. April 2021


              The MagPi Magazine


              1. März 2021


              The MagPi Magazine


              1. Februar 2021


              The MagPi Magazine


              1. Januar 2021


              The MagPi Magazine


              1. Dezember 2020


              The MagPi Magazine


              1. November 2020


              The MagPi Magazine


              1. Oktober 2020


              The MagPi Magazine


              1. September 2020


              The MagPi Magazine


              1. August 2020


              The MagPi Magazine


              1. Juli 2020


              The MagPi Magazine


              1. Juni 2020


              The MagPi Magazine


              1. Mai 2020


              The MagPi Magazine


              1. April 2020


              The MagPi Magazine


              1. März 2020


              The MagPi Magazine


              1. Februar 2020


              The MagPi Magazine


              1. Januar 2020


              The MagPi Magazine


              1. Dezember 2019


              The MagPi Magazine


              1. November 2019


              The MagPi Magazine


              1. Oktober 2019


              The MagPi Magazine


              1. September 2019


              The MagPi Magazine


              1. August 2019


              The MagPi Magazine


              1. Juli 2019


              The MagPi Magazine


              1. Juni 2019


              The MagPi Magazine


              1. Mai 2019


              The MagPi Magazine


              1. April 2019


              The MagPi Magazine


              1. März 2019


              The MagPi Magazine


              1. Februar 2019


              The MagPi Magazine


              1. Januar 2019


              The MagPi Magazine


              1. Dezember 2018


              The MagPi Magazine


              1. November 2018


              The MagPi Magazine


              1. Oktober 2018


              The MagPi Magazine


              1. September 2018


              The MagPi Magazine


              1. August 2018


              The MagPi Magazine


              1. Juli 2018


              The MagPi Magazine


              1. Juni 2018


              The MagPi Magazine


              1. Mai 2018


              The MagPi Magazine


              1. April 2018


              The MagPi Magazine


              1. März 2018


              The MagPi Magazine


              1. Februar 2018


              The MagPi Magazine


              1. Januar 2018


              The MagPi Magazine


              1. Dezember 2017


              The MagPi Magazine


              1. November 2017


              The MagPi Magazine


              1. Oktober 2017


              The MagPi Magazine


              1. September 2017


              The MagPi Magazine


              1. August 2017


              The MagPi Magazine


              1. Juli 2017


              The MagPi Magazine


              1. Juni 2017


              The MagPi Magazine


              1. April 2017


              The MagPi Magazine


              1. April 2017


              The MagPi Magazine


              1. März 2017


              The MagPi Magazine


              1. Februar 2017


              The MagPi Magazine


              1. Januar 2017


              The MagPi Magazine


              1. Dezember 2016


              The MagPi Magazine


              1. November 2016


              The MagPi Magazine


              1. Oktober 2016


              The MagPi Magazine


              1. September 2016


              The MagPi Magazine


              1. August 2016


              The MagPi Magazine


              1. Juli 2016


              The MagPi Magazine


              1. Juni 2016


              The MagPi Magazine


              1. Juni 2016


              The MagPi Magazine


              1. Mai 2016


              The MagPi Magazine


              1. April 2016


              The MagPi Magazine


              1. März 2016


              The MagPi Magazine


              1. Februar 2016


              The MagPi Magazine


              1. Januar 2016


              The MagPi Magazine


              1. Dezember 2015


              The MagPi Magazine


              1. November 2015


              The MagPi Magazine


              1. Oktober 2015


              The MagPi Magazine


              1. September 2015


              The MagPi Magazine


              1. August 2015


              The MagPi Magazine


              1. Juli 2015


              The MagPi Magazine


              1. Mai 2015


              The MagPi Magazine


              1. April 2015


              The MagPi Magazine


              1. März 2015


              The MagPi Magazine


              1. Januar 2015


              The MagPi Magazine


              1. Dezember 2014


              The MagPi Magazine


              1. November 2014


              The MagPi Magazine


              1. Oktober 2014


              The MagPi Magazine


              1. August 2014


              The MagPi Magazine


              1. Juli 2014


              The MagPi Magazine


              1. Juni 2014


              The MagPi Magazine


              1. Mai 2014


              The MagPi Magazine


              1. April 2014


              The MagPi Magazine


              1. März 2014


              The MagPi Magazine


              1. Februar 2014


              The MagPi Magazine


              1. Dezember 2013


              The MagPi Magazine


              1. November 2013


              The MagPi Magazine


              1. Oktober 2013


              The MagPi Magazine


              1. September 2013


              The MagPi Magazine


              1. August 2013


              The MagPi Magazine


              1. Juli 2013


              The MagPi Magazine


              1. Juni 2013


              The MagPi Magazine


              1. Mai 2013


              The MagPi Magazine


              1. April 2013


              The MagPi Magazine


              1. März 2013


              The MagPi Magazine


              1. Februar 2013


              The MagPi Magazine


              1. Dezember 2012


              The MagPi Magazine


              1. November 2012


              The MagPi Magazine


              1. Oktober 2012


              The MagPi Magazine


              1. September 2012


              The MagPi Magazine


              1. August 2012


              The MagPi Magazine


              1. Juli 2012


              The MagPi Magazine


              1. Juni 2012


              The MagPi Magazine


              1. Mai 2012