raspberrypi / rpi-update

An easier way to update the firmware of your Raspberry Pi
MIT License
132 stars 18 forks source link

rpi-update <branch> only compares branch name, not commit #15

Open by opened 9 months ago

by commented 9 months ago

As described in https://forums.raspberrypi.com/viewtopic.php?t=356801#p2138697, when running subsequent rpi-update <branch> (e.g., sudo rpi-update rpi-6.5.y), no new update/commit will be pulled in as /boot/.firmware_revision only contains the branch name (i.e., rpi-6.5.y), not the current commit.

Thank you! Michael