void-linux / void-linux/void-docs
ARM Devices - Supported Platforms: Add instructions to make bluetooth work on Raspberry pi 4
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 217
- Forks
- 212
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 1
Description
Following the instruction on the Bluetooth doc are not enough to make Bluetooth work on Raspberry pi 4 (the Bluetooth device is not found).
This guide shows how to do it (ignore the Arch ARM specifics)
These are the relevant steps on Void:
- Remove the line
dtoverlay=bcmbt(if present) from /boot/config.txt and add the following line to the same file:
dtparam=krnbt=on - Make sure that
enable_uart=0is also in /boot/config.txt. - In /boot/cmdline.txt, remove all references to ttyAMA0
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Bluetooth documentation and compare its Raspberry Pi guidance with the linked guide and the Void-specific steps in this issue. Update the relevant documentation to cover the /boot/config.txt and /boot/cmdline.txt changes, then verify that the instructions clearly explain how Bluetooth should be enabled on Raspberry Pi 4.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- raspberry-pi
- Domain
- documentation, embedded-iot
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100