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