github jayofelony/pwnagotchi-bullseye v2.2.7
Pwnagotchi v2.2.7

latest releases: v2.8.4, v2.6.4, v2.6.3...
12 months ago

Apparently there are some memory issues while updating your Pwnagotchi on a PiZ02W, I suggest you add a swapfile of atleast 2GB.

sudo fallocate -l 2G /var/swapfile
sudo chmod 600 /var/swapfile
sudo mkswap /var/swapfile
sudo swapon /var/swapfile
sudo bash -c 'cat >> /etc/fstab' <<EOF
/var/swapfile   swap    swap     defaults   0       0
EOF
swapon -s
  • fix_brcmf_plugin has been renamed to fix_services
  • fix_services now looks for multiple errors in logfiles. This is still a beta, so let me know if it works for you.

Don't miss a new pwnagotchi-bullseye release

NewReleases is sending notifications on new releases.