From 07d06b04ddad202e739f629395a390672809ec6a Mon Sep 17 00:00:00 2001 From: "Peter A. Bigot" Date: Mon, 30 Apr 2018 16:26:44 -0500 Subject: rpi-base.inc: add dwc2 overlay This along with some module and connman magic allows a RaspberryPi Zero Wireless to tether to a host over USB. dtoverlay=dwc2,dr_mode=peripheral modprobe g_ether connman enable gadget connman tether gadget on Signed-off-by: Peter A. Bigot --- conf/machine/include/rpi-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index d2f2baa..d76495a 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -24,6 +24,7 @@ KERNEL_DEVICETREE ?= " \ bcm2708-rpi-cm.dtb \ bcm2710-rpi-cm3.dtb \ \ + overlays/dwc2.dtbo \ overlays/hifiberry-amp.dtbo \ overlays/hifiberry-dac.dtbo \ overlays/hifiberry-dacplus.dtbo \ -- cgit v1.2.3-54-g00ecf