diff options
author | Peter A. Bigot <pab@pabigot.com> | 2018-04-30 16:26:44 -0500 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-05-05 10:03:21 +0100 |
commit | 07d06b04ddad202e739f629395a390672809ec6a (patch) | |
tree | a9babd87159560cda0c6a5dc1de6c0722a616238 | |
parent | cf9971fa8bc218f9818412781e4e1bc57133779e (diff) | |
download | meta-raspberrypi-07d06b04ddad202e739f629395a390672809ec6a.tar.gz |
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 <pab@pabigot.com>
-rw-r--r-- | conf/machine/include/rpi-base.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 ?= " \ | |||
24 | bcm2708-rpi-cm.dtb \ | 24 | bcm2708-rpi-cm.dtb \ |
25 | bcm2710-rpi-cm3.dtb \ | 25 | bcm2710-rpi-cm3.dtb \ |
26 | \ | 26 | \ |
27 | overlays/dwc2.dtbo \ | ||
27 | overlays/hifiberry-amp.dtbo \ | 28 | overlays/hifiberry-amp.dtbo \ |
28 | overlays/hifiberry-dac.dtbo \ | 29 | overlays/hifiberry-dac.dtbo \ |
29 | overlays/hifiberry-dacplus.dtbo \ | 30 | overlays/hifiberry-dacplus.dtbo \ |