Files
tldr/pages.zh/linux/rpi-eeprom-update.md

20 lines
417 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# rpi-eeprom-update
> 更新 EEPROM 并查看其他 EEPROM 信息。
> 更多信息:<https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#rpi-eeprom-update>。
- 打印当前安装的树莓派 EEPROM 信息:
`sudo rpi-eeprom-update`
- 更新树莓派 EEPROM
`sudo rpi-eeprom-update -a`
- 取消待处理的更新:
`sudo rpi-eeprom-update -r`
- 显示帮助:
`rpi-eeprom-update -h`