Skip to content

Commit

Permalink
update rpi-eeprom to latest pieeprom-2025-01-14.bin
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Jan 17, 2025
1 parent 45ec139 commit 27cd7f3
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 4424884c26bea47fe307b2de0087b1d7026da8f66d7ca20beb6e988da02670b1 rpi-eeprom-54d9c333a9d39941b4fc881275f433821c7b5cde.tar.gz
sha256 fc4161e0d0eccae27494a3569a261d9dfac0c6573a3a9fc78ba68d46359f30e9 rpi-eeprom-cc58b7d6ce9f026d4d2a05f65ddc1aa89090fa78.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 = 54d9c333a9d39941b4fc881275f433821c7b5cde
RPI_EEPROM_VERSION = cc58b7d6ce9f026d4d2a05f65ddc1aa89090fa78
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-12-07.bin
else ifeq ($(BR2_PACKAGE_RPI_EEPROM_RPI5),y)
# Raspberry Pi 5
RPI_EEPROM_FIRMWARE_PATH = firmware-2712/stable/pieeprom-2025-01-08.bin
RPI_EEPROM_FIRMWARE_PATH = firmware-2712/stable/pieeprom-2025-01-14.bin
endif

define RPI_EEPROM_BUILD_CMDS
Expand Down

0 comments on commit 27cd7f3

Please sign in to comment.