You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2018. It is now read-only.
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]