Raspberry Pi Zero W¶
See general Linux admin notes here.
Configuring to Emulate Ethernet Over USB¶
Detailed description is here
-
Burn the .img file to a SD card with Etcher.
-
Mount SD card
-
Add this to the bottom of config.txt :
dtoverlay=dwc2
-
Add this to cmdline.txt right after rootwait :
modules-load=dwc2,g_ether
-
Enable
ssh
with:touch /Volumes/boot/ssh
-
Eject the SD card, place it in the RaspiPi Zero W and power it with a USB cable from your computer using the USB port on the Raspi.