pwnagotchi icon indicating copy to clipboard operation
pwnagotchi copied to clipboard

New Installation. Fails to upgrade

Open kiraitachi opened this issue 1 year ago • 3 comments

Describe the bug I have recently installed Pwnagotchi Image. Latest one as of 2023 1.5.5. After fixing the keyring issues for upgrading and connecting properly the device to internet it fails to upgrade because there are packages that break the kernel. To Reproduce Steps to reproduce the behavior:

  1. sudo apt update
  2. sudo apt upgrade
  3. The following packages have unmet dependencies: kalipi-kernel : Breaks: raspberrypi-kernel but 1:1.20230509~buster-1 is to be installed

Expected behavior To upgrade

Screenshots image

Environment (please complete the following information):

  • Pwnagotchi version 1.5.5
  • Type of hardware: Pi-zero WH

Anyone got it fixed?

kiraitachi avatar Aug 19 '23 08:08 kiraitachi

I don't have an answer to your issue. But I will say that wpa-2's fork of Pwnagotchi worked for me on my pi-0w. It includes support for waveshare v3 screens and fixed the AI mode not starting. These instructions are also very helpful.

MegaTheLEGEND avatar Aug 21 '23 04:08 MegaTheLEGEND

Try this:

wget https://archive.raspberrypi.org/debian/pool/main/r/raspberrypi-firmware/raspberrypi-bootloader_1.20230405-1_armhf.deb

wget https://archive.raspberrypi.org/debian/pool/main/r/raspberrypi-firmware/raspberrypi-kernel_1.20230405-1_armhf.deb

wget https://archive.raspberrypi.org/debian/pool/main/r/raspberrypi-firmware/raspberrypi-kernel-headers_1.20230405-1_armhf.deb

dpkg -i ./raspberrypi-bootloader_1.20230405-1_armhf.deb

dpkg -i ./raspberrypi-kernel_1.20230405-1_armhf.deb

dpkg -i ./raspberrypi-kernel-headers_1.20230405-1_armhf.deb

Got it here.

kontrakote avatar Aug 22 '23 14:08 kontrakote

Try this:

wget https://archive.raspberrypi.org/debian/pool/main/r/raspberrypi-firmware/raspberrypi-bootloader_1.20230405-1_armhf.deb

wget https://archive.raspberrypi.org/debian/pool/main/r/raspberrypi-firmware/raspberrypi-kernel_1.20230405-1_armhf.deb

wget https://archive.raspberrypi.org/debian/pool/main/r/raspberrypi-firmware/raspberrypi-kernel-headers_1.20230405-1_armhf.deb

dpkg -i ./raspberrypi-bootloader_1.20230405-1_armhf.deb

dpkg -i ./raspberrypi-kernel_1.20230405-1_armhf.deb

dpkg -i ./raspberrypi-kernel-headers_1.20230405-1_armhf.deb

Got it here.

That will break it and is pointless.

wpa-2 avatar Aug 24 '23 19:08 wpa-2