How to Update Raspberry Pi 4 Firmware

How to Update Raspberry Pi 4 Firmware


Raspberry Expert is reader-supported. When you buy through links on our site, we may earn an affiliate commission at no extra price to you lot.

How to update raspberry pi

In this tutorial, y’all will exist learning how to update Raspberry Pi firmware/ operating system with simple steps.

Updating the Raspberry Pi is an important matter that yous accept to perform on a regular basis. This volition ensure that your device is running at its best performance level and virtually chiefly, improved security.

Raspberry Pi Os packages receive regular updates that include full general problems fixes, minor improvements, and security enhancements. So yous can update your Raspberry Pi with the latest version of the Bone to improve the device’s overall performance.

If you remotely connect your
Raspberry Pi via SSH
or using VNC, then information technology’s an inevitable thing to keep your arrangement updated to the nigh recent version. This is because yous should take extra care in terms of security while using remote access.

Fortunately, updating your Raspberry Pi is not at all a tedious task particularly when you take the official Raspberry Pi Bone or Raspbian.

How to Update Raspberry Pi Bone

Ii of the most used operating systems on Raspberry Pi are
Raspbian
and
Ubuntu
which are purely based on
Debian. And, Debian-based systems make use of the

apt

parcel manager for the updation.

We are going to update Raspberry Pi from the concluding and for that, you accept to open the final using CTRL + ALT + T

  1. At first, we need to update the bundle list. The bundle managing director uses the packet list to check what packages need update and their downloading source besides. Run the following command to update the package list.
                      sudo apt update
                    
  2. One time the package list is updated, y’all can run a full update on any of the available packages. By performing a full upgrade the package manager will automatically download and install any additional dependencies that software might crave. To do and so, issue the below command.
                      sudo apt full-upgrade
                    
  3. Once you lot run the command, you will be prompted to confirm the full upgrade. And so type y so press the ENTER central. This may also update raspberry pi kernel and another packages.
    update raspberry pi full upgrade
  4. If everything is completed, yous will need to reboot your device to reflect the changes. For that run the following command.
              sudo reboot
            

Make clean up the Cache and Obsolete Files

After an update, there is a chance for the existence of some remnant files. You tin remove those files and clean up your device using the

autoremove

command.

Read:  Newest Firmware Updates for Android Tv Box

Apart from that, in that location may exist some obsolete files in the cache that are no longer needed for your device. Yous tin can remove them also

make clean

command.

To do this, run the following commands one by one.

              sudo apt autoremove
            
              sudo apt make clean
            

Update Raspberry Pi EEPROM

Updating the bootloader of your Raspberry Pi to the latest preview version is an
optional footstep. You may perform this but if you are facing any issues with your Pi.

Otherwise, the updated version volition be automatically pushed through the Raspbian package repository in one case information technology becomes a stable build. And so I recommend you look for the stable version to release unless you lot
mess up with booting your Pi.

Annotation that you are gonna install a potentially unstable version of the bootloader which may be buggy.

  1. You can check whether whatever updates are bachelor for install by running the post-obit command.
                      sudo rpi-eeprom-update
                    
  2. If whatsoever available update is there, you lot can give the post-obit control to update Raspberry Pi EEPROM.
                      sudo rpi-eeprom-update -a
                    
  3. After updating the bootloader, yous need to restart your device to apply the changes.
                      sudo reboot
                    

Conclusion

By at present, y’all will know how to update Raspberry Pi OS and its bootloader. Y’all tin can try information technology on your Pi and get it updated with the latest version.

Always upgrade your Pi to the latest stable version to maintain the security and performance of your device.

If y’all run into any problems, don’t hesitate to ask via comments.

Read:  Revert From Dd Wrt to Netgear Firmware

Found an issue with this article?
Report it hither, so that I tin can resolve it.

How to Update Raspberry Pi 4 Firmware

You May Also Like