armbian-build/packages/bsp/rk3399/sprd-bluetooth.service
Paolo 388e9bbf5e
Support for OrangePi4 LTS board (#3770)
* orange pi 4 LTS support added (uwe5622 wifi driver, es8316c codec)

* add orangepi 4 LTS device tree
* add uwe5622 driver to 5.15 and 5.18 rockchip64 patches
* add wpasupplicant to jammy cli packages
* fix es8316c asound.state (zeroing stereo enhancement which causes distortion)

* Add build targets

* Move from WIP state

Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2022-06-14 12:11:33 +02:00

13 lines
267 B
Desktop File

[Unit]
Description=Spreadtrum (sprd) bluetooth support
Before=bluetooth.service
[Service]
Type=simple
RemainAfterExit=Yes
ExecStartPre=/usr/sbin/rfkill unblock all
ExecStart=/usr/bin/hciattach_opi -n -s 1500000 /dev/ttyBT0 sprd
[Install]
WantedBy=multi-user.target