smart home circle
Smart Home Circle
Published on

How To Update Bootloader (EEPROM) On The Raspberry Pi

How To Update Bootloader (EEPROM) On The Raspberry Pi
2 min read
Authors
Table of Contents

Pre Requirement

  • RaspberryPI OS is installed on the SD Card and Raspberry Pi is up and running

Updating Raspberry Pi Bootloader

Step 1: Open the terminal and enter the following command

sudo raspi-config

Step 2: Now select Advanced Options > Bootloader Version > select Latest and confirm the changes.

Step 3: Now update your Raspberry Pi OS with the following command.

sudo apt update

Step 4: Now run this command

sudo rpi-eeprom-update

This will show you the latest updated version

Step 5: Now update the bootloader and reboot the system

sudo rpi-eeprom-update -a  
sudo reboot

If you are interested in exploring more of such easy to follow step by step guides about Home Assistant, then here are a few suggestions