raspberrypi / rpi-update

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

If .bootloader_revision is missing, create one #26

Open by opened 9 months ago

by commented 9 months ago

Upon first run on the next machine, rpi-update (next) threw the error cat:/boot/firmware/.bootloader_revision: No such file or directory

After touch /boot/firmware/.bootloader_revision , the error was gone, so it would be good if rpi-update creates a new (empty) file if none is existing, yet.

I assume the same might be true for .firmware_revision ?

Thanks you!