Fix RPI issues with u-boot / firmware (#503)

* Fix RPI issues with u-boot / firmware

* Cleanup bluetooth handling

* Use RC4 for u-boot on rpi4
This commit is contained in:
Pascal Vizeli
2019-12-10 19:07:16 +01:00
committed by GitHub
parent 09cf67cb73
commit d340e79bea
35 changed files with 213 additions and 1333 deletions

View File

@@ -1,12 +1,13 @@
[Unit]
Description=Bluetooth for BCM43xx
Before=bluetooth.service
After=dev-ttyAMA0.device
Requires=dev-serial1.device
After=dev-serial1.device
ConditionFileNotEmpty=/proc/device-tree/soc/gpio@7e200000/bt_pins/brcm,pins
[Service]
Type=forking
ExecStart=/usr/sbin/bluetooth-bcm43xx
ExecStart=/usr/bin/btuart
[Install]
WantedBy=hassos-hardware.target