-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
BT dies occasionallyon RasPi 4 #1244
Comments
Hm, using the mini UART does not have flow control and a very shallow FIFO (see also my comment on #1237 (comment) and the linked RPi documentation). Put differently: Using a UART device on the primary PL011 and Bluetooth at the same time on Raspberry Pi is kinda problematic. That said, theoretically follow Raspberry Pi's guideline it should setup things such that it kinda works... Not sure if something goes wrong in the HAOS case now.
The changelog mentions a Spectra fix, which is a security issue. I don't think that this is related what you are seeing. |
What you can try is using I'll update the Bluetooth firmware as those security fixes are worthwhile. But I don't expect it to solve this issue tbh. |
Firmware bump: #1250 |
I'll test the core_freq as soon as I have time this weekend and monitor BT. At least after initial boot both RazBerry2 HAT and BT work after replacing |
Zero BT error messages visible in dmesg after the replacement above as of now. |
So it seems |
Yes, zero BT errors visible as of now after 4 days |
Hardware Environment
Home Assistant OS release:
Supervisor logs:
Journal logs:
Kernel logs:
Description of problem:
I have /boot/config.txt configured for simultaneous GPIO and Bluetooth (see #1237) with
and the Bluetooth device dies occasionally. I am not sure whether the GPIO/BT co-existence is the reason or just BT and WiFi.
To my understanding the BT issue is fixed in bluez-firmware 1.2-4+rpt8 according to
RPi-Distro/firmware-nonfree#8 (comment)
and
https://github.com/RPi-Distro/bluez-firmware/blob/master/debian/changelog
I assume that current HA OS doesn't have the fix in. As this is OS level problem, restarting HA doesn't help but the Pi requires rebooting to recover.
The text was updated successfully, but these errors were encountered: