Skip to content

Commit

Permalink
update rpi-eeprom to latest pieeprom-2024-10-21.bin
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Oct 27, 2024
1 parent 2520ae0 commit beaed52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 9cb1ce430a84ce4790920ec5e55502751bd92797708eab6881ae56e15e396a4c rpi-eeprom-3c822369bec71a2f10514994b6f491d8e2323f9e.tar.gz
sha256 ee4540a6ced3a177c21a13d8d1c3d7798315bab7bc481288e60e58b88a249eeb rpi-eeprom-e9717985d26205a790d5dbc77b8dbadcadb52e05.tar.gz
6 changes: 3 additions & 3 deletions buildroot-external/package/rpi-eeprom/rpi-eeprom.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
#
################################################################################

RPI_EEPROM_VERSION = 3c822369bec71a2f10514994b6f491d8e2323f9e
RPI_EEPROM_VERSION = e9717985d26205a790d5dbc77b8dbadcadb52e05
RPI_EEPROM_SITE = $(call github,raspberrypi,rpi-eeprom,$(RPI_EEPROM_VERSION))
RPI_EEPROM_LICENSE = BSD-3-Clause
RPI_EEPROM_LICENSE_FILES = LICENSE
RPI_EEPROM_INSTALL_IMAGES = YES

ifeq ($(BR2_PACKAGE_RPI_EEPROM_RPI4),y)
# Raspberry Pi 4
RPI_EEPROM_FIRMWARE_PATH = firmware-2711/stable/pieeprom-2024-10-10.bin
RPI_EEPROM_FIRMWARE_PATH = firmware-2711/stable/pieeprom-2024-10-21.bin
else ifeq ($(BR2_PACKAGE_RPI_EEPROM_RPI5),y)
# Raspberry Pi 5
RPI_EEPROM_FIRMWARE_PATH = firmware-2712/stable/pieeprom-2024-10-10.bin
RPI_EEPROM_FIRMWARE_PATH = firmware-2712/stable/pieeprom-2024-10-21.bin
endif

define RPI_EEPROM_BUILD_CMDS
Expand Down

0 comments on commit beaed52

Please sign in to comment.