-
Notifications
You must be signed in to change notification settings - Fork 145
BCM2835 support? #104
Description
Is there support for the BCM2835 based io? I've got a PI-B revision (one of the first) and I'm getting the "This module can only be run on a Raspberry Pi!" exception when I try to import the module.
running "cat /proc/cpuinfo" gives these hardware specs for my Pi (if that is helpful):
processor : 0
model name : ARMv6-compatible processor rev 7 (v6l)
BogoMIPS : 697.95
Features : half thumb fastmult vfp edsp java tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xb76
CPU revision : 7
Hardware : BCM2835
Revision : 0002
Serial : 0000000024e08e00
When looking through the source for this project I noticed hard-coded values for the broadcom module "BCM2708". Are there forks for the 2835?
Thanks!