Groups
Groups
Sign in
Groups
Groups
comp.sys.raspberry-pi
Conversations
About
Send feedback
Help
Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss
Learn more
Updating bootcode.bin
12 views
Skip to first unread message
bob prohaska
unread,
Jan 16, 2024, 10:56:23 AM
1/16/24
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I've a couple RPi's that need bootcode.bin on the microSD
to boot from USB. Formerly I could download it by visiting
https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#raspberry-pi-boot-modes
and clicking on the link
https://github.com/raspberrypi/firmware/blob/master/boot/bootcode.bin
Lately, that takes me to
https://github.com/raspberrypi/firmware/blob/master/boot/bootcode.bin
which displays as an empty frame on the right of the window. Clicking
on the icon for bootcode.bin in the left-hand frame doesn't change
the display and doesn't start a download.
I'm using a recent RasPiOS system with the chromium browser for this,
all updating using apt, so if anything should work, this should.
Can somebody tell me what I'm doing wrong?
Thanks for reading,
bob prohaska
Theo
unread,
Jan 16, 2024, 11:19:50 AM
1/16/24
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
bob prohaska <
b...@www.zefox.net
> wrote:
> I've a couple RPi's that need bootcode.bin on the microSD
> to boot from USB. Formerly I could download it by visiting
>
https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#raspberry-pi-boot-modes
>
> and clicking on the link
>
https://github.com/raspberrypi/firmware/blob/master/boot/bootcode.bin
>
> Lately, that takes me to
>
https://github.com/raspberrypi/firmware/blob/master/boot/bootcode.bin
> which displays as an empty frame on the right of the window. Clicking
> on the icon for bootcode.bin in the left-hand frame doesn't change
> the display and doesn't start a download.
Click on the 'raw' button, which leads to:
https://github.com/raspberrypi/firmware/raw/master/boot/bootcode.bin
and your browser should download that. Or wget it:
$ wget
https://github.com/raspberrypi/firmware/raw/master/boot/bootcode.bin
--2024-01-16 16:16:39--
https://github.com/raspberrypi/firmware/raw/master/boot/bootcode.bin
Resolving
github.com
(
github.com
)... 140.82.121.3
Connecting to
github.com
(
github.com
)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location:
https://raw.githubusercontent.com/raspberrypi/firmware/master/boot/bootcode.bin
[following]
--2024-01-16 16:16:39--
https://raw.githubusercontent.com/raspberrypi/firmware/master/boot/bootcode.bin
Resolving
raw.githubusercontent.com
(
raw.githubusercontent.com
)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ...
Connecting to
raw.githubusercontent.com
(
raw.githubusercontent.com
)|185.199.108.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 52476 (51K) [application/octet-stream]
Saving to: ‘bootcode.bin’
bootcode.bin 100%[============================================================================>] 51.25K --.-KB/s in 0.01s
2024-01-16 16:16:39 (4.59 MB/s) - ‘bootcode.bin’ saved [52476/52476]
bob prohaska
unread,
Jan 16, 2024, 11:50:09 AM
1/16/24
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Theo <
theom...@chiark.greenend.org.uk
> wrote:
> bob prohaska <
b...@www.zefox.net
> wrote:
>> I've a couple RPi's that need bootcode.bin on the microSD
>> to boot from USB. Formerly I could download it by visiting
>>
https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#raspberry-pi-boot-modes
>>
>> and clicking on the link
>>
https://github.com/raspberrypi/firmware/blob/master/boot/bootcode.bin
>>
>> Lately, that takes me to
>>
https://github.com/raspberrypi/firmware/blob/master/boot/bootcode.bin
>> which displays as an empty frame on the right of the window. Clicking
>> on the icon for bootcode.bin in the left-hand frame doesn't change
>> the display and doesn't start a download.
>
> Click on the 'raw' button, which leads to:
>
https://github.com/raspberrypi/firmware/raw/master/boot/bootcode.bin
>
> and your browser should download that.
That did the trick. Odd that a button labeled "view" should trigger
a download, but I'm very glad it works anyway.
Thank you!
bob prohaska
Andy Burns
unread,
Jan 16, 2024, 12:11:31 PM
1/16/24
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
bob prohaska wrote:
>
https://github.com/raspberrypi/firmware/blob/master/boot/bootcode.bin
> which displays as an empty frame on the right of the window.
I get links on the right to copy or download the "raw" file, it's how
github handles binaries
bob prohaska
unread,
Jan 16, 2024, 8:23:04 PM
1/16/24
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Ok, now that you've _told_ me I see the icon. But it's only an
icon, not a word. Apparently hieroglyphics aren't my thing...8-)
Thanks for writing,
0 new messages