-
-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert to previous boot firmware version
An I²C-related issue has been introduced by updating to the March 24th version of start_cd.elf/fixup_cd.dat. Revert to the January 20th version until this is investigated and fixed.
- Loading branch information
Showing
4 changed files
with
40 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/boot/Makefile b/boot/Makefile | ||
index 6aadb4b..90395d4 100644 | ||
--- a/boot/Makefile | ||
+++ b/boot/Makefile | ||
@@ -9,7 +9,7 @@ | ||
#FIRMWARE = master | ||
|
||
# Use firmware revision built/committed on: Mar 24 2022 | ||
-FIRMWARE ?= ea4c803c57697aad951a27fcd64c01ef16f9fe7f | ||
+FIRMWARE ?= 827fdd073638fa7b7292d1148fe0af7465111eae | ||
|
||
BASEURL = https://github.com/raspberrypi/firmware/blob/$(FIRMWARE)/boot | ||
|