Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

: is not an identifier


computers / comp.sys.raspberry-pi / Re: Updating bootcode.bin

SubjectAuthor
* Updating bootcode.binbob prohaska
+* Re: Updating bootcode.binTheo
|`- Re: Updating bootcode.binbob prohaska
`* Re: Updating bootcode.binAndy Burns
 `- Re: Updating bootcode.binbob prohaska

1
Updating bootcode.bin

<uo68v5$1gjua$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=8924&group=comp.sys.raspberry-pi#8924

  copy link   Newsgroups: comp.sys.raspberry-pi
Path: i2pn2.org!i2pn.org!usenet.goja.nl.eu.org!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: bp...@www.zefox.net (bob prohaska)
Newsgroups: comp.sys.raspberry-pi
Subject: Updating bootcode.bin
Date: Tue, 16 Jan 2024 15:56:21 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 22
Message-ID: <uo68v5$1gjua$1@dont-email.me>
Injection-Date: Tue, 16 Jan 2024 15:56:21 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="643a49b0880ae47b9c108cbc16222173";
logging-data="1593290"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+dS3kcK0QVxT8lOjOYHd7krhUX//UJBvE="
User-Agent: tin/2.4.4-20191224 ("Millburn") (FreeBSD/12.4-STABLE (arm))
Cancel-Lock: sha1:vS0y1BqIXmukOLiEGRVlwS3Y/gM=
 by: bob prohaska - Tue, 16 Jan 2024 15:56 UTC

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

Re: Updating bootcode.bin

<Mkc*OSAAz@news.chiark.greenend.org.uk>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=8926&group=comp.sys.raspberry-pi#8926

  copy link   Newsgroups: comp.sys.raspberry-pi
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!newsfeed.xs3.de!nntp-feed.chiark.greenend.org.uk!ewrotcd!.POSTED.chiark.greenend.org.uk!not-for-mail
From: theom+n...@chiark.greenend.org.uk (Theo)
Newsgroups: comp.sys.raspberry-pi
Subject: Re: Updating bootcode.bin
Date: 16 Jan 2024 16:19:46 +0000 (GMT)
Organization: University of Cambridge, England
Message-ID: <Mkc*OSAAz@news.chiark.greenend.org.uk>
References: <uo68v5$1gjua$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Info: chiark.greenend.org.uk; posting-host="chiark.greenend.org.uk:212.13.197.229";
logging-data="27368"; mail-complaints-to="abuse@chiark.greenend.org.uk"
User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (Linux/5.10.0-22-amd64 (x86_64))
Originator: theom@chiark.greenend.org.uk ([212.13.197.229])
 by: Theo - Tue, 16 Jan 2024 16:19 UTC

bob prohaska <bp@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]

Re: Updating bootcode.bin

<uo6c3v$1h9nj$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=8928&group=comp.sys.raspberry-pi#8928

  copy link   Newsgroups: comp.sys.raspberry-pi
Path: i2pn2.org!rocksolid2!news.neodome.net!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: bp...@www.zefox.net (bob prohaska)
Newsgroups: comp.sys.raspberry-pi
Subject: Re: Updating bootcode.bin
Date: Tue, 16 Jan 2024 16:50:07 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 27
Message-ID: <uo6c3v$1h9nj$1@dont-email.me>
References: <uo68v5$1gjua$1@dont-email.me> <Mkc*OSAAz@news.chiark.greenend.org.uk>
Injection-Date: Tue, 16 Jan 2024 16:50:07 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="643a49b0880ae47b9c108cbc16222173";
logging-data="1615603"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+ydTqXrY7sz9nAYCghpFTIQykmvCWzhsc="
User-Agent: tin/2.4.4-20191224 ("Millburn") (FreeBSD/12.4-STABLE (arm))
Cancel-Lock: sha1:TAM6Irm38McFLWbCg9mKExx9SUg=
 by: bob prohaska - Tue, 16 Jan 2024 16:50 UTC

Theo <theom+news@chiark.greenend.org.uk> wrote:
> bob prohaska <bp@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

Re: Updating bootcode.bin

<l0nrm1F9holU5@mid.individual.net>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=8929&group=comp.sys.raspberry-pi#8929

  copy link   Newsgroups: comp.sys.raspberry-pi
Path: i2pn2.org!i2pn.org!news.neodome.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: use...@andyburns.uk (Andy Burns)
Newsgroups: comp.sys.raspberry-pi
Subject: Re: Updating bootcode.bin
Date: Tue, 16 Jan 2024 17:11:30 +0000
Lines: 8
Message-ID: <l0nrm1F9holU5@mid.individual.net>
References: <uo68v5$1gjua$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net HDg/hCFPgIR6nZKsb3kfeAJMhgs60Es5zuN+PZPWYj+ZFcm1Fh
Cancel-Lock: sha1:kdN2CJqHEod877IP55curSWm1FU= sha256:ueoOOGsLwjO4HKNe5tiyAHOMMD1FjD4/vNbtYdOEOAs=
User-Agent: Mozilla Thunderbird
Content-Language: en-GB
In-Reply-To: <uo68v5$1gjua$1@dont-email.me>
 by: Andy Burns - Tue, 16 Jan 2024 17:11 UTC

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

Re: Updating bootcode.bin

<uo7a5m$1m7i1$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=8931&group=comp.sys.raspberry-pi#8931

  copy link   Newsgroups: comp.sys.raspberry-pi
Path: i2pn2.org!i2pn.org!news.neodome.net!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: bp...@www.zefox.net (bob prohaska)
Newsgroups: comp.sys.raspberry-pi
Subject: Re: Updating bootcode.bin
Date: Wed, 17 Jan 2024 01:23:02 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 15
Message-ID: <uo7a5m$1m7i1$1@dont-email.me>
References: <uo68v5$1gjua$1@dont-email.me> <l0nrm1F9holU5@mid.individual.net>
Injection-Date: Wed, 17 Jan 2024 01:23:02 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="2748758738cf1fb55e0d94c6e449c0e3";
logging-data="1777217"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+V9RHvIifVFggOASe0KoStbfezHGxkm4E="
User-Agent: tin/2.4.4-20191224 ("Millburn") (FreeBSD/12.4-STABLE (arm))
Cancel-Lock: sha1:Sgjja2BxpzDDTaL6dyM2MNv53TE=
 by: bob prohaska - Wed, 17 Jan 2024 01:23 UTC

Andy Burns <usenet@andyburns.uk> wrote:
> 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
>
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,

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor