RPi-Distro / pi-bluetooth

Loads BCM43430A1 firmware on boot
42 stars 34 forks source link

Improved hciuart service condition #7

Closed pelwell closed 5 years ago

pelwell commented 5 years ago

The pi3-disable-bt overlay doesn't (and can't) delete the bt_pins node, but the latest version of the overlay makes its properties (including brcm,pins) zero length. Take advantage of this change by making the hciuart execution condition:

ConditionFileNotEmpty=/proc/device-tree/soc/gpio@7e200000/bt_pins/brcm,pins
XECDesign commented 5 years ago

Thanks, Phil.