mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-13 01:16:34 +01:00
04b3fff53e
RPI BT chip needs some extra work that is and can be solved with an extra service running before bluetooth.service and btspeaker.service
13 lines
283 B
Desktop File
13 lines
283 B
Desktop File
[Unit]
|
|
Description=Broadcom BCM4343* bluetooth HCI
|
|
ConditionPathIsDirectory=/proc/device-tree/soc/gpio@7e200000/bt_pins
|
|
Before=bluetooth.service
|
|
Before=btspeaker.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=btattach -B /dev/ttyAMA0 -P bcm -S 921600
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|