Skip to content

Instantly share code, notes, and snippets.

@vurdalakov
Last active December 26, 2025 10:59
Show Gist options
  • Select an option

  • Save vurdalakov/43db986273a7ae02bd68fa53fa6b8670 to your computer and use it in GitHub Desktop.

Select an option

Save vurdalakov/43db986273a7ae02bd68fa53fa6b8670 to your computer and use it in GitHub Desktop.
Raspebbry Pi cheatsheet

Update Raspberry Pi OS

sudo apt update
sudo apt full-upgrade
sudo reboot

Check Raspberry Pi 5 EEPROM/bootloader version

sudo rpi-eeprom-update

Update Raspberry Pi 5 EEPROM/bootloader

sudo raspi-config
  • "Advanced Options" menu item
  • "Bootloader version" menu item
  • "Latest" menu item
  • "No" button ("Reset bootloader to default configuration?")
  • "Finish" button
  • "Yes" button ("Would you like to reboot now?")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment