diff --git a/cmd/gokr-update-eeprom/eeprom.go b/cmd/gokr-update-eeprom/eeprom.go index 19559c6..46c78e5 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 = "c0a207f4524418d4f7d7266934dc7a1ae92110bf" +const eepromRef = "768f4fbc69f6f929c52991485e0d0117289465f8" type contentEntry struct { Name string `json:"name"` diff --git a/pieeprom-2024-05-17.bin b/pieeprom-2024-05-17.bin new file mode 100644 index 0000000..de2f8af Binary files /dev/null and b/pieeprom-2024-05-17.bin differ diff --git a/recovery.bin b/recovery.bin index 189e23b..037e11c 100644 Binary files a/recovery.bin and b/recovery.bin differ