Skip to content

Instantly share code, notes, and snippets.

@dwilkins
Last active April 17, 2016 20:59
Show Gist options
  • Save dwilkins/939f8c648ad363dc079538181d5f2cb7 to your computer and use it in GitHub Desktop.
Save dwilkins/939f8c648ad363dc079538181d5f2cb7 to your computer and use it in GitHub Desktop.
# /boot/config.txt
# See /boot/overlays/README for all available options
gpu_mem=64
dtoverlay=dwc2
# /etc/netctl/usbpizero
Description='pizero g_ether gadget'
Interface=usb0
Connection=ethernet
IP=static
Address=('192.168.7.3/24')
Gateway='192.168.7.150'
DNS=('8.8.8.8')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment