Jump to content

Raspberry Pi 5 (raspberry-pi5): Difference between revisions

From postmarketOS Wiki
Created page with "{{Infobox device | manufacturer = Raspberry Pi Foundation | name = Raspberry Pi 5 | codename = raspberry-pi5 | image = File:Raspberry-Pi-5.jpeg | imagecaption = Contents of the /etc/os-release file on postmarketOS running on a Raspberry Pi 5. | releaseyear = 2023 | originalsoftware = Raspbian | chipset = Broadcom BCM2712 | cpu = 4x 2.4 GHz Cortex-A76 | gpu = Broadcom VideoCore VII | storage = MicroSDHC | display = 2x microHDMI | memory = 2GB / 4GB / 8GB | architecture =..."
 
mNo edit summary
Line 63: Line 63:


== See also ==
== See also ==
* {{MR|6006|pmaports}} initial PR
* {{MR|6006|pmaports}} initial MR
* {{Device package|raspberry-pi5}}
* {{Device package|raspberry-pi5}}
* [https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/main/linux-rpi Kernel package in Alpine] (<span style="font-family: monospace;">[https://pkgs.alpinelinux.org/package/edge/main/aarch64/linux-rpi linux-rpi]</span>)
* [https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/main/linux-rpi Kernel package in Alpine] (<span style="font-family: monospace;">[https://pkgs.alpinelinux.org/package/edge/main/aarch64/linux-rpi linux-rpi]</span>)
* [https://wiki.alpinelinux.org/wiki/Category:Raspberry Category:Raspberry] on the Alpine Linux wiki
* [https://wiki.alpinelinux.org/wiki/Category:Raspberry Category:Raspberry] on the Alpine Linux wiki
[[Category:Devices]]
[[Category:Devices]]

Revision as of 13:44, 10 January 2025

Raspberry Pi Foundation Raspberry Pi 5
Contents of the /etc/os-release file on postmarketOS running on a Raspberry Pi 5.
Contents of the /etc/os-release file on postmarketOS running on a Raspberry Pi 5.
Manufacturer Raspberry Pi Foundation
Name Raspberry Pi 5
Codename raspberry-pi5
Released 2023
Type single board computer
Hardware
Chipset Broadcom BCM2712
CPU 4x 2.4 GHz Cortex-A76
GPU Broadcom VideoCore VII
Display 2x microHDMI
Storage MicroSDHC
Memory 2GB / 4GB / 8GB
Architecture aarch64
Software
Original software Raspbian
postmarketOS
Category testing
Pre-built images no
Features
Internal storage
No data
SD card
No data
Screen
Works
Multimedia
3D Acceleration
Works
Audio
Works
Camera Flash
No data
Connectivity
WiFi
Works
Bluetooth
Works
Miscellaneous
FDE
Works
USB-A
Works
USB OTG
Works
HDMI/DP
Works
Haptics
No data


Contributors

Users owning this device


Installation

Make your own installation image with pmbootstrap:

$ pmbootstrap init
$ pmbootstrap install --sdcard=/dev/sdX  (Replace /dev/sdX with your SD card's device path)

See also