diff --git a/pages/linux/rpi-eeprom-update.md b/pages/linux/rpi-eeprom-update.md new file mode 100755 index 0000000000..c8cacec6a7 --- /dev/null +++ b/pages/linux/rpi-eeprom-update.md @@ -0,0 +1,20 @@ +# rpi-eeprom-update + +> Tool to update EEPROM and view other EEPROM information. +> More information: . + +- 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`