diff --git a/cmd/gokr-update-eeprom/eeprom.go b/cmd/gokr-update-eeprom/eeprom.go index ab7d554..898e98e 100644 --- a/cmd/gokr-update-eeprom/eeprom.go +++ b/cmd/gokr-update-eeprom/eeprom.go @@ -28,7 +28,7 @@ var ( // Git commit hash of https://github.com/raspberrypi/rpi-eeprom to take EEPROM // updates from. -const eepromRef = "3c822369bec71a2f10514994b6f491d8e2323f9e" +const eepromRef = "e9717985d26205a790d5dbc77b8dbadcadb52e05" type contentEntry struct { Name string `json:"name"` diff --git a/pieeprom-2024-10-21.bin b/pieeprom-2024-10-21.bin new file mode 100644 index 0000000..cd02671 Binary files /dev/null and b/pieeprom-2024-10-21.bin differ diff --git a/recovery.bin b/recovery.bin index a566c31..61a1378 100644 Binary files a/recovery.bin and b/recovery.bin differ