I was looking at updating my Pi firmware on my 16 RPI 4's but got this message saying that the partition is too small. Is there a way to fix this without re installing Raspberry PI ?
cat /etc/debian_version
10.13
cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
uname -a
Linux c2 6.1.58-v8+ #1690 SMP PREEMPT Tue Oct 17 15:37:08 BST 2023 aarch64 GNU/Linux
pi@c2:~ $ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 29G 3.7G 24G 14% /
devtmpfs 1.7G 0 1.7G 0% /dev
tmpfs 1.9G 0 1.9G 0% /dev/shm
tmpfs 1.9G 17M 1.9G 1% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
/dev/mmcblk0p1 253M 60M 193M 24% /boot
tmpfs 380M 0 380M 0% /run/user/1000
Code:
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 DomFW_REV:a31776f0abb4bee5b79a3334bf748c99a813c084BOOTLOADER_REV:11c64e3721d104319d8b0f18b675d9beb4eb7f30rpi-eeprom firmware package appears to be too old. Skipping bootloader updatesWANT_32BIT:1 WANT_64BIT:1 WANT_PI4:1 WANT_PI5:1Partition size 256M may not be sufficient for all firmware filesThis could result in a system that will not boot.512M FAT partition is recommended. Ensure you have a backup if continuing.Would you like to proceed? (y/N)
10.13
cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
uname -a
Linux c2 6.1.58-v8+ #1690 SMP PREEMPT Tue Oct 17 15:37:08 BST 2023 aarch64 GNU/Linux
pi@c2:~ $ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 29G 3.7G 24G 14% /
devtmpfs 1.7G 0 1.7G 0% /dev
tmpfs 1.9G 0 1.9G 0% /dev/shm
tmpfs 1.9G 17M 1.9G 1% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
/dev/mmcblk0p1 253M 60M 193M 24% /boot
tmpfs 380M 0 380M 0% /run/user/1000
Statistics: Posted by gilesaj001 — Mon Feb 26, 2024 5:12 am