Skip to content

Commit

Permalink
update rpi-eeprom to latest pi5 version (pieeprom-2024-06-04.bin)
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Jun 4, 2024
1 parent 47e805a commit 45d1baf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildroot-external/package/rpi-eeprom/rpi-eeprom.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Locally computed
sha256 8070f30d450f10fa9253e7a254cd3877fa4b973eb437b94d8c03e2fabc64c916 LICENSE
sha256 952c6348b65cbeca05da449dce3fa5f307d54997b1a9788e235eb1ac403ae21e rpi-eeprom-61fb89536fc94a57c1e0afd42617849b6d0cac37.tar.gz
sha256 d2899883e89f2ced099028b4db9a2a00f7fd1b60a7a32234f2df873ecfca4abd rpi-eeprom-cf3cadf9945e5a72c5327f124a89fdc544426152.tar.gz
4 changes: 2 additions & 2 deletions buildroot-external/package/rpi-eeprom/rpi-eeprom.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

RPI_EEPROM_VERSION = 61fb89536fc94a57c1e0afd42617849b6d0cac37
RPI_EEPROM_VERSION = cf3cadf9945e5a72c5327f124a89fdc544426152
RPI_EEPROM_SITE = $(call github,raspberrypi,rpi-eeprom,$(RPI_EEPROM_VERSION))
RPI_EEPROM_LICENSE = BSD-3-Clause
RPI_EEPROM_LICENSE_FILES = LICENSE
Expand All @@ -15,7 +15,7 @@ ifeq ($(BR2_PACKAGE_RPI_EEPROM_RPI4),y)
RPI_EEPROM_FIRMWARE_PATH = firmware-2711/stable/pieeprom-2024-05-17.bin
else ifeq ($(BR2_PACKAGE_RPI_EEPROM_RPI5),y)
# Raspberry Pi 5
RPI_EEPROM_FIRMWARE_PATH = firmware-2712/stable/pieeprom-2024-05-17.bin
RPI_EEPROM_FIRMWARE_PATH = firmware-2712/stable/pieeprom-2024-06-04.bin
endif

define RPI_EEPROM_BUILD_CMDS
Expand Down

0 comments on commit 45d1baf

Please sign in to comment.