This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Update EEPROM on Raspberry Pi 4 | |
| # Tested on Fedora Server 36..41 with downstream kernel (see https://rpmfusion.org/Howto/RaspberryPi for more information) | |
| # Author: Damian Wrobel <[email protected]> | |
| # Install git and strings utilities | |
| $ sudo dnf install /usr/bin/git /usr/bin/strings | |
| # Clone the repository | |
| $ git clone https://github.com/raspberrypi/rpi-eeprom.git && cd rpi-eeprom/ |