GadgetPi is bash script that unlock your Raspberry Pi Zero/Zero W USB ethernet and USB serial. This script is based on HackPi. Check HackPi also for awesome Pi gadget mode!
- Clone GadgetPi into your user's home folder (usually /home/pi):
git clone https://github.com/mozram/GadgetPi
- Execute the installer:
sudo chmod +x install.sh
./install.sh
- Reboot the Pi, it should work!
For troubleshooting network issues on Linux or MacOs (not Windows at this time, unfortunately), you should be able to connect to your Raspberry Pi via the serial interface and investigate the problems:
sudo screen /dev/ttyACM0 115200