-
Notifications
You must be signed in to change notification settings - Fork 31
init_uart_clock #4
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
Comments
init_uart_clock will no longer required for the Pi Zero to set the UART clock to 48MHz in the next release of Raspbian distro. |
One comment on this: I had the IoT working with the clock set at 48Mhz (checked with systemctl status hciuart.service) and then i performed a rpi-update as per issue #643. After the succesful firmware update the bluetooth does not work with or without the clock speed at 48MHz Also when it was working the bluetooth icon does not appear on the screen but i was able to search for the Gamepad provided with "bluetoothctl", but was not able to connect with a "blueZ" error |
Did you update the EEPROM to v0.3 yet? |
Yeap. Updated to EEPROM to 0.3 and then tried the 48 MHz memory clock -> working All tested last night after i received the IoT. I will try and take some screenshots and send later when i get home |
$ dmesg | grep bcm2708.uart You will see |
$ cat /proc/device-tree/hat/product You will see |
will send screenshots later today. |
I first upgraded the EEPROM, then made an rpi-update and then followed with an apt-get upgrade. Thank you @Cheong2K |
Tested again, after apt-get upgrade, it will change the UART back to 3 MHz. |
Fixed in latest version. |
The default clock for UART0 is 3MHz but we need 48MHz to work for the Bluetooth as Pi3 is.
Please also read this:
raspberrypi/linux#1601
The text was updated successfully, but these errors were encountered: