From 4ef9aa731f943e47ebeaa5a7f4b32795206d8974 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Wed, 20 Jul 2022 12:41:16 +0000 Subject: [PATCH] rpi-eeprom-update: add page (#8195) --- pages/linux/rpi-eeprom-update.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 pages/linux/rpi-eeprom-update.md 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`