Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Is there a document for setting up Bluetooth on a Raspberry Pi 3B?
christopherhall.hsw%gmail.com@localhost (Christopher Hall) writes:
>I will try to build tools and a generic kernel to see if it that
>include the bth5 code.
Hello,
The evbarm GENERIC kernel config has the following lines:
| # Bluetooth Device Hub
| bthub* at bcsp?
| bthub* at btuart?
| bthub* at bthfive?
| bthub* at ubt?
|
| include "dev/bluetooth/bluetoothdevices.config"
and the kernel includes the drivers:
| # strings /netbsd | grep -c bth5
| 54
The evbarm GENERIC64 (== aarch64) one does not, so it lacks these
drivers, except for:
| bthub* at ubt?
which is added in sys/dev/usb/usbdevices.config.
So the USB adapter is configured.
Greetings,
Home |
Main Index |
Thread Index |
Old Index