933688fb85
This gets Bluetooth working for the Sparklan card. btattach doesn't work on the Librem5 at the moment (see [1]) so even though it's deprecated let's use hciattach to get things working. 1: https://source.puri.sm/Librem5/librem5-base/-/issues/76 Signed-off-by: Alistair Francis <alistair@alistair23.me> [ci:skip-build] already built successfully in CI
5 lines
185 B
Text
5 lines
185 B
Text
#!/sbin/openrc-run
|
|
name="Purism Librem 5 Sparklan brcm bluetooth enabler"
|
|
supervisor=supervise-daemon
|
|
command="/usr/bin/hciattach"
|
|
command_args="-s 115200 /dev/ttymxc3 bcm43xx 1500000"
|