-
-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pine A64 | Bluetooth support for add-on module #528
Comments
@pfeerick @Fourdee |
I'll run a test today. Yep, still broken.
Builds fine, but still hangs on BT
|
@Fourdee
|
@Fourdee |
Pine A64 image has been updated and is now based on ARMbian with different (newer) kernel. Perhaps the above works now. And we have to take care here as well that neither the kernel cmd line nor systemd blocks /dev/ttyS1 for boot messages and/or as login console: #2607 |
New Buster-based image available for testing: https://dietpi.com/downloads/testing/DietPi_PineA64-ARMv8-Buster.7z |
[I'll add the link here to the pine64 forum post once it is available]
When trying to enable on the Bluetooth on the DietPi distro using the same steps that worked for the Debian Jessie distro, I had no luck. You can see the steps needed here (from my notes).
I have come to believe after examining the
start_bt.sh
script further that that it may not be working as the kernel config flag "CONFIG_SERIAL_8250" is not set, and is apparently needed for this to work.Firmware binaries, start_bt.sh, etc were sourced from this repo: https://github.com/lwfinger/rtl8723bs_bt
The text was updated successfully, but these errors were encountered: