I've a couple RPi's that need bootcode.bin on the microSD to boot from USB. Formerly I could download it by visiting
formatting link
and clicking on the link
formatting link
Lately, that takes me to
formatting link
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
Didn't find your answer? Ask the community — no account required.
T
Theo
Click on the 'raw' button, which leads to:
formatting link
and your browser should download that. Or wget it:
$ wget
formatting link
16:16:39--
formatting link
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:
formatting link
[following]
--2024-01-16 16:16:39--
formatting link
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