pudumula / webiopi

Automatically exported from code.google.com/p/webiopi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webiopi is not working on Raspberry 2

GoogleCodeExporter opened this issue · comments

I've port a script to my new Raspberry 2, but it wasn't working at all, 
although it worked perfect on the Raspberry B
I've tried to reinstal from scratch on Raspberry2, but the simplest things 
won't work anymore. 

I think WEBIOPI is not working anymore for the newest Raspberry models


Original issue reported on code.google.com by rich.de....@gmail.com on 6 Apr 2015 at 8:50

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

Anyone know a similar project. Since this only work on the old obsolete 
versions of the raspberry. 

WARNING: This project is NOT working at all on the latest (and most popular) 
versions of the Raspberry 2B

Original comment by rich.de....@gmail.com on 8 May 2015 at 5:25

Original comment by tro...@trouch.com on 19 Jun 2015 at 5:39

  • Changed state: Duplicate