Swithed rk3399-bluetooth service type to simple
- bionic's systemd (237) does not support exec. - tested with both buster and bionic using OrangePi 4
This commit is contained in:
parent
d38ae925c7
commit
e78fb53113
@ -3,7 +3,7 @@ Description=Bluetooth Rockpi
|
||||
After=bluetooth.target
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
Type=simple
|
||||
ExecStartPre=/usr/sbin/rfkill unblock all
|
||||
ExecStart=/usr/bin/brcm_patchram_plus_rk3399 -d --enable_hci --no2bytes --use_baudrate_for_download --tosleep 200000 --baudrate 1500000 --patchram /lib/firmware/brcm/BCM4345C5.hcd /dev/ttyS0
|
||||
TimeoutSec=0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user