Advertisement
Guest User

Untitled

a guest
May 23rd, 2016
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. pi@tv:~ $ apt-cache show pi-bluetooth
  2. Package: pi-bluetooth
  3. Version: 0.1.1
  4. Architecture: armhf
  5. Maintainer: Serge Schneider <serge@raspberrypi.org>
  6. Installed-Size: 41
  7. Depends: init-system-helpers (>= 1.18~), bluez, bluez-firmware
  8. Homepage: https://github.com/RPi-Distro/rpi-bluetooth
  9. Priority: optional
  10. Section: misc
  11. Filename: pool/main/p/pi-bluetooth/pi-bluetooth_0.1.1_armhf.deb
  12. Size: 3240
  13. SHA256: 693ff548b9c9b7b2461b4db97bdb6db54858ee8bfefdbfd405d402acb272f2ac
  14. SHA1: 6904d8c719fb6e4bed41346fe15e19c1b16c3514
  15. MD5sum: 086d06bd5681085c2ac374fce0665e87
  16. Description: Raspberry Pi 3 bluetooth
  17. Loads BCM43430A1 firmware on boot
  18. Description-md5: 969edfa3554f6f3cd1ddaca2226fe3a8
  19.  
  20. pi@tv:~ $ dpkg -L pi-bluetooth
  21. /.
  22. /lib
  23. /lib/systemd
  24. /lib/systemd/system
  25. /lib/systemd/system/hciuart.service
  26. /usr
  27. /usr/share
  28. /usr/share/doc
  29. /usr/share/doc/pi-bluetooth
  30. /usr/share/doc/pi-bluetooth/copyright
  31. /usr/share/doc/pi-bluetooth/changelog.gz
  32. pi@tv:~ $ cat /lib/systemd/system/hciuart.service
  33. [Unit]
  34. Description=Configure Bluetooth Modems connected by UART
  35. ConditionPathIsDirectory=/proc/device-tree/soc/gpio@7e200000/bt_pins
  36. Before=bluetooth.service
  37. After=dev-serial1.device
  38.  
  39. [Service]
  40. Type=forking
  41. ExecStart=/usr/bin/hciattach /dev/serial1 bcm43xx 921600 noflow -
  42.  
  43. [Install]
  44. WantedBy=multi-user.target
  45. pi@tv:~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement