* Replace bluetooth-bcm43xx with pi-bluetooth Buildroot package The new pi-bluetooth packages the scripts and systemd service from the Raspberry distribution package directly: https://github.com/RPi-Distro/pi-bluetooth * Update to latest pi-bluetooth service files * Update busybox configuration to 1.35.0 The new/deleted configurations are generated automatically, no actual change in this patch. * Enable busybox xxd command The xxd tool is useful for conversion in scripts. * Prevent start erros on Compute Module 4 without WiFi/Bluetooth
12 lines
258 B
Desktop File
12 lines
258 B
Desktop File
[Unit]
|
|
Description=Configure Bluetooth Modems connected by UART
|
|
ConditionFileNotEmpty=/proc/device-tree/soc/gpio@7e200000/bt_pins/brcm,pins
|
|
After=dev-serial1.device
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/btuart
|
|
|
|
[Install]
|
|
WantedBy=hassos-hardware.target
|