System Grab Bag

View all TLDR pages from Linux (or from all pages)

rpi-eeprom-update

Tool to update EEPROM and view other EEPROM information. More information: https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#rpi-eeprom-update.
  • Print information about the current raspberry pi EEPROM installed:
    sudo rpi-eeprom-update
  • Update a raspberry pi EEPROM:
    sudo rpi-eeprom-update -a
  • Cancel the pending update:
    sudo rpi-eeprom-update -r
  • Display help:
    rpi-eeprom-update -h

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.