Skip to content

Missing content for /boot/config.txt in README.md #89

Description

@latenitetech

In README.md in the section describing "Manual Installation," you're missing the line that adds the needed entries in /boot/config.txt. The line that's there now (sudo sed -i '/enable_uart|pi3-miniuart-bt-overlay|force_turbo/d' /boot/config.txt) deletes any previous entries, but fails to insert the proper new entries. From the PiBakery script, I believe this line is missing here:
echo -e '# AlarmDecoder Settings\nenable_uart=1\ndtoverlay=pi3-miniuart-bt-overlay\nforce_turbo=1\n' >> /boot/config.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions