void-linux / void-linux/void-docs

ARM Devices - Supported Platforms: Add instructions to make bluetooth work on Raspberry pi 4

Open
#677 0 comments 0 reactions 0 assignees View on GitHub

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=0 is also in /boot/config.txt.
  • In /boot/cmdline.txt, remove all references to ttyAMA0

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.