Raspberry Pi 5 - RaspiOS
RaspiOS on Raspberry Pi 5
back to main Pi 5 page.
History
2024-08-18: mmcblk0p2 - eeprom status
tingo@tipi5-linux:~ $ rpi-eeprom-update *** UPDATE AVAILABLE *** BOOTLOADER: update available CURRENT: Fri 5 Jan 15:57:40 UTC 2024 (1704470260) LATEST: Wed 5 Jun 15:41:49 UTC 2024 (1717602109) RELEASE: default (/lib/firmware/raspberrypi/bootloader-2712/default) Use raspi-config to change the release.
2024-08-18: mmcblk0p2 - lsblk info
tingo@tipi5-linux:~ $ lsblk -f NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS mmcblk0 ├─mmcblk0p1 vfat FAT32 bootfs 9BE2-1346 435.4M 15% /boot/firmware └─mmcblk0p2 ext4 1.0 rootfs 12974fe2-889e-4060-b497-1d6ac3fbbb4b 49.3G 8% /
2024-08-18: tested the Micro-HDMI adapter (61308) - it works.
2024-08-16: wired up the Pi 5 with a monitor (using a micro-HDMI adapter), usb keyboard and mouse, and plugged in an ethernet cable (I forgot that I had entered wireless details). Plugged in the power supply. Pi 5 booted, restarted a few times, and showed the desktop. From ssh
tingo@kg-core2:~ $ ssh tipi5-linux.local Linux tipi5-linux 6.6.31+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Thu Jul 4 02:17:05 2024
os info
tingo@tipi5-linux:~ $ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"
kernel
tingo@tipi5-linux:~ $ uname -a Linux tipi5-linux 6.6.31+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux
2024-08-16: I created this page.