Hello, I am completely lost. I have the following setup:
Flipper has Momentum release mntm-008 firmware. The Flipagotchi app came from the Flipper app store.
A Raspberry Pi Zero W is connected to the Flipper via @Chrismettal's board
The Raspberry Pi Zero uses @jayofelony's v2.8.9 (32-bit) firmware
I followed everything to the letter; when I burned the image, I used the Raspberry Pi Imager with custom settings, pre-filling my wifi network, as well as naming it "flipagotchi"
[x] Using the .whl file, I successfully installed pyserial 3.5 onto the pwny
[x] I added dtoverlay=disable-bt to the /boot/config.txt file
[x] sudo raspi-config was performed correctly, with serial enabled set to YES and shell over serial set to NO
[x] PwnZero.py was placed in a subdirectory of my home folder, specifically /home/flipagotchi/plugins
[x] In turn, /etc/pwnagotchi/config.toml has the line main.custom_plugins = "/home/flipagotchi/plugins/"
All this was performed while the pwnagotchi, embedded into the backpack, was plugged into the PC via the DATA port and accessed via ssh. While the pwnagotchi was still on, and plugged in, the backpack was attached the the Flipper, then the Flipagotchi app was turned on. The screen does nothing whatsoever, meaning that somehow the flipagotchi setup did not work.
What did I do wrong here and what elements should I have addressed?
NOTE: I did not use the Flipper's 5V to turn on the Pi and decouple it from the PC because I was told that drawing power directly from the Flipper to turn on the Pi could damage both.
Hello, I am completely lost. I have the following setup:
I followed everything to the letter; when I burned the image, I used the Raspberry Pi Imager with custom settings, pre-filling my wifi network, as well as naming it "flipagotchi"
dtoverlay=disable-bt
to the/boot/config.txt
filesudo raspi-config
was performed correctly, with serial enabled set to YES and shell over serial set to NOPwnZero.py
was placed in a subdirectory of my home folder, specifically/home/flipagotchi/plugins
/etc/pwnagotchi/config.toml
has the linemain.custom_plugins = "/home/flipagotchi/plugins/"
All this was performed while the pwnagotchi, embedded into the backpack, was plugged into the PC via the DATA port and accessed via ssh. While the pwnagotchi was still on, and plugged in, the backpack was attached the the Flipper, then the Flipagotchi app was turned on. The screen does nothing whatsoever, meaning that somehow the flipagotchi setup did not work.
What did I do wrong here and what elements should I have addressed?
NOTE: I did not use the Flipper's 5V to turn on the Pi and decouple it from the PC because I was told that drawing power directly from the Flipper to turn on the Pi could damage both.