Hexxeh / rpi-update

An easier way to update the firmware of your Raspberry Pi
MIT License
1.94k stars 232 forks source link

reinstall firmware #288

Closed actraiser30 closed 3 years ago

actraiser30 commented 5 years ago

Hello

i want to reinstall the same firmware i have in my raspberry and not a newer/beta one

how can i do it?

and how can i install a specific firmware revision?

thanks

popcornmix commented 5 years ago

What version do you want? If the current apt version, then

sudo apt-get install --reinstall raspberrypi-bootloader
sudo apt-get install --reinstall raspberrypi-kernel

If it's a specific historical rpi-update version, then look at: https://github.com/Hexxeh/rpi-firmware/commits/master

If you click on each commit the end of the url contains a git hash. Run sudo rpi-update <hash> to update to that version.

Ruffio commented 4 years ago

@actraiser30 has the issue been resolved and this can be closed?

Ruffio commented 3 years ago

this issue should be closed due to inactivity for three months