Skip to content
This repository was archived by the owner on Jan 9, 2018. It is now read-only.
This repository was archived by the owner on Jan 9, 2018. It is now read-only.

Installation script not working on newer Raspberry pi(s) (+fix) #14

@chtronche

Description

@chtronche

This boils down to the platform detection being made with
grep -q BCM2708 /proc/cpuinfo
(approx line 300 in the script), while newer RPIs report BCM2709, hence it may be fixed by changing to grep -q BCM270[89]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions