PiZero 2W with Bullseye: Boot Artifact Update

Steps necessary to update Bullseye with new Pi Boot Artifacts prior to installing Bootware

  1. Pull latest files from github
 wget https://github.com/raspberrypi/firmware/archive/refs/heads/master.zip
 unzip master.zip
  1. Copy files into boot partition
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
  1. Reboot to make sure you can still boot

  2. 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.