Raspberry Pi firmware extracted from:
http://downloads.raspberrypi.org/raspbian/images/raspbian-2019-07-12/
To extract firmware, first download the image archive and issue:
% unzip -f 2019-07-10-raspbian-buster.zip
% disk/partfs -r 2019-07-10-raspbian-buster.img
% readparts /dev/sdXX
% dossrv -f /dev/sdXX/dos
% mount /srv/dos /n/dos /dev/sdXX/dos
% cp -x /n/dos/^(bootcode.bin fixup.dat start.elf) /cfg/$sysname/dos
To clean up, issue:
% unmount /n/dos && rm -f /srv/dos
% kill partfs | rc
Steven Stallion
December 2019
|