Files
operating-system/buildroot-external/package/bluetooth-bcm43xx/bluetooth-bcm43xx.service
Pascal Vizeli d340e79bea Fix RPI issues with u-boot / firmware (#503)
* Fix RPI issues with u-boot / firmware

* Cleanup bluetooth handling

* Use RC4 for u-boot on rpi4
2019-12-10 19:07:16 +01:00

14 lines
288 B
Desktop File

[Unit]
Description=Bluetooth for BCM43xx
Before=bluetooth.service
Requires=dev-serial1.device
After=dev-serial1.device
ConditionFileNotEmpty=/proc/device-tree/soc/gpio@7e200000/bt_pins/brcm,pins
[Service]
Type=forking
ExecStart=/usr/bin/btuart
[Install]
WantedBy=hassos-hardware.target