wget https://github.com/raspberrypi/firmware/archive/refs/heads/master.zip
unzip master.zip
sudo cp firmware-master/boot/*.dtb /boot
sudo cp firmware-master/boot/*.dat /boot
sudo cp firmware-master/boot/*.elf /boot
sudo cp firmware-master/boot/overlays/* /boot/overlays
Reboot to make sure you can still boot
You can cleanup the download files now.
rm -rf firmware-master
rm master.zip
Now you can continue with the Getting Started guide to install and configure Bootware.