-
-
Save fishd72/d3518ef40479a9272f2bd6c425b7af07 to your computer and use it in GitHub Desktop.
So will I have to burn this .zip back to my memory with balena? After this, the config.toml file would be ready without the need to edit it?
yes you should be good to go if you use torch
The .zip from https://github.com/jayofelony/pwnagotchi-torch/releases/tag/v2.5.4 does not allow you to attach it to the balena to burn it to the SD memory (it is already formatted) this new .zip weighs nothing in comparison with others
@jokersmoker6 it should okay first off what pi are you using? pi zero 2 w? or pi zero w
@jokersmoker6 okay so here is what you are gonna need to do... go to the pwnagotchi torch download page that i linked earlier. for your pi you need to download this one " pwnagotchi-rpi-bullseye-2.5.4-armhf.img.xz" you will have to then write this image to the micro sd probably just use the raspberry pi imager. (here is the link for that https://www.raspberrypi.com/software/ ) make sure when you put the image on the sd you select the device on the raspberry pi imager scroll down and select "Raspbery Pi Zero" not "Raspbery Pi Zero 2 W" then for the os select pwnagotchi-rpi-bullseye-2.5.4-armhf.img.xz then you should be good
This script has always worked for me in the past, but on this occasion I'm having no luck with it. I'm running the script as I usually do after setting up and checking I've got internet connectivity (ping google.com), and when running the script it goes through without any errors. But for some reason, I'm getting no life from my V3 Waveshare screen.
Any ideas anyone?
This script has always worked for me in the past, but on this occasion I'm having no luck with it. I'm running the script as I usually do after setting up and checking I've got internet connectivity (ping google.com), and when running the script it goes through without any errors. But for some reason, I'm getting no life from my V3 Waveshare screen.
Any ideas anyone?
most of the recent images will be working out the box and this script will not be needed.
i'm gettin this error:
root@pwnagotchi:/usr/local/src/pwnagotchi# cd /usr/local/src/pwnagotchi
sudo git pull
sudo mkdir /usr/local/lib/python3.7/dist-packages/pwnagotchi/ui/hw/libs/waveshare/v3/
sudo cp /usr/local/src/pwnagotchi/pwnagotchi/ui/display.py /usr/local/lib/python3.7/dist-packages/pwnagotchi/ui/
sudo cp /usr/local/src/pwnagotchi/pwnagotchi/ui/hw/init.py /usr/local/lib/python3.7/dist-packages/pwnagotchi/ui/hw/
sudo cp /usr/local/src/pwnagotchi/pwnagotchi/ui/hw/libs/waveshare/v3/epd2in13_V3.py /usr/local/lib/python3.7/dist-packages/pwnagotchi/ui/hw/libs/waveshare/v3/
sudo cp /usr/local/src/pwnagotchi/pwnagotchi/ui/hw/libs/waveshare/v3/epdconfig.py /usr/local/lib/python3.7/dist-packages/pwnagotchi/ui/hw/libs/waveshare/v3/
sudo cp /usr/local/src/pwnagotchi/pwnagotchi/ui/hw/waveshare3.py /usr/local/lib/python3.7/dist-packages/pwnagotchi/ui/hw/
sudo cp /usr/local/src/pwnagotchi/pwnagotchi/utils.py /usr/local/lib/python3.7/dist-packages/pwnagotchi/
sudo cp /usr/local/src/pwnagotchi/pwnagotchi/ui/hw/waveshare35lcd.py /usr/local/lib/python3.7/dist-packages/pwnagotchi/ui/hw/
fatal: not a git repository (or any of the parent directories): .git
mkdir: cannot create directory ‘/usr/local/lib/python3.7/dist-packages/pwnagotchi/ui/hw/libs/waveshare/v3/’: No such file or directory
cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/ui/display.py': No such file or directory
cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/ui/hw/init.py': No such file or directory
cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/ui/hw/libs/waveshare/v3/epd2in13_V3.py': No such file or directory
cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/ui/hw/libs/waveshare/v3/epdconfig.py': No such file or directory
cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/ui/hw/waveshare3.py': No such file or directory
cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/utils.py': No such file or directory
cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/ui/hw/waveshare35lcd.py': No such file or directory
fatal: not a git repository (or any of the parent directories): .git
mkdir: cannot create directory ‘/usr/local/lib/python3.7/dist-packages/pwnagotchi/ui/hw/libs/waveshare/v3/’: No such file or directory
cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/ui/display.py': No such file or directory
cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/ui/hw/init.py': No such file or directory
cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/ui/hw/libs/waveshare/v3/epd2in13_V3.py': No such file or directory
cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/ui/hw/libs/waveshare/v3/epdconfig.py': No such file or directory
cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/ui/hw/waveshare3.py': No such file or directory
cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/utils.py': No such file or directory
cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/ui/hw/waveshare35lcd.py': No such file or directory
-bash: syntax error near unexpected token `('
-bash: mkdir:: command not found
-bash: cp:: command not found
-bash: cp:: command not found
-bash: cp:: command not found
-bash: cp:: command not found
-bash: cp:: command not found
-bash: cp:: command not found
-bash: cp:: command not found
please Help ...
i'm gettin this error:
root@pwnagotchi:/usr/local/src/pwnagotchi# cd /usr/local/src/pwnagotchi
sudo git pull
sudo mkdir /usr/local/lib/python3.7/dist-packages/pwnagotchi/ui/hw/libs/waveshare/v3/ sudo cp /usr/local/src/pwnagotchi/pwnagotchi/ui/display.py /usr/local/lib/python3.7/dist-packages/pwnagotchi/ui/ sudo cp /usr/local/src/pwnagotchi/pwnagotchi/ui/hw/init.py /usr/local/lib/python3.7/dist-packages/pwnagotchi/ui/hw/ sudo cp /usr/local/src/pwnagotchi/pwnagotchi/ui/hw/libs/waveshare/v3/epd2in13_V3.py /usr/local/lib/python3.7/dist-packages/pwnagotchi/ui/hw/libs/waveshare/v3/ sudo cp /usr/local/src/pwnagotchi/pwnagotchi/ui/hw/libs/waveshare/v3/epdconfig.py /usr/local/lib/python3.7/dist-packages/pwnagotchi/ui/hw/libs/waveshare/v3/ sudo cp /usr/local/src/pwnagotchi/pwnagotchi/ui/hw/waveshare3.py /usr/local/lib/python3.7/dist-packages/pwnagotchi/ui/hw/ sudo cp /usr/local/src/pwnagotchi/pwnagotchi/utils.py /usr/local/lib/python3.7/dist-packages/pwnagotchi/ sudo cp /usr/local/src/pwnagotchi/pwnagotchi/ui/hw/waveshare35lcd.py /usr/local/lib/python3.7/dist-packages/pwnagotchi/ui/hw/ fatal: not a git repository (or any of the parent directories): .git mkdir: cannot create directory ‘/usr/local/lib/python3.7/dist-packages/pwnagotchi/ui/hw/libs/waveshare/v3/’: No such file or directory cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/ui/display.py': No such file or directory cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/ui/hw/init.py': No such file or directory cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/ui/hw/libs/waveshare/v3/epd2in13_V3.py': No such file or directory cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/ui/hw/libs/waveshare/v3/epdconfig.py': No such file or directory cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/ui/hw/waveshare3.py': No such file or directory cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/utils.py': No such file or directory cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/ui/hw/waveshare35lcd.py': No such file or directory fatal: not a git repository (or any of the parent directories): .git mkdir: cannot create directory ‘/usr/local/lib/python3.7/dist-packages/pwnagotchi/ui/hw/libs/waveshare/v3/’: No such file or directory cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/ui/display.py': No such file or directory cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/ui/hw/init.py': No such file or directory cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/ui/hw/libs/waveshare/v3/epd2in13_V3.py': No such file or directory cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/ui/hw/libs/waveshare/v3/epdconfig.py': No such file or directory cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/ui/hw/waveshare3.py': No such file or directory cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/utils.py': No such file or directory cp: cannot stat '/usr/local/src/pwnagotchi/pwnagotchi/ui/hw/waveshare35lcd.py': No such file or directory -bash: syntax error near unexpected token `(' -bash: mkdir:: command not found -bash: cp:: command not found -bash: cp:: command not found -bash: cp:: command not found -bash: cp:: command not found -bash: cp:: command not found -bash: cp:: command not found -bash: cp:: command not found
please Help ...
Not sure what your trying to do here but the newer upto date pwnagotchi works fine with the waveshare screens.
Trying to follw Xyl0se's guide to auto update the drivers. i have a wavshare 2.13inch Rev.2.1 V4 and its not working...
What image are you flashing
The wrong one 🙈 V3.
How do I get the V4 running? Until know it's not working.
Thank you
Pwnagotchi.org
I know that guide. Followed already. Display setting enabled = true
@jokersmoker6 also dont forget the underscore in your comment you have "waveshare 3" it has to be "waveshare_3"