Skip to content

Commit

Permalink
rpi-eeprom: update firmware to 2024-05-17
Browse files Browse the repository at this point in the history
Changelog-entry: update rpi-eeprom firmware to 2024-05-17
Signed-off-by: Alex Gonzalez <[email protected]>
  • Loading branch information
alexgg committed Jul 15, 2024
1 parent a867de4 commit 3336d35
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SUMMARY = "Installation scripts and binaries for the Raspberry Pi 4 EEPROM"
DESCRIPTION = "This repository contains the rpi4 bootloader and scripts \
for updating it in the spi eeprom"
LICENSE = "BSD-3-Clause & Broadcom-RPi"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f546ed4f47e9d4c1fe954ecc9d3ef4f3"
LIC_FILES_CHKSUM = "file://LICENSE;md5=449418bd5e2b674b51a36c78f3f85a01"

SRC_URI = " \
git://github.com/raspberrypi/rpi-eeprom.git;protocol=https;branch=master \
Expand All @@ -15,12 +15,12 @@ SRC_URI += " \
file://default-config.txt \
"

SRCREV = "3b393d31ac0f1864420d47028b5703a70ad8da8f"
PV = "v2023.10.18-2712"
SRCREV = "e430a41e7323a1e28fb42b53cf79e5ba9b5ee975"
PV = "v2024.06.05-2712"

# We use the latest stable version
# which is available in "stable"
LATEST_STABLE_PIEEPROM_FW:raspberrypi4-64 = "2023-05-11"
LATEST_STABLE_PIEEPROM_FW:raspberrypi4-64 = "2024-05-17"
VL805_FW_REV = "000138a1"
FIRMWARE:raspberrypi4-64 = "firmware-2711"

Expand Down

0 comments on commit 3336d35

Please sign in to comment.