Open GoogleCodeExporter opened 9 years ago
This fixed the problem for me:
1.python/native/cpuinfo.c,change "BCM2708" to "BCM2709";
2.python/native/gpio.c, change "#define BCM2708_PERI_BASE 0x20000000" to
"#define BCM2708_PERI_BASE 0x3f000000";
3.run setup.sh again.
From:
http://www.raspberrypi.org/forums/viewtopic.php?f=63&t=98981&p=692835
Original comment by clot...@gmail.com
on 9 Apr 2015 at 3:24
Original issue reported on code.google.com by
rich.de....@gmail.com
on 6 Apr 2015 at 8:50