Firmware Update
David Jackson (3317) 22 posts |
I tried to update the firmware by downloading from :- snag is the page opened as a page of text beginning with:- {"payload":{"allShortcutsEnabled":false,“path”:“boot”,“repo”:{"id":3565909," any thoughts as to why this is happening? Using Netsurf always worked previously |
Stuart Painting (5389) 714 posts |
The layout of the firmware download page has changed: it now insists on Javascript. Iris should be able to cope with the page, but Netsurf can no longer manage it. |
Rick Murray (539) 13840 posts |
It’s a bit tedious, but you can always get the files by pasting the filename to the raw file URL: https://github.com/raspberrypi/firmware/raw/master/boot/fixup.dat Then delete “fixup.dat” and get the next file, and so on and so on. Thankfully there’s no embedded version info (the one asked for is the latest available) so it would be possible to throw together an Obey file to call curl for each one? (I cheat, I use my phone and FTP the files over) |
David Jackson (3317) 22 posts |
Cheers Rick – that works :) |
Jon Abbott (1421) 2651 posts |
The direct links to the underlying files are: Stable build https://raw.githubusercontent.com/raspberrypi/firmware/stable/boot/bootcode.bin Latest build https://raw.githubusercontent.com/raspberrypi/firmware/master/boot/bootcode.bin |