Skip to content
Discussion options

You must be logged in to vote

With this small patch, it should work:

diff --git a/boot/Makefile b/boot/Makefile
index 236f32e1..3a21bac9 100644
--- a/boot/Makefile
+++ b/boot/Makefile
@@ -14,7 +14,7 @@
 # Use firmware revision built/committed on: Nov 26 2024
 FIRMWARE ?= 4bb9d889a9d48c7335ebe53c0b8be83285ea54b1
 
-BASEURL = https://github.com/raspberrypi/firmware/blob/$(FIRMWARE)/boot
+BASEURL = https://github.com/raspberrypi/firmware/raw/$(FIRMWARE)/boot
 
 FILES = LICENCE.broadcom COPYING.linux \
        bootcode.bin start.elf fixup.dat start4.elf fixup4.dat \
@@ -32,12 +32,12 @@ firmware: clean
        @for file in $(FILES) ; \
        do \
                echo Downloading $$file ... ; \
-               wget -q -O …

Replies: 8 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by SteveSpencer
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@hpingel
Comment options

@Andy2No
Comment options

@hpingel
Comment options

@hpingel
Comment options

Comment options

You must be logged in to vote
1 reply
@rsta2
Comment options

Comment options

You must be logged in to vote
3 replies
@rsta2
Comment options

@bcox-sdm
Comment options

@rsta2
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants